Skip to content

Commit 33e4f33

Browse files
committed
chore: publish [skip ci]
1 parent 96efc6b commit 33e4f33

15 files changed

+82
-24
lines changed

CHANGELOG.md

+13
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,19 @@
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.7.0](https://github.com/mym0404/react-native-kakao/compare/v1.6.3...v1.7.0) (2024-04-30)
7+
8+
### Features
9+
10+
* **channel:** add example ([3c71fc8](https://github.com/mym0404/react-native-kakao/commit/3c71fc864e58c1a555ab44f88f231a69562730cc))
11+
* **channel:** android expo config plugin option ([88c004a](https://github.com/mym0404/react-native-kakao/commit/88c004ae1c456290dccce7284bd2871f281e458a))
12+
* **channel:** android, ios, js implementation ([8887e57](https://github.com/mym0404/react-native-kakao/commit/8887e57dfc076a0d2a3d3e29aa008a4736e70261))
13+
14+
### Bug Fixes
15+
16+
* **channel:** old arch android build ([b1770d5](https://github.com/mym0404/react-native-kakao/commit/b1770d5f59c33dacb6acbb5918930a0ba4bec284))
17+
* **core:** don't regenerate main activity kakaolink intent filter on expo config plugin ([e4c5e8f](https://github.com/mym0404/react-native-kakao/commit/e4c5e8f38f9f576dec89870e907a15f78b532626))
18+
619
## [1.6.3](https://github.com/mym0404/react-native-kakao/compare/v1.6.2...v1.6.3) (2024-04-30)
720

821
### Bug Fixes

lerna.json

+1-1
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.6.3",
3+
"version": "1.7.0",
44
"packages": [
55
"packages/*"
66
],

packages/channel/CHANGELOG.md

+14
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# Change Log
2+
3+
All notable changes to this project will be documented in this file.
4+
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5+
6+
## [1.7.0](https://github.com/mym0404/react-native-kakao/compare/v1.6.3...v1.7.0) (2024-04-30)
7+
8+
### Features
9+
10+
* **channel:** android, ios, js implementation ([8887e57](https://github.com/mym0404/react-native-kakao/commit/8887e57dfc076a0d2a3d3e29aa008a4736e70261))
11+
12+
### Bug Fixes
13+
14+
* **channel:** old arch android build ([b1770d5](https://github.com/mym0404/react-native-kakao/commit/b1770d5f59c33dacb6acbb5918930a0ba4bec284))

packages/channel/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@react-native-kakao/channel",
33
"description": "React Native Kakao Channel SDK",
4-
"version": "1.6.1",
4+
"version": "1.7.0",
55
"main": "lib/commonjs/index",
66
"module": "lib/module/index",
77
"types": "lib/typescript/src/index.d.ts",

packages/core/CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
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.7.0](https://github.com/mym0404/react-native-kakao/compare/v1.6.3...v1.7.0) (2024-04-30)
7+
8+
### Features
9+
10+
* **channel:** android expo config plugin option ([88c004a](https://github.com/mym0404/react-native-kakao/commit/88c004ae1c456290dccce7284bd2871f281e458a))
11+
* **channel:** android, ios, js implementation ([8887e57](https://github.com/mym0404/react-native-kakao/commit/8887e57dfc076a0d2a3d3e29aa008a4736e70261))
12+
13+
### Bug Fixes
14+
15+
* **core:** don't regenerate main activity kakaolink intent filter on expo config plugin ([e4c5e8f](https://github.com/mym0404/react-native-kakao/commit/e4c5e8f38f9f576dec89870e907a15f78b532626))
16+
617
## [1.6.3](https://github.com/mym0404/react-native-kakao/compare/v1.6.2...v1.6.3) (2024-04-30)
718

819
### Bug Fixes

packages/core/package.json

+1-1
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.6.3",
4+
"version": "1.7.0",
55
"main": "lib/commonjs/index",
66
"module": "lib/module/index",
77
"types": "lib/typescript/src/index.d.ts",

packages/navi/CHANGELOG.md

+4
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.7.0](https://github.com/mym0404/react-native-kakao/compare/v1.6.3...v1.7.0) (2024-04-30)
7+
8+
**Note:** Version bump only for package @react-native-kakao/navi
9+
610
## [1.6.3](https://github.com/mym0404/react-native-kakao/compare/v1.6.2...v1.6.3) (2024-04-30)
711

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

packages/navi/package.json

+3-3
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.6.3",
4+
"version": "1.7.0",
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.6.3",
65+
"@react-native-kakao/core": "1.7.0",
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.6.3",
77+
"@react-native-kakao/core": "1.7.0",
7878
"react": "*",
7979
"react-native": "*"
8080
},

packages/share/CHANGELOG.md

+4
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.7.0](https://github.com/mym0404/react-native-kakao/compare/v1.6.3...v1.7.0) (2024-04-30)
7+
8+
**Note:** Version bump only for package @react-native-kakao/share
9+
610
## [1.6.3](https://github.com/mym0404/react-native-kakao/compare/v1.6.2...v1.6.3) (2024-04-30)
711

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

packages/share/package.json

+3-3
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.6.3",
4+
"version": "1.7.0",
55
"main": "lib/commonjs/index",
66
"module": "lib/module/index",
77
"types": "lib/typescript/src/index.d.ts",
@@ -61,7 +61,7 @@
6161
"access": "public"
6262
},
6363
"devDependencies": {
64-
"@react-native-kakao/core": "1.6.3",
64+
"@react-native-kakao/core": "1.7.0",
6565
"@types/jest": "^29.5.5",
6666
"@types/react": "^18.2.44",
6767
"del-cli": "^5.1.0",
@@ -72,7 +72,7 @@
7272
"typescript": "5.1.6"
7373
},
7474
"peerDependencies": {
75-
"@react-native-kakao/core": "1.6.3",
75+
"@react-native-kakao/core": "1.7.0",
7676
"react": "*",
7777
"react-native": "*"
7878
},

packages/social/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
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.7.0](https://github.com/mym0404/react-native-kakao/compare/v1.6.3...v1.7.0) (2024-04-30)
7+
8+
### Features
9+
10+
* **channel:** android, ios, js implementation ([8887e57](https://github.com/mym0404/react-native-kakao/commit/8887e57dfc076a0d2a3d3e29aa008a4736e70261))
11+
612
## [1.6.3](https://github.com/mym0404/react-native-kakao/compare/v1.6.2...v1.6.3) (2024-04-30)
713

814
### Bug Fixes

packages/social/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@react-native-kakao/social",
33
"description": "React Native Kakao Social SDK",
4-
"version": "1.6.3",
4+
"version": "1.7.0",
55
"main": "lib/commonjs/index",
66
"module": "lib/module/index",
77
"types": "lib/typescript/src/index.d.ts",
@@ -64,7 +64,7 @@
6464
"access": "public"
6565
},
6666
"devDependencies": {
67-
"@react-native-kakao/core": "1.6.3",
67+
"@react-native-kakao/core": "1.7.0",
6868
"@types/invariant": "^2",
6969
"@types/jest": "^29.5.5",
7070
"@types/react": "^18.2.44",
@@ -76,7 +76,7 @@
7676
"typescript": "5.1.6"
7777
},
7878
"peerDependencies": {
79-
"@react-native-kakao/core": "1.6.3",
79+
"@react-native-kakao/core": "1.7.0",
8080
"react": "*",
8181
"react-native": "*"
8282
},

packages/user/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
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.7.0](https://github.com/mym0404/react-native-kakao/compare/v1.6.3...v1.7.0) (2024-04-30)
7+
8+
### Features
9+
10+
* **channel:** android, ios, js implementation ([8887e57](https://github.com/mym0404/react-native-kakao/commit/8887e57dfc076a0d2a3d3e29aa008a4736e70261))
11+
612
## [1.6.3](https://github.com/mym0404/react-native-kakao/compare/v1.6.2...v1.6.3) (2024-04-30)
713

814
### Bug Fixes

packages/user/package.json

+3-3
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.6.3",
4+
"version": "1.7.0",
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.6.3",
65+
"@react-native-kakao/core": "1.7.0",
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.6.3",
77+
"@react-native-kakao/core": "1.7.0",
7878
"react": "*",
7979
"react-native": "*"
8080
},

yarn.lock

+9-9
Original file line numberDiff line numberDiff line change
@@ -4723,7 +4723,7 @@ __metadata:
47234723
languageName: node
47244724
linkType: hard
47254725

4726-
"@react-native-kakao/core@npm:1.6.3, @react-native-kakao/core@workspace:packages/core":
4726+
"@react-native-kakao/core@npm:1.7.0, @react-native-kakao/core@workspace:packages/core":
47274727
version: 0.0.0-use.local
47284728
resolution: "@react-native-kakao/core@workspace:packages/core"
47294729
dependencies:
@@ -4750,7 +4750,7 @@ __metadata:
47504750
resolution: "@react-native-kakao/navi@workspace:packages/navi"
47514751
dependencies:
47524752
"@mj-studio/js-util": "npm:^1.0.34"
4753-
"@react-native-kakao/core": "npm:1.6.3"
4753+
"@react-native-kakao/core": "npm:1.7.0"
47544754
"@types/invariant": "npm:^2"
47554755
"@types/jest": "npm:^29.5.5"
47564756
"@types/react": "npm:^18.2.44"
@@ -4761,7 +4761,7 @@ __metadata:
47614761
react-native-builder-bob: "npm:^0.20.0"
47624762
typescript: "npm:5.1.6"
47634763
peerDependencies:
4764-
"@react-native-kakao/core": 1.6.3
4764+
"@react-native-kakao/core": 1.7.0
47654765
react: "*"
47664766
react-native: "*"
47674767
languageName: unknown
@@ -4771,7 +4771,7 @@ __metadata:
47714771
version: 0.0.0-use.local
47724772
resolution: "@react-native-kakao/share@workspace:packages/share"
47734773
dependencies:
4774-
"@react-native-kakao/core": "npm:1.6.3"
4774+
"@react-native-kakao/core": "npm:1.7.0"
47754775
"@types/jest": "npm:^29.5.5"
47764776
"@types/react": "npm:^18.2.44"
47774777
del-cli: "npm:^5.1.0"
@@ -4781,7 +4781,7 @@ __metadata:
47814781
react-native-builder-bob: "npm:^0.20.0"
47824782
typescript: "npm:5.1.6"
47834783
peerDependencies:
4784-
"@react-native-kakao/core": 1.6.3
4784+
"@react-native-kakao/core": 1.7.0
47854785
react: "*"
47864786
react-native: "*"
47874787
languageName: unknown
@@ -4792,7 +4792,7 @@ __metadata:
47924792
resolution: "@react-native-kakao/social@workspace:packages/social"
47934793
dependencies:
47944794
"@mj-studio/js-util": "npm:^1.0.34"
4795-
"@react-native-kakao/core": "npm:1.6.3"
4795+
"@react-native-kakao/core": "npm:1.7.0"
47964796
"@types/invariant": "npm:^2"
47974797
"@types/jest": "npm:^29.5.5"
47984798
"@types/react": "npm:^18.2.44"
@@ -4803,7 +4803,7 @@ __metadata:
48034803
react-native-builder-bob: "npm:^0.20.0"
48044804
typescript: "npm:5.1.6"
48054805
peerDependencies:
4806-
"@react-native-kakao/core": 1.6.3
4806+
"@react-native-kakao/core": 1.7.0
48074807
react: "*"
48084808
react-native: "*"
48094809
languageName: unknown
@@ -4814,7 +4814,7 @@ __metadata:
48144814
resolution: "@react-native-kakao/user@workspace:packages/user"
48154815
dependencies:
48164816
"@mj-studio/js-util": "npm:^1.0.34"
4817-
"@react-native-kakao/core": "npm:1.6.3"
4817+
"@react-native-kakao/core": "npm:1.7.0"
48184818
"@types/invariant": "npm:^2"
48194819
"@types/jest": "npm:^29.5.5"
48204820
"@types/react": "npm:^18.2.44"
@@ -4825,7 +4825,7 @@ __metadata:
48254825
react-native-builder-bob: "npm:^0.20.0"
48264826
typescript: "npm:5.1.6"
48274827
peerDependencies:
4828-
"@react-native-kakao/core": 1.6.3
4828+
"@react-native-kakao/core": 1.7.0
48294829
react: "*"
48304830
react-native: "*"
48314831
languageName: unknown

0 commit comments

Comments
 (0)