Skip to content

Commit ba5da3f

Browse files
committed
chore: publish
1 parent 9b4e972 commit ba5da3f

File tree

9 files changed

+29
-13
lines changed

9 files changed

+29
-13
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.0.2](https://github.com/mj-studio-library/react-native-kakao/compare/v1.0.1...v1.0.2) (2024-04-21)
7+
8+
**Note:** Version bump only for package react-native-kakao
9+
610
## [1.0.1](https://github.com/mj-studio-library/react-native-kakao/compare/v1.0.0...v1.0.1) (2024-04-21)
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.0.1",
3+
"version": "1.0.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.0.2](https://github.com/mj-studio-library/react-native-kakao/compare/v1.0.1...v1.0.2) (2024-04-21)
7+
8+
**Note:** Version bump only for package @react-native-kakao/core
9+
610
## [1.0.0](https://github.com/mj-studio-library/react-native-kakao/compare/v0.10.0...v1.0.0) (2024-04-21)
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.0.0",
4+
"version": "1.0.2",
55
"main": "lib/commonjs/index",
66
"module": "lib/module/index",
77
"types": "lib/typescript/src/index.d.ts",

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.0.2](https://github.com/mj-studio-library/react-native-kakao/compare/v1.0.1...v1.0.2) (2024-04-21)
7+
8+
**Note:** Version bump only for package @react-native-kakao/share
9+
610
## [1.0.1](https://github.com/mj-studio-library/react-native-kakao/compare/v1.0.0...v1.0.1) (2024-04-21)
711

812
### 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.0.1",
4+
"version": "1.0.2",
55
"main": "lib/commonjs/index",
66
"module": "lib/module/index",
77
"types": "lib/typescript/src/index.d.ts",
@@ -58,7 +58,7 @@
5858
"access": "public"
5959
},
6060
"devDependencies": {
61-
"@react-native-kakao/core": "^1.0.0",
61+
"@react-native-kakao/core": "^1.0.2",
6262
"@types/jest": "^29.5.5",
6363
"@types/react": "^18.2.44",
6464
"del-cli": "^5.1.0",
@@ -69,7 +69,7 @@
6969
"typescript": "5.1.6"
7070
},
7171
"peerDependencies": {
72-
"@react-native-kakao/core": "^1.0.0",
72+
"@react-native-kakao/core": "^1.0.2",
7373
"react": "*",
7474
"react-native": "*"
7575
},

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.0.2](https://github.com/mj-studio-library/react-native-kakao/compare/v1.0.1...v1.0.2) (2024-04-21)
7+
8+
**Note:** Version bump only for package @react-native-kakao/user
9+
610
## [1.0.0](https://github.com/mj-studio-library/react-native-kakao/compare/v0.10.0...v1.0.0) (2024-04-21)
711

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

yarn.lock

+5-5
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.0.0, @react-native-kakao/core@workspace:packages/core":
4530+
"@react-native-kakao/core@npm:^1.0.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:
@@ -4553,7 +4553,7 @@ __metadata:
45534553
version: 0.0.0-use.local
45544554
resolution: "@react-native-kakao/share@workspace:packages/share"
45554555
dependencies:
4556-
"@react-native-kakao/core": "npm:^1.0.0"
4556+
"@react-native-kakao/core": "npm:^1.0.2"
45574557
"@types/jest": "npm:^29.5.5"
45584558
"@types/react": "npm:^18.2.44"
45594559
del-cli: "npm:^5.1.0"
@@ -4563,7 +4563,7 @@ __metadata:
45634563
react-native-builder-bob: "npm:^0.20.0"
45644564
typescript: "npm:5.1.6"
45654565
peerDependencies:
4566-
"@react-native-kakao/core": ^1.0.0
4566+
"@react-native-kakao/core": ^1.0.2
45674567
react: "*"
45684568
react-native: "*"
45694569
languageName: unknown
@@ -4574,7 +4574,7 @@ __metadata:
45744574
resolution: "@react-native-kakao/user@workspace:packages/user"
45754575
dependencies:
45764576
"@mj-studio/js-util": "npm:^1.0.34"
4577-
"@react-native-kakao/core": "npm:^1.0.0"
4577+
"@react-native-kakao/core": "npm:^1.0.2"
45784578
"@types/invariant": "npm:^2"
45794579
"@types/jest": "npm:^29.5.5"
45804580
"@types/react": "npm:^18.2.44"
@@ -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.0.0
4588+
"@react-native-kakao/core": ^1.0.2
45894589
react: "*"
45904590
react-native: "*"
45914591
languageName: unknown

0 commit comments

Comments
 (0)