Skip to content

Commit d2e36f7

Browse files
committed
chore: publish [skip ci]
1 parent ff632a3 commit d2e36f7

13 files changed

+61
-23
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+
## [1.5.2](https://github.com/mym0404/react-native-kakao/compare/v1.5.1...v1.5.2) (2024-04-27)
7+
8+
### Features
9+
10+
* **core:** enhance package error codes ([e899a57](https://github.com/mym0404/react-native-kakao/commit/e899a574f048998e5eb8dd79513e1d44742350e9))
11+
* **social:** getFriends feature ([30ac791](https://github.com/mym0404/react-native-kakao/commit/30ac79164f82c8e05921ced5e3b6867044576c07))
12+
613
## [1.5.1](https://github.com/mym0404/react-native-kakao/compare/v1.5.0...v1.5.1) (2024-04-27)
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": "1.5.1",
3+
"version": "1.5.2",
44
"packages": [
55
"packages/*"
66
],

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+
## [1.5.2](https://github.com/mym0404/react-native-kakao/compare/v1.5.1...v1.5.2) (2024-04-27)
7+
8+
### Features
9+
10+
* **core:** enhance package error codes ([e899a57](https://github.com/mym0404/react-native-kakao/commit/e899a574f048998e5eb8dd79513e1d44742350e9))
11+
612
## [1.5.1](https://github.com/mym0404/react-native-kakao/compare/v1.5.0...v1.5.1) (2024-04-27)
713

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

packages/navi/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.5.2](https://github.com/mym0404/react-native-kakao/compare/v1.5.1...v1.5.2) (2024-04-27)
7+
8+
### Features
9+
10+
* **core:** enhance package error codes ([e899a57](https://github.com/mym0404/react-native-kakao/commit/e899a574f048998e5eb8dd79513e1d44742350e9))
11+
612
## [1.5.1](https://github.com/mym0404/react-native-kakao/compare/v1.5.0...v1.5.1) (2024-04-27)
713

814
**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.5.1",
4+
"version": "1.5.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.5.1",
65+
"@react-native-kakao/core": "1.5.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.5.1",
77+
"@react-native-kakao/core": "1.5.2",
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+
## [1.5.2](https://github.com/mym0404/react-native-kakao/compare/v1.5.1...v1.5.2) (2024-04-27)
7+
8+
### Features
9+
10+
* **core:** enhance package error codes ([e899a57](https://github.com/mym0404/react-native-kakao/commit/e899a574f048998e5eb8dd79513e1d44742350e9))
11+
612
## [1.5.1](https://github.com/mym0404/react-native-kakao/compare/v1.5.0...v1.5.1) (2024-04-27)
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": "1.5.1",
4+
"version": "1.5.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.5.1",
64+
"@react-native-kakao/core": "1.5.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.5.1",
75+
"@react-native-kakao/core": "1.5.2",
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+
## [1.5.2](https://github.com/mym0404/react-native-kakao/compare/v1.5.1...v1.5.2) (2024-04-27)
7+
8+
### Features
9+
10+
* **core:** enhance package error codes ([e899a57](https://github.com/mym0404/react-native-kakao/commit/e899a574f048998e5eb8dd79513e1d44742350e9))
11+
* **social:** getFriends feature ([30ac791](https://github.com/mym0404/react-native-kakao/commit/30ac79164f82c8e05921ced5e3b6867044576c07))
12+
613
## [1.5.1](https://github.com/mym0404/react-native-kakao/compare/v1.5.0...v1.5.1) (2024-04-27)
714

815
**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.5.1",
4+
"version": "1.5.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.5.1",
67+
"@react-native-kakao/core": "1.5.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.5.1",
79+
"@react-native-kakao/core": "1.5.2",
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.5.2](https://github.com/mym0404/react-native-kakao/compare/v1.5.1...v1.5.2) (2024-04-27)
7+
8+
### Features
9+
10+
* **core:** enhance package error codes ([e899a57](https://github.com/mym0404/react-native-kakao/commit/e899a574f048998e5eb8dd79513e1d44742350e9))
11+
612
## [1.5.1](https://github.com/mym0404/react-native-kakao/compare/v1.5.0...v1.5.1) (2024-04-27)
713

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

yarn.lock

+9-9
Original file line numberDiff line numberDiff line change
@@ -4527,7 +4527,7 @@ __metadata:
45274527
languageName: node
45284528
linkType: hard
45294529

4530-
"@react-native-kakao/core@npm:1.5.1, @react-native-kakao/core@workspace:packages/core":
4530+
"@react-native-kakao/core@npm:1.5.2, @react-native-kakao/core@workspace:packages/core":
45314531
version: 0.0.0-use.local
45324532
resolution: "@react-native-kakao/core@workspace:packages/core"
45334533
dependencies:
@@ -4554,7 +4554,7 @@ __metadata:
45544554
resolution: "@react-native-kakao/navi@workspace:packages/navi"
45554555
dependencies:
45564556
"@mj-studio/js-util": "npm:^1.0.34"
4557-
"@react-native-kakao/core": "npm:1.5.1"
4557+
"@react-native-kakao/core": "npm:1.5.2"
45584558
"@types/invariant": "npm:^2"
45594559
"@types/jest": "npm:^29.5.5"
45604560
"@types/react": "npm:^18.2.44"
@@ -4565,7 +4565,7 @@ __metadata:
45654565
react-native-builder-bob: "npm:^0.20.0"
45664566
typescript: "npm:5.1.6"
45674567
peerDependencies:
4568-
"@react-native-kakao/core": 1.5.1
4568+
"@react-native-kakao/core": 1.5.2
45694569
react: "*"
45704570
react-native: "*"
45714571
languageName: unknown
@@ -4575,7 +4575,7 @@ __metadata:
45754575
version: 0.0.0-use.local
45764576
resolution: "@react-native-kakao/share@workspace:packages/share"
45774577
dependencies:
4578-
"@react-native-kakao/core": "npm:1.5.1"
4578+
"@react-native-kakao/core": "npm:1.5.2"
45794579
"@types/jest": "npm:^29.5.5"
45804580
"@types/react": "npm:^18.2.44"
45814581
del-cli: "npm:^5.1.0"
@@ -4585,7 +4585,7 @@ __metadata:
45854585
react-native-builder-bob: "npm:^0.20.0"
45864586
typescript: "npm:5.1.6"
45874587
peerDependencies:
4588-
"@react-native-kakao/core": 1.5.1
4588+
"@react-native-kakao/core": 1.5.2
45894589
react: "*"
45904590
react-native: "*"
45914591
languageName: unknown
@@ -4596,7 +4596,7 @@ __metadata:
45964596
resolution: "@react-native-kakao/social@workspace:packages/social"
45974597
dependencies:
45984598
"@mj-studio/js-util": "npm:^1.0.34"
4599-
"@react-native-kakao/core": "npm:1.5.1"
4599+
"@react-native-kakao/core": "npm:1.5.2"
46004600
"@types/invariant": "npm:^2"
46014601
"@types/jest": "npm:^29.5.5"
46024602
"@types/react": "npm:^18.2.44"
@@ -4607,7 +4607,7 @@ __metadata:
46074607
react-native-builder-bob: "npm:^0.20.0"
46084608
typescript: "npm:5.1.6"
46094609
peerDependencies:
4610-
"@react-native-kakao/core": 1.5.1
4610+
"@react-native-kakao/core": 1.5.2
46114611
react: "*"
46124612
react-native: "*"
46134613
languageName: unknown
@@ -4618,7 +4618,7 @@ __metadata:
46184618
resolution: "@react-native-kakao/user@workspace:packages/user"
46194619
dependencies:
46204620
"@mj-studio/js-util": "npm:^1.0.34"
4621-
"@react-native-kakao/core": "npm:1.5.1"
4621+
"@react-native-kakao/core": "npm:1.5.2"
46224622
"@types/invariant": "npm:^2"
46234623
"@types/jest": "npm:^29.5.5"
46244624
"@types/react": "npm:^18.2.44"
@@ -4629,7 +4629,7 @@ __metadata:
46294629
react-native-builder-bob: "npm:^0.20.0"
46304630
typescript: "npm:5.1.6"
46314631
peerDependencies:
4632-
"@react-native-kakao/core": 1.5.1
4632+
"@react-native-kakao/core": 1.5.2
46334633
react: "*"
46344634
react-native: "*"
46354635
languageName: unknown

0 commit comments

Comments
 (0)