Skip to content

Commit 9cf3261

Browse files
committed
chore: publish [skip ci]
1 parent c49d2f7 commit 9cf3261

17 files changed

+74
-33
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,13 @@
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.6](https://github.com/mym0404/react-native-kakao/compare/v2.2.5...v2.2.6) (2024-09-03)
7+
8+
### Bug Fixes
9+
10+
* Add missing @ReactMethod ([0ed2c08](https://github.com/mym0404/react-native-kakao/commit/0ed2c0869e2c69bc1c2ba417bf46a741f0aa81e4))
11+
* Add missing @ReactMethod import ([8c8b205](https://github.com/mym0404/react-native-kakao/commit/8c8b205947de57e20a9e2b9a7db29198bd381405))
12+
613
## [2.2.5](https://github.com/mym0404/react-native-kakao/compare/v2.2.4...v2.2.5) (2024-07-02)
714

815
### Bug Fixes

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.5",
3+
"version": "2.2.6",
44
"packages": [
55
"packages/*"
66
],

packages/channel/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
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.6](https://github.com/mym0404/react-native-kakao/compare/v2.2.5...v2.2.6) (2024-09-03)
7+
8+
**Note:** Version bump only for package @react-native-kakao/channel
9+
610
## [2.2.5](https://github.com/mym0404/react-native-kakao/compare/v2.2.4...v2.2.5) (2024-07-02)
711

812
**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.5",
4+
"version": "2.2.6",
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.5",
65+
"@react-native-kakao/core": "2.2.6",
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.5",
77+
"@react-native-kakao/core": "2.2.6",
7878
"react": "*",
7979
"react-native": "*"
8080
},

packages/core/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
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.6](https://github.com/mym0404/react-native-kakao/compare/v2.2.5...v2.2.6) (2024-09-03)
7+
8+
**Note:** Version bump only for package @react-native-kakao/core
9+
610
## [2.2.5](https://github.com/mym0404/react-native-kakao/compare/v2.2.4...v2.2.5) (2024-07-02)
711

812
**Note:** Version bump only for package @react-native-kakao/core

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.5",
4+
"version": "2.2.6",
55
"main": "lib/commonjs/index",
66
"module": "lib/module/index",
77
"types": "lib/typescript/src/index.d.ts",

packages/map/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,13 @@
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.6](https://github.com/mym0404/react-native-kakao/compare/v2.2.5...v2.2.6) (2024-09-03)
7+
8+
### Bug Fixes
9+
10+
* Add missing @ReactMethod ([0ed2c08](https://github.com/mym0404/react-native-kakao/commit/0ed2c0869e2c69bc1c2ba417bf46a741f0aa81e4))
11+
* Add missing @ReactMethod import ([8c8b205](https://github.com/mym0404/react-native-kakao/commit/8c8b205947de57e20a9e2b9a7db29198bd381405))
12+
613
## [2.2.5](https://github.com/mym0404/react-native-kakao/compare/v2.2.4...v2.2.5) (2024-07-02)
714

815
**Note:** Version bump only for package @react-native-kakao/map

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.5",
4+
"version": "2.2.6",
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.5",
65+
"@react-native-kakao/core": "2.2.6",
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.5",
77+
"@react-native-kakao/core": "2.2.6",
7878
"react": "*",
7979
"react-native": "*"
8080
},

packages/navi/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,13 @@
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.6](https://github.com/mym0404/react-native-kakao/compare/v2.2.5...v2.2.6) (2024-09-03)
7+
8+
### Bug Fixes
9+
10+
* Add missing @ReactMethod ([0ed2c08](https://github.com/mym0404/react-native-kakao/commit/0ed2c0869e2c69bc1c2ba417bf46a741f0aa81e4))
11+
* Add missing @ReactMethod import ([8c8b205](https://github.com/mym0404/react-native-kakao/commit/8c8b205947de57e20a9e2b9a7db29198bd381405))
12+
613
## [2.2.5](https://github.com/mym0404/react-native-kakao/compare/v2.2.4...v2.2.5) (2024-07-02)
714

815
**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.5",
4+
"version": "2.2.6",
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.5",
65+
"@react-native-kakao/core": "2.2.6",
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.5",
77+
"@react-native-kakao/core": "2.2.6",
7878
"react": "*",
7979
"react-native": "*"
8080
},

packages/share/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
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.6](https://github.com/mym0404/react-native-kakao/compare/v2.2.5...v2.2.6) (2024-09-03)
7+
8+
**Note:** Version bump only for package @react-native-kakao/share
9+
610
## [2.2.5](https://github.com/mym0404/react-native-kakao/compare/v2.2.4...v2.2.5) (2024-07-02)
711

812
### Bug Fixes

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.5",
4+
"version": "2.2.6",
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.5",
64+
"@react-native-kakao/core": "2.2.6",
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.5",
75+
"@react-native-kakao/core": "2.2.6",
7676
"react": "*",
7777
"react-native": "*"
7878
},

packages/social/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
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.6](https://github.com/mym0404/react-native-kakao/compare/v2.2.5...v2.2.6) (2024-09-03)
7+
8+
**Note:** Version bump only for package @react-native-kakao/social
9+
610
## [2.2.5](https://github.com/mym0404/react-native-kakao/compare/v2.2.4...v2.2.5) (2024-07-02)
711

812
**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.5",
4+
"version": "2.2.6",
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.5",
67+
"@react-native-kakao/core": "2.2.6",
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.5",
79+
"@react-native-kakao/core": "2.2.6",
8080
"react": "*",
8181
"react-native": "*"
8282
},

packages/user/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
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.6](https://github.com/mym0404/react-native-kakao/compare/v2.2.5...v2.2.6) (2024-09-03)
7+
8+
**Note:** Version bump only for package @react-native-kakao/user
9+
610
## [2.2.5](https://github.com/mym0404/react-native-kakao/compare/v2.2.4...v2.2.5) (2024-07-02)
711

812
**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.5",
4+
"version": "2.2.6",
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.5",
65+
"@react-native-kakao/core": "2.2.6",
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.5",
77+
"@react-native-kakao/core": "2.2.6",
7878
"react": "*",
7979
"react-native": "*"
8080
},

yarn.lock

+13-13
Original file line numberDiff line numberDiff line change
@@ -5065,7 +5065,7 @@ __metadata:
50655065
resolution: "@react-native-kakao/channel@workspace:packages/channel"
50665066
dependencies:
50675067
"@mj-studio/js-util": "npm:^1.0.34"
5068-
"@react-native-kakao/core": "npm:2.2.5"
5068+
"@react-native-kakao/core": "npm:2.2.6"
50695069
"@types/invariant": "npm:^2"
50705070
"@types/jest": "npm:^29.5.5"
50715071
"@types/react": "npm:^18.2.44"
@@ -5076,13 +5076,13 @@ __metadata:
50765076
react-native-builder-bob: "npm:^0.20.0"
50775077
typescript: "npm:5.1.6"
50785078
peerDependencies:
5079-
"@react-native-kakao/core": 2.2.5
5079+
"@react-native-kakao/core": 2.2.6
50805080
react: "*"
50815081
react-native: "*"
50825082
languageName: unknown
50835083
linkType: soft
50845084

5085-
"@react-native-kakao/core@npm:2.2.5, @react-native-kakao/core@workspace:packages/core":
5085+
"@react-native-kakao/core@npm:2.2.6, @react-native-kakao/core@workspace:packages/core":
50865086
version: 0.0.0-use.local
50875087
resolution: "@react-native-kakao/core@workspace:packages/core"
50885088
dependencies:
@@ -5114,7 +5114,7 @@ __metadata:
51145114
resolution: "@react-native-kakao/map@workspace:packages/map"
51155115
dependencies:
51165116
"@mj-studio/js-util": "npm:1.1.3"
5117-
"@react-native-kakao/core": "npm:2.2.5"
5117+
"@react-native-kakao/core": "npm:2.2.6"
51185118
"@types/invariant": "npm:^2"
51195119
"@types/jest": "npm:^29.5.5"
51205120
"@types/react": "npm:^18.2.44"
@@ -5125,7 +5125,7 @@ __metadata:
51255125
react-native-builder-bob: "npm:^0.20.0"
51265126
typescript: "npm:5.1.6"
51275127
peerDependencies:
5128-
"@react-native-kakao/core": 2.2.5
5128+
"@react-native-kakao/core": 2.2.6
51295129
react: "*"
51305130
react-native: "*"
51315131
languageName: unknown
@@ -5136,7 +5136,7 @@ __metadata:
51365136
resolution: "@react-native-kakao/navi@workspace:packages/navi"
51375137
dependencies:
51385138
"@mj-studio/js-util": "npm:1.1.3"
5139-
"@react-native-kakao/core": "npm:2.2.5"
5139+
"@react-native-kakao/core": "npm:2.2.6"
51405140
"@types/invariant": "npm:^2"
51415141
"@types/jest": "npm:^29.5.5"
51425142
"@types/react": "npm:^18.2.44"
@@ -5147,7 +5147,7 @@ __metadata:
51475147
react-native-builder-bob: "npm:^0.20.0"
51485148
typescript: "npm:5.1.6"
51495149
peerDependencies:
5150-
"@react-native-kakao/core": 2.2.5
5150+
"@react-native-kakao/core": 2.2.6
51515151
react: "*"
51525152
react-native: "*"
51535153
languageName: unknown
@@ -5158,7 +5158,7 @@ __metadata:
51585158
resolution: "@react-native-kakao/share@workspace:packages/share"
51595159
dependencies:
51605160
"@mj-studio/js-util": "npm:1.1.14"
5161-
"@react-native-kakao/core": "npm:2.2.5"
5161+
"@react-native-kakao/core": "npm:2.2.6"
51625162
"@types/jest": "npm:^29.5.5"
51635163
"@types/react": "npm:^18.2.44"
51645164
del-cli: "npm:^5.1.0"
@@ -5168,7 +5168,7 @@ __metadata:
51685168
react-native-builder-bob: "npm:^0.20.0"
51695169
typescript: "npm:5.1.6"
51705170
peerDependencies:
5171-
"@react-native-kakao/core": 2.2.5
5171+
"@react-native-kakao/core": 2.2.6
51725172
react: "*"
51735173
react-native: "*"
51745174
languageName: unknown
@@ -5179,7 +5179,7 @@ __metadata:
51795179
resolution: "@react-native-kakao/social@workspace:packages/social"
51805180
dependencies:
51815181
"@mj-studio/js-util": "npm:1.1.3"
5182-
"@react-native-kakao/core": "npm:2.2.5"
5182+
"@react-native-kakao/core": "npm:2.2.6"
51835183
"@types/invariant": "npm:^2"
51845184
"@types/jest": "npm:^29.5.5"
51855185
"@types/react": "npm:^18.2.44"
@@ -5190,7 +5190,7 @@ __metadata:
51905190
react-native-builder-bob: "npm:^0.20.0"
51915191
typescript: "npm:5.1.6"
51925192
peerDependencies:
5193-
"@react-native-kakao/core": 2.2.5
5193+
"@react-native-kakao/core": 2.2.6
51945194
react: "*"
51955195
react-native: "*"
51965196
languageName: unknown
@@ -5201,7 +5201,7 @@ __metadata:
52015201
resolution: "@react-native-kakao/user@workspace:packages/user"
52025202
dependencies:
52035203
"@mj-studio/js-util": "npm:1.1.3"
5204-
"@react-native-kakao/core": "npm:2.2.5"
5204+
"@react-native-kakao/core": "npm:2.2.6"
52055205
"@types/invariant": "npm:^2"
52065206
"@types/jest": "npm:^29.5.5"
52075207
"@types/react": "npm:^18.2.44"
@@ -5212,7 +5212,7 @@ __metadata:
52125212
react-native-builder-bob: "npm:^0.20.0"
52135213
typescript: "npm:5.1.6"
52145214
peerDependencies:
5215-
"@react-native-kakao/core": 2.2.5
5215+
"@react-native-kakao/core": 2.2.6
52165216
react: "*"
52175217
react-native: "*"
52185218
languageName: unknown

0 commit comments

Comments
 (0)