From 0ace13099acb6d684f76516131aba26f55ba65cb Mon Sep 17 00:00:00 2001 From: "trigger-github-actions-release[bot]" <143469140+trigger-github-actions-release[bot]@users.noreply.github.com> Date: Sat, 6 Jul 2024 16:50:07 +0000 Subject: [PATCH] chore: release main --- .release-please-manifest.json | 6 +++--- packages/create-plugin/CHANGELOG.md | 7 +++++++ packages/create-plugin/package.json | 2 +- packages/rest-api-client/CHANGELOG.md | 7 +++++++ packages/rest-api-client/package.json | 2 +- packages/webpack-plugin-kintone-plugin/CHANGELOG.md | 7 +++++++ packages/webpack-plugin-kintone-plugin/package.json | 2 +- 7 files changed, 27 insertions(+), 6 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 38ae5e0cbc..a93b43a199 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,12 +1,12 @@ { "examples/rest-api-client-demo": "5.5.3", - "packages/create-plugin": "8.2.3", + "packages/create-plugin": "8.2.4", "packages/customize-uploader": "8.0.13", "packages/dts-gen": "8.0.12", "packages/plugin-manifest-validator": "10.2.2", "packages/plugin-packer": "8.1.3", "packages/plugin-uploader": "9.1.2", "packages/profile-loader": "5.0.1", - "packages/rest-api-client": "5.5.2", - "packages/webpack-plugin-kintone-plugin": "8.0.9" + "packages/rest-api-client": "5.5.3", + "packages/webpack-plugin-kintone-plugin": "8.0.10" } diff --git a/packages/create-plugin/CHANGELOG.md b/packages/create-plugin/CHANGELOG.md index 1a9add2e63..efbea3b7e6 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.4](https://github.com/kintone/js-sdk/compare/@kintone/create-plugin@8.2.3...@kintone/create-plugin@8.2.4) (2024-07-06) + + +### Bug Fixes + +* **deps:** update dependency @kintone/plugin-packer to ^8.1.3 ([#2833](https://github.com/kintone/js-sdk/issues/2833)) ([670fb21](https://github.com/kintone/js-sdk/commit/670fb21ac9974dda5e49151893ef2c357167ceb5)) + ## [8.2.3](https://github.com/kintone/js-sdk/compare/@kintone/create-plugin@8.2.2...@kintone/create-plugin@8.2.3) (2024-06-18) diff --git a/packages/create-plugin/package.json b/packages/create-plugin/package.json index f896552800..9d6df23db6 100644 --- a/packages/create-plugin/package.json +++ b/packages/create-plugin/package.json @@ -1,6 +1,6 @@ { "name": "@kintone/create-plugin", - "version": "8.2.3", + "version": "8.2.4", "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 a348ee94d2..04273c8ac3 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.3](https://github.com/kintone/js-sdk/compare/@kintone/rest-api-client@5.5.2...@kintone/rest-api-client@5.5.3) (2024-07-06) + + +### Bug Fixes + +* **deps:** update dependency qs to ^6.12.2 ([#2853](https://github.com/kintone/js-sdk/issues/2853)) ([659912e](https://github.com/kintone/js-sdk/commit/659912ef627db6ed23867e9e7d8a405a76b8827e)) + ## [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-12) diff --git a/packages/rest-api-client/package.json b/packages/rest-api-client/package.json index f72dd03cb8..9a5a969eb8 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.2", + "version": "5.5.3", "publishConfig": { "access": "public" }, diff --git a/packages/webpack-plugin-kintone-plugin/CHANGELOG.md b/packages/webpack-plugin-kintone-plugin/CHANGELOG.md index c705d5d4d7..3f06d3b573 100644 --- a/packages/webpack-plugin-kintone-plugin/CHANGELOG.md +++ b/packages/webpack-plugin-kintone-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.0.10](https://github.com/kintone/js-sdk/compare/@kintone/webpack-plugin-kintone-plugin@8.0.9...@kintone/webpack-plugin-kintone-plugin@8.0.10) (2024-07-06) + + +### Bug Fixes + +* **deps:** update dependency @kintone/plugin-packer to ^8.1.3 ([#2833](https://github.com/kintone/js-sdk/issues/2833)) ([670fb21](https://github.com/kintone/js-sdk/commit/670fb21ac9974dda5e49151893ef2c357167ceb5)) + ## [8.0.9](https://github.com/kintone/js-sdk/compare/@kintone/webpack-plugin-kintone-plugin@8.0.8...@kintone/webpack-plugin-kintone-plugin@8.0.9) (2024-06-12) diff --git a/packages/webpack-plugin-kintone-plugin/package.json b/packages/webpack-plugin-kintone-plugin/package.json index 2ec7b5d168..6b2466a95c 100644 --- a/packages/webpack-plugin-kintone-plugin/package.json +++ b/packages/webpack-plugin-kintone-plugin/package.json @@ -1,6 +1,6 @@ { "name": "@kintone/webpack-plugin-kintone-plugin", - "version": "8.0.9", + "version": "8.0.10", "description": "A webpack plugin to generate a plugin zip", "main": "dist/index.js", "engines": {