Skip to content

Commit 8c06cf3

Browse files
committed
chore: publish [skip ci]
1 parent 18ccff6 commit 8c06cf3

13 files changed

+47
-23
lines changed

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+
## [1.6.2](https://github.com/mym0404/react-native-kakao/compare/v1.6.1...v1.6.2) (2024-04-29)
7+
8+
**Note:** Version bump only for package react-native-kakao
9+
610
## [1.6.1](https://github.com/mym0404/react-native-kakao/compare/v1.6.0...v1.6.1) (2024-04-28)
711

812
### 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.6.1",
3+
"version": "1.6.2",
44
"packages": [
55
"packages/*"
66
],

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+
## [1.6.2](https://github.com/mym0404/react-native-kakao/compare/v1.6.1...v1.6.2) (2024-04-29)
7+
8+
**Note:** Version bump only for package @react-native-kakao/core
9+
610
## [1.6.1](https://github.com/mym0404/react-native-kakao/compare/v1.6.0...v1.6.1) (2024-04-28)
711

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

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+
## [1.6.2](https://github.com/mym0404/react-native-kakao/compare/v1.6.1...v1.6.2) (2024-04-29)
7+
8+
**Note:** Version bump only for package @react-native-kakao/navi
9+
610
## [1.6.1](https://github.com/mym0404/react-native-kakao/compare/v1.6.0...v1.6.1) (2024-04-28)
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": "1.6.1",
4+
"version": "1.6.2",
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.6.1",
65+
"@react-native-kakao/core": "1.6.2",
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.6.1",
77+
"@react-native-kakao/core": "1.6.2",
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+
## [1.6.2](https://github.com/mym0404/react-native-kakao/compare/v1.6.1...v1.6.2) (2024-04-29)
7+
8+
**Note:** Version bump only for package @react-native-kakao/share
9+
610
## [1.6.1](https://github.com/mym0404/react-native-kakao/compare/v1.6.0...v1.6.1) (2024-04-28)
711

812
**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": "1.6.1",
4+
"version": "1.6.2",
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.6.1",
64+
"@react-native-kakao/core": "1.6.2",
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.6.1",
75+
"@react-native-kakao/core": "1.6.2",
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+
## [1.6.2](https://github.com/mym0404/react-native-kakao/compare/v1.6.1...v1.6.2) (2024-04-29)
7+
8+
**Note:** Version bump only for package @react-native-kakao/social
9+
610
## [1.6.1](https://github.com/mym0404/react-native-kakao/compare/v1.6.0...v1.6.1) (2024-04-28)
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": "1.6.1",
4+
"version": "1.6.2",
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.6.1",
67+
"@react-native-kakao/core": "1.6.2",
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.6.1",
79+
"@react-native-kakao/core": "1.6.2",
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+
## [1.6.2](https://github.com/mym0404/react-native-kakao/compare/v1.6.1...v1.6.2) (2024-04-29)
7+
8+
**Note:** Version bump only for package @react-native-kakao/user
9+
610
## [1.6.1](https://github.com/mym0404/react-native-kakao/compare/v1.6.0...v1.6.1) (2024-04-28)
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": "1.6.1",
4+
"version": "1.6.2",
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.6.1",
65+
"@react-native-kakao/core": "1.6.2",
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.6.1",
77+
"@react-native-kakao/core": "1.6.2",
7878
"react": "*",
7979
"react-native": "*"
8080
},

yarn.lock

+9-9
Original file line numberDiff line numberDiff line change
@@ -4509,7 +4509,7 @@ __metadata:
45094509
languageName: node
45104510
linkType: hard
45114511

