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 4, 2024
1 parent 774f221 commit 3d09740
Show file tree
Hide file tree
Showing 15 changed files with 75 additions and 28 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,13 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

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

### Features

* **channel:** web ([00ec9f1](https://github.com/mym0404/react-native-kakao/commit/00ec9f1cd40e81fb4b0023f6b28eb294ea716030))
* **share:** web ([34e6ed3](https://github.com/mym0404/react-native-kakao/commit/34e6ed3a6b62470e210d2c41e213cc0d3653e0f5))

## [2.1.0](https://github.com/mym0404/react-native-kakao/compare/v2.0.0...v2.1.0) (2024-05-03)

### 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.1.0",
"version": "2.2.0",
"packages": [
"packages/*"
],
Expand Down
6 changes: 6 additions & 0 deletions packages/channel/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.

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

### Features

* **channel:** web ([00ec9f1](https://github.com/mym0404/react-native-kakao/commit/00ec9f1cd40e81fb4b0023f6b28eb294ea716030))

## [2.1.0](https://github.com/mym0404/react-native-kakao/compare/v2.0.0...v2.1.0) (2024-05-03)

### 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.1.0",
"version": "2.2.0",
"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.1.0",
"@react-native-kakao/core": "2.2.0",
"@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.1.0",
"@react-native-kakao/core": "2.2.0",
"react": "*",
"react-native": "*"
},
Expand Down
6 changes: 6 additions & 0 deletions packages/core/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.

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

### Features

* **channel:** web ([00ec9f1](https://github.com/mym0404/react-native-kakao/commit/00ec9f1cd40e81fb4b0023f6b28eb294ea716030))

## [2.1.0](https://github.com/mym0404/react-native-kakao/compare/v2.0.0...v2.1.0) (2024-05-03)

**Note:** Version bump only for package @react-native-kakao/core
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.1.0",
"version": "2.2.0",
"main": "lib/commonjs/index",
"module": "lib/module/index",
"types": "lib/typescript/src/index.d.ts",
Expand Down
7 changes: 7 additions & 0 deletions packages/navi/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,13 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

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

### Features

* **channel:** web ([00ec9f1](https://github.com/mym0404/react-native-kakao/commit/00ec9f1cd40e81fb4b0023f6b28eb294ea716030))
* **share:** web ([34e6ed3](https://github.com/mym0404/react-native-kakao/commit/34e6ed3a6b62470e210d2c41e213cc0d3653e0f5))

## [2.1.0](https://github.com/mym0404/react-native-kakao/compare/v2.0.0...v2.1.0) (2024-05-03)

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

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

### Features

* **channel:** web ([00ec9f1](https://github.com/mym0404/react-native-kakao/commit/00ec9f1cd40e81fb4b0023f6b28eb294ea716030))
* **share:** web ([34e6ed3](https://github.com/mym0404/react-native-kakao/commit/34e6ed3a6b62470e210d2c41e213cc0d3653e0f5))

## [2.1.0](https://github.com/mym0404/react-native-kakao/compare/v2.0.0...v2.1.0) (2024-05-03)

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

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

### Features

* **channel:** web ([00ec9f1](https://github.com/mym0404/react-native-kakao/commit/00ec9f1cd40e81fb4b0023f6b28eb294ea716030))
* **share:** web ([34e6ed3](https://github.com/mym0404/react-native-kakao/commit/34e6ed3a6b62470e210d2c41e213cc0d3653e0f5))

## [2.1.0](https://github.com/mym0404/react-native-kakao/compare/v2.0.0...v2.1.0) (2024-05-03)

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

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

### Features

* **channel:** web ([00ec9f1](https://github.com/mym0404/react-native-kakao/commit/00ec9f1cd40e81fb4b0023f6b28eb294ea716030))
* **share:** web ([34e6ed3](https://github.com/mym0404/react-native-kakao/commit/34e6ed3a6b62470e210d2c41e213cc0d3653e0f5))

## [2.1.0](https://github.com/mym0404/react-native-kakao/compare/v2.0.0...v2.1.0) (2024-05-03)

**Note:** Version bump only for package @react-native-kakao/user
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.1.0",
"version": "2.2.0",
"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.1.0",
"@react-native-kakao/core": "2.2.0",
"@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.1.0",
"@react-native-kakao/core": "2.2.0",
"react": "*",
"react-native": "*"
},
Expand Down
22 changes: 11 additions & 11 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4730,7 +4730,7 @@ __metadata:
resolution: "@react-native-kakao/channel@workspace:packages/channel"
dependencies:
"@mj-studio/js-util": "npm:^1.0.34"
"@react-native-kakao/core": "npm:2.1.0"
"@react-native-kakao/core": "npm:2.2.0"
"@types/invariant": "npm:^2"
"@types/jest": "npm:^29.5.5"
"@types/react": "npm:^18.2.44"
Expand All @@ -4741,13 +4741,13 @@ __metadata:
react-native-builder-bob: "npm:^0.20.0"
typescript: "npm:5.1.6"
peerDependencies:
"@react-native-kakao/core": 2.1.0
"@react-native-kakao/core": 2.2.0
react: "*"
react-native: "*"
languageName: unknown
linkType: soft

"@react-native-kakao/core@npm:2.1.0, @react-native-kakao/core@workspace:packages/core":
"@react-native-kakao/core@npm:2.2.0, @react-native-kakao/core@workspace:packages/core":
version: 0.0.0-use.local
resolution: "@react-native-kakao/core@workspace:packages/core"
dependencies:
Expand Down Expand Up @@ -4778,7 +4778,7 @@ __metadata:
resolution: "@react-native-kakao/navi@workspace:packages/navi"
dependencies:
"@mj-studio/js-util": "npm:1.1.3"
"@react-native-kakao/core": "npm:2.1.0"
"@react-native-kakao/core": "npm:2.2.0"
"@types/invariant": "npm:^2"
"@types/jest": "npm:^29.5.5"
"@types/react": "npm:^18.2.44"
Expand All @@ -4789,7 +4789,7 @@ __metadata:
react-native-builder-bob: "npm:^0.20.0"
typescript: "npm:5.1.6"
peerDependencies:
"@react-native-kakao/core": 2.1.0
"@react-native-kakao/core": 2.2.0
react: "*"
react-native: "*"
languageName: unknown
Expand All @@ -4800,7 +4800,7 @@ __metadata:
resolution: "@react-native-kakao/share@workspace:packages/share"
dependencies:
"@mj-studio/js-util": "npm:1.1.3"
"@react-native-kakao/core": "npm:2.1.0"
"@react-native-kakao/core": "npm:2.2.0"
"@types/jest": "npm:^29.5.5"
"@types/react": "npm:^18.2.44"
del-cli: "npm:^5.1.0"
Expand All @@ -4810,7 +4810,7 @@ __metadata:
react-native-builder-bob: "npm:^0.20.0"
typescript: "npm:5.1.6"
peerDependencies:
"@react-native-kakao/core": 2.1.0
"@react-native-kakao/core": 2.2.0
react: "*"
react-native: "*"
languageName: unknown
Expand All @@ -4821,7 +4821,7 @@ __metadata:
resolution: "@react-native-kakao/social@workspace:packages/social"
dependencies:
"@mj-studio/js-util": "npm:1.1.3"
"@react-native-kakao/core": "npm:2.1.0"
"@react-native-kakao/core": "npm:2.2.0"
"@types/invariant": "npm:^2"
"@types/jest": "npm:^29.5.5"
"@types/react": "npm:^18.2.44"
Expand All @@ -4832,7 +4832,7 @@ __metadata:
react-native-builder-bob: "npm:^0.20.0"
typescript: "npm:5.1.6"
peerDependencies:
"@react-native-kakao/core": 2.1.0
"@react-native-kakao/core": 2.2.0
react: "*"
react-native: "*"
languageName: unknown
Expand All @@ -4843,7 +4843,7 @@ __metadata:
resolution: "@react-native-kakao/user@workspace:packages/user"
dependencies:
"@mj-studio/js-util": "npm:1.1.3"
"@react-native-kakao/core": "npm:2.1.0"
"@react-native-kakao/core": "npm:2.2.0"
"@types/invariant": "npm:^2"
"@types/jest": "npm:^29.5.5"
"@types/react": "npm:^18.2.44"
Expand All @@ -4854,7 +4854,7 @@ __metadata:
react-native-builder-bob: "npm:^0.20.0"
typescript: "npm:5.1.6"
peerDependencies:
"@react-native-kakao/core": 2.1.0
"@react-native-kakao/core": 2.2.0
react: "*"
react-native: "*"
languageName: unknown
Expand Down

0 comments on commit 3d09740

Please sign in to comment.