Skip to content

Commit

Permalink
chore: release main
Browse files Browse the repository at this point in the history
  • Loading branch information
trigger-github-actions-release[bot] committed Jun 27, 2024
1 parent d096ee4 commit 9dbbfb2
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.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/webpack-plugin-kintone-plugin": "8.0.10"
}
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.4](https://github.com/kintone/js-sdk/compare/@kintone/[email protected]...@kintone/[email protected]) (2024-06-27)


### 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/[email protected]...@kintone/[email protected]) (2024-06-18)


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.3",
"version": "8.2.4",
"description": "A CLI tool for creating a kintone plugin!",
"bin": {
"create-plugin": "bin/cli.js",
Expand Down
7 changes: 7 additions & 0 deletions packages/webpack-plugin-kintone-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.0.10](https://github.com/kintone/js-sdk/compare/@kintone/[email protected]...@kintone/[email protected]) (2024-06-27)


### 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/[email protected]...@kintone/[email protected]) (2024-06-12)


Expand Down
2 changes: 1 addition & 1 deletion packages/webpack-plugin-kintone-plugin/package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down

0 comments on commit 9dbbfb2

Please sign in to comment.