Skip to content

Commit e86bd14

Browse files
committed
chore: publish
1 parent e3ec351 commit e86bd14

File tree

4 files changed

+14
-2
lines changed

4 files changed

+14
-2
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+
## [1.0.1](https://github.com/mj-studio-library/react-native-kakao/compare/v1.0.0...v1.0.1) (2024-04-21)
7+
8+
### Features
9+
10+
* **share:** fix android build ([e3ec351](https://github.com/mj-studio-library/react-native-kakao/commit/e3ec35102c2e442e8729f2ac8d51f8b7d5be77af))
11+
612
## [1.0.0](https://github.com/mj-studio-library/react-native-kakao/compare/v0.10.0...v1.0.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": "1.0.0",
3+
"version": "1.0.1",
44
"packages": [
55
"packages/*"
66
],

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+
## [1.0.1](https://github.com/mj-studio-library/react-native-kakao/compare/v1.0.0...v1.0.1) (2024-04-21)
7+
8+
### Features
9+
10+
* **share:** fix android build ([e3ec351](https://github.com/mj-studio-library/react-native-kakao/commit/e3ec35102c2e442e8729f2ac8d51f8b7d5be77af))
11+
612
## [1.0.0](https://github.com/mj-studio-library/react-native-kakao/compare/v0.10.0...v1.0.0) (2024-04-21)
713

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

0 commit comments

Comments
 (0)