Skip to content

Commit a307e47

Browse files
chore: release main
1 parent c95152e commit a307e47

File tree

5 files changed

+18
-4
lines changed

5 files changed

+18
-4
lines changed

.release-please-manifest.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{
22
"examples/rest-api-client-demo": "5.5.3",
3-
"packages/create-plugin": "8.2.3",
3+
"packages/create-plugin": "8.2.4",
44
"packages/customize-uploader": "8.0.13",
55
"packages/dts-gen": "8.0.12",
66
"packages/plugin-manifest-validator": "10.2.2",
77
"packages/plugin-packer": "8.1.3",
88
"packages/plugin-uploader": "9.1.2",
99
"packages/profile-loader": "5.0.1",
1010
"packages/rest-api-client": "5.5.2",
11-
"packages/webpack-plugin-kintone-plugin": "8.0.9"
11+
"packages/webpack-plugin-kintone-plugin": "8.0.10"
1212
}

packages/create-plugin/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,13 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [8.2.4](https://github.com/kintone/js-sdk/compare/@kintone/[email protected]...@kintone/[email protected]) (2024-07-01)
7+
8+
9+
### Bug Fixes
10+
11+
* **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))
12+
613
## [8.2.3](https://github.com/kintone/js-sdk/compare/@kintone/[email protected]...@kintone/[email protected]) (2024-06-18)
714

815

packages/create-plugin/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@kintone/create-plugin",
3-
"version": "8.2.3",
3+
"version": "8.2.4",
44
"description": "A CLI tool for creating a kintone plugin!",
55
"bin": {
66
"create-plugin": "bin/cli.js",

packages/webpack-plugin-kintone-plugin/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,13 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [8.0.10](https://github.com/kintone/js-sdk/compare/@kintone/[email protected]...@kintone/[email protected]) (2024-07-01)
7+
8+
9+
### Bug Fixes
10+
11+
* **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))
12+
613
## [8.0.9](https://github.com/kintone/js-sdk/compare/@kintone/[email protected]...@kintone/[email protected]) (2024-06-12)
714

815

packages/webpack-plugin-kintone-plugin/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@kintone/webpack-plugin-kintone-plugin",
3-
"version": "8.0.9",
3+
"version": "8.0.10",
44
"description": "A webpack plugin to generate a plugin zip",
55
"main": "dist/index.js",
66
"engines": {

0 commit comments

Comments
 (0)