Skip to content

Commit

Permalink
chore: release master
Browse files Browse the repository at this point in the history
  • Loading branch information
1 parent ddc9983 commit 6b20490
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.0.5",
"packages/create-plugin": "8.0.6",
"packages/customize-uploader": "8.0.12",
"packages/dts-gen": "8.0.10",
"packages/plugin-manifest-validator": "10.1.0",
"packages/plugin-packer": "8.0.6",
"packages/plugin-uploader": "9.1.0",
"packages/profile-loader": "5.0.1",
"packages/rest-api-client": "5.5.1",
"packages/webpack-plugin-kintone-plugin": "8.0.7"
"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.0.6](https://github.com/kintone/js-sdk/compare/@kintone/create-plugin@8.0.5...@kintone/create-plugin@8.0.6) (2024-05-09)


### Bug Fixes

* **deps:** update dependency @kintone/plugin-packer to ^8.0.6 ([#2748](https://github.com/kintone/js-sdk/issues/2748)) ([3993476](https://github.com/kintone/js-sdk/commit/399347683e6ba8e20324ce87629965059d07b568))

## [8.0.5](https://github.com/kintone/js-sdk/compare/@kintone/create-plugin@8.0.4...@kintone/create-plugin@8.0.5) (2024-05-08)


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.0.5",
"version": "8.0.6",
"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.8](https://github.com/kintone/js-sdk/compare/@kintone/webpack-plugin-kintone-plugin@8.0.7...@kintone/webpack-plugin-kintone-plugin@8.0.8) (2024-05-09)


### Bug Fixes

* **deps:** update dependency @kintone/plugin-packer to ^8.0.6 ([#2748](https://github.com/kintone/js-sdk/issues/2748)) ([3993476](https://github.com/kintone/js-sdk/commit/399347683e6ba8e20324ce87629965059d07b568))

## [8.0.7](https://github.com/kintone/js-sdk/compare/@kintone/webpack-plugin-kintone-plugin@8.0.6...@kintone/webpack-plugin-kintone-plugin@8.0.7) (2024-04-09)


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.7",
"version": "8.0.8",
"description": "A webpack plugin to generate a plugin zip",
"main": "dist/index.js",
"engines": {
Expand Down

0 comments on commit 6b20490

Please sign in to comment.