Skip to content

Commit 1118d1d

Browse files
committed
chore: publish [skip ci]
1 parent c70328c commit 1118d1d

17 files changed

+81
-33
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [2.2.2](https://github.com/mym0404/react-native-kakao/compare/v2.2.1...v2.2.2) (2024-05-18)
7+
8+
### Features
9+
10+
* **ios:** support static framework pod config ([cfe5dc3](https://github.com/mym0404/react-native-kakao/commit/cfe5dc35ac0addf09ae945b419d97077dafdedfd))
11+
612
## [2.2.1](https://github.com/mym0404/react-native-kakao/compare/v2.2.0...v2.2.1) (2024-05-14)
713

814
### Features

lerna.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
3-
"version": "2.2.1",
3+
"version": "2.2.2",
44
"packages": [
55
"packages/*"
66
],

packages/channel/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [2.2.2](https://github.com/mym0404/react-native-kakao/compare/v2.2.1...v2.2.2) (2024-05-18)
7+
8+
### Features
9+
10+
* **ios:** support static framework pod config ([cfe5dc3](https://github.com/mym0404/react-native-kakao/commit/cfe5dc35ac0addf09ae945b419d97077dafdedfd))
11+
612
## [2.2.1](https://github.com/mym0404/react-native-kakao/compare/v2.2.0...v2.2.1) (2024-05-14)
713

814
**Note:** Version bump only for package @react-native-kakao/channel

packages/channel/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@react-native-kakao/channel",
33
"description": "React Native Kakao Channel SDK",
4-
"version": "2.2.1",
4+
"version": "2.2.2",
55
"main": "lib/commonjs/index",
66
"module": "lib/module/index",
77
"types": "lib/typescript/src/index.d.ts",
@@ -62,7 +62,7 @@
6262
"access": "public"
6363
},
6464
"devDependencies": {
65-
"@react-native-kakao/core": "2.2.1",
65+
"@react-native-kakao/core": "2.2.2",
6666
"@types/invariant": "^2",
6767
"@types/jest": "^29.5.5",
6868
"@types/react": "^18.2.44",
@@ -74,7 +74,7 @@
7474
"typescript": "5.1.6"
7575
},
7676
"peerDependencies": {
77-
"@react-native-kakao/core": "2.2.1",
77+
"@react-native-kakao/core": "2.2.2",
7878
"react": "*",
7979
"react-native": "*"
8080
},

packages/core/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [2.2.2](https://github.com/mym0404/react-native-kakao/compare/v2.2.1...v2.2.2) (2024-05-18)
7+
8+
### Features
9+
10+
* **ios:** support static framework pod config ([cfe5dc3](https://github.com/mym0404/react-native-kakao/commit/cfe5dc35ac0addf09ae945b419d97077dafdedfd))
11+
612
## [2.2.1](https://github.com/mym0404/react-native-kakao/compare/v2.2.0...v2.2.1) (2024-05-14)
713

814
### Features

packages/core/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@react-native-kakao/core",
33
"description": "React Native Kakao Core SDK",
4-
"version": "2.2.1",
4+
"version": "2.2.2",
55
"main": "lib/commonjs/index",
66
"module": "lib/module/index",
77
"types": "lib/typescript/src/index.d.ts",

packages/map/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [2.2.2](https://github.com/mym0404/react-native-kakao/compare/v2.2.1...v2.2.2) (2024-05-18)
7+
8+
### Features
9+
10+
* **ios:** support static framework pod config ([cfe5dc3](https://github.com/mym0404/react-native-kakao/commit/cfe5dc35ac0addf09ae945b419d97077dafdedfd))
11+
612
## [2.2.1](https://github.com/mym0404/react-native-kakao/compare/v2.2.0...v2.2.1) (2024-05-14)
713

814
### Features

packages/map/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@react-native-kakao/map",
33
"description": "React Native Kakao Map SDK",
4-
"version": "2.2.1",
4+
"version": "2.2.2",
55
"main": "lib/commonjs/index",
66
"module": "lib/module/index",
77
"types": "lib/typescript/src/index.d.ts",
@@ -62,7 +62,7 @@
6262
"access": "public"
6363
},
6464
"devDependencies": {
65-
"@react-native-kakao/core": "2.2.1",
65+
"@react-native-kakao/core": "2.2.2",
6666
"@types/invariant": "^2",
6767
"@types/jest": "^29.5.5",
6868
"@types/react": "^18.2.44",
@@ -74,7 +74,7 @@
7474
"typescript": "5.1.6"
7575
},
7676
"peerDependencies": {
77-
"@react-native-kakao/core": "2.2.1",
77+
"@react-native-kakao/core": "2.2.2",
7878
"react": "*",
7979
"react-native": "*"
8080
},

packages/navi/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [2.2.2](https://github.com/mym0404/react-native-kakao/compare/v2.2.1...v2.2.2) (2024-05-18)
7+
8+
### Features
9+
10+
* **ios:** support static framework pod config ([cfe5dc3](https://github.com/mym0404/react-native-kakao/commit/cfe5dc35ac0addf09ae945b419d97077dafdedfd))
11+
612
## [2.2.1](https://github.com/mym0404/react-native-kakao/compare/v2.2.0...v2.2.1) (2024-05-14)
713

814
**Note:** Version bump only for package @react-native-kakao/navi

packages/navi/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@react-native-kakao/navi",
33
"description": "React Native Kakao Navi SDK",
4-
"version": "2.2.1",
4+
"version": "2.2.2",
55
"main": "lib/commonjs/index",
66
"module": "lib/module/index",
77
"types": "lib/typescript/src/index.d.ts",
@@ -62,7 +62,7 @@
6262
"access": "public"
6363
},
6464
"devDependencies": {
65-
"@react-native-kakao/core": "2.2.1",
65+
"@react-native-kakao/core": "2.2.2",
6666
"@types/invariant": "^2",
6767
"@types/jest": "^29.5.5",
6868
"@types/react": "^18.2.44",
@@ -74,7 +74,7 @@
7474
"typescript": "5.1.6"
7575
},
7676
"peerDependencies": {
77-
"@react-native-kakao/core": "2.2.1",
77+
"@react-native-kakao/core": "2.2.2",
7878
"react": "*",
7979
"react-native": "*"
8080
},

packages/share/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [2.2.2](https://github.com/mym0404/react-native-kakao/compare/v2.2.1...v2.2.2) (2024-05-18)
7+
8+
### Features
9+
10+
* **ios:** support static framework pod config ([cfe5dc3](https://github.com/mym0404/react-native-kakao/commit/cfe5dc35ac0addf09ae945b419d97077dafdedfd))
11+
612
## [2.2.1](https://github.com/mym0404/react-native-kakao/compare/v2.2.0...v2.2.1) (2024-05-14)
713

814
**Note:** Version bump only for package @react-native-kakao/share

packages/share/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@react-native-kakao/share",
33
"description": "React Native Kakao Share SDK",
4-
"version": "2.2.1",
4+
"version": "2.2.2",
55
"main": "lib/commonjs/index",
66
"module": "lib/module/index",
77
"types": "lib/typescript/src/index.d.ts",
@@ -61,7 +61,7 @@
6161
"access": "public"
6262
},
6363
"devDependencies": {
64-
"@react-native-kakao/core": "2.2.1",
64+
"@react-native-kakao/core": "2.2.2",
6565
"@types/jest": "^29.5.5",
6666
"@types/react": "^18.2.44",
6767
"del-cli": "^5.1.0",
@@ -72,7 +72,7 @@
7272
"typescript": "5.1.6"
7373
},
7474
"peerDependencies": {
75-
"@react-native-kakao/core": "2.2.1",
75+
"@react-native-kakao/core": "2.2.2",
7676
"react": "*",
7777
"react-native": "*"
7878
},

packages/social/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [2.2.2](https://github.com/mym0404/react-native-kakao/compare/v2.2.1...v2.2.2) (2024-05-18)
7+
8+
### Features
9+
10+
* **ios:** support static framework pod config ([cfe5dc3](https://github.com/mym0404/react-native-kakao/commit/cfe5dc35ac0addf09ae945b419d97077dafdedfd))
11+
612
## [2.2.1](https://github.com/mym0404/react-native-kakao/compare/v2.2.0...v2.2.1) (2024-05-14)
713

814
**Note:** Version bump only for package @react-native-kakao/social

packages/social/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@react-native-kakao/social",
33
"description": "React Native Kakao Social SDK",
4-
"version": "2.2.1",
4+
"version": "2.2.2",
55
"main": "lib/commonjs/index",
66
"module": "lib/module/index",
77
"types": "lib/typescript/src/index.d.ts",
@@ -64,7 +64,7 @@
6464
"access": "public"
6565
},
6666
"devDependencies": {
67-
"@react-native-kakao/core": "2.2.1",
67+
"@react-native-kakao/core": "2.2.2",
6868
"@types/invariant": "^2",
6969
"@types/jest": "^29.5.5",
7070
"@types/react": "^18.2.44",
@@ -76,7 +76,7 @@
7676
"typescript": "5.1.6"
7777
},
7878
"peerDependencies": {
79-
"@react-native-kakao/core": "2.2.1",
79+
"@react-native-kakao/core": "2.2.2",
8080
"react": "*",
8181
"react-native": "*"
8282
},

packages/user/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [2.2.2](https://github.com/mym0404/react-native-kakao/compare/v2.2.1...v2.2.2) (2024-05-18)
7+
8+
### Features
9+
10+
* **ios:** support static framework pod config ([cfe5dc3](https://github.com/mym0404/react-native-kakao/commit/cfe5dc35ac0addf09ae945b419d97077dafdedfd))
11+
612
## [2.2.1](https://github.com/mym0404/react-native-kakao/compare/v2.2.0...v2.2.1) (2024-05-14)
713

814
**Note:** Version bump only for package @react-native-kakao/user

packages/user/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@react-native-kakao/user",
33
"description": "React Native Kakao User SDK",
4-
"version": "2.2.1",
4+
"version": "2.2.2",
55
"main": "lib/commonjs/index",
66
"module": "lib/module/index",
77
"types": "lib/typescript/src/index.d.ts",
@@ -62,7 +62,7 @@
6262
"access": "public"
6363
},
6464
"devDependencies": {
65-
"@react-native-kakao/core": "2.2.1",
65+
"@react-native-kakao/core": "2.2.2",
6666
"@types/invariant": "^2",
6767
"@types/jest": "^29.5.5",
6868
"@types/react": "^18.2.44",
@@ -74,7 +74,7 @@
7474
"typescript": "5.1.6"
7575
},
7676
"peerDependencies": {
77-
"@react-native-kakao/core": "2.2.1",
77+
"@react-native-kakao/core": "2.2.2",
7878
"react": "*",
7979
"react-native": "*"
8080
},

yarn.lock

+13-13
Original file line numberDiff line numberDiff line change
@@ -4950,7 +4950,7 @@ __metadata:
49504950
resolution: "@react-native-kakao/channel@workspace:packages/channel"
49514951
dependencies:
49524952
"@mj-studio/js-util": "npm:^1.0.34"
4953-
"@react-native-kakao/core": "npm:2.2.1"
4953+
"@react-native-kakao/core": "npm:2.2.2"
49544954
"@types/invariant": "npm:^2"
49554955
"@types/jest": "npm:^29.5.5"
49564956
"@types/react": "npm:^18.2.44"
@@ -4961,13 +4961,13 @@ __metadata:
49614961
react-native-builder-bob: "npm:^0.20.0"
49624962
typescript: "npm:5.1.6"
49634963
peerDependencies:
4964-
"@react-native-kakao/core": 2.2.1
4964+
"@react-native-kakao/core": 2.2.2
49654965
react: "*"
49664966
react-native: "*"
49674967
languageName: unknown
49684968
linkType: soft
49694969

4970-
"@react-native-kakao/core@npm:2.2.1, @react-native-kakao/core@workspace:packages/core":
4970+
"@react-native-kakao/core@npm:2.2.2, @react-native-kakao/core@workspace:packages/core":
49714971
version: 0.0.0-use.local
49724972
resolution: "@react-native-kakao/core@workspace:packages/core"
49734973
dependencies:
@@ -4995,7 +4995,7 @@ __metadata:
49954995
resolution: "@react-native-kakao/map@workspace:packages/map"
49964996
dependencies:
49974997
"@mj-studio/js-util": "npm:1.1.3"
4998-
"@react-native-kakao/core": "npm:2.2.1"
4998+
"@react-native-kakao/core": "npm:2.2.2"
49994999
"@types/invariant": "npm:^2"
50005000
"@types/jest": "npm:^29.5.5"
50015001
"@types/react": "npm:^18.2.44"
@@ -5006,7 +5006,7 @@ __metadata:
50065006
react-native-builder-bob: "npm:^0.20.0"
50075007
typescript: "npm:5.1.6"
50085008
peerDependencies:
5009-
"@react-native-kakao/core": 2.2.1
5009+
"@react-native-kakao/core": 2.2.2
50105010
react: "*"
50115011
react-native: "*"
50125012
languageName: unknown
@@ -5017,7 +5017,7 @@ __metadata:
50175017
resolution: "@react-native-kakao/navi@workspace:packages/navi"
50185018
dependencies:
50195019
"@mj-studio/js-util": "npm:1.1.3"
5020-
"@react-native-kakao/core": "npm:2.2.1"
5020+
"@react-native-kakao/core": "npm:2.2.2"
50215021
"@types/invariant": "npm:^2"
50225022
"@types/jest": "npm:^29.5.5"
50235023
"@types/react": "npm:^18.2.44"
@@ -5028,7 +5028,7 @@ __metadata:
50285028
react-native-builder-bob: "npm:^0.20.0"
50295029
typescript: "npm:5.1.6"
50305030
peerDependencies:
5031-
"@react-native-kakao/core": 2.2.1
5031+
"@react-native-kakao/core": 2.2.2
50325032
react: "*"
50335033
react-native: "*"
50345034
languageName: unknown
@@ -5039,7 +5039,7 @@ __metadata:
50395039
resolution: "@react-native-kakao/share@workspace:packages/share"
50405040
dependencies:
50415041
"@mj-studio/js-util": "npm:1.1.3"
5042-
"@react-native-kakao/core": "npm:2.2.1"
5042+
"@react-native-kakao/core": "npm:2.2.2"
50435043
"@types/jest": "npm:^29.5.5"
50445044
"@types/react": "npm:^18.2.44"
50455045
del-cli: "npm:^5.1.0"
@@ -5049,7 +5049,7 @@ __metadata:
50495049
react-native-builder-bob: "npm:^0.20.0"
50505050
typescript: "npm:5.1.6"
50515051
peerDependencies:
5052-
"@react-native-kakao/core": 2.2.1
5052+
"@react-native-kakao/core": 2.2.2
50535053
react: "*"
50545054
react-native: "*"
50555055
languageName: unknown
@@ -5060,7 +5060,7 @@ __metadata:
50605060
resolution: "@react-native-kakao/social@workspace:packages/social"
50615061
dependencies:
50625062
"@mj-studio/js-util": "npm:1.1.3"
5063-
"@react-native-kakao/core": "npm:2.2.1"
5063+
"@react-native-kakao/core": "npm:2.2.2"
50645064
"@types/invariant": "npm:^2"
50655065
"@types/jest": "npm:^29.5.5"
50665066
"@types/react": "npm:^18.2.44"
@@ -5071,7 +5071,7 @@ __metadata:
50715071
react-native-builder-bob: "npm:^0.20.0"
50725072
typescript: "npm:5.1.6"
50735073
peerDependencies:
5074-
"@react-native-kakao/core": 2.2.1
5074+
"@react-native-kakao/core": 2.2.2
50755075
react: "*"
50765076
react-native: "*"
50775077
languageName: unknown
@@ -5082,7 +5082,7 @@ __metadata:
50825082
resolution: "@react-native-kakao/user@workspace:packages/user"
50835083
dependencies:
50845084
"@mj-studio/js-util": "npm:1.1.3"
5085-
"@react-native-kakao/core": "npm:2.2.1"
5085+
"@react-native-kakao/core": "npm:2.2.2"
50865086
"@types/invariant": "npm:^2"
50875087
"@types/jest": "npm:^29.5.5"
50885088
"@types/react": "npm:^18.2.44"
@@ -5093,7 +5093,7 @@ __metadata:
50935093
react-native-builder-bob: "npm:^0.20.0"
50945094
typescript: "npm:5.1.6"
50955095
peerDependencies:
5096-
"@react-native-kakao/core": 2.2.1
5096+
"@react-native-kakao/core": 2.2.2
50975097
react: "*"
50985098
react-native: "*"
50995099
languageName: unknown

0 commit comments

Comments
 (0)