Skip to content

Commit 5feacd6

Browse files
committed
chore: publish [skip ci]
1 parent 4760692 commit 5feacd6

13 files changed

+65
-23
lines changed

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
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+
## [1.6.0](https://github.com/mym0404/react-native-kakao/compare/v1.5.2...v1.6.0) (2024-04-27)
7+
8+
### Features
9+
10+
* **share:** message - android impl ([c2292a5](https://github.com/mym0404/react-native-kakao/commit/c2292a59aacb352f027bcf0eaa98011edfcfa894))
11+
* **share:** send message ios impl ([d05d2fe](https://github.com/mym0404/react-native-kakao/commit/d05d2fecec2c4b65af50eb11139c8d89b3c6b1ae))
12+
* **share:** support old arch android ([47e047f](https://github.com/mym0404/react-native-kakao/commit/47e047fb0d4041e390c37cda2148b7d0a6f54b09))
13+
614
## [1.5.2](https://github.com/mym0404/react-native-kakao/compare/v1.5.1...v1.5.2) (2024-04-27)
715

816
### 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": "1.5.2",
3+
"version": "1.6.0",
44
"packages": [
55
"packages/*"
66
],

packages/core/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+
## [1.6.0](https://github.com/mym0404/react-native-kakao/compare/v1.5.2...v1.6.0) (2024-04-27)
7+
8+
### Features
9+
10+
* **share:** message - android impl ([c2292a5](https://github.com/mym0404/react-native-kakao/commit/c2292a59aacb352f027bcf0eaa98011edfcfa894))
11+
* **share:** send message ios impl ([d05d2fe](https://github.com/mym0404/react-native-kakao/commit/d05d2fecec2c4b65af50eb11139c8d89b3c6b1ae))
12+
613
## [1.5.2](https://github.com/mym0404/react-native-kakao/compare/v1.5.1...v1.5.2) (2024-04-27)
714

815
### 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": "1.5.2",
4+
"version": "1.6.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+
## [1.6.0](https://github.com/mym0404/react-native-kakao/compare/v1.5.2...v1.6.0) (2024-04-27)
7+
8+
### Features
9+
10+
* **share:** message - android impl ([c2292a5](https://github.com/mym0404/react-native-kakao/commit/c2292a59aacb352f027bcf0eaa98011edfcfa894))
11+
* **share:** send message ios impl ([d05d2fe](https://github.com/mym0404/react-native-kakao/commit/d05d2fecec2c4b65af50eb11139c8d89b3c6b1ae))
12+
613
## [1.5.2](https://github.com/mym0404/react-native-kakao/compare/v1.5.1...v1.5.2) (2024-04-27)
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": "1.5.2",
4+
"version": "1.6.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": "1.5.2",
65+
"@react-native-kakao/core": "1.6.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": "1.5.2",
77+
"@react-native-kakao/core": "1.6.0",
7878
"react": "*",
7979
"react-native": "*"
8080
},

packages/share/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
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+
## [1.6.0](https://github.com/mym0404/react-native-kakao/compare/v1.5.2...v1.6.0) (2024-04-27)
7+
8+
### Features
9+
10+
* **share:** message - android impl ([c2292a5](https://github.com/mym0404/react-native-kakao/commit/c2292a59aacb352f027bcf0eaa98011edfcfa894))
11+
* **share:** send message ios impl ([d05d2fe](https://github.com/mym0404/react-native-kakao/commit/d05d2fecec2c4b65af50eb11139c8d89b3c6b1ae))
12+
* **share:** support old arch android ([47e047f](https://github.com/mym0404/react-native-kakao/commit/47e047fb0d4041e390c37cda2148b7d0a6f54b09))
13+
614
## [1.5.2](https://github.com/mym0404/react-native-kakao/compare/v1.5.1...v1.5.2) (2024-04-27)
715

816
### 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": "1.5.2",
4+
"version": "1.6.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": "1.5.2",
64+
"@react-native-kakao/core": "1.6.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": "1.5.2",
75+
"@react-native-kakao/core": "1.6.0",
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+
## [1.6.0](https://github.com/mym0404/react-native-kakao/compare/v1.5.2...v1.6.0) (2024-04-27)
7+
8+
### Features
9+
10+
* **share:** message - android impl ([c2292a5](https://github.com/mym0404/react-native-kakao/commit/c2292a59aacb352f027bcf0eaa98011edfcfa894))
11+
612
## [1.5.2](https://github.com/mym0404/react-native-kakao/compare/v1.5.1...v1.5.2) (2024-04-27)
713

814
### 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": "1.5.2",
4+
"version": "1.6.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": "1.5.2",
67+
"@react-native-kakao/core": "1.6.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": "1.5.2",
79+
"@react-native-kakao/core": "1.6.0",
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+
## [1.6.0](https://github.com/mym0404/react-native-kakao/compare/v1.5.2...v1.6.0) (2024-04-27)
7+
8+
### Features
9+
10+
* **share:** message - android impl ([c2292a5](https://github.com/mym0404/react-native-kakao/commit/c2292a59aacb352f027bcf0eaa98011edfcfa894))
11+
612
## [1.5.2](https://github.com/mym0404/react-native-kakao/compare/v1.5.1...v1.5.2) (2024-04-27)
713

814
### Features

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

yarn.lock

+9-9
Original file line numberDiff line numberDiff line change
@@ -4500,7 +4500,7 @@ __metadata:
45004500
languageName: node
45014501
linkType: hard
45024502

4503-
"@react-native-kakao/core@npm:1.5.2, @react-native-kakao/core@workspace:packages/core":
4503+
"@react-native-kakao/core@npm:1.6.0, @react-native-kakao/core@workspace:packages/core":
45044504
version: 0.0.0-use.local
45054505
resolution: "@react-native-kakao/core@workspace:packages/core"
45064506
dependencies:
@@ -4527,7 +4527,7 @@ __metadata:
45274527
resolution: "@react-native-kakao/navi@workspace:packages/navi"
45284528
dependencies:
45294529
"@mj-studio/js-util": "npm:^1.0.34"
4530-
"@react-native-kakao/core": "npm:1.5.2"
4530+
"@react-native-kakao/core": "npm:1.6.0"
45314531
"@types/invariant": "npm:^2"
45324532
"@types/jest": "npm:^29.5.5"
45334533
"@types/react": "npm:^18.2.44"
@@ -4538,7 +4538,7 @@ __metadata:
45384538
react-native-builder-bob: "npm:^0.20.0"
45394539
typescript: "npm:5.1.6"
45404540
peerDependencies:
4541-
"@react-native-kakao/core": 1.5.2
4541+
"@react-native-kakao/core": 1.6.0
45424542
react: "*"
45434543
react-native: "*"
45444544
languageName: unknown
@@ -4548,7 +4548,7 @@ __metadata:
45484548
version: 0.0.0-use.local
45494549
resolution: "@react-native-kakao/share@workspace:packages/share"
45504550
dependencies:
4551-
"@react-native-kakao/core": "npm:1.5.2"
4551+
"@react-native-kakao/core": "npm:1.6.0"
45524552
"@types/jest": "npm:^29.5.5"
45534553
"@types/react": "npm:^18.2.44"
45544554
del-cli: "npm:^5.1.0"
@@ -4558,7 +4558,7 @@ __metadata:
45584558
react-native-builder-bob: "npm:^0.20.0"
45594559
typescript: "npm:5.1.6"
45604560
peerDependencies:
4561-
"@react-native-kakao/core": 1.5.2
4561+
"@react-native-kakao/core": 1.6.0
45624562
react: "*"
45634563
react-native: "*"
45644564
languageName: unknown
@@ -4569,7 +4569,7 @@ __metadata:
45694569
resolution: "@react-native-kakao/social@workspace:packages/social"
45704570
dependencies:
45714571
"@mj-studio/js-util": "npm:^1.0.34"
4572-
"@react-native-kakao/core": "npm:1.5.2"
4572+
"@react-native-kakao/core": "npm:1.6.0"
45734573
"@types/invariant": "npm:^2"
45744574
"@types/jest": "npm:^29.5.5"
45754575
"@types/react": "npm:^18.2.44"
@@ -4580,7 +4580,7 @@ __metadata:
45804580
react-native-builder-bob: "npm:^0.20.0"
45814581
typescript: "npm:5.1.6"
45824582
peerDependencies:
4583-
"@react-native-kakao/core": 1.5.2
4583+
"@react-native-kakao/core": 1.6.0
45844584
react: "*"
45854585
react-native: "*"
45864586
languageName: unknown
@@ -4591,7 +4591,7 @@ __metadata:
45914591
resolution: "@react-native-kakao/user@workspace:packages/user"
45924592
dependencies:
45934593
"@mj-studio/js-util": "npm:^1.0.34"
4594-
"@react-native-kakao/core": "npm:1.5.2"
4594+
"@react-native-kakao/core": "npm:1.6.0"
45954595
"@types/invariant": "npm:^2"
45964596
"@types/jest": "npm:^29.5.5"
45974597
"@types/react": "npm:^18.2.44"
@@ -4602,7 +4602,7 @@ __metadata:
46024602
react-native-builder-bob: "npm:^0.20.0"
46034603
typescript: "npm:5.1.6"
46044604
peerDependencies:
4605-
"@react-native-kakao/core": 1.5.2
4605+
"@react-native-kakao/core": 1.6.0
46064606
react: "*"
46074607
react-native: "*"
46084608
languageName: unknown

0 commit comments

Comments
 (0)