Skip to content

Commit 0ecf72a

Browse files
committed
chore: publish [skip ci]
1 parent b87a008 commit 0ecf72a

17 files changed

+69
-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.5](https://github.com/mym0404/react-native-kakao/compare/v2.2.4...v2.2.5) (2024-07-02)
7+
8+
### Bug Fixes
9+
10+
* **share:** ios: swap mobile execution params fielkd values into string in iOS ([1d7a4c9](https://github.com/mym0404/react-native-kakao/commit/1d7a4c92d66a483287bcc47512f3238e0e2ba39e)), closes [#35](https://github.com/mym0404/react-native-kakao/issues/35)
11+
612
## [2.2.4](https://github.com/mym0404/react-native-kakao/compare/v2.2.3...v2.2.4) (2024-06-05)
713

814
### 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.4",
3+
"version": "2.2.5",
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.5](https://github.com/mym0404/react-native-kakao/compare/v2.2.4...v2.2.5) (2024-07-02)
7+
8+
**Note:** Version bump only for package @react-native-kakao/channel
9+
610
## [2.2.4](https://github.com/mym0404/react-native-kakao/compare/v2.2.3...v2.2.4) (2024-06-05)
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.4",
4+
"version": "2.2.5",
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.4",
65+
"@react-native-kakao/core": "2.2.5",
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.4",
77+
"@react-native-kakao/core": "2.2.5",
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.5](https://github.com/mym0404/react-native-kakao/compare/v2.2.4...v2.2.5) (2024-07-02)
7+
8+
**Note:** Version bump only for package @react-native-kakao/core
9+
610
## [2.2.4](https://github.com/mym0404/react-native-kakao/compare/v2.2.3...v2.2.4) (2024-06-05)
711

812
### Bug Fixes

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

packages/map/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.5](https://github.com/mym0404/react-native-kakao/compare/v2.2.4...v2.2.5) (2024-07-02)
7+
8+
**Note:** Version bump only for package @react-native-kakao/map
9+
610
## [2.2.4](https://github.com/mym0404/react-native-kakao/compare/v2.2.3...v2.2.4) (2024-06-05)
711

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

packages/navi/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.5](https://github.com/mym0404/react-native-kakao/compare/v2.2.4...v2.2.5) (2024-07-02)
7+
8+
**Note:** Version bump only for package @react-native-kakao/navi
9+
610
## [2.2.4](https://github.com/mym0404/react-native-kakao/compare/v2.2.3...v2.2.4) (2024-06-05)
711

812
**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.4",
4+
"version": "2.2.5",
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.4",
65+
"@react-native-kakao/core": "2.2.5",
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.4",
77+
"@react-native-kakao/core": "2.2.5",
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.5](https://github.com/mym0404/react-native-kakao/compare/v2.2.4...v2.2.5) (2024-07-02)
7+
8+
### Bug Fixes
9+
10+
* **share:** ios: swap mobile execution params fielkd values into string in iOS ([1d7a4c9](https://github.com/mym0404/react-native-kakao/commit/1d7a4c92d66a483287bcc47512f3238e0e2ba39e)), closes [#35](https://github.com/mym0404/react-native-kakao/issues/35)
11+
612
## [2.2.4](https://github.com/mym0404/react-native-kakao/compare/v2.2.3...v2.2.4) (2024-06-05)
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.4",
4+
"version": "2.2.5",
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.4",
64+
"@react-native-kakao/core": "2.2.5",
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.4",
75+
"@react-native-kakao/core": "2.2.5",
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.5](https://github.com/mym0404/react-native-kakao/compare/v2.2.4...v2.2.5) (2024-07-02)
7+
8+
**Note:** Version bump only for package @react-native-kakao/social
9+
610
## [2.2.4](https://github.com/mym0404/react-native-kakao/compare/v2.2.3...v2.2.4) (2024-06-05)
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.4",
4+
"version": "2.2.5",
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.4",
67+
"@react-native-kakao/core": "2.2.5",
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.4",
79+
"@react-native-kakao/core": "2.2.5",
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.5](https://github.com/mym0404/react-native-kakao/compare/v2.2.4...v2.2.5) (2024-07-02)
7+
8+
**Note:** Version bump only for package @react-native-kakao/user
9+
610
## [2.2.4](https://github.com/mym0404/react-native-kakao/compare/v2.2.3...v2.2.4) (2024-06-05)
711

812
### Bug Fixes

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

yarn.lock

+13-13
Original file line numberDiff line numberDiff line change
@@ -4957,7 +4957,7 @@ __metadata:
49574957
resolution: "@react-native-kakao/channel@workspace:packages/channel"
49584958
dependencies:
49594959
"@mj-studio/js-util": "npm:^1.0.34"
4960-
"@react-native-kakao/core": "npm:2.2.4"
4960+
"@react-native-kakao/core": "npm:2.2.5"
49614961
"@types/invariant": "npm:^2"
49624962
"@types/jest": "npm:^29.5.5"
49634963
"@types/react": "npm:^18.2.44"
@@ -4968,13 +4968,13 @@ __metadata:
49684968
react-native-builder-bob: "npm:^0.20.0"
49694969
typescript: "npm:5.1.6"
49704970
peerDependencies:
4971-
"@react-native-kakao/core": 2.2.4
4971+
"@react-native-kakao/core": 2.2.5
49724972
react: "*"
49734973
react-native: "*"
49744974
languageName: unknown
49754975
linkType: soft
49764976

4977-
"@react-native-kakao/core@npm:2.2.4, @react-native-kakao/core@workspace:packages/core":
4977+
"@react-native-kakao/core@npm:2.2.5, @react-native-kakao/core@workspace:packages/core":
49784978
version: 0.0.0-use.local
49794979
resolution: "@react-native-kakao/core@workspace:packages/core"
49804980
dependencies:
@@ -5002,7 +5002,7 @@ __metadata:
50025002
resolution: "@react-native-kakao/map@workspace:packages/map"
50035003
dependencies:
50045004
"@mj-studio/js-util": "npm:1.1.3"
5005-
"@react-native-kakao/core": "npm:2.2.4"
5005+
"@react-native-kakao/core": "npm:2.2.5"
50065006
"@types/invariant": "npm:^2"
50075007
"@types/jest": "npm:^29.5.5"
50085008
"@types/react": "npm:^18.2.44"
@@ -5013,7 +5013,7 @@ __metadata:
50135013
react-native-builder-bob: "npm:^0.20.0"
50145014
typescript: "npm:5.1.6"
50155015
peerDependencies:
5016-
"@react-native-kakao/core": 2.2.4
5016+
"@react-native-kakao/core": 2.2.5
50175017
react: "*"
50185018
react-native: "*"
50195019
languageName: unknown
@@ -5024,7 +5024,7 @@ __metadata:
50245024
resolution: "@react-native-kakao/navi@workspace:packages/navi"
50255025
dependencies:
50265026
"@mj-studio/js-util": "npm:1.1.3"
5027-
"@react-native-kakao/core": "npm:2.2.4"
5027+
"@react-native-kakao/core": "npm:2.2.5"
50285028
"@types/invariant": "npm:^2"
50295029
"@types/jest": "npm:^29.5.5"
50305030
"@types/react": "npm:^18.2.44"
@@ -5035,7 +5035,7 @@ __metadata:
50355035
react-native-builder-bob: "npm:^0.20.0"
50365036
typescript: "npm:5.1.6"
50375037
peerDependencies:
5038-
"@react-native-kakao/core": 2.2.4
5038+
"@react-native-kakao/core": 2.2.5
50395039
react: "*"
50405040
react-native: "*"
50415041
languageName: unknown
@@ -5046,7 +5046,7 @@ __metadata:
50465046
resolution: "@react-native-kakao/share@workspace:packages/share"
50475047
dependencies:
50485048
"@mj-studio/js-util": "npm:1.1.14"
5049-
"@react-native-kakao/core": "npm:2.2.4"
5049+
"@react-native-kakao/core": "npm:2.2.5"
50505050
"@types/jest": "npm:^29.5.5"
50515051
"@types/react": "npm:^18.2.44"
50525052
del-cli: "npm:^5.1.0"
@@ -5056,7 +5056,7 @@ __metadata:
50565056
react-native-builder-bob: "npm:^0.20.0"
50575057
typescript: "npm:5.1.6"
50585058
peerDependencies:
5059-
"@react-native-kakao/core": 2.2.4
5059+
"@react-native-kakao/core": 2.2.5
50605060
react: "*"
50615061
react-native: "*"
50625062
languageName: unknown
@@ -5067,7 +5067,7 @@ __metadata:
50675067
resolution: "@react-native-kakao/social@workspace:packages/social"
50685068
dependencies:
50695069
"@mj-studio/js-util": "npm:1.1.3"
5070-
"@react-native-kakao/core": "npm:2.2.4"
5070+
"@react-native-kakao/core": "npm:2.2.5"
50715071
"@types/invariant": "npm:^2"
50725072
"@types/jest": "npm:^29.5.5"
50735073
"@types/react": "npm:^18.2.44"
@@ -5078,7 +5078,7 @@ __metadata:
50785078
react-native-builder-bob: "npm:^0.20.0"
50795079
typescript: "npm:5.1.6"
50805080
peerDependencies:
5081-
"@react-native-kakao/core": 2.2.4
5081+
"@react-native-kakao/core": 2.2.5
50825082
react: "*"
50835083
react-native: "*"
50845084
languageName: unknown
@@ -5089,7 +5089,7 @@ __metadata:
50895089
resolution: "@react-native-kakao/user@workspace:packages/user"
50905090
dependencies:
50915091
"@mj-studio/js-util": "npm:1.1.3"
5092-
"@react-native-kakao/core": "npm:2.2.4"
5092+
"@react-native-kakao/core": "npm:2.2.5"
50935093
"@types/invariant": "npm:^2"
50945094
"@types/jest": "npm:^29.5.5"
50955095
"@types/react": "npm:^18.2.44"
@@ -5100,7 +5100,7 @@ __metadata:
51005100
react-native-builder-bob: "npm:^0.20.0"
51015101
typescript: "npm:5.1.6"
51025102
peerDependencies:
5103-
"@react-native-kakao/core": 2.2.4
5103+
"@react-native-kakao/core": 2.2.5
51045104
react: "*"
51055105
react-native: "*"
51065106
languageName: unknown

0 commit comments

Comments
 (0)