Skip to content

Commit 57203ed

Browse files
committed
chore: publish
1 parent 9039002 commit 57203ed

File tree

8 files changed

+51
-4
lines changed

8 files changed

+51
-4
lines changed

CHANGELOG.md

+13
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,19 @@
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.5.0](https://github.com/mj-studio-library/react-native-kakao/compare/v0.4.0...v0.5.0) (2024-04-20)
7+
8+
### Features
9+
10+
- **user:** create AuthCodeHandlerActivity creator in expo plugin ([e05cf26](https://github.com/mj-studio-library/react-native-kakao/commit/e05cf26dfd5fe83b5ea40916abb4f4ffda4bac86))
11+
- **user:** enhance example ([9039002](https://github.com/mj-studio-library/react-native-kakao/commit/9039002fc4410c55bcc83d32776f4722ad9212be))
12+
- **user:** ios impl ([8d02a5c](https://github.com/mj-studio-library/react-native-kakao/commit/8d02a5cd8e1c941700b900b7023415af8b23de80))
13+
- **user:** ios impl ([f6c0232](https://github.com/mj-studio-library/react-native-kakao/commit/f6c0232da9c60c589b3fdca3648dc56a2e960271))
14+
15+
### Bug Fixes
16+
17+
- **android:** fix spec old arch type ([e18d9a1](https://github.com/mj-studio-library/react-native-kakao/commit/e18d9a15fd7c59f1265b443955a3f2ecb55aa402))
18+
619
## 0.4.0 (2024-04-20)
720

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

packages/core/CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,18 @@
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.5.0](https://github.com/mj-studio-library/react-native-kakao/compare/v0.4.0...v0.5.0) (2024-04-20)
7+
8+
### Features
9+
10+
- **user:** create AuthCodeHandlerActivity creator in expo plugin ([e05cf26](https://github.com/mj-studio-library/react-native-kakao/commit/e05cf26dfd5fe83b5ea40916abb4f4ffda4bac86))
11+
- **user:** ios impl ([8d02a5c](https://github.com/mj-studio-library/react-native-kakao/commit/8d02a5cd8e1c941700b900b7023415af8b23de80))
12+
- **user:** ios impl ([f6c0232](https://github.com/mj-studio-library/react-native-kakao/commit/f6c0232da9c60c589b3fdca3648dc56a2e960271))
13+
14+
### Bug Fixes
15+
16+
- **android:** fix spec old arch type ([e18d9a1](https://github.com/mj-studio-library/react-native-kakao/commit/e18d9a15fd7c59f1265b443955a3f2ecb55aa402))
17+
618
## 0.4.0 (2024-04-20)
719

820
### 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.4.0",
4+
"version": "0.5.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.5.0](https://github.com/mj-studio-library/react-native-kakao/compare/v0.4.0...v0.5.0) (2024-04-20)
7+
8+
### Features
9+
10+
- **user:** ios impl ([f6c0232](https://github.com/mj-studio-library/react-native-kakao/commit/f6c0232da9c60c589b3fdca3648dc56a2e960271))
11+
12+
### Bug Fixes
13+
14+
- **android:** fix spec old arch type ([e18d9a1](https://github.com/mj-studio-library/react-native-kakao/commit/e18d9a15fd7c59f1265b443955a3f2ecb55aa402))
15+
616
## 0.4.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.4.0",
4+
"version": "0.5.0",
55
"main": "lib/commonjs/index",
66
"module": "lib/module/index",
77
"types": "lib/typescript/src/index.d.ts",

packages/user/CHANGELOG.md

+12
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.5.0](https://github.com/mj-studio-library/react-native-kakao/compare/v0.4.0...v0.5.0) (2024-04-20)
7+
8+
### Features
9+
10+
- **user:** enhance example ([9039002](https://github.com/mj-studio-library/react-native-kakao/commit/9039002fc4410c55bcc83d32776f4722ad9212be))
11+
- **user:** ios impl ([8d02a5c](https://github.com/mj-studio-library/react-native-kakao/commit/8d02a5cd8e1c941700b900b7023415af8b23de80))
12+
- **user:** ios impl ([f6c0232](https://github.com/mj-studio-library/react-native-kakao/commit/f6c0232da9c60c589b3fdca3648dc56a2e960271))

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

0 commit comments

Comments
 (0)