Skip to content

Commit 3d09740

Browse files
committed
chore: publish [skip ci]
1 parent 774f221 commit 3d09740

15 files changed

+75
-28
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.0](https://github.com/mym0404/react-native-kakao/compare/v2.1.0...v2.2.0) (2024-05-04)
7+
8+
### Features
9+
10+
* **channel:** web ([00ec9f1](https://github.com/mym0404/react-native-kakao/commit/00ec9f1cd40e81fb4b0023f6b28eb294ea716030))
11+
* **share:** web ([34e6ed3](https://github.com/mym0404/react-native-kakao/commit/34e6ed3a6b62470e210d2c41e213cc0d3653e0f5))
12+
613
## [2.1.0](https://github.com/mym0404/react-native-kakao/compare/v2.0.0...v2.1.0) (2024-05-03)
714

815
### 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.1.0",
3+
"version": "2.2.0",
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.0](https://github.com/mym0404/react-native-kakao/compare/v2.1.0...v2.2.0) (2024-05-04)
7+
8+
### Features
9+
10+
* **channel:** web ([00ec9f1](https://github.com/mym0404/react-native-kakao/commit/00ec9f1cd40e81fb4b0023f6b28eb294ea716030))
11+
612
## [2.1.0](https://github.com/mym0404/react-native-kakao/compare/v2.0.0...v2.1.0) (2024-05-03)
713

814
### Features

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.1.0",
4+
"version": "2.2.0",
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.1.0",
65+
"@react-native-kakao/core": "2.2.0",
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.1.0",
77+
"@react-native-kakao/core": "2.2.0",
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.0](https://github.com/mym0404/react-native-kakao/compare/v2.1.0...v2.2.0) (2024-05-04)
7+
8+
### Features
9+
10+
* **channel:** web ([00ec9f1](https://github.com/mym0404/react-native-kakao/commit/00ec9f1cd40e81fb4b0023f6b28eb294ea716030))
11+
612
## [2.1.0](https://github.com/mym0404/react-native-kakao/compare/v2.0.0...v2.1.0) (2024-05-03)
713

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

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.0](https://github.com/mym0404/react-native-kakao/compare/v2.1.0...v2.2.0) (2024-05-04)
7+
8+
### Features
9+
10+
* **channel:** web ([00ec9f1](https://github.com/mym0404/react-native-kakao/commit/00ec9f1cd40e81fb4b0023f6b28eb294ea716030))
11+
* **share:** web ([34e6ed3](https://github.com/mym0404/react-native-kakao/commit/34e6ed3a6b62470e210d2c41e213cc0d3653e0f5))
12+
613
## [2.1.0](https://github.com/mym0404/react-native-kakao/compare/v2.0.0...v2.1.0) (2024-05-03)
714

815
### Features

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

packages/share/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.0](https://github.com/mym0404/react-native-kakao/compare/v2.1.0...v2.2.0) (2024-05-04)
7+
8+
### Features
9+
10+
* **channel:** web ([00ec9f1](https://github.com/mym0404/react-native-kakao/commit/00ec9f1cd40e81fb4b0023f6b28eb294ea716030))
11+
* **share:** web ([34e6ed3](https://github.com/mym0404/react-native-kakao/commit/34e6ed3a6b62470e210d2c41e213cc0d3653e0f5))
12+
613
## [2.1.0](https://github.com/mym0404/react-native-kakao/compare/v2.0.0...v2.1.0) (2024-05-03)
714

815
### Features

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

packages/social/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.0](https://github.com/mym0404/react-native-kakao/compare/v2.1.0...v2.2.0) (2024-05-04)
7+
8+
### Features
9+
10+
* **channel:** web ([00ec9f1](https://github.com/mym0404/react-native-kakao/commit/00ec9f1cd40e81fb4b0023f6b28eb294ea716030))
11+
* **share:** web ([34e6ed3](https://github.com/mym0404/react-native-kakao/commit/34e6ed3a6b62470e210d2c41e213cc0d3653e0f5))
12+
613
## [2.1.0](https://github.com/mym0404/react-native-kakao/compare/v2.0.0...v2.1.0) (2024-05-03)
714

815
### Features

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

packages/user/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.0](https://github.com/mym0404/react-native-kakao/compare/v2.1.0...v2.2.0) (2024-05-04)
7+
8+
### Features
9+
10+
* **channel:** web ([00ec9f1](https://github.com/mym0404/react-native-kakao/commit/00ec9f1cd40e81fb4b0023f6b28eb294ea716030))
11+
* **share:** web ([34e6ed3](https://github.com/mym0404/react-native-kakao/commit/34e6ed3a6b62470e210d2c41e213cc0d3653e0f5))
12+
613
## [2.1.0](https://github.com/mym0404/react-native-kakao/compare/v2.0.0...v2.1.0) (2024-05-03)
714

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

yarn.lock

+11-11
Original file line numberDiff line numberDiff line change
@@ -4730,7 +4730,7 @@ __metadata:
47304730
resolution: "@react-native-kakao/channel@workspace:packages/channel"
47314731
dependencies:
47324732
"@mj-studio/js-util": "npm:^1.0.34"
4733-
"@react-native-kakao/core": "npm:2.1.0"
4733+
"@react-native-kakao/core": "npm:2.2.0"
47344734
"@types/invariant": "npm:^2"
47354735
"@types/jest": "npm:^29.5.5"
47364736
"@types/react": "npm:^18.2.44"
@@ -4741,13 +4741,13 @@ __metadata:
47414741
react-native-builder-bob: "npm:^0.20.0"
47424742
typescript: "npm:5.1.6"
47434743
peerDependencies:
4744-
"@react-native-kakao/core": 2.1.0
4744+
"@react-native-kakao/core": 2.2.0
47454745
react: "*"
47464746
react-native: "*"
47474747
languageName: unknown
47484748
linkType: soft
47494749

4750-
"@react-native-kakao/core@npm:2.1.0, @react-native-kakao/core@workspace:packages/core":
4750+
"@react-native-kakao/core@npm:2.2.0, @react-native-kakao/core@workspace:packages/core":
47514751
version: 0.0.0-use.local
47524752
resolution: "@react-native-kakao/core@workspace:packages/core"
47534753
dependencies:
@@ -4778,7 +4778,7 @@ __metadata:
47784778
resolution: "@react-native-kakao/navi@workspace:packages/navi"
47794779
dependencies:
47804780
"@mj-studio/js-util": "npm:1.1.3"
4781-
"@react-native-kakao/core": "npm:2.1.0"
4781+
"@react-native-kakao/core": "npm:2.2.0"
47824782
"@types/invariant": "npm:^2"
47834783
"@types/jest": "npm:^29.5.5"
47844784
"@types/react": "npm:^18.2.44"
@@ -4789,7 +4789,7 @@ __metadata:
47894789
react-native-builder-bob: "npm:^0.20.0"
47904790
typescript: "npm:5.1.6"
47914791
peerDependencies:
4792-
"@react-native-kakao/core": 2.1.0
4792+
"@react-native-kakao/core": 2.2.0
47934793
react: "*"
47944794
react-native: "*"
47954795
languageName: unknown
@@ -4800,7 +4800,7 @@ __metadata:
48004800
resolution: "@react-native-kakao/share@workspace:packages/share"
48014801
dependencies:
48024802
"@mj-studio/js-util": "npm:1.1.3"
4803-
"@react-native-kakao/core": "npm:2.1.0"
4803+
"@react-native-kakao/core": "npm:2.2.0"
48044804
"@types/jest": "npm:^29.5.5"
48054805
"@types/react": "npm:^18.2.44"
48064806
del-cli: "npm:^5.1.0"
@@ -4810,7 +4810,7 @@ __metadata:
48104810
react-native-builder-bob: "npm:^0.20.0"
48114811
typescript: "npm:5.1.6"
48124812
peerDependencies:
4813-
"@react-native-kakao/core": 2.1.0
4813+
"@react-native-kakao/core": 2.2.0
48144814
react: "*"
48154815
react-native: "*"
48164816
languageName: unknown
@@ -4821,7 +4821,7 @@ __metadata:
48214821
resolution: "@react-native-kakao/social@workspace:packages/social"
48224822
dependencies:
48234823
"@mj-studio/js-util": "npm:1.1.3"
4824-
"@react-native-kakao/core": "npm:2.1.0"
4824+
"@react-native-kakao/core": "npm:2.2.0"
48254825
"@types/invariant": "npm:^2"
48264826
"@types/jest": "npm:^29.5.5"
48274827
"@types/react": "npm:^18.2.44"
@@ -4832,7 +4832,7 @@ __metadata:
48324832
react-native-builder-bob: "npm:^0.20.0"
48334833
typescript: "npm:5.1.6"
48344834
peerDependencies:
4835-
"@react-native-kakao/core": 2.1.0
4835+
"@react-native-kakao/core": 2.2.0
48364836
react: "*"
48374837
react-native: "*"
48384838
languageName: unknown
@@ -4843,7 +4843,7 @@ __metadata:
48434843
resolution: "@react-native-kakao/user@workspace:packages/user"
48444844
dependencies:
48454845
"@mj-studio/js-util": "npm:1.1.3"
4846-
"@react-native-kakao/core": "npm:2.1.0"
4846+
"@react-native-kakao/core": "npm:2.2.0"
48474847
"@types/invariant": "npm:^2"
48484848
"@types/jest": "npm:^29.5.5"
48494849
"@types/react": "npm:^18.2.44"
@@ -4854,7 +4854,7 @@ __metadata:
48544854
react-native-builder-bob: "npm:^0.20.0"
48554855
typescript: "npm:5.1.6"
48564856
peerDependencies:
4857-
"@react-native-kakao/core": 2.1.0
4857+
"@react-native-kakao/core": 2.2.0
48584858
react: "*"
48594859
react-native: "*"
48604860
languageName: unknown

0 commit comments

Comments
 (0)