Skip to content

Commit bc72ede

Browse files
committed
chore: publish
1 parent 80c0de8 commit bc72ede

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.4.1](https://github.com/mym0404/react-native-kakao/compare/v1.4.0...v1.4.1) (2024-04-24)
7+
8+
### Bug Fixes
9+
10+
* **user:** ios login crash ([80c0de8](https://github.com/mym0404/react-native-kakao/commit/80c0de8a1594c44e8859b5982afbffe2f55cf67a))
11+
612
## [1.4.0](https://github.com/mym0404/react-native-kakao/compare/v1.3.0...v1.4.0) (2024-04-24)
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.4.0",
3+
"version": "1.4.1",
44
"packages": [
55
"packages/*"
66
],

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.4.1](https://github.com/mym0404/react-native-kakao/compare/v1.4.0...v1.4.1) (2024-04-24)
7+
8+
### Bug Fixes
9+
10+
* **user:** ios login crash ([80c0de8](https://github.com/mym0404/react-native-kakao/commit/80c0de8a1594c44e8859b5982afbffe2f55cf67a))
11+
612
## [1.4.0](https://github.com/mym0404/react-native-kakao/compare/v1.3.0...v1.4.0) (2024-04-24)
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": "1.4.0",
4+
"version": "1.4.1",
55
"main": "lib/commonjs/index",
66
"module": "lib/module/index",
77
"types": "lib/typescript/src/index.d.ts",

0 commit comments

Comments
 (0)