Skip to content

Commit c1315db

Browse files
chore: release from main (#3692)
Co-authored-by: trigger-github-actions-release[bot] <143469140+trigger-github-actions-release[bot]@users.noreply.github.com>
1 parent d3cb4a3 commit c1315db

File tree

7 files changed

+27
-6
lines changed

7 files changed

+27
-6
lines changed

.release-please-manifest.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
{
2-
"packages/create-plugin": "9.0.2",
3-
"packages/customize-uploader": "9.0.2",
2+
"packages/create-plugin": "9.0.3",
3+
"packages/customize-uploader": "9.0.3",
44
"packages/dts-gen": "9.0.3",
55
"@kintone/eslint-plugin": "0.0.0",
66
"packages/plugin-manifest-validator": "11.1.0",
77
"packages/plugin-packer": "9.1.0",
88
"packages/plugin-uploader": "10.0.0",
99
"packages/profile-loader": "6.0.0",
1010
"packages/rest-api-client": "6.1.4",
11-
"packages/webpack-plugin-kintone-plugin": "9.0.1",
11+
"packages/webpack-plugin-kintone-plugin": "9.0.2",
1212
"packages/eslint-plugin": "0.1.1",
1313
"packages/rest": "0.3.0"
1414
}

packages/create-plugin/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
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+
## [9.0.3](https://github.com/kintone/js-sdk/compare/@kintone/create-plugin@9.0.2...@kintone/create-plugin@9.0.3) (2026-03-31)
7+
8+
9+
### Bug Fixes
10+
11+
* **create-plugin, customize-uploader:** update rest-api-client version ([#3691](https://github.com/kintone/js-sdk/issues/3691)) ([efc79e9](https://github.com/kintone/js-sdk/commit/efc79e941e5cedc75ba91fd914d806b6503f2c88))
12+
613
## [9.0.2](https://github.com/kintone/js-sdk/compare/@kintone/create-plugin@9.0.1...@kintone/create-plugin@9.0.2) (2026-01-26)
714

815

packages/create-plugin/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@kintone/create-plugin",
3-
"version": "9.0.2",
3+
"version": "9.0.3",
44
"description": "A CLI tool for creating a kintone plugin!",
55
"keywords": [
66
"kintone"

packages/customize-uploader/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,13 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
99
* dependencies
1010
* @kintone/rest-api-client bumped from ^4.0.3 to ^4.1.0
1111

12+
## [9.0.3](https://github.com/kintone/js-sdk/compare/@kintone/customize-uploader@9.0.2...@kintone/customize-uploader@9.0.3) (2026-03-31)
13+
14+
15+
### Bug Fixes
16+
17+
* **create-plugin, customize-uploader:** update rest-api-client version ([#3691](https://github.com/kintone/js-sdk/issues/3691)) ([efc79e9](https://github.com/kintone/js-sdk/commit/efc79e941e5cedc75ba91fd914d806b6503f2c88))
18+
1219
## [9.0.2](https://github.com/kintone/js-sdk/compare/@kintone/customize-uploader@9.0.1...@kintone/customize-uploader@9.0.2) (2026-01-26)
1320

1421

packages/customize-uploader/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@kintone/customize-uploader",
3-
"version": "9.0.2",
3+
"version": "9.0.3",
44
"description": "A kintone customize uploader",
55
"keywords": [
66
"kintone"

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

Lines changed: 7 additions & 0 deletions
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+
## [9.0.2](https://github.com/kintone/js-sdk/compare/@kintone/webpack-plugin-kintone-plugin@9.0.1...@kintone/webpack-plugin-kintone-plugin@9.0.2) (2026-03-31)
7+
8+
9+
### Bug Fixes
10+
11+
* update cli-kintone version ([#3693](https://github.com/kintone/js-sdk/issues/3693)) ([d3cb4a3](https://github.com/kintone/js-sdk/commit/d3cb4a3b3d24d8758ff857df2f33dfcece16cde4))
12+
613
## [9.0.1](https://github.com/kintone/js-sdk/compare/@kintone/webpack-plugin-kintone-plugin@9.0.0...@kintone/webpack-plugin-kintone-plugin@9.0.1) (2026-02-05)
714

815

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@kintone/webpack-plugin-kintone-plugin",
3-
"version": "9.0.1",
3+
"version": "9.0.2",
44
"description": "A webpack plugin to generate a plugin zip",
55
"keywords": [
66
"webpack",

0 commit comments

Comments
 (0)