File tree Expand file tree Collapse file tree 15 files changed +64
-28
lines changed Expand file tree Collapse file tree 15 files changed +64
-28
lines changed Original file line number Diff line number Diff line change 33All notable changes to this project will be documented in this file.
44See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
55
6+ ## [ 2.3.0] ( https://github.com/mym0404/react-native-kakao/compare/v2.2.7...v2.3.0 ) (2025-03-19)
7+
8+ ### Features
9+
10+ * remove map package + fix 0.77 android build error ([ a427094] ( https://github.com/mym0404/react-native-kakao/commit/a427094265d30ab2ce16f47b7cfcfffcb99de5b6 ) )
11+ * remove map package + fix 0.77 android build error ([ 5809b31] ( https://github.com/mym0404/react-native-kakao/commit/5809b317aba3c6032b23ccbbfb3186a8b203fbd6 ) )
12+
613## [ 2.2.7] ( https://github.com/mym0404/react-native-kakao/compare/v2.2.6...v2.2.7 ) (2025-03-19)
714
815### Bug Fixes
Original file line number Diff line number Diff line change 11{
22 "$schema" : " node_modules/lerna/schemas/lerna-schema.json" ,
3- "version" : " 2.2.7 " ,
3+ "version" : " 2.3.0 " ,
44 "packages" : [
55 " packages/*"
66 ],
Original file line number Diff line number Diff line change 33All notable changes to this project will be documented in this file.
44See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
55
6+ ## [ 2.3.0] ( https://github.com/mym0404/react-native-kakao/compare/v2.2.7...v2.3.0 ) (2025-03-19)
7+
8+ ### Features
9+
10+ * remove map package + fix 0.77 android build error ([ 5809b31] ( https://github.com/mym0404/react-native-kakao/commit/5809b317aba3c6032b23ccbbfb3186a8b203fbd6 ) )
11+
612## [ 2.2.7] ( https://github.com/mym0404/react-native-kakao/compare/v2.2.6...v2.2.7 ) (2025-03-19)
713
814### Bug Fixes
Original file line number Diff line number Diff line change 11{
22 "name" : " @react-native-kakao/channel" ,
33 "description" : " React Native Kakao Channel SDK" ,
4- "version" : " 2.2.7 " ,
4+ "version" : " 2.3.0 " ,
55 "main" : " lib/commonjs/index" ,
66 "module" : " lib/module/index" ,
77 "types" : " lib/typescript/src/index.d.ts" ,
6262 "access" : " public"
6363 },
6464 "devDependencies" : {
65- "@react-native-kakao/core" : " 2.2.7 " ,
65+ "@react-native-kakao/core" : " 2.3.0 " ,
6666 "@types/invariant" : " ^2" ,
6767 "@types/jest" : " ^29.5.5" ,
6868 "@types/react" : " ^18.2.44" ,
7474 "typescript" : " 5.1.6"
7575 },
7676 "peerDependencies" : {
77- "@react-native-kakao/core" : " 2.2.7 " ,
77+ "@react-native-kakao/core" : " 2.3.0 " ,
7878 "react" : " *" ,
7979 "react-native" : " *"
8080 },
Original file line number Diff line number Diff line change 33All notable changes to this project will be documented in this file.
44See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
55
6+ ## [ 2.3.0] ( https://github.com/mym0404/react-native-kakao/compare/v2.2.7...v2.3.0 ) (2025-03-19)
7+
8+ ### Features
9+
10+ * remove map package + fix 0.77 android build error ([ a427094] ( https://github.com/mym0404/react-native-kakao/commit/a427094265d30ab2ce16f47b7cfcfffcb99de5b6 ) )
11+ * remove map package + fix 0.77 android build error ([ 5809b31] ( https://github.com/mym0404/react-native-kakao/commit/5809b317aba3c6032b23ccbbfb3186a8b203fbd6 ) )
12+
613## [ 2.2.7] ( https://github.com/mym0404/react-native-kakao/compare/v2.2.6...v2.2.7 ) (2025-03-19)
714
815** Note:** Version bump only for package @react-native-kakao/core
Original file line number Diff line number Diff line change 11{
22 "name" : " @react-native-kakao/core" ,
33 "description" : " React Native Kakao Core SDK" ,
4- "version" : " 2.2.7 " ,
4+ "version" : " 2.3.0 " ,
55 "main" : " lib/commonjs/index" ,
66 "module" : " lib/module/index" ,
77 "types" : " lib/typescript/src/index.d.ts" ,
Original file line number Diff line number Diff line change 33All notable changes to this project will be documented in this file.
44See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
55
6+ ## [ 2.3.0] ( https://github.com/mym0404/react-native-kakao/compare/v2.2.7...v2.3.0 ) (2025-03-19)
7+
8+ ** Note:** Version bump only for package @react-native-kakao/navi
9+
610## [ 2.2.7] ( https://github.com/mym0404/react-native-kakao/compare/v2.2.6...v2.2.7 ) (2025-03-19)
711
812** Note:** Version bump only for package @react-native-kakao/navi
Original file line number Diff line number Diff line change 11{
22 "name" : " @react-native-kakao/navi" ,
33 "description" : " React Native Kakao Navi SDK" ,
4- "version" : " 2.2.7 " ,
4+ "version" : " 2.3.0 " ,
55 "main" : " lib/commonjs/index" ,
66 "module" : " lib/module/index" ,
77 "types" : " lib/typescript/src/index.d.ts" ,
6262 "access" : " public"
6363 },
6464 "devDependencies" : {
65- "@react-native-kakao/core" : " 2.2.7 " ,
65+ "@react-native-kakao/core" : " 2.3.0 " ,
6666 "@types/invariant" : " ^2" ,
6767 "@types/jest" : " ^29.5.5" ,
6868 "@types/react" : " ^18.2.44" ,
7474 "typescript" : " 5.1.6"
7575 },
7676 "peerDependencies" : {
77- "@react-native-kakao/core" : " 2.2.7 " ,
77+ "@react-native-kakao/core" : " 2.3.0 " ,
7878 "react" : " *" ,
7979 "react-native" : " *"
8080 },
Original file line number Diff line number Diff line change 33All notable changes to this project will be documented in this file.
44See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
55
6+ ## [ 2.3.0] ( https://github.com/mym0404/react-native-kakao/compare/v2.2.7...v2.3.0 ) (2025-03-19)
7+
8+ ** Note:** Version bump only for package @react-native-kakao/share
9+
610## [ 2.2.7] ( https://github.com/mym0404/react-native-kakao/compare/v2.2.6...v2.2.7 ) (2025-03-19)
711
812** Note:** Version bump only for package @react-native-kakao/share
Original file line number Diff line number Diff line change 11{
22 "name" : " @react-native-kakao/share" ,
33 "description" : " React Native Kakao Share SDK" ,
4- "version" : " 2.2.7 " ,
4+ "version" : " 2.3.0 " ,
55 "main" : " lib/commonjs/index" ,
66 "module" : " lib/module/index" ,
77 "types" : " lib/typescript/src/index.d.ts" ,
6161 "access" : " public"
6262 },
6363 "devDependencies" : {
64- "@react-native-kakao/core" : " 2.2.7 " ,
64+ "@react-native-kakao/core" : " 2.3.0 " ,
6565 "@types/jest" : " ^29.5.5" ,
6666 "@types/react" : " ^18.2.44" ,
6767 "del-cli" : " ^5.1.0" ,
7272 "typescript" : " 5.1.6"
7373 },
7474 "peerDependencies" : {
75- "@react-native-kakao/core" : " 2.2.7 " ,
75+ "@react-native-kakao/core" : " 2.3.0 " ,
7676 "react" : " *" ,
7777 "react-native" : " *"
7878 },
You can’t perform that action at this time.
0 commit comments