Skip to content

Commit fd38451

Browse files
committed
chore: publish
1 parent cbb6f9c commit fd38451

File tree

6 files changed

+87
-7
lines changed

6 files changed

+87
-7
lines changed

CHANGELOG.md

+42
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
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+
## 0.4.0 (2024-04-20)
7+
8+
### Features
9+
10+
- **android:** restore share android dir ([0d710f3](https://github.com/mj-studio-library/react-native-kakao/commit/0d710f309b12dcb51def08549996d7aa464d9e02))
11+
- **core:** initializeSdk API ([0b39b37](https://github.com/mj-studio-library/react-native-kakao/commit/0b39b3738a252e844322634217875a527c402e5f))
12+
- **expo:** config expo plugin ([90e1da9](https://github.com/mj-studio-library/react-native-kakao/commit/90e1da9ae9506cc7e727851e8af1fd8259627ea0))
13+
- **ios:** setup ios ([8f29622](https://github.com/mj-studio-library/react-native-kakao/commit/8f2962235ba8c10678293c8787e52a0557aefe5c))
14+
- **ios:** setup ios ([a2104b4](https://github.com/mj-studio-library/react-native-kakao/commit/a2104b458ae239afc64414e6cc462ea0a4954b82))
15+
16+
### Documentation
17+
18+
- update docs ([1226d14](https://github.com/mj-studio-library/react-native-kakao/commit/1226d14f30ccc30b83fcf524565057b68bf8c31d))
19+
- update docs ([3aba1b5](https://github.com/mj-studio-library/react-native-kakao/commit/3aba1b59e38fc1e042b130bd2e90870e714d85e3))
20+
- update docs ([2dbc7d4](https://github.com/mj-studio-library/react-native-kakao/commit/2dbc7d4c7aa3f4ac659bb50fd9b23c9ce4449cc4))
21+
- update readme ([cbb6f9c](https://github.com/mj-studio-library/react-native-kakao/commit/cbb6f9c2b33b01bcc4dc2e741580784352c6fb95))
22+
- update readme ([4422123](https://github.com/mj-studio-library/react-native-kakao/commit/442212375983f90b077631572b90d27c0e5b3136))
23+
- update readme ([6a90cb8](https://github.com/mj-studio-library/react-native-kakao/commit/6a90cb8298f2851794d4d7e3323f3971e2dc8940))
24+
- update readme ([723bb9f](https://github.com/mj-studio-library/react-native-kakao/commit/723bb9f3fd8ff3f4877e012a216e16097f2416d7))
25+
- update readme ([032bb83](https://github.com/mj-studio-library/react-native-kakao/commit/032bb8314754cb32299fcf4a4f15e10bdc1fe249))
26+
- update readme ([60425a4](https://github.com/mj-studio-library/react-native-kakao/commit/60425a463f9395a161cfb49e39b77fa8e25dbad9))
27+
- update README.md ([0d177eb](https://github.com/mj-studio-library/react-native-kakao/commit/0d177ebdb84b42d80efc978875e787dbb347bf4d))
28+
29+
### Miscellaneous Chores
30+
31+
- changelog format ([c4891c0](https://github.com/mj-studio-library/react-native-kakao/commit/c4891c0c192f296de7095a3cffeff25a4568a0ec))
32+
- changelog format ([0b5b8b1](https://github.com/mj-studio-library/react-native-kakao/commit/0b5b8b1a89b1ce043dc47e5169297d5f9ecfcc45))
33+
- configure project ([990769b](https://github.com/mj-studio-library/react-native-kakao/commit/990769b5f528355bf3b71b84bf6ab92d0e8b4d59))
34+
- configure project ([d7f7900](https://github.com/mj-studio-library/react-native-kakao/commit/d7f790032f76da68a5b4728172f499c6535ba260))
35+
- configure project ([2a80537](https://github.com/mj-studio-library/react-native-kakao/commit/2a805372e2e0d40c994720da03490578c9e8356b))
36+
- fix typo ([ebada17](https://github.com/mj-studio-library/react-native-kakao/commit/ebada177c6ac1e6896b0116ae2bd4fc61c1ceddc))
37+
- init ([1e51b7c](https://github.com/mj-studio-library/react-native-kakao/commit/1e51b7cefb4bce32d9292c857e48c9b589180491))
38+
- initial commit ([7617857](https://github.com/mj-studio-library/react-native-kakao/commit/7617857362e8f4d6c15aedb90f8df55bbacf8b4e))
39+
- publish ([541b5b5](https://github.com/mj-studio-library/react-native-kakao/commit/541b5b5a7387de4e2ee01173688680f920aed83d))
40+
- publish ([36b16e0](https://github.com/mj-studio-library/react-native-kakao/commit/36b16e0ebbd4b107e6f91b230bf75f9bb1ac3637))
41+
- publish ([83de7d0](https://github.com/mj-studio-library/react-native-kakao/commit/83de7d0f888da6767c066fd3a5cfcc01a4e5827f))
42+
- update command name ([daecba5](https://github.com/mj-studio-library/react-native-kakao/commit/daecba51b95b16120238bdb685412f2d59711198))

lerna.json

+3-5
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
11
{
22
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
3-
"version": "0.0.3",
4-
"packages": [
5-
"packages/*"
6-
],
3+
"version": "0.4.0",
4+
"packages": ["packages/*"],
75
"npmClient": "yarn",
86
"command": {
97
"publish": {
@@ -88,4 +86,4 @@
8886
"compareUrlFormat": "{{host}}/{{owner}}/{{repository}}/compare/{{previousTag}}...{{currentTag}}",
8987
"userUrlFormat": "{{host}}/{{user}}"
9088
}
91-
}
89+
}

packages/core/CHANGELOG.md

+19
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,25 @@
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+
## 0.4.0 (2024-04-20)
7+
8+
### Features
9+
10+
- **android:** restore share android dir ([0d710f3](https://github.com/mj-studio-library/react-native-kakao/commit/0d710f309b12dcb51def08549996d7aa464d9e02))
11+
- **core:** initializeSdk API ([0b39b37](https://github.com/mj-studio-library/react-native-kakao/commit/0b39b3738a252e844322634217875a527c402e5f))
12+
- **expo:** config expo plugin ([90e1da9](https://github.com/mj-studio-library/react-native-kakao/commit/90e1da9ae9506cc7e727851e8af1fd8259627ea0))
13+
14+
### Documentation
15+
16+
- update readme ([4422123](https://github.com/mj-studio-library/react-native-kakao/commit/442212375983f90b077631572b90d27c0e5b3136))
17+
18+
### Miscellaneous Chores
19+
20+
- changelog format ([c4891c0](https://github.com/mj-studio-library/react-native-kakao/commit/c4891c0c192f296de7095a3cffeff25a4568a0ec))
21+
- publish ([541b5b5](https://github.com/mj-studio-library/react-native-kakao/commit/541b5b5a7387de4e2ee01173688680f920aed83d))
22+
- publish ([36b16e0](https://github.com/mj-studio-library/react-native-kakao/commit/36b16e0ebbd4b107e6f91b230bf75f9bb1ac3637))
23+
- publish ([83de7d0](https://github.com/mj-studio-library/react-native-kakao/commit/83de7d0f888da6767c066fd3a5cfcc01a4e5827f))
24+
625
## [0.3.0](https://github.com/mj-studio-library/react-native-kakao/compare/@react-native-kakao/[email protected]...@react-native-kakao/[email protected]) (2024-04-20)
726

827
### Features

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

packages/share/CHANGELOG.md

+21
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,27 @@
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+
## 0.4.0 (2024-04-20)
7+
8+
### Features
9+
10+
- **android:** restore share android dir ([0d710f3](https://github.com/mj-studio-library/react-native-kakao/commit/0d710f309b12dcb51def08549996d7aa464d9e02))
11+
- **core:** initializeSdk API ([0b39b37](https://github.com/mj-studio-library/react-native-kakao/commit/0b39b3738a252e844322634217875a527c402e5f))
12+
- **expo:** config expo plugin ([90e1da9](https://github.com/mj-studio-library/react-native-kakao/commit/90e1da9ae9506cc7e727851e8af1fd8259627ea0))
13+
- **ios:** setup ios ([8f29622](https://github.com/mj-studio-library/react-native-kakao/commit/8f2962235ba8c10678293c8787e52a0557aefe5c))
14+
15+
### Documentation
16+
17+
- update readme ([cbb6f9c](https://github.com/mj-studio-library/react-native-kakao/commit/cbb6f9c2b33b01bcc4dc2e741580784352c6fb95))
18+
- update readme ([4422123](https://github.com/mj-studio-library/react-native-kakao/commit/442212375983f90b077631572b90d27c0e5b3136))
19+
20+
### Miscellaneous Chores
21+
22+
- changelog format ([c4891c0](https://github.com/mj-studio-library/react-native-kakao/commit/c4891c0c192f296de7095a3cffeff25a4568a0ec))
23+
- publish ([541b5b5](https://github.com/mj-studio-library/react-native-kakao/commit/541b5b5a7387de4e2ee01173688680f920aed83d))
24+
- publish ([36b16e0](https://github.com/mj-studio-library/react-native-kakao/commit/36b16e0ebbd4b107e6f91b230bf75f9bb1ac3637))
25+
- publish ([83de7d0](https://github.com/mj-studio-library/react-native-kakao/commit/83de7d0f888da6767c066fd3a5cfcc01a4e5827f))
26+
627
## [0.3.0](https://github.com/mj-studio-library/react-native-kakao/compare/@react-native-kakao/[email protected]...@react-native-kakao/[email protected]) (2024-04-20)
728

829
### Features

packages/share/package.json

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

0 commit comments

Comments
 (0)