File tree 17 files changed +90
-33
lines changed
17 files changed +90
-33
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
+ ## [ 2.2.1] ( https://github.com/mym0404/react-native-kakao/compare/v2.2.0...v2.2.1 ) (2024-05-14)
7
+
8
+ ### Features
9
+
10
+ * ** map:** ios base impl ([ d29ccea] ( https://github.com/mym0404/react-native-kakao/commit/d29ccead8ea34067da9c48e169e9472a741f7f02 ) )
11
+ * ** map:** ios impl ([ 8cfe227] ( https://github.com/mym0404/react-native-kakao/commit/8cfe2276dd9a072517d60e9b3406b6b7a3f828a3 ) )
12
+ * ** map:** ios isShowScaleBar isShowCompass ([ 07ad242] ( https://github.com/mym0404/react-native-kakao/commit/07ad242664cab2fa61794ffc545705bd024a8adb ) )
13
+ * ** map:** makes android build ([ e138927] ( https://github.com/mym0404/react-native-kakao/commit/e1389271863010797769e03744de3c70ced22ec0 ) )
14
+
15
+ ### Bug Fixes
16
+
17
+ * ** core:** remove redundant second parameter of initialization api ([ ac1b272] ( https://github.com/mym0404/react-native-kakao/commit/ac1b272ee8f9163dbd88cabcefa639ba66732176 ) )
18
+
6
19
## [ 2.2.0] ( https://github.com/mym0404/react-native-kakao/compare/v2.1.0...v2.2.0 ) (2024-05-04)
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" : " 2.2.0 " ,
3
+ "version" : " 2.2.1 " ,
4
4
"packages" : [
5
5
" packages/*"
6
6
],
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
+ ## [ 2.2.1] ( https://github.com/mym0404/react-native-kakao/compare/v2.2.0...v2.2.1 ) (2024-05-14)
7
+
8
+ ** Note:** Version bump only for package @react-native-kakao/channel
9
+
6
10
## [ 2.2.0] ( https://github.com/mym0404/react-native-kakao/compare/v2.1.0...v2.2.0 ) (2024-05-04)
7
11
8
12
### Features
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @react-native-kakao/channel" ,
3
3
"description" : " React Native Kakao Channel SDK" ,
4
- "version" : " 2.2.0 " ,
4
+ "version" : " 2.2.1 " ,
5
5
"main" : " lib/commonjs/index" ,
6
6
"module" : " lib/module/index" ,
7
7
"types" : " lib/typescript/src/index.d.ts" ,
62
62
"access" : " public"
63
63
},
64
64
"devDependencies" : {
65
- "@react-native-kakao/core" : " 2.2.0 " ,
65
+ "@react-native-kakao/core" : " 2.2.1 " ,
66
66
"@types/invariant" : " ^2" ,
67
67
"@types/jest" : " ^29.5.5" ,
68
68
"@types/react" : " ^18.2.44" ,
74
74
"typescript" : " 5.1.6"
75
75
},
76
76
"peerDependencies" : {
77
- "@react-native-kakao/core" : " 2.2.0 " ,
77
+ "@react-native-kakao/core" : " 2.2.1 " ,
78
78
"react" : " *" ,
79
79
"react-native" : " *"
80
80
},
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
+ ## [ 2.2.1] ( https://github.com/mym0404/react-native-kakao/compare/v2.2.0...v2.2.1 ) (2024-05-14)
7
+
8
+ ### Features
9
+
10
+ * ** map:** ios base impl ([ d29ccea] ( https://github.com/mym0404/react-native-kakao/commit/d29ccead8ea34067da9c48e169e9472a741f7f02 ) )
11
+ * ** map:** makes android build ([ e138927] ( https://github.com/mym0404/react-native-kakao/commit/e1389271863010797769e03744de3c70ced22ec0 ) )
12
+
13
+ ### Bug Fixes
14
+
15
+ * ** core:** remove redundant second parameter of initialization api ([ ac1b272] ( https://github.com/mym0404/react-native-kakao/commit/ac1b272ee8f9163dbd88cabcefa639ba66732176 ) )
16
+
6
17
## [ 2.2.0] ( https://github.com/mym0404/react-native-kakao/compare/v2.1.0...v2.2.0 ) (2024-05-04)
7
18
8
19
### 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" : " 2.2.0 " ,
4
+ "version" : " 2.2.1 " ,
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
+ ## [ 2.2.1] ( https://github.com/mym0404/react-native-kakao/compare/v2.2.0...v2.2.1 ) (2024-05-14)
7
+
8
+ ### Features
9
+
10
+ * ** map:** ios base impl ([ d29ccea] ( https://github.com/mym0404/react-native-kakao/commit/d29ccead8ea34067da9c48e169e9472a741f7f02 ) )
11
+ * ** map:** ios impl ([ 8cfe227] ( https://github.com/mym0404/react-native-kakao/commit/8cfe2276dd9a072517d60e9b3406b6b7a3f828a3 ) )
12
+ * ** map:** ios isShowScaleBar isShowCompass ([ 07ad242] ( https://github.com/mym0404/react-native-kakao/commit/07ad242664cab2fa61794ffc545705bd024a8adb ) )
13
+ * ** map:** makes android build ([ e138927] ( https://github.com/mym0404/react-native-kakao/commit/e1389271863010797769e03744de3c70ced22ec0 ) )
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @react-native-kakao/map" ,
3
3
"description" : " React Native Kakao Map SDK" ,
4
- "version" : " 2.2.0 " ,
4
+ "version" : " 2.2.1 " ,
5
5
"main" : " lib/commonjs/index" ,
6
6
"module" : " lib/module/index" ,
7
7
"types" : " lib/typescript/src/index.d.ts" ,
62
62
"access" : " public"
63
63
},
64
64
"devDependencies" : {
65
- "@react-native-kakao/core" : " 2.2.0 " ,
65
+ "@react-native-kakao/core" : " 2.2.1 " ,
66
66
"@types/invariant" : " ^2" ,
67
67
"@types/jest" : " ^29.5.5" ,
68
68
"@types/react" : " ^18.2.44" ,
74
74
"typescript" : " 5.1.6"
75
75
},
76
76
"peerDependencies" : {
77
- "@react-native-kakao/core" : " 2.2.0 " ,
77
+ "@react-native-kakao/core" : " 2.2.1 " ,
78
78
"react" : " *" ,
79
79
"react-native" : " *"
80
80
},
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
+ ## [ 2.2.1] ( https://github.com/mym0404/react-native-kakao/compare/v2.2.0...v2.2.1 ) (2024-05-14)
7
+
8
+ ** Note:** Version bump only for package @react-native-kakao/navi
9
+
6
10
## [ 2.2.0] ( https://github.com/mym0404/react-native-kakao/compare/v2.1.0...v2.2.0 ) (2024-05-04)
7
11
8
12
### Features
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @react-native-kakao/navi" ,
3
3
"description" : " React Native Kakao Navi SDK" ,
4
- "version" : " 2.2.0 " ,
4
+ "version" : " 2.2.1 " ,
5
5
"main" : " lib/commonjs/index" ,
6
6
"module" : " lib/module/index" ,
7
7
"types" : " lib/typescript/src/index.d.ts" ,
62
62
"access" : " public"
63
63
},
64
64
"devDependencies" : {
65
- "@react-native-kakao/core" : " 2.2.0 " ,
65
+ "@react-native-kakao/core" : " 2.2.1 " ,
66
66
"@types/invariant" : " ^2" ,
67
67
"@types/jest" : " ^29.5.5" ,
68
68
"@types/react" : " ^18.2.44" ,
74
74
"typescript" : " 5.1.6"
75
75
},
76
76
"peerDependencies" : {
77
- "@react-native-kakao/core" : " 2.2.0 " ,
77
+ "@react-native-kakao/core" : " 2.2.1 " ,
78
78
"react" : " *" ,
79
79
"react-native" : " *"
80
80
},
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
+ ## [ 2.2.1] ( https://github.com/mym0404/react-native-kakao/compare/v2.2.0...v2.2.1 ) (2024-05-14)
7
+
8
+ ** Note:** Version bump only for package @react-native-kakao/share
9
+
6
10
## [ 2.2.0] ( https://github.com/mym0404/react-native-kakao/compare/v2.1.0...v2.2.0 ) (2024-05-04)
7
11
8
12
### 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" : " 2.2.0 " ,
4
+ "version" : " 2.2.1 " ,
5
5
"main" : " lib/commonjs/index" ,
6
6
"module" : " lib/module/index" ,
7
7
"types" : " lib/typescript/src/index.d.ts" ,
61
61
"access" : " public"
62
62
},
63
63
"devDependencies" : {
64
- "@react-native-kakao/core" : " 2.2.0 " ,
64
+ "@react-native-kakao/core" : " 2.2.1 " ,
65
65
"@types/jest" : " ^29.5.5" ,
66
66
"@types/react" : " ^18.2.44" ,
67
67
"del-cli" : " ^5.1.0" ,
72
72
"typescript" : " 5.1.6"
73
73
},
74
74
"peerDependencies" : {
75
- "@react-native-kakao/core" : " 2.2.0 " ,
75
+ "@react-native-kakao/core" : " 2.2.1 " ,
76
76
"react" : " *" ,
77
77
"react-native" : " *"
78
78
},
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
+ ## [ 2.2.1] ( https://github.com/mym0404/react-native-kakao/compare/v2.2.0...v2.2.1 ) (2024-05-14)
7
+
8
+ ** Note:** Version bump only for package @react-native-kakao/social
9
+
6
10
## [ 2.2.0] ( https://github.com/mym0404/react-native-kakao/compare/v2.1.0...v2.2.0 ) (2024-05-04)
7
11
8
12
### Features
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @react-native-kakao/social" ,
3
3
"description" : " React Native Kakao Social SDK" ,
4
- "version" : " 2.2.0 " ,
4
+ "version" : " 2.2.1 " ,
5
5
"main" : " lib/commonjs/index" ,
6
6
"module" : " lib/module/index" ,
7
7
"types" : " lib/typescript/src/index.d.ts" ,
64
64
"access" : " public"
65
65
},
66
66
"devDependencies" : {
67
- "@react-native-kakao/core" : " 2.2.0 " ,
67
+ "@react-native-kakao/core" : " 2.2.1 " ,
68
68
"@types/invariant" : " ^2" ,
69
69
"@types/jest" : " ^29.5.5" ,
70
70
"@types/react" : " ^18.2.44" ,
76
76
"typescript" : " 5.1.6"
77
77
},
78
78
"peerDependencies" : {
79
- "@react-native-kakao/core" : " 2.2.0 " ,
79
+ "@react-native-kakao/core" : " 2.2.1 " ,
80
80
"react" : " *" ,
81
81
"react-native" : " *"
82
82
},
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
+ ## [ 2.2.1] ( https://github.com/mym0404/react-native-kakao/compare/v2.2.0...v2.2.1 ) (2024-05-14)
7
+
8
+ ** Note:** Version bump only for package @react-native-kakao/user
9
+
6
10
## [ 2.2.0] ( https://github.com/mym0404/react-native-kakao/compare/v2.1.0...v2.2.0 ) (2024-05-04)
7
11
8
12
### Features
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" : " 2.2.0 " ,
4
+ "version" : " 2.2.1 " ,
5
5
"main" : " lib/commonjs/index" ,
6
6
"module" : " lib/module/index" ,
7
7
"types" : " lib/typescript/src/index.d.ts" ,
62
62
"access" : " public"
63
63
},
64
64
"devDependencies" : {
65
- "@react-native-kakao/core" : " 2.2.0 " ,
65
+ "@react-native-kakao/core" : " 2.2.1 " ,
66
66
"@types/invariant" : " ^2" ,
67
67
"@types/jest" : " ^29.5.5" ,
68
68
"@types/react" : " ^18.2.44" ,
74
74
"typescript" : " 5.1.6"
75
75
},
76
76
"peerDependencies" : {
77
- "@react-native-kakao/core" : " 2.2.0 " ,
77
+ "@react-native-kakao/core" : " 2.2.1 " ,
78
78
"react" : " *" ,
79
79
"react-native" : " *"
80
80
},
You can’t perform that action at this time.
0 commit comments