Skip to content

Commit

Permalink
chore: release main
Browse files Browse the repository at this point in the history
  • Loading branch information
1 parent 263a1a4 commit ee8689c
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"examples/rest-api-client-demo": "5.5.2",
"packages/create-plugin": "8.2.1",
"packages/create-plugin": "8.2.2",
"packages/customize-uploader": "8.0.12",
"packages/dts-gen": "8.0.11",
"packages/plugin-manifest-validator": "10.2.1",
"packages/plugin-packer": "8.1.2",
"packages/plugin-uploader": "9.1.1",
"packages/profile-loader": "5.0.1",
"packages/rest-api-client": "5.5.1",
"packages/rest-api-client": "5.5.2",
"packages/webpack-plugin-kintone-plugin": "8.0.8"
}
7 changes: 7 additions & 0 deletions packages/create-plugin/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.

## [8.2.2](https://github.com/kintone/js-sdk/compare/@kintone/create-plugin@8.2.1...@kintone/create-plugin@8.2.2) (2024-06-06)


### Bug Fixes

* **deps:** update dependency core-js to ^3.37.1 ([#2710](https://github.com/kintone/js-sdk/issues/2710)) ([263a1a4](https://github.com/kintone/js-sdk/commit/263a1a4e395cf6e36df93cca8e07b6878b7a1242))

## [8.2.1](https://github.com/kintone/js-sdk/compare/@kintone/create-plugin@8.2.0...@kintone/create-plugin@8.2.1) (2024-05-31)


Expand Down
2 changes: 1 addition & 1 deletion packages/create-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@kintone/create-plugin",
"version": "8.2.1",
"version": "8.2.2",
"description": "A CLI tool for creating a kintone plugin!",
"bin": {
"create-plugin": "bin/cli.js",
Expand Down
7 changes: 7 additions & 0 deletions packages/rest-api-client/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.

## [5.5.2](https://github.com/kintone/js-sdk/compare/@kintone/rest-api-client@5.5.1...@kintone/rest-api-client@5.5.2) (2024-06-06)


### Bug Fixes

* **deps:** update dependency core-js to ^3.37.1 ([#2710](https://github.com/kintone/js-sdk/issues/2710)) ([263a1a4](https://github.com/kintone/js-sdk/commit/263a1a4e395cf6e36df93cca8e07b6878b7a1242))

## [5.5.1](https://github.com/kintone/js-sdk/compare/@kintone/rest-api-client@5.5.0...@kintone/rest-api-client@5.5.1) (2024-04-23)


Expand Down
2 changes: 1 addition & 1 deletion packages/rest-api-client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@kintone/rest-api-client",
"version": "5.5.1",
"version": "5.5.2",
"publishConfig": {
"access": "public"
},
Expand Down

0 comments on commit ee8689c

Please sign in to comment.