Skip to content

Commit

Permalink
chore: publish [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
mym0404 committed May 14, 2024
1 parent a06aaa7 commit 5ca9177
Show file tree
Hide file tree
Showing 17 changed files with 90 additions and 33 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,19 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [2.2.1](https://github.com/mym0404/react-native-kakao/compare/v2.2.0...v2.2.1) (2024-05-14)

### Features

* **map:** ios base impl ([d29ccea](https://github.com/mym0404/react-native-kakao/commit/d29ccead8ea34067da9c48e169e9472a741f7f02))
* **map:** ios impl ([8cfe227](https://github.com/mym0404/react-native-kakao/commit/8cfe2276dd9a072517d60e9b3406b6b7a3f828a3))
* **map:** ios isShowScaleBar isShowCompass ([07ad242](https://github.com/mym0404/react-native-kakao/commit/07ad242664cab2fa61794ffc545705bd024a8adb))
* **map:** makes android build ([e138927](https://github.com/mym0404/react-native-kakao/commit/e1389271863010797769e03744de3c70ced22ec0))

### Bug Fixes

* **core:** remove redundant second parameter of initialization api ([ac1b272](https://github.com/mym0404/react-native-kakao/commit/ac1b272ee8f9163dbd88cabcefa639ba66732176))

## [2.2.0](https://github.com/mym0404/react-native-kakao/compare/v2.1.0...v2.2.0) (2024-05-04)

### 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": "2.2.0",
"version": "2.2.1",
"packages": [
"packages/*"
],
Expand Down
4 changes: 4 additions & 0 deletions packages/channel/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [2.2.1](https://github.com/mym0404/react-native-kakao/compare/v2.2.0...v2.2.1) (2024-05-14)

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

## [2.2.0](https://github.com/mym0404/react-native-kakao/compare/v2.1.0...v2.2.0) (2024-05-04)

### Features
Expand Down
6 changes: 3 additions & 3 deletions packages/channel/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@react-native-kakao/channel",
"description": "React Native Kakao Channel SDK",
"version": "2.2.0",
"version": "2.2.1",
"main": "lib/commonjs/index",
"module": "lib/module/index",
"types": "lib/typescript/src/index.d.ts",
Expand Down Expand Up @@ -62,7 +62,7 @@
"access": "public"
},
"devDependencies": {
"@react-native-kakao/core": "2.2.0",
"@react-native-kakao/core": "2.2.1",
"@types/invariant": "^2",
"@types/jest": "^29.5.5",
"@types/react": "^18.2.44",
Expand All @@ -74,7 +74,7 @@
"typescript": "5.1.6"
},
"peerDependencies": {
"@react-native-kakao/core": "2.2.0",
"@react-native-kakao/core": "2.2.1",
"react": "*",
"react-native": "*"
},
Expand Down
11 changes: 11 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [2.2.1](https://github.com/mym0404/react-native-kakao/compare/v2.2.0...v2.2.1) (2024-05-14)

### Features

* **map:** ios base impl ([d29ccea](https://github.com/mym0404/react-native-kakao/commit/d29ccead8ea34067da9c48e169e9472a741f7f02))
* **map:** makes android build ([e138927](https://github.com/mym0404/react-native-kakao/commit/e1389271863010797769e03744de3c70ced22ec0))

### Bug Fixes

* **core:** remove redundant second parameter of initialization api ([ac1b272](https://github.com/mym0404/react-native-kakao/commit/ac1b272ee8f9163dbd88cabcefa639ba66732176))

## [2.2.0](https://github.com/mym0404/react-native-kakao/compare/v2.1.0...v2.2.0) (2024-05-04)

### Features
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@react-native-kakao/core",
"description": "React Native Kakao Core SDK",
"version": "2.2.0",
"version": "2.2.1",
"main": "lib/commonjs/index",
"module": "lib/module/index",
"types": "lib/typescript/src/index.d.ts",
Expand Down
13 changes: 13 additions & 0 deletions packages/map/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [2.2.1](https://github.com/mym0404/react-native-kakao/compare/v2.2.0...v2.2.1) (2024-05-14)

### Features

* **map:** ios base impl ([d29ccea](https://github.com/mym0404/react-native-kakao/commit/d29ccead8ea34067da9c48e169e9472a741f7f02))
* **map:** ios impl ([8cfe227](https://github.com/mym0404/react-native-kakao/commit/8cfe2276dd9a072517d60e9b3406b6b7a3f828a3))
* **map:** ios isShowScaleBar isShowCompass ([07ad242](https://github.com/mym0404/react-native-kakao/commit/07ad242664cab2fa61794ffc545705bd024a8adb))
* **map:** makes android build ([e138927](https://github.com/mym0404/react-native-kakao/commit/e1389271863010797769e03744de3c70ced22ec0))
6 changes: 3 additions & 3 deletions packages/map/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@react-native-kakao/map",
"description": "React Native Kakao Map SDK",
"version": "2.2.0",
"version": "2.2.1",
"main": "lib/commonjs/index",
"module": "lib/module/index",
"types": "lib/typescript/src/index.d.ts",
Expand Down Expand Up @@ -62,7 +62,7 @@
"access": "public"
},
"devDependencies": {
"@react-native-kakao/core": "2.2.0",
"@react-native-kakao/core": "2.2.1",
"@types/invariant": "^2",
"@types/jest": "^29.5.5",
"@types/react": "^18.2.44",
Expand All @@ -74,7 +74,7 @@
"typescript": "5.1.6"
},
"peerDependencies": {
"@react-native-kakao/core": "2.2.0",
"@react-native-kakao/core": "2.2.1",
"react": "*",
"react-native": "*"
},
Expand Down
4 changes: 4 additions & 0 deletions packages/navi/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [2.2.1](https://github.com/mym0404/react-native-kakao/compare/v2.2.0...v2.2.1) (2024-05-14)

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

## [2.2.0](https://github.com/mym0404/react-native-kakao/compare/v2.1.0...v2.2.0) (2024-05-04)

### Features
Expand Down
6 changes: 3 additions & 3 deletions packages/navi/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@react-native-kakao/navi",
"description": "React Native Kakao Navi SDK",
"version": "2.2.0",
"version": "2.2.1",
"main": "lib/commonjs/index",
"module": "lib/module/index",
"types": "lib/typescript/src/index.d.ts",
Expand Down Expand Up @@ -62,7 +62,7 @@
"access": "public"
},
"devDependencies": {
"@react-native-kakao/core": "2.2.0",
"@react-native-kakao/core": "2.2.1",
"@types/invariant": "^2",
"@types/jest": "^29.5.5",
"@types/react": "^18.2.44",
Expand All @@ -74,7 +74,7 @@
"typescript": "5.1.6"
},
"peerDependencies": {
"@react-native-kakao/core": "2.2.0",
"@react-native-kakao/core": "2.2.1",
"react": "*",
"react-native": "*"
},
Expand Down
4 changes: 4 additions & 0 deletions packages/share/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [2.2.1](https://github.com/mym0404/react-native-kakao/compare/v2.2.0...v2.2.1) (2024-05-14)

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

## [2.2.0](https://github.com/mym0404/react-native-kakao/compare/v2.1.0...v2.2.0) (2024-05-04)

### Features
Expand Down
6 changes: 3 additions & 3 deletions packages/share/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@react-native-kakao/share",
"description": "React Native Kakao Share SDK",
"version": "2.2.0",
"version": "2.2.1",
"main": "lib/commonjs/index",
"module": "lib/module/index",
"types": "lib/typescript/src/index.d.ts",
Expand Down Expand Up @@ -61,7 +61,7 @@
"access": "public"
},
"devDependencies": {
"@react-native-kakao/core": "2.2.0",
"@react-native-kakao/core": "2.2.1",
"@types/jest": "^29.5.5",
"@types/react": "^18.2.44",
"del-cli": "^5.1.0",
Expand All @@ -72,7 +72,7 @@
"typescript": "5.1.6"
},
"peerDependencies": {
"@react-native-kakao/core": "2.2.0",
"@react-native-kakao/core": "2.2.1",
"react": "*",
"react-native": "*"
},
Expand Down
4 changes: 4 additions & 0 deletions packages/social/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [2.2.1](https://github.com/mym0404/react-native-kakao/compare/v2.2.0...v2.2.1) (2024-05-14)

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

## [2.2.0](https://github.com/mym0404/react-native-kakao/compare/v2.1.0...v2.2.0) (2024-05-04)

### Features
Expand Down
6 changes: 3 additions & 3 deletions packages/social/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@react-native-kakao/social",
"description": "React Native Kakao Social SDK",
"version": "2.2.0",
"version": "2.2.1",
"main": "lib/commonjs/index",
"module": "lib/module/index",
"types": "lib/typescript/src/index.d.ts",
Expand Down Expand Up @@ -64,7 +64,7 @@
"access": "public"
},
"devDependencies": {
"@react-native-kakao/core": "2.2.0",
"@react-native-kakao/core": "2.2.1",
"@types/invariant": "^2",
"@types/jest": "^29.5.5",
"@types/react": "^18.2.44",
Expand All @@ -76,7 +76,7 @@
"typescript": "5.1.6"
},
"peerDependencies": {
"@react-native-kakao/core": "2.2.0",
"@react-native-kakao/core": "2.2.1",
"react": "*",
"react-native": "*"
},
Expand Down
4 changes: 4 additions & 0 deletions packages/user/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [2.2.1](https://github.com/mym0404/react-native-kakao/compare/v2.2.0...v2.2.1) (2024-05-14)

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

## [2.2.0](https://github.com/mym0404/react-native-kakao/compare/v2.1.0...v2.2.0) (2024-05-04)

### Features
Expand Down
6 changes: 3 additions & 3 deletions 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": "2.2.0",
"version": "2.2.1",
"main": "lib/commonjs/index",
"module": "lib/module/index",
"types": "lib/typescript/src/index.d.ts",
Expand Down Expand Up @@ -62,7 +62,7 @@
"access": "public"
},
"devDependencies": {
"@react-native-kakao/core": "2.2.0",
"@react-native-kakao/core": "2.2.1",
"@types/invariant": "^2",
"@types/jest": "^29.5.5",
"@types/react": "^18.2.44",
Expand All @@ -74,7 +74,7 @@
"typescript": "5.1.6"
},
"peerDependencies": {
"@react-native-kakao/core": "2.2.0",
"@react-native-kakao/core": "2.2.1",
"react": "*",
"react-native": "*"
},
Expand Down
Loading

0 comments on commit 5ca9177

Please sign in to comment.