From 5ca9177f7ac369140ffb58d3c1285c2e5c96057d Mon Sep 17 00:00:00 2001 From: mym0404 Date: Wed, 15 May 2024 00:16:58 +0900 Subject: [PATCH] chore: publish [skip ci] --- CHANGELOG.md | 13 +++++++++++++ lerna.json | 2 +- packages/channel/CHANGELOG.md | 4 ++++ packages/channel/package.json | 6 +++--- packages/core/CHANGELOG.md | 11 +++++++++++ packages/core/package.json | 2 +- packages/map/CHANGELOG.md | 13 +++++++++++++ packages/map/package.json | 6 +++--- packages/navi/CHANGELOG.md | 4 ++++ packages/navi/package.json | 6 +++--- packages/share/CHANGELOG.md | 4 ++++ packages/share/package.json | 6 +++--- packages/social/CHANGELOG.md | 4 ++++ packages/social/package.json | 6 +++--- packages/user/CHANGELOG.md | 4 ++++ packages/user/package.json | 6 +++--- yarn.lock | 26 +++++++++++++------------- 17 files changed, 90 insertions(+), 33 deletions(-) create mode 100644 packages/map/CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md index eb9d0f8..cb09bdb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,19 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [2.2.1](https://github.com/mym0404/react-native-kakao/compare/v2.2.0...v2.2.1) (2024-05-14) + +### Features + +* **map:** ios base impl ([d29ccea](https://github.com/mym0404/react-native-kakao/commit/d29ccead8ea34067da9c48e169e9472a741f7f02)) +* **map:** ios impl ([8cfe227](https://github.com/mym0404/react-native-kakao/commit/8cfe2276dd9a072517d60e9b3406b6b7a3f828a3)) +* **map:** ios isShowScaleBar isShowCompass ([07ad242](https://github.com/mym0404/react-native-kakao/commit/07ad242664cab2fa61794ffc545705bd024a8adb)) +* **map:** makes android build ([e138927](https://github.com/mym0404/react-native-kakao/commit/e1389271863010797769e03744de3c70ced22ec0)) + +### Bug Fixes + +* **core:** remove redundant second parameter of initialization api ([ac1b272](https://github.com/mym0404/react-native-kakao/commit/ac1b272ee8f9163dbd88cabcefa639ba66732176)) + ## [2.2.0](https://github.com/mym0404/react-native-kakao/compare/v2.1.0...v2.2.0) (2024-05-04) ### Features diff --git a/lerna.json b/lerna.json index f5479d1..8fa8bc6 100644 --- a/lerna.json +++ b/lerna.json @@ -1,6 +1,6 @@ { "$schema": "node_modules/lerna/schemas/lerna-schema.json", - "version": "2.2.0", + "version": "2.2.1", "packages": [ "packages/*" ], diff --git a/packages/channel/CHANGELOG.md b/packages/channel/CHANGELOG.md index b18dbd2..6bf4d34 100644 --- a/packages/channel/CHANGELOG.md +++ b/packages/channel/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [2.2.1](https://github.com/mym0404/react-native-kakao/compare/v2.2.0...v2.2.1) (2024-05-14) + +**Note:** Version bump only for package @react-native-kakao/channel + ## [2.2.0](https://github.com/mym0404/react-native-kakao/compare/v2.1.0...v2.2.0) (2024-05-04) ### Features diff --git a/packages/channel/package.json b/packages/channel/package.json index a4178d4..1387723 100644 --- a/packages/channel/package.json +++ b/packages/channel/package.json @@ -1,7 +1,7 @@ { "name": "@react-native-kakao/channel", "description": "React Native Kakao Channel SDK", - "version": "2.2.0", + "version": "2.2.1", "main": "lib/commonjs/index", "module": "lib/module/index", "types": "lib/typescript/src/index.d.ts", @@ -62,7 +62,7 @@ "access": "public" }, "devDependencies": { - "@react-native-kakao/core": "2.2.0", + "@react-native-kakao/core": "2.2.1", "@types/invariant": "^2", "@types/jest": "^29.5.5", "@types/react": "^18.2.44", @@ -74,7 +74,7 @@ "typescript": "5.1.6" }, "peerDependencies": { - "@react-native-kakao/core": "2.2.0", + "@react-native-kakao/core": "2.2.1", "react": "*", "react-native": "*" }, diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index 07dd020..5fcfa5c 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [2.2.1](https://github.com/mym0404/react-native-kakao/compare/v2.2.0...v2.2.1) (2024-05-14) + +### Features + +* **map:** ios base impl ([d29ccea](https://github.com/mym0404/react-native-kakao/commit/d29ccead8ea34067da9c48e169e9472a741f7f02)) +* **map:** makes android build ([e138927](https://github.com/mym0404/react-native-kakao/commit/e1389271863010797769e03744de3c70ced22ec0)) + +### Bug Fixes + +* **core:** remove redundant second parameter of initialization api ([ac1b272](https://github.com/mym0404/react-native-kakao/commit/ac1b272ee8f9163dbd88cabcefa639ba66732176)) + ## [2.2.0](https://github.com/mym0404/react-native-kakao/compare/v2.1.0...v2.2.0) (2024-05-04) ### Features diff --git a/packages/core/package.json b/packages/core/package.json index 53021f3..3a6d6b5 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,7 +1,7 @@ { "name": "@react-native-kakao/core", "description": "React Native Kakao Core SDK", - "version": "2.2.0", + "version": "2.2.1", "main": "lib/commonjs/index", "module": "lib/module/index", "types": "lib/typescript/src/index.d.ts", diff --git a/packages/map/CHANGELOG.md b/packages/map/CHANGELOG.md new file mode 100644 index 0000000..4b714df --- /dev/null +++ b/packages/map/CHANGELOG.md @@ -0,0 +1,13 @@ +# Change Log + +All notable changes to this project will be documented in this file. +See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + +## [2.2.1](https://github.com/mym0404/react-native-kakao/compare/v2.2.0...v2.2.1) (2024-05-14) + +### Features + +* **map:** ios base impl ([d29ccea](https://github.com/mym0404/react-native-kakao/commit/d29ccead8ea34067da9c48e169e9472a741f7f02)) +* **map:** ios impl ([8cfe227](https://github.com/mym0404/react-native-kakao/commit/8cfe2276dd9a072517d60e9b3406b6b7a3f828a3)) +* **map:** ios isShowScaleBar isShowCompass ([07ad242](https://github.com/mym0404/react-native-kakao/commit/07ad242664cab2fa61794ffc545705bd024a8adb)) +* **map:** makes android build ([e138927](https://github.com/mym0404/react-native-kakao/commit/e1389271863010797769e03744de3c70ced22ec0)) diff --git a/packages/map/package.json b/packages/map/package.json index 4b4d575..b1d1744 100644 --- a/packages/map/package.json +++ b/packages/map/package.json @@ -1,7 +1,7 @@ { "name": "@react-native-kakao/map", "description": "React Native Kakao Map SDK", - "version": "2.2.0", + "version": "2.2.1", "main": "lib/commonjs/index", "module": "lib/module/index", "types": "lib/typescript/src/index.d.ts", @@ -62,7 +62,7 @@ "access": "public" }, "devDependencies": { - "@react-native-kakao/core": "2.2.0", + "@react-native-kakao/core": "2.2.1", "@types/invariant": "^2", "@types/jest": "^29.5.5", "@types/react": "^18.2.44", @@ -74,7 +74,7 @@ "typescript": "5.1.6" }, "peerDependencies": { - "@react-native-kakao/core": "2.2.0", + "@react-native-kakao/core": "2.2.1", "react": "*", "react-native": "*" }, diff --git a/packages/navi/CHANGELOG.md b/packages/navi/CHANGELOG.md index ec633fc..5be0f03 100644 --- a/packages/navi/CHANGELOG.md +++ b/packages/navi/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [2.2.1](https://github.com/mym0404/react-native-kakao/compare/v2.2.0...v2.2.1) (2024-05-14) + +**Note:** Version bump only for package @react-native-kakao/navi + ## [2.2.0](https://github.com/mym0404/react-native-kakao/compare/v2.1.0...v2.2.0) (2024-05-04) ### Features diff --git a/packages/navi/package.json b/packages/navi/package.json index 14a6cb9..d235588 100644 --- a/packages/navi/package.json +++ b/packages/navi/package.json @@ -1,7 +1,7 @@ { "name": "@react-native-kakao/navi", "description": "React Native Kakao Navi SDK", - "version": "2.2.0", + "version": "2.2.1", "main": "lib/commonjs/index", "module": "lib/module/index", "types": "lib/typescript/src/index.d.ts", @@ -62,7 +62,7 @@ "access": "public" }, "devDependencies": { - "@react-native-kakao/core": "2.2.0", + "@react-native-kakao/core": "2.2.1", "@types/invariant": "^2", "@types/jest": "^29.5.5", "@types/react": "^18.2.44", @@ -74,7 +74,7 @@ "typescript": "5.1.6" }, "peerDependencies": { - "@react-native-kakao/core": "2.2.0", + "@react-native-kakao/core": "2.2.1", "react": "*", "react-native": "*" }, diff --git a/packages/share/CHANGELOG.md b/packages/share/CHANGELOG.md index 7f497bd..51c05e1 100644 --- a/packages/share/CHANGELOG.md +++ b/packages/share/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [2.2.1](https://github.com/mym0404/react-native-kakao/compare/v2.2.0...v2.2.1) (2024-05-14) + +**Note:** Version bump only for package @react-native-kakao/share + ## [2.2.0](https://github.com/mym0404/react-native-kakao/compare/v2.1.0...v2.2.0) (2024-05-04) ### Features diff --git a/packages/share/package.json b/packages/share/package.json index 584401d..1e89d0d 100644 --- a/packages/share/package.json +++ b/packages/share/package.json @@ -1,7 +1,7 @@ { "name": "@react-native-kakao/share", "description": "React Native Kakao Share SDK", - "version": "2.2.0", + "version": "2.2.1", "main": "lib/commonjs/index", "module": "lib/module/index", "types": "lib/typescript/src/index.d.ts", @@ -61,7 +61,7 @@ "access": "public" }, "devDependencies": { - "@react-native-kakao/core": "2.2.0", + "@react-native-kakao/core": "2.2.1", "@types/jest": "^29.5.5", "@types/react": "^18.2.44", "del-cli": "^5.1.0", @@ -72,7 +72,7 @@ "typescript": "5.1.6" }, "peerDependencies": { - "@react-native-kakao/core": "2.2.0", + "@react-native-kakao/core": "2.2.1", "react": "*", "react-native": "*" }, diff --git a/packages/social/CHANGELOG.md b/packages/social/CHANGELOG.md index b62a896..54a5faf 100644 --- a/packages/social/CHANGELOG.md +++ b/packages/social/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [2.2.1](https://github.com/mym0404/react-native-kakao/compare/v2.2.0...v2.2.1) (2024-05-14) + +**Note:** Version bump only for package @react-native-kakao/social + ## [2.2.0](https://github.com/mym0404/react-native-kakao/compare/v2.1.0...v2.2.0) (2024-05-04) ### Features diff --git a/packages/social/package.json b/packages/social/package.json index 44cf5c1..541dc6f 100644 --- a/packages/social/package.json +++ b/packages/social/package.json @@ -1,7 +1,7 @@ { "name": "@react-native-kakao/social", "description": "React Native Kakao Social SDK", - "version": "2.2.0", + "version": "2.2.1", "main": "lib/commonjs/index", "module": "lib/module/index", "types": "lib/typescript/src/index.d.ts", @@ -64,7 +64,7 @@ "access": "public" }, "devDependencies": { - "@react-native-kakao/core": "2.2.0", + "@react-native-kakao/core": "2.2.1", "@types/invariant": "^2", "@types/jest": "^29.5.5", "@types/react": "^18.2.44", @@ -76,7 +76,7 @@ "typescript": "5.1.6" }, "peerDependencies": { - "@react-native-kakao/core": "2.2.0", + "@react-native-kakao/core": "2.2.1", "react": "*", "react-native": "*" }, diff --git a/packages/user/CHANGELOG.md b/packages/user/CHANGELOG.md index 872fdc6..dc99bd5 100644 --- a/packages/user/CHANGELOG.md +++ b/packages/user/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [2.2.1](https://github.com/mym0404/react-native-kakao/compare/v2.2.0...v2.2.1) (2024-05-14) + +**Note:** Version bump only for package @react-native-kakao/user + ## [2.2.0](https://github.com/mym0404/react-native-kakao/compare/v2.1.0...v2.2.0) (2024-05-04) ### Features diff --git a/packages/user/package.json b/packages/user/package.json index b5f436d..5e8dd04 100644 --- a/packages/user/package.json +++ b/packages/user/package.json @@ -1,7 +1,7 @@ { "name": "@react-native-kakao/user", "description": "React Native Kakao User SDK", - "version": "2.2.0", + "version": "2.2.1", "main": "lib/commonjs/index", "module": "lib/module/index", "types": "lib/typescript/src/index.d.ts", @@ -62,7 +62,7 @@ "access": "public" }, "devDependencies": { - "@react-native-kakao/core": "2.2.0", + "@react-native-kakao/core": "2.2.1", "@types/invariant": "^2", "@types/jest": "^29.5.5", "@types/react": "^18.2.44", @@ -74,7 +74,7 @@ "typescript": "5.1.6" }, "peerDependencies": { - "@react-native-kakao/core": "2.2.0", + "@react-native-kakao/core": "2.2.1", "react": "*", "react-native": "*" }, diff --git a/yarn.lock b/yarn.lock index 73457cf..b90edc2 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4911,7 +4911,7 @@ __metadata: resolution: "@react-native-kakao/channel@workspace:packages/channel" dependencies: "@mj-studio/js-util": "npm:^1.0.34" - "@react-native-kakao/core": "npm:2.2.0" + "@react-native-kakao/core": "npm:2.2.1" "@types/invariant": "npm:^2" "@types/jest": "npm:^29.5.5" "@types/react": "npm:^18.2.44" @@ -4922,13 +4922,13 @@ __metadata: react-native-builder-bob: "npm:^0.20.0" typescript: "npm:5.1.6" peerDependencies: - "@react-native-kakao/core": 2.2.0 + "@react-native-kakao/core": 2.2.1 react: "*" react-native: "*" languageName: unknown linkType: soft -"@react-native-kakao/core@npm:2.2.0, @react-native-kakao/core@workspace:packages/core": +"@react-native-kakao/core@npm:2.2.1, @react-native-kakao/core@workspace:packages/core": version: 0.0.0-use.local resolution: "@react-native-kakao/core@workspace:packages/core" dependencies: @@ -4956,7 +4956,7 @@ __metadata: resolution: "@react-native-kakao/map@workspace:packages/map" dependencies: "@mj-studio/js-util": "npm:1.1.3" - "@react-native-kakao/core": "npm:2.2.0" + "@react-native-kakao/core": "npm:2.2.1" "@types/invariant": "npm:^2" "@types/jest": "npm:^29.5.5" "@types/react": "npm:^18.2.44" @@ -4967,7 +4967,7 @@ __metadata: react-native-builder-bob: "npm:^0.20.0" typescript: "npm:5.1.6" peerDependencies: - "@react-native-kakao/core": 2.2.0 + "@react-native-kakao/core": 2.2.1 react: "*" react-native: "*" languageName: unknown @@ -4978,7 +4978,7 @@ __metadata: resolution: "@react-native-kakao/navi@workspace:packages/navi" dependencies: "@mj-studio/js-util": "npm:1.1.3" - "@react-native-kakao/core": "npm:2.2.0" + "@react-native-kakao/core": "npm:2.2.1" "@types/invariant": "npm:^2" "@types/jest": "npm:^29.5.5" "@types/react": "npm:^18.2.44" @@ -4989,7 +4989,7 @@ __metadata: react-native-builder-bob: "npm:^0.20.0" typescript: "npm:5.1.6" peerDependencies: - "@react-native-kakao/core": 2.2.0 + "@react-native-kakao/core": 2.2.1 react: "*" react-native: "*" languageName: unknown @@ -5000,7 +5000,7 @@ __metadata: resolution: "@react-native-kakao/share@workspace:packages/share" dependencies: "@mj-studio/js-util": "npm:1.1.3" - "@react-native-kakao/core": "npm:2.2.0" + "@react-native-kakao/core": "npm:2.2.1" "@types/jest": "npm:^29.5.5" "@types/react": "npm:^18.2.44" del-cli: "npm:^5.1.0" @@ -5010,7 +5010,7 @@ __metadata: react-native-builder-bob: "npm:^0.20.0" typescript: "npm:5.1.6" peerDependencies: - "@react-native-kakao/core": 2.2.0 + "@react-native-kakao/core": 2.2.1 react: "*" react-native: "*" languageName: unknown @@ -5021,7 +5021,7 @@ __metadata: resolution: "@react-native-kakao/social@workspace:packages/social" dependencies: "@mj-studio/js-util": "npm:1.1.3" - "@react-native-kakao/core": "npm:2.2.0" + "@react-native-kakao/core": "npm:2.2.1" "@types/invariant": "npm:^2" "@types/jest": "npm:^29.5.5" "@types/react": "npm:^18.2.44" @@ -5032,7 +5032,7 @@ __metadata: react-native-builder-bob: "npm:^0.20.0" typescript: "npm:5.1.6" peerDependencies: - "@react-native-kakao/core": 2.2.0 + "@react-native-kakao/core": 2.2.1 react: "*" react-native: "*" languageName: unknown @@ -5043,7 +5043,7 @@ __metadata: resolution: "@react-native-kakao/user@workspace:packages/user" dependencies: "@mj-studio/js-util": "npm:1.1.3" - "@react-native-kakao/core": "npm:2.2.0" + "@react-native-kakao/core": "npm:2.2.1" "@types/invariant": "npm:^2" "@types/jest": "npm:^29.5.5" "@types/react": "npm:^18.2.44" @@ -5054,7 +5054,7 @@ __metadata: react-native-builder-bob: "npm:^0.20.0" typescript: "npm:5.1.6" peerDependencies: - "@react-native-kakao/core": 2.2.0 + "@react-native-kakao/core": 2.2.1 react: "*" react-native: "*" languageName: unknown