Skip to content

Commit ae9db1a

Browse files
committed
chore: publish
1 parent 16acad4 commit ae9db1a

File tree

8 files changed

+37
-4
lines changed

8 files changed

+37
-4
lines changed

CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
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.7.0](https://github.com/mj-studio-library/react-native-kakao/compare/v0.6.0...v0.7.0) (2024-04-21)
7+
8+
### Features
9+
10+
- **user:** android impl ([e74dc27](https://github.com/mj-studio-library/react-native-kakao/commit/e74dc271df43653d38179e2f7224167e3198c2a2))
11+
- **user:** android impl+ ([d616e50](https://github.com/mj-studio-library/react-native-kakao/commit/d616e50beb7cb61a17c609f04a4f63d5b8f375b6))
12+
13+
### Bug Fixes
14+
15+
- **core:** fix expo plugin ([51cb026](https://github.com/mj-studio-library/react-native-kakao/commit/51cb026131e3cd707a1cc7437bbf45ef5b17f4a1))
16+
617
## [0.6.0](https://github.com/mj-studio-library/react-native-kakao/compare/v0.5.1...v0.6.0) (2024-04-21)
718

819
### 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.6.0",
3+
"version": "0.7.0",
44
"packages": ["packages/*"],
55
"npmClient": "yarn",
66
"command": {

packages/core/CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
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.7.0](https://github.com/mj-studio-library/react-native-kakao/compare/v0.6.0...v0.7.0) (2024-04-21)
7+
8+
### Features
9+
10+
- **user:** android impl ([e74dc27](https://github.com/mj-studio-library/react-native-kakao/commit/e74dc271df43653d38179e2f7224167e3198c2a2))
11+
- **user:** android impl+ ([d616e50](https://github.com/mj-studio-library/react-native-kakao/commit/d616e50beb7cb61a17c609f04a4f63d5b8f375b6))
12+
13+
### Bug Fixes
14+
15+
- **core:** fix expo plugin ([51cb026](https://github.com/mj-studio-library/react-native-kakao/commit/51cb026131e3cd707a1cc7437bbf45ef5b17f4a1))
16+
617
## [0.6.0](https://github.com/mj-studio-library/react-native-kakao/compare/v0.5.1...v0.6.0) (2024-04-21)
718

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

packages/user/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,13 @@
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.7.0](https://github.com/mj-studio-library/react-native-kakao/compare/v0.6.0...v0.7.0) (2024-04-21)
7+
8+
### Features
9+
10+
- **user:** android impl ([e74dc27](https://github.com/mj-studio-library/react-native-kakao/commit/e74dc271df43653d38179e2f7224167e3198c2a2))
11+
- **user:** android impl+ ([d616e50](https://github.com/mj-studio-library/react-native-kakao/commit/d616e50beb7cb61a17c609f04a4f63d5b8f375b6))
12+
613
## [0.6.0](https://github.com/mj-studio-library/react-native-kakao/compare/v0.5.1...v0.6.0) (2024-04-21)
714

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

0 commit comments

Comments
 (0)