Skip to content

Commit bbdcef0

Browse files
committed
chore: publish
1 parent 9502d47 commit bbdcef0

File tree

6 files changed

+21
-3
lines changed

6 files changed

+21
-3
lines changed

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+
## [0.7.1](https://github.com/mj-studio-library/react-native-kakao/compare/v0.7.0...v0.7.1) (2024-04-21)
7+
8+
### Bug Fixes
9+
10+
- **user:** export android method with @ReactMethod. old arch supporting is so toooooooooooooooooough ([9502d47](https://github.com/mj-studio-library/react-native-kakao/commit/9502d47de7193f0533ba04590e18a7b2da2eb4c0))
11+
612
## [0.7.0](https://github.com/mj-studio-library/react-native-kakao/compare/v0.6.0...v0.7.0) (2024-04-21)
713

814
### Features

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": "0.7.0",
3+
"version": "0.7.1",
44
"packages": ["packages/*"],
55
"npmClient": "yarn",
66
"command": {

packages/share/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+
## [0.7.1](https://github.com/mj-studio-library/react-native-kakao/compare/v0.7.0...v0.7.1) (2024-04-21)
7+
8+
### Bug Fixes
9+
10+
- **user:** export android method with @ReactMethod. old arch supporting is so toooooooooooooooooough ([9502d47](https://github.com/mj-studio-library/react-native-kakao/commit/9502d47de7193f0533ba04590e18a7b2da2eb4c0))
11+
612
## [0.7.0](https://github.com/mj-studio-library/react-native-kakao/compare/v0.6.0...v0.7.0) (2024-04-21)
713

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

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

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+
## [0.7.1](https://github.com/mj-studio-library/react-native-kakao/compare/v0.7.0...v0.7.1) (2024-04-21)
7+
8+
### Bug Fixes
9+
10+
- **user:** export android method with @ReactMethod. old arch supporting is so toooooooooooooooooough ([9502d47](https://github.com/mj-studio-library/react-native-kakao/commit/9502d47de7193f0533ba04590e18a7b2da2eb4c0))
11+
612
## [0.7.0](https://github.com/mj-studio-library/react-native-kakao/compare/v0.6.0...v0.7.0) (2024-04-21)
713

814
### Features

packages/user/package.json

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

0 commit comments

Comments
 (0)