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 Sep 3, 2024
1 parent c49d2f7 commit 9cf3261
Show file tree
Hide file tree
Showing 17 changed files with 74 additions and 33 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.6](https://github.com/mym0404/react-native-kakao/compare/v2.2.5...v2.2.6) (2024-09-03)

### Bug Fixes

* Add missing @ReactMethod ([0ed2c08](https://github.com/mym0404/react-native-kakao/commit/0ed2c0869e2c69bc1c2ba417bf46a741f0aa81e4))
* Add missing @ReactMethod import ([8c8b205](https://github.com/mym0404/react-native-kakao/commit/8c8b205947de57e20a9e2b9a7db29198bd381405))

## [2.2.5](https://github.com/mym0404/react-native-kakao/compare/v2.2.4...v2.2.5) (2024-07-02)

### Bug Fixes
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.5",
"version": "2.2.6",
"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.6](https://github.com/mym0404/react-native-kakao/compare/v2.2.5...v2.2.6) (2024-09-03)

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

## [2.2.5](https://github.com/mym0404/react-native-kakao/compare/v2.2.4...v2.2.5) (2024-07-02)

**Note:** Version bump only for package @react-native-kakao/channel
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.5",
"version": "2.2.6",
"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.5",
"@react-native-kakao/core": "2.2.6",
"@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.5",
"@react-native-kakao/core": "2.2.6",
"react": "*",
"react-native": "*"
},
Expand Down
4 changes: 4 additions & 0 deletions packages/core/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.6](https://github.com/mym0404/react-native-kakao/compare/v2.2.5...v2.2.6) (2024-09-03)

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

## [2.2.5](https://github.com/mym0404/react-native-kakao/compare/v2.2.4...v2.2.5) (2024-07-02)

**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.2.5",
"version": "2.2.6",
"main": "lib/commonjs/index",
"module": "lib/module/index",
"types": "lib/typescript/src/index.d.ts",
Expand Down
7 changes: 7 additions & 0 deletions packages/map/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.6](https://github.com/mym0404/react-native-kakao/compare/v2.2.5...v2.2.6) (2024-09-03)

### Bug Fixes

* Add missing @ReactMethod ([0ed2c08](https://github.com/mym0404/react-native-kakao/commit/0ed2c0869e2c69bc1c2ba417bf46a741f0aa81e4))
* Add missing @ReactMethod import ([8c8b205](https://github.com/mym0404/react-native-kakao/commit/8c8b205947de57e20a9e2b9a7db29198bd381405))

## [2.2.5](https://github.com/mym0404/react-native-kakao/compare/v2.2.4...v2.2.5) (2024-07-02)

**Note:** Version bump only for package @react-native-kakao/map
Expand Down
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.5",
"version": "2.2.6",
"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.5",
"@react-native-kakao/core": "2.2.6",
"@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.5",
"@react-native-kakao/core": "2.2.6",
"react": "*",
"react-native": "*"
},
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.6](https://github.com/mym0404/react-native-kakao/compare/v2.2.5...v2.2.6) (2024-09-03)

### Bug Fixes

* Add missing @ReactMethod ([0ed2c08](https://github.com/mym0404/react-native-kakao/commit/0ed2c0869e2c69bc1c2ba417bf46a741f0aa81e4))
* Add missing @ReactMethod import ([8c8b205](https://github.com/mym0404/react-native-kakao/commit/8c8b205947de57e20a9e2b9a7db29198bd381405))

## [2.2.5](https://github.com/mym0404/react-native-kakao/compare/v2.2.4...v2.2.5) (2024-07-02)

**Note:** Version bump only for package @react-native-kakao/navi
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.5",
"version": "2.2.6",
"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.5",
"@react-native-kakao/core": "2.2.6",
"@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.5",
"@react-native-kakao/core": "2.2.6",
"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.6](https://github.com/mym0404/react-native-kakao/compare/v2.2.5...v2.2.6) (2024-09-03)

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

## [2.2.5](https://github.com/mym0404/react-native-kakao/compare/v2.2.4...v2.2.5) (2024-07-02)

### Bug Fixes
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.5",
"version": "2.2.6",
"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.5",
"@react-native-kakao/core": "2.2.6",
"@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.5",
"@react-native-kakao/core": "2.2.6",
"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.6](https://github.com/mym0404/react-native-kakao/compare/v2.2.5...v2.2.6) (2024-09-03)

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

## [2.2.5](https://github.com/mym0404/react-native-kakao/compare/v2.2.4...v2.2.5) (2024-07-02)

**Note:** Version bump only for package @react-native-kakao/social
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.5",
"version": "2.2.6",
"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.5",
"@react-native-kakao/core": "2.2.6",
"@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.5",
"@react-native-kakao/core": "2.2.6",
"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.6](https://github.com/mym0404/react-native-kakao/compare/v2.2.5...v2.2.6) (2024-09-03)

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

## [2.2.5](https://github.com/mym0404/react-native-kakao/compare/v2.2.4...v2.2.5) (2024-07-02)

**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.2.5",
"version": "2.2.6",
"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.5",
"@react-native-kakao/core": "2.2.6",
"@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.5",
"@react-native-kakao/core": "2.2.6",
"react": "*",
"react-native": "*"
},
Expand Down
26 changes: 13 additions & 13 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5065,7 +5065,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.2.5"
"@react-native-kakao/core": "npm:2.2.6"
"@types/invariant": "npm:^2"
"@types/jest": "npm:^29.5.5"
"@types/react": "npm:^18.2.44"
Expand All @@ -5076,13 +5076,13 @@ __metadata:
react-native-builder-bob: "npm:^0.20.0"
typescript: "npm:5.1.6"
peerDependencies:
"@react-native-kakao/core": 2.2.5
"@react-native-kakao/core": 2.2.6
react: "*"
react-native: "*"
languageName: unknown
linkType: soft

"@react-native-kakao/core@npm:2.2.5, @react-native-kakao/core@workspace:packages/core":
"@react-native-kakao/core@npm:2.2.6, @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 @@ -5114,7 +5114,7 @@ __metadata:
resolution: "@react-native-kakao/map@workspace:packages/map"
dependencies:
"@mj-studio/js-util": "npm:1.1.3"
"@react-native-kakao/core": "npm:2.2.5"
"@react-native-kakao/core": "npm:2.2.6"
"@types/invariant": "npm:^2"
"@types/jest": "npm:^29.5.5"
"@types/react": "npm:^18.2.44"
Expand All @@ -5125,7 +5125,7 @@ __metadata:
react-native-builder-bob: "npm:^0.20.0"
typescript: "npm:5.1.6"
peerDependencies:
"@react-native-kakao/core": 2.2.5
"@react-native-kakao/core": 2.2.6
react: "*"
react-native: "*"
languageName: unknown
Expand All @@ -5136,7 +5136,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.2.5"
"@react-native-kakao/core": "npm:2.2.6"
"@types/invariant": "npm:^2"
"@types/jest": "npm:^29.5.5"
"@types/react": "npm:^18.2.44"
Expand All @@ -5147,7 +5147,7 @@ __metadata:
react-native-builder-bob: "npm:^0.20.0"
typescript: "npm:5.1.6"
peerDependencies:
"@react-native-kakao/core": 2.2.5
"@react-native-kakao/core": 2.2.6
react: "*"
react-native: "*"
languageName: unknown
Expand All @@ -5158,7 +5158,7 @@ __metadata:
resolution: "@react-native-kakao/share@workspace:packages/share"
dependencies:
"@mj-studio/js-util": "npm:1.1.14"
"@react-native-kakao/core": "npm:2.2.5"
"@react-native-kakao/core": "npm:2.2.6"
"@types/jest": "npm:^29.5.5"
"@types/react": "npm:^18.2.44"
del-cli: "npm:^5.1.0"
Expand All @@ -5168,7 +5168,7 @@ __metadata:
react-native-builder-bob: "npm:^0.20.0"
typescript: "npm:5.1.6"
peerDependencies:
"@react-native-kakao/core": 2.2.5
"@react-native-kakao/core": 2.2.6
react: "*"
react-native: "*"
languageName: unknown
Expand All @@ -5179,7 +5179,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.2.5"
"@react-native-kakao/core": "npm:2.2.6"
"@types/invariant": "npm:^2"
"@types/jest": "npm:^29.5.5"
"@types/react": "npm:^18.2.44"
Expand All @@ -5190,7 +5190,7 @@ __metadata:
react-native-builder-bob: "npm:^0.20.0"
typescript: "npm:5.1.6"
peerDependencies:
"@react-native-kakao/core": 2.2.5
"@react-native-kakao/core": 2.2.6
react: "*"
react-native: "*"
languageName: unknown
Expand All @@ -5201,7 +5201,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.2.5"
"@react-native-kakao/core": "npm:2.2.6"
"@types/invariant": "npm:^2"
"@types/jest": "npm:^29.5.5"
"@types/react": "npm:^18.2.44"
Expand All @@ -5212,7 +5212,7 @@ __metadata:
react-native-builder-bob: "npm:^0.20.0"
typescript: "npm:5.1.6"
peerDependencies:
"@react-native-kakao/core": 2.2.5
"@react-native-kakao/core": 2.2.6
react: "*"
react-native: "*"
languageName: unknown
Expand Down

0 comments on commit 9cf3261

Please sign in to comment.