Skip to content

Commit 5d5c419

Browse files
committed
chore: publish
1 parent 45ea30c commit 5d5c419

File tree

6 files changed

+15
-3
lines changed

6 files changed

+15
-3
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+
## [0.9.1](https://github.com/mj-studio-library/react-native-kakao/compare/v0.9.0...v0.9.1) (2024-04-21)
7+
8+
**Note:** Version bump only for package react-native-kakao
9+
610
## [0.9.0](https://github.com/mj-studio-library/react-native-kakao/compare/v0.7.1...v0.9.0) (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": "0.9.0",
3+
"version": "0.9.1",
44
"packages": [
55
"packages/*"
66
],

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.9.1](https://github.com/mj-studio-library/react-native-kakao/compare/v0.9.0...v0.9.1) (2024-04-21)
7+
8+
**Note:** Version bump only for package @react-native-kakao/share
9+
610
## [0.9.0](https://github.com/mj-studio-library/react-native-kakao/compare/v0.7.1...v0.9.0) (2024-04-21)
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.9.0",
4+
"version": "0.9.1",
55
"main": "lib/commonjs/index",
66
"module": "lib/module/index",
77
"types": "lib/typescript/src/index.d.ts",

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

812
### Features

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

0 commit comments

Comments
 (0)