Skip to content

Commit 83de7d0

Browse files
committed
chore: publish
- @react-native-kakao/[email protected] - @react-native-kakao/[email protected]
1 parent ebada17 commit 83de7d0

File tree

4 files changed

+25
-2
lines changed

4 files changed

+25
-2
lines changed

packages/core/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# Change Log
2+
3+
All notable changes to this project will be documented in this file.
4+
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5+
6+
# 0.2.0 (2024-04-20)
7+
8+
### Features
9+
10+
- **android:** restore share android dir ([0d710f3](https://github.com/mj-studio-library/react-native-kakao/commit/0d710f309b12dcb51def08549996d7aa464d9e02))
11+
- **expo:** config expo plugin ([90e1da9](https://github.com/mj-studio-library/react-native-kakao/commit/90e1da9ae9506cc7e727851e8af1fd8259627ea0))

packages/core/package.json

Lines changed: 1 addition & 1 deletion
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.1.0",
4+
"version": "0.2.0",
55
"main": "lib/commonjs/index",
66
"module": "lib/module/index",
77
"types": "lib/typescript/src/index.d.ts",

packages/share/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# Change Log
2+
3+
All notable changes to this project will be documented in this file.
4+
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5+
6+
# 0.2.0 (2024-04-20)
7+
8+
### Features
9+
10+
- **android:** restore share android dir ([0d710f3](https://github.com/mj-studio-library/react-native-kakao/commit/0d710f309b12dcb51def08549996d7aa464d9e02))
11+
- **expo:** config expo plugin ([90e1da9](https://github.com/mj-studio-library/react-native-kakao/commit/90e1da9ae9506cc7e727851e8af1fd8259627ea0))
12+
- **ios:** setup ios ([8f29622](https://github.com/mj-studio-library/react-native-kakao/commit/8f2962235ba8c10678293c8787e52a0557aefe5c))

packages/share/package.json

Lines changed: 1 addition & 1 deletion
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.1.0",
4+
"version": "0.2.0",
55
"main": "lib/commonjs/index",
66
"module": "lib/module/index",
77
"types": "lib/typescript/src/index.d.ts",

0 commit comments

Comments
 (0)