File tree 8 files changed +51
-4
lines changed
8 files changed +51
-4
lines changed Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
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:** 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
+
6
19
## 0.4.0 (2024-04-20)
7
20
8
21
### Features
Original file line number Diff line number Diff line change 1
1
{
2
2
"$schema" : " node_modules/lerna/schemas/lerna-schema.json" ,
3
- "version" : " 0.4 .0" ,
3
+ "version" : " 0.5 .0" ,
4
4
"packages" : [" packages/*" ],
5
5
"npmClient" : " yarn" ,
6
6
"command" : {
Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
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:** 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
+
6
18
## 0.4.0 (2024-04-20)
7
19
8
20
### Features
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @react-native-kakao/core" ,
3
3
"description" : " React Native Kakao Core SDK" ,
4
- "version" : " 0.4 .0" ,
4
+ "version" : " 0.5 .0" ,
5
5
"main" : " lib/commonjs/index" ,
6
6
"module" : " lib/module/index" ,
7
7
"types" : " lib/typescript/src/index.d.ts" ,
Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
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:** 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
+
6
16
## 0.4.0 (2024-04-20)
7
17
8
18
### Features
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @react-native-kakao/share" ,
3
3
"description" : " React Native Kakao Share SDK" ,
4
- "version" : " 0.4 .0" ,
4
+ "version" : " 0.5 .0" ,
5
5
"main" : " lib/commonjs/index" ,
6
6
"module" : " lib/module/index" ,
7
7
"types" : " lib/typescript/src/index.d.ts" ,
Original file line number Diff line number Diff line change
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 ) )
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @react-native-kakao/user" ,
3
3
"description" : " React Native Kakao User SDK" ,
4
- "version" : " 0.4 .0" ,
4
+ "version" : " 0.5 .0" ,
5
5
"main" : " lib/commonjs/index" ,
6
6
"module" : " lib/module/index" ,
7
7
"types" : " lib/typescript/src/index.d.ts" ,
You can’t perform that action at this time.
0 commit comments