Skip to content

Commit 454f7b1

Browse files
committed
chore: publish
1 parent 4b4bf2a commit 454f7b1

File tree

8 files changed

+24
-4
lines changed

8 files changed

+24
-4
lines changed

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+
## [0.6.0](https://github.com/mj-studio-library/react-native-kakao/compare/v0.5.1...v0.6.0) (2024-04-21)
7+
8+
### Features
9+
10+
- **user:** ios - scopes, revokeScopes, serviceTerms, shippingAddresses ([17d7332](https://github.com/mj-studio-library/react-native-kakao/commit/17d73321c1a32d8dd2c00c4d3db3f6dc9a067a59))
11+
612
## [0.5.1](https://github.com/mj-studio-library/react-native-kakao/compare/v0.5.0...v0.5.1) (2024-04-20)
713

814
**Note:** Version bump only for package react-native-kakao

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": "0.5.1",
3+
"version": "0.6.0",
44
"packages": ["packages/*"],
55
"npmClient": "yarn",
66
"command": {

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+
## [0.6.0](https://github.com/mj-studio-library/react-native-kakao/compare/v0.5.1...v0.6.0) (2024-04-21)
7+
8+
**Note:** Version bump only for package @react-native-kakao/core
9+
610
## [0.5.1](https://github.com/mj-studio-library/react-native-kakao/compare/v0.5.0...v0.5.1) (2024-04-20)
711

812
**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": "0.5.1",
4+
"version": "0.6.0",
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+
## [0.6.0](https://github.com/mj-studio-library/react-native-kakao/compare/v0.5.1...v0.6.0) (2024-04-21)
7+
8+
**Note:** Version bump only for package @react-native-kakao/share
9+
610
## [0.5.1](https://github.com/mj-studio-library/react-native-kakao/compare/v0.5.0...v0.5.1) (2024-04-20)
711

812
**Note:** Version bump only for package @react-native-kakao/share

packages/share/package.json

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

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+
## [0.6.0](https://github.com/mj-studio-library/react-native-kakao/compare/v0.5.1...v0.6.0) (2024-04-21)
7+
8+
### Features
9+
10+
- **user:** ios - scopes, revokeScopes, serviceTerms, shippingAddresses ([17d7332](https://github.com/mj-studio-library/react-native-kakao/commit/17d73321c1a32d8dd2c00c4d3db3f6dc9a067a59))
11+
612
## [0.5.1](https://github.com/mj-studio-library/react-native-kakao/compare/v0.5.0...v0.5.1) (2024-04-20)
713

814
**Note:** Version bump only for package @react-native-kakao/user

packages/user/package.json

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

0 commit comments

Comments
 (0)