Skip to content

Commit 3630445

Browse files
committed
chore: publish
1 parent b02a084 commit 3630445

File tree

11 files changed

+38
-18
lines changed

11 files changed

+38
-18
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
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+
## [1.4.4](https://github.com/mym0404/react-native-kakao/compare/v1.4.2...v1.4.4) (2024-04-25)
7+
8+
**Note:** Version bump only for package react-native-kakao
9+
610
## [1.4.3](https://github.com/mym0404/react-native-kakao/compare/v1.4.2...v1.4.3) (2024-04-25)
711

812
**Note:** Version bump only for package react-native-kakao

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
3-
"version": "1.4.3",
3+
"version": "1.4.4",
44
"packages": [
55
"packages/*"
66
],

packages/core/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
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+
## [1.4.4](https://github.com/mym0404/react-native-kakao/compare/v1.4.2...v1.4.4) (2024-04-25)
7+
8+
**Note:** Version bump only for package @react-native-kakao/core
9+
610
## [1.4.3](https://github.com/mym0404/react-native-kakao/compare/v1.4.2...v1.4.3) (2024-04-25)
711

812
**Note:** Version bump only for package @react-native-kakao/core

packages/core/package.json

Lines changed: 1 addition & 1 deletion
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": "1.4.3",
4+
"version": "1.4.4",
55
"main": "lib/commonjs/index",
66
"module": "lib/module/index",
77
"types": "lib/typescript/src/index.d.ts",

packages/navi/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
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+
## [1.4.4](https://github.com/mym0404/react-native-kakao/compare/v1.4.2...v1.4.4) (2024-04-25)
7+
8+
**Note:** Version bump only for package @react-native-kakao/navi
9+
610
## [1.4.3](https://github.com/mym0404/react-native-kakao/compare/v1.4.2...v1.4.3) (2024-04-25)
711

812
**Note:** Version bump only for package @react-native-kakao/navi

packages/navi/package.json

Lines changed: 3 additions & 3 deletions
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": "1.4.3",
4+
"version": "1.4.4",
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": "^1.4.3",
65+
"@react-native-kakao/core": "1.4.4",
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": "^1.4.3",
77+
"@react-native-kakao/core": "1.4.4",
7878
"react": "*",
7979
"react-native": "*"
8080
},

packages/share/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
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+
## [1.4.4](https://github.com/mym0404/react-native-kakao/compare/v1.4.2...v1.4.4) (2024-04-25)
7+
8+
**Note:** Version bump only for package @react-native-kakao/share
9+
610
## [1.4.3](https://github.com/mym0404/react-native-kakao/compare/v1.4.2...v1.4.3) (2024-04-25)
711

812
**Note:** Version bump only for package @react-native-kakao/share

packages/share/package.json

Lines changed: 3 additions & 3 deletions
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": "1.4.3",
4+
"version": "1.4.4",
55
"main": "lib/commonjs/index",
66
"module": "lib/module/index",
77
"types": "lib/typescript/src/index.d.ts",
@@ -58,7 +58,7 @@
5858
"access": "public"
5959
},
6060
"devDependencies": {
61-
"@react-native-kakao/core": "^1.4.3",
61+
"@react-native-kakao/core": "1.4.4",
6262
"@types/jest": "^29.5.5",
6363
"@types/react": "^18.2.44",
6464
"del-cli": "^5.1.0",
@@ -69,7 +69,7 @@
6969
"typescript": "5.1.6"
7070
},
7171
"peerDependencies": {
72-
"@react-native-kakao/core": "^1.4.3",
72+
"@react-native-kakao/core": "1.4.4",
7373
"react": "*",
7474
"react-native": "*"
7575
},

packages/user/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
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+
## [1.4.4](https://github.com/mym0404/react-native-kakao/compare/v1.4.2...v1.4.4) (2024-04-25)
7+
8+
**Note:** Version bump only for package @react-native-kakao/user
9+
610
## [1.4.3](https://github.com/mym0404/react-native-kakao/compare/v1.4.2...v1.4.3) (2024-04-25)
711

812
**Note:** Version bump only for package @react-native-kakao/user

packages/user/package.json

Lines changed: 3 additions & 3 deletions
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": "1.4.3",
4+
"version": "1.4.4",
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": "^1.4.3",
65+
"@react-native-kakao/core": "1.4.4",
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": "^1.4.3",
77+
"@react-native-kakao/core": "1.4.4",
7878
"react": "*",
7979
"react-native": "*"
8080
},

0 commit comments

Comments
 (0)