diff --git a/CHANGELOG.md b/CHANGELOG.md index f5d30e5..476cb79 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.4.6-alpha.2](https://github.com/mym0404/react-native-kakao/compare/v1.4.6-alpha.1...v1.4.6-alpha.2) (2024-04-27) + +### Bug Fixes + +* **core:** include expo config plugin whole build outputs ([712fde5](https://github.com/mym0404/react-native-kakao/commit/712fde585537eaf1dd1a799c16b08230333509db)) + ## [1.4.6-alpha.1](https://github.com/mym0404/react-native-kakao/compare/v1.4.6-alpha.0...v1.4.6-alpha.1) (2024-04-27) **Note:** Version bump only for package react-native-kakao diff --git a/lerna.json b/lerna.json index badd715..ed4fb26 100644 --- a/lerna.json +++ b/lerna.json @@ -1,6 +1,6 @@ { "$schema": "node_modules/lerna/schemas/lerna-schema.json", - "version": "1.4.6-alpha.1", + "version": "1.4.6-alpha.2", "packages": [ "packages/*" ], diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index 2daf96a..3567067 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.4.6-alpha.2](https://github.com/mym0404/react-native-kakao/compare/v1.4.6-alpha.1...v1.4.6-alpha.2) (2024-04-27) + +### Bug Fixes + +* **core:** include expo config plugin whole build outputs ([712fde5](https://github.com/mym0404/react-native-kakao/commit/712fde585537eaf1dd1a799c16b08230333509db)) + ## [1.4.6-alpha.1](https://github.com/mym0404/react-native-kakao/compare/v1.4.6-alpha.0...v1.4.6-alpha.1) (2024-04-27) **Note:** Version bump only for package @react-native-kakao/core diff --git a/packages/core/package.json b/packages/core/package.json index aae272b..bbe7f20 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.6-alpha.1", + "version": "1.4.6-alpha.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 1196809..9af0306 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.6-alpha.2](https://github.com/mym0404/react-native-kakao/compare/v1.4.6-alpha.1...v1.4.6-alpha.2) (2024-04-27) + +**Note:** Version bump only for package @react-native-kakao/navi + ## [1.4.6-alpha.1](https://github.com/mym0404/react-native-kakao/compare/v1.4.6-alpha.0...v1.4.6-alpha.1) (2024-04-27) **Note:** Version bump only for package @react-native-kakao/navi diff --git a/packages/navi/package.json b/packages/navi/package.json index bb88f95..74196e1 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.6-alpha.1", + "version": "1.4.6-alpha.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.6-alpha.1", + "@react-native-kakao/core": "1.4.6-alpha.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.6-alpha.1", + "@react-native-kakao/core": "1.4.6-alpha.2", "react": "*", "react-native": "*" }, diff --git a/packages/share/CHANGELOG.md b/packages/share/CHANGELOG.md index fa8ee35..e7e5d85 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.6-alpha.2](https://github.com/mym0404/react-native-kakao/compare/v1.4.6-alpha.1...v1.4.6-alpha.2) (2024-04-27) + +**Note:** Version bump only for package @react-native-kakao/share + ## [1.4.6-alpha.1](https://github.com/mym0404/react-native-kakao/compare/v1.4.6-alpha.0...v1.4.6-alpha.1) (2024-04-27) **Note:** Version bump only for package @react-native-kakao/share diff --git a/packages/share/package.json b/packages/share/package.json index 21b7a85..1aebd0c 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.6-alpha.1", + "version": "1.4.6-alpha.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.6-alpha.1", + "@react-native-kakao/core": "1.4.6-alpha.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.6-alpha.1", + "@react-native-kakao/core": "1.4.6-alpha.2", "react": "*", "react-native": "*" }, diff --git a/packages/social/CHANGELOG.md b/packages/social/CHANGELOG.md index 6628223..0d80ca3 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. +## [1.4.6-alpha.2](https://github.com/mym0404/react-native-kakao/compare/v1.4.6-alpha.1...v1.4.6-alpha.2) (2024-04-27) + +**Note:** Version bump only for package @react-native-kakao/social + ## [1.4.6-alpha.1](https://github.com/mym0404/react-native-kakao/compare/v1.4.6-alpha.0...v1.4.6-alpha.1) (2024-04-27) **Note:** Version bump only for package @react-native-kakao/social diff --git a/packages/social/package.json b/packages/social/package.json index cba8da1..3ad24aa 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": "1.4.6-alpha.1", + "version": "1.4.6-alpha.2", "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": "1.4.6-alpha.1", + "@react-native-kakao/core": "1.4.6-alpha.2", "@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": "1.4.6-alpha.1", + "@react-native-kakao/core": "1.4.6-alpha.2", "react": "*", "react-native": "*" }, diff --git a/packages/user/CHANGELOG.md b/packages/user/CHANGELOG.md index a2df570..bd56811 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.6-alpha.2](https://github.com/mym0404/react-native-kakao/compare/v1.4.6-alpha.1...v1.4.6-alpha.2) (2024-04-27) + +**Note:** Version bump only for package @react-native-kakao/user + ## [1.4.6-alpha.1](https://github.com/mym0404/react-native-kakao/compare/v1.4.6-alpha.0...v1.4.6-alpha.1) (2024-04-27) **Note:** Version bump only for package @react-native-kakao/user diff --git a/packages/user/package.json b/packages/user/package.json index eec1432..d8277be 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.6-alpha.1", + "version": "1.4.6-alpha.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.6-alpha.1", + "@react-native-kakao/core": "1.4.6-alpha.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.6-alpha.1", + "@react-native-kakao/core": "1.4.6-alpha.2", "react": "*", "react-native": "*" }, diff --git a/yarn.lock b/yarn.lock index e4466cc..8893a57 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4527,7 +4527,7 @@ __metadata: languageName: node linkType: hard -"@react-native-kakao/core@npm:1.4.6-alpha.1, @react-native-kakao/core@workspace:packages/core": +"@react-native-kakao/core@npm:1.4.6-alpha.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.6-alpha.1" + "@react-native-kakao/core": "npm:1.4.6-alpha.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.6-alpha.1 + "@react-native-kakao/core": 1.4.6-alpha.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.6-alpha.1" + "@react-native-kakao/core": "npm:1.4.6-alpha.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.6-alpha.1 + "@react-native-kakao/core": 1.4.6-alpha.2 react: "*" react-native: "*" languageName: unknown @@ -4596,7 +4596,7 @@ __metadata: resolution: "@react-native-kakao/social@workspace:packages/social" dependencies: "@mj-studio/js-util": "npm:^1.0.34" - "@react-native-kakao/core": "npm:1.4.6-alpha.1" + "@react-native-kakao/core": "npm:1.4.6-alpha.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.6-alpha.1 + "@react-native-kakao/core": 1.4.6-alpha.2 react: "*" react-native: "*" languageName: unknown @@ -4618,7 +4618,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.6-alpha.1" + "@react-native-kakao/core": "npm:1.4.6-alpha.2" "@types/invariant": "npm:^2" "@types/jest": "npm:^29.5.5" "@types/react": "npm:^18.2.44" @@ -4629,7 +4629,7 @@ __metadata: react-native-builder-bob: "npm:^0.20.0" typescript: "npm:5.1.6" peerDependencies: - "@react-native-kakao/core": 1.4.6-alpha.1 + "@react-native-kakao/core": 1.4.6-alpha.2 react: "*" react-native: "*" languageName: unknown