Skip to content

Commit 5ca9177

Browse files
committed
chore: publish [skip ci]
1 parent a06aaa7 commit 5ca9177

17 files changed

+90
-33
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+
## [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+
619
## [2.2.0](https://github.com/mym0404/react-native-kakao/compare/v2.1.0...v2.2.0) (2024-05-04)
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": "2.2.0",
3+
"version": "2.2.1",
44
"packages": [
55
"packages/*"
66
],

packages/channel/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+
## [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+
610
## [2.2.0](https://github.com/mym0404/react-native-kakao/compare/v2.1.0...v2.2.0) (2024-05-04)
711

812
### Features

packages/channel/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@react-native-kakao/channel",
33
"description": "React Native Kakao Channel SDK",
4-
"version": "2.2.0",
4+
"version": "2.2.1",
55
"main": "lib/commonjs/index",
66
"module": "lib/module/index",
77
"types": "lib/typescript/src/index.d.ts",
@@ -62,7 +62,7 @@
6262
"access": "public"
6363
},
6464
"devDependencies": {
65-
"@react-native-kakao/core": "2.2.0",
65+
"@react-native-kakao/core": "2.2.1",
6666
"@types/invariant": "^2",
6767
"@types/jest": "^29.5.5",
6868
"@types/react": "^18.2.44",
@@ -74,7 +74,7 @@
7474
"typescript": "5.1.6"
7575
},
7676
"peerDependencies": {
77-
"@react-native-kakao/core": "2.2.0",
77+
"@react-native-kakao/core": "2.2.1",
7878
"react": "*",
7979
"react-native": "*"
8080
},

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+
## [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+
617
## [2.2.0](https://github.com/mym0404/react-native-kakao/compare/v2.1.0...v2.2.0) (2024-05-04)
718

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

packages/map/CHANGELOG.md

+13
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
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))

packages/map/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@react-native-kakao/map",
33
"description": "React Native Kakao Map SDK",
4-
"version": "2.2.0",
4+
"version": "2.2.1",
55
"main": "lib/commonjs/index",
66
"module": "lib/module/index",
77
"types": "lib/typescript/src/index.d.ts",
@@ -62,7 +62,7 @@
6262
"access": "public"
6363
},
6464
"devDependencies": {
65-
"@react-native-kakao/core": "2.2.0",
65+
"@react-native-kakao/core": "2.2.1",
6666
"@types/invariant": "^2",
6767
"@types/jest": "^29.5.5",
6868
"@types/react": "^18.2.44",
@@ -74,7 +74,7 @@
7474
"typescript": "5.1.6"
7575
},
7676
"peerDependencies": {
77-
"@react-native-kakao/core": "2.2.0",
77+
"@react-native-kakao/core": "2.2.1",
7878
"react": "*",
7979
"react-native": "*"
8080
},

packages/navi/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+
## [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+
610
## [2.2.0](https://github.com/mym0404/react-native-kakao/compare/v2.1.0...v2.2.0) (2024-05-04)
711

812
### Features

packages/navi/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@react-native-kakao/navi",
33
"description": "React Native Kakao Navi SDK",
4-
"version": "2.2.0",
4+
"version": "2.2.1",
55
"main": "lib/commonjs/index",
66
"module": "lib/module/index",
77
"types": "lib/typescript/src/index.d.ts",
@@ -62,7 +62,7 @@
6262
"access": "public"
6363
},
6464
"devDependencies": {
65-
"@react-native-kakao/core": "2.2.0",
65+
"@react-native-kakao/core": "2.2.1",
6666
"@types/invariant": "^2",
6767
"@types/jest": "^29.5.5",
6868
"@types/react": "^18.2.44",
@@ -74,7 +74,7 @@
7474
"typescript": "5.1.6"
7575
},
7676
"peerDependencies": {
77-
"@react-native-kakao/core": "2.2.0",
77+
"@react-native-kakao/core": "2.2.1",
7878
"react": "*",
7979
"react-native": "*"
8080
},

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+
## [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+
610
## [2.2.0](https://github.com/mym0404/react-native-kakao/compare/v2.1.0...v2.2.0) (2024-05-04)
711

812
### Features

packages/share/package.json

+3-3
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": "2.2.0",
4+
"version": "2.2.1",
55
"main": "lib/commonjs/index",
66
"module": "lib/module/index",
77
"types": "lib/typescript/src/index.d.ts",
@@ -61,7 +61,7 @@
6161
"access": "public"
6262
},
6363
"devDependencies": {
64-
"@react-native-kakao/core": "2.2.0",
64+
"@react-native-kakao/core": "2.2.1",
6565
"@types/jest": "^29.5.5",
6666
"@types/react": "^18.2.44",
6767
"del-cli": "^5.1.0",
@@ -72,7 +72,7 @@
7272
"typescript": "5.1.6"
7373
},
7474
"peerDependencies": {
75-
"@react-native-kakao/core": "2.2.0",
75+
"@react-native-kakao/core": "2.2.1",
7676
"react": "*",
7777
"react-native": "*"
7878
},

packages/social/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+
## [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+
610
## [2.2.0](https://github.com/mym0404/react-native-kakao/compare/v2.1.0...v2.2.0) (2024-05-04)
711

812
### Features

packages/social/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@react-native-kakao/social",
33
"description": "React Native Kakao Social SDK",
4-
"version": "2.2.0",
4+
"version": "2.2.1",
55
"main": "lib/commonjs/index",
66
"module": "lib/module/index",
77
"types": "lib/typescript/src/index.d.ts",
@@ -64,7 +64,7 @@
6464
"access": "public"
6565
},
6666
"devDependencies": {
67-
"@react-native-kakao/core": "2.2.0",
67+
"@react-native-kakao/core": "2.2.1",
6868
"@types/invariant": "^2",
6969
"@types/jest": "^29.5.5",
7070
"@types/react": "^18.2.44",
@@ -76,7 +76,7 @@
7676
"typescript": "5.1.6"
7777
},
7878
"peerDependencies": {
79-
"@react-native-kakao/core": "2.2.0",
79+
"@react-native-kakao/core": "2.2.1",
8080
"react": "*",
8181
"react-native": "*"
8282
},

packages/user/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+
## [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+
610
## [2.2.0](https://github.com/mym0404/react-native-kakao/compare/v2.1.0...v2.2.0) (2024-05-04)
711

812
### Features

packages/user/package.json

+3-3
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": "2.2.0",
4+
"version": "2.2.1",
55
"main": "lib/commonjs/index",
66
"module": "lib/module/index",
77
"types": "lib/typescript/src/index.d.ts",
@@ -62,7 +62,7 @@
6262
"access": "public"
6363
},
6464
"devDependencies": {
65-
"@react-native-kakao/core": "2.2.0",
65+
"@react-native-kakao/core": "2.2.1",
6666
"@types/invariant": "^2",
6767
"@types/jest": "^29.5.5",
6868
"@types/react": "^18.2.44",
@@ -74,7 +74,7 @@
7474
"typescript": "5.1.6"
7575
},
7676
"peerDependencies": {
77-
"@react-native-kakao/core": "2.2.0",
77+
"@react-native-kakao/core": "2.2.1",
7878
"react": "*",
7979
"react-native": "*"
8080
},

0 commit comments

Comments
 (0)