Skip to content

Commit

Permalink
chore: publish
Browse files Browse the repository at this point in the history
  • Loading branch information
mym0404 committed Apr 24, 2024
1 parent 80c0de8 commit bc72ede
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.4.1](https://github.com/mym0404/react-native-kakao/compare/v1.4.0...v1.4.1) (2024-04-24)

### Bug Fixes

* **user:** ios login crash ([80c0de8](https://github.com/mym0404/react-native-kakao/commit/80c0de8a1594c44e8859b5982afbffe2f55cf67a))

## [1.4.0](https://github.com/mym0404/react-native-kakao/compare/v1.3.0...v1.4.0) (2024-04-24)

### Features
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
"version": "1.4.0",
"version": "1.4.1",
"packages": [
"packages/*"
],
Expand Down
6 changes: 6 additions & 0 deletions packages/user/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.4.1](https://github.com/mym0404/react-native-kakao/compare/v1.4.0...v1.4.1) (2024-04-24)

### Bug Fixes

* **user:** ios login crash ([80c0de8](https://github.com/mym0404/react-native-kakao/commit/80c0de8a1594c44e8859b5982afbffe2f55cf67a))

## [1.4.0](https://github.com/mym0404/react-native-kakao/compare/v1.3.0...v1.4.0) (2024-04-24)

### Features
Expand Down
2 changes: 1 addition & 1 deletion packages/user/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@react-native-kakao/user",
"description": "React Native Kakao User SDK",
"version": "1.4.0",
"version": "1.4.1",
"main": "lib/commonjs/index",
"module": "lib/module/index",
"types": "lib/typescript/src/index.d.ts",
Expand Down

0 comments on commit bc72ede

Please sign in to comment.