Skip to content

Commit 36b16e0

Browse files
committed
chore: publish
- @react-native-kakao/[email protected] - @react-native-kakao/[email protected]
1 parent daecba5 commit 36b16e0

File tree

4 files changed

+22
-2
lines changed

4 files changed

+22
-2
lines changed

packages/core/CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,16 @@
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.3.0](https://github.com/mj-studio-library/react-native-kakao/compare/@react-native-kakao/[email protected]...@react-native-kakao/[email protected]) (2024-04-20)
7+
8+
### Features
9+
10+
- **core:** initializeSdk API ([0b39b37](https://github.com/mj-studio-library/react-native-kakao/commit/0b39b3738a252e844322634217875a527c402e5f))
11+
12+
### Miscellaneous Chores
13+
14+
- changelog format ([c4891c0](https://github.com/mj-studio-library/react-native-kakao/commit/c4891c0c192f296de7095a3cffeff25a4568a0ec))
15+
616
# 0.2.0 (2024-04-20)
717

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

packages/share/CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,16 @@
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.3.0](https://github.com/mj-studio-library/react-native-kakao/compare/@react-native-kakao/[email protected]...@react-native-kakao/[email protected]) (2024-04-20)
7+
8+
### Features
9+
10+
- **core:** initializeSdk API ([0b39b37](https://github.com/mj-studio-library/react-native-kakao/commit/0b39b3738a252e844322634217875a527c402e5f))
11+
12+
### Miscellaneous Chores
13+
14+
- changelog format ([c4891c0](https://github.com/mj-studio-library/react-native-kakao/commit/c4891c0c192f296de7095a3cffeff25a4568a0ec))
15+
616
# 0.2.0 (2024-04-20)
717

818
### Features

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

0 commit comments

Comments
 (0)