Skip to content

Commit 9cf3261

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

File tree

17 files changed

+74
-33
lines changed

17 files changed

+74
-33
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 4 additions & 0 deletions
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

Lines changed: 3 additions & 3 deletions
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

Lines changed: 4 additions & 0 deletions
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 7 additions & 0 deletions
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

Lines changed: 3 additions & 3 deletions
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

Lines changed: 7 additions & 0 deletions
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

Lines changed: 3 additions & 3 deletions
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
},

0 commit comments

Comments
 (0)