diff --git a/CHANGELOG.md b/CHANGELOG.md index c47fc51..a3c60d5 100644 --- a/CHANGELOG.md +++ b/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. +## [1.4.2](https://github.com/mym0404/react-native-kakao/compare/v1.4.1...v1.4.2) (2024-04-24) + +**Note:** Version bump only for package react-native-kakao + ## [1.4.1](https://github.com/mym0404/react-native-kakao/compare/v1.4.0...v1.4.1) (2024-04-24) ### Bug Fixes diff --git a/lerna.json b/lerna.json index bb09497..380a9de 100644 --- a/lerna.json +++ b/lerna.json @@ -1,6 +1,6 @@ { "$schema": "node_modules/lerna/schemas/lerna-schema.json", - "version": "1.4.1", + "version": "1.4.2", "packages": [ "packages/*" ], diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index d0aa33b..01822d5 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/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. +## [1.4.2](https://github.com/mym0404/react-native-kakao/compare/v1.4.1...v1.4.2) (2024-04-24) + +**Note:** Version bump only for package @react-native-kakao/core + ## [1.4.0](https://github.com/mym0404/react-native-kakao/compare/v1.3.0...v1.4.0) (2024-04-24) ### Features diff --git a/packages/core/package.json b/packages/core/package.json index e66127d..0e4ed69 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": "1.4.0", + "version": "1.4.2", "main": "lib/commonjs/index", "module": "lib/module/index", "types": "lib/typescript/src/index.d.ts", diff --git a/packages/navi/CHANGELOG.md b/packages/navi/CHANGELOG.md index de7675d..4088c44 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. +## [1.4.2](https://github.com/mym0404/react-native-kakao/compare/v1.4.1...v1.4.2) (2024-04-24) + +**Note:** Version bump only for package @react-native-kakao/navi + ## [1.4.0](https://github.com/mym0404/react-native-kakao/compare/v1.3.0...v1.4.0) (2024-04-24) ### Features diff --git a/packages/navi/package.json b/packages/navi/package.json index 2660ef2..7cc30f1 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": "1.4.0", + "version": "1.4.2", "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": "^1.4.0", + "@react-native-kakao/core": "^1.4.2", "@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": "^1.4.0", + "@react-native-kakao/core": "^1.4.2", "react": "*", "react-native": "*" }, diff --git a/packages/share/CHANGELOG.md b/packages/share/CHANGELOG.md index ff6fed2..ec50a38 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. +## [1.4.2](https://github.com/mym0404/react-native-kakao/compare/v1.4.1...v1.4.2) (2024-04-24) + +**Note:** Version bump only for package @react-native-kakao/share + ## [1.4.0](https://github.com/mym0404/react-native-kakao/compare/v1.3.0...v1.4.0) (2024-04-24) **Note:** Version bump only for package @react-native-kakao/share diff --git a/packages/share/package.json b/packages/share/package.json index 4de280c..eff4e8e 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": "1.4.0", + "version": "1.4.2", "main": "lib/commonjs/index", "module": "lib/module/index", "types": "lib/typescript/src/index.d.ts", @@ -58,7 +58,7 @@ "access": "public" }, "devDependencies": { - "@react-native-kakao/core": "^1.4.0", + "@react-native-kakao/core": "^1.4.2", "@types/jest": "^29.5.5", "@types/react": "^18.2.44", "del-cli": "^5.1.0", @@ -69,7 +69,7 @@ "typescript": "5.1.6" }, "peerDependencies": { - "@react-native-kakao/core": "^1.4.0", + "@react-native-kakao/core": "^1.4.2", "react": "*", "react-native": "*" }, diff --git a/packages/user/CHANGELOG.md b/packages/user/CHANGELOG.md index fd4f875..85fe5ba 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. +## [1.4.2](https://github.com/mym0404/react-native-kakao/compare/v1.4.1...v1.4.2) (2024-04-24) + +**Note:** Version bump only for package @react-native-kakao/user + ## [1.4.1](https://github.com/mym0404/react-native-kakao/compare/v1.4.0...v1.4.1) (2024-04-24) ### Bug Fixes diff --git a/packages/user/package.json b/packages/user/package.json index 613f970..70a20c9 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": "1.4.1", + "version": "1.4.2", "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": "^1.4.0", + "@react-native-kakao/core": "^1.4.2", "@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": "^1.4.0", + "@react-native-kakao/core": "^1.4.2", "react": "*", "react-native": "*" }, diff --git a/yarn.lock b/yarn.lock index 26fc21e..df4e487 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4527,7 +4527,7 @@ __metadata: languageName: node linkType: hard -"@react-native-kakao/core@npm:^1.4.0, @react-native-kakao/core@workspace:packages/core": +"@react-native-kakao/core@npm:^1.4.2, @react-native-kakao/core@workspace:packages/core": version: 0.0.0-use.local resolution: "@react-native-kakao/core@workspace:packages/core" dependencies: @@ -4554,7 +4554,7 @@ __metadata: resolution: "@react-native-kakao/navi@workspace:packages/navi" dependencies: "@mj-studio/js-util": "npm:^1.0.34" - "@react-native-kakao/core": "npm:^1.4.0" + "@react-native-kakao/core": "npm:^1.4.2" "@types/invariant": "npm:^2" "@types/jest": "npm:^29.5.5" "@types/react": "npm:^18.2.44" @@ -4565,7 +4565,7 @@ __metadata: react-native-builder-bob: "npm:^0.20.0" typescript: "npm:5.1.6" peerDependencies: - "@react-native-kakao/core": ^1.4.0 + "@react-native-kakao/core": ^1.4.2 react: "*" react-native: "*" languageName: unknown @@ -4575,7 +4575,7 @@ __metadata: version: 0.0.0-use.local resolution: "@react-native-kakao/share@workspace:packages/share" dependencies: - "@react-native-kakao/core": "npm:^1.4.0" + "@react-native-kakao/core": "npm:^1.4.2" "@types/jest": "npm:^29.5.5" "@types/react": "npm:^18.2.44" del-cli: "npm:^5.1.0" @@ -4585,7 +4585,7 @@ __metadata: react-native-builder-bob: "npm:^0.20.0" typescript: "npm:5.1.6" peerDependencies: - "@react-native-kakao/core": ^1.4.0 + "@react-native-kakao/core": ^1.4.2 react: "*" react-native: "*" languageName: unknown @@ -4596,7 +4596,7 @@ __metadata: resolution: "@react-native-kakao/user@workspace:packages/user" dependencies: "@mj-studio/js-util": "npm:^1.0.34" - "@react-native-kakao/core": "npm:^1.4.0" + "@react-native-kakao/core": "npm:^1.4.2" "@types/invariant": "npm:^2" "@types/jest": "npm:^29.5.5" "@types/react": "npm:^18.2.44" @@ -4607,7 +4607,7 @@ __metadata: react-native-builder-bob: "npm:^0.20.0" typescript: "npm:5.1.6" peerDependencies: - "@react-native-kakao/core": ^1.4.0 + "@react-native-kakao/core": ^1.4.2 react: "*" react-native: "*" languageName: unknown