diff --git a/.release-please-manifest.json b/.release-please-manifest.json index c994fd5806..9b056ce52e 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -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" } diff --git a/packages/create-plugin/CHANGELOG.md b/packages/create-plugin/CHANGELOG.md index ccbe4d3176..3125fd154b 100644 --- a/packages/create-plugin/CHANGELOG.md +++ b/packages/create-plugin/CHANGELOG.md @@ -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) diff --git a/packages/create-plugin/package.json b/packages/create-plugin/package.json index 778bb424bd..23d54bd646 100644 --- a/packages/create-plugin/package.json +++ b/packages/create-plugin/package.json @@ -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", diff --git a/packages/rest-api-client/CHANGELOG.md b/packages/rest-api-client/CHANGELOG.md index 0d85dcddb8..0cf393c4cc 100644 --- a/packages/rest-api-client/CHANGELOG.md +++ b/packages/rest-api-client/CHANGELOG.md @@ -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) diff --git a/packages/rest-api-client/package.json b/packages/rest-api-client/package.json index 5ea4fd4a37..2fc17cb3d5 100644 --- a/packages/rest-api-client/package.json +++ b/packages/rest-api-client/package.json @@ -1,6 +1,6 @@ { "name": "@kintone/rest-api-client", - "version": "5.5.1", + "version": "5.5.2", "publishConfig": { "access": "public" },