4512-
"@react-native-kakao/core@npm:1.6.1, @react-native-kakao/core@workspace:packages/core":
4512+
"@react-native-kakao/core@npm:1.6.2, @react-native-kakao/core@workspace:packages/core":
45134513
version: 0.0.0-use.local
45144514
resolution: "@react-native-kakao/core@workspace:packages/core"
45154515
dependencies:
@@ -4536,7 +4536,7 @@ __metadata:
45364536
resolution: "@react-native-kakao/navi@workspace:packages/navi"
45374537
dependencies:
45384538
"@mj-studio/js-util": "npm:^1.0.34"
4539-
"@react-native-kakao/core": "npm:1.6.1"
4539+
"@react-native-kakao/core": "npm:1.6.2"
45404540
"@types/invariant": "npm:^2"
45414541
"@types/jest": "npm:^29.5.5"
45424542
"@types/react": "npm:^18.2.44"
@@ -4547,7 +4547,7 @@ __metadata:
45474547
react-native-builder-bob: "npm:^0.20.0"
45484548
typescript: "npm:5.1.6"
45494549
peerDependencies:
4550-
"@react-native-kakao/core": 1.6.1
4550+
"@react-native-kakao/core": 1.6.2
45514551
react: "*"
45524552
react-native: "*"
45534553
languageName: unknown
@@ -4557,7 +4557,7 @@ __metadata:
45574557
version: 0.0.0-use.local
45584558
resolution: "@react-native-kakao/share@workspace:packages/share"
45594559
dependencies:
4560-
"@react-native-kakao/core": "npm:1.6.1"
4560+
"@react-native-kakao/core": "npm:1.6.2"
45614561
"@types/jest": "npm:^29.5.5"
45624562
"@types/react": "npm:^18.2.44"
45634563
del-cli: "npm:^5.1.0"
@@ -4567,7 +4567,7 @@ __metadata:
45674567
react-native-builder-bob: "npm:^0.20.0"
45684568
typescript: "npm:5.1.6"
45694569
peerDependencies:
4570-
"@react-native-kakao/core": 1.6.1
4570+
"@react-native-kakao/core": 1.6.2
45714571
react: "*"
45724572
react-native: "*"
45734573
languageName: unknown
@@ -4578,7 +4578,7 @@ __metadata:
45784578
resolution: "@react-native-kakao/social@workspace:packages/social"
45794579
dependencies:
45804580
"@mj-studio/js-util": "npm:^1.0.34"
4581-
"@react-native-kakao/core": "npm:1.6.1"
4581+
"@react-native-kakao/core": "npm:1.6.2"
45824582
"@types/invariant": "npm:^2"
45834583
"@types/jest": "npm:^29.5.5"
45844584
"@types/react": "npm:^18.2.44"
@@ -4589,7 +4589,7 @@ __metadata:
45894589
react-native-builder-bob: "npm:^0.20.0"
45904590
typescript: "npm:5.1.6"
45914591
peerDependencies:
4592-
"@react-native-kakao/core": 1.6.1
4592+
"@react-native-kakao/core": 1.6.2
45934593
react: "*"
45944594
react-native: "*"
45954595
languageName: unknown
@@ -4600,7 +4600,7 @@ __metadata:
46004600
resolution: "@react-native-kakao/user@workspace:packages/user"
46014601
dependencies:
46024602
"@mj-studio/js-util": "npm:^1.0.34"
4603-
"@react-native-kakao/core": "npm:1.6.1"
4603+
"@react-native-kakao/core": "npm:1.6.2"
46044604
"@types/invariant": "npm:^2"
46054605
"@types/jest": "npm:^29.5.5"
46064606
"@types/react": "npm:^18.2.44"
@@ -4611,7 +4611,7 @@ __metadata:
46114611
react-native-builder-bob: "npm:^0.20.0"
46124612
typescript: "npm:5.1.6"
46134613
peerDependencies:
4614-
"@react-native-kakao/core": 1.6.1
4614+
"@react-native-kakao/core": 1.6.2
46154615
react: "*"
46164616
react-native: "*"
46174617
languageName: unknown

0 commit comments

Comments
 (0)