Skip to content

Commit 881efcb

Browse files
chore: release master (#2655)
Co-authored-by: trigger-github-actions-release[bot] <143469140+trigger-github-actions-release[bot]@users.noreply.github.com>
1 parent aff7a4e commit 881efcb

File tree

13 files changed

+69
-12
lines changed

13 files changed

+69
-12
lines changed

.release-please-manifest.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{
2-
"examples/rest-api-client-demo": "5.4.0",
3-
"packages/create-plugin": "8.0.1",
4-
"packages/customize-uploader": "8.0.9",
5-
"packages/dts-gen": "8.0.8",
2+
"examples/rest-api-client-demo": "5.5.0",
3+
"packages/create-plugin": "8.0.2",
4+
"packages/customize-uploader": "8.0.10",
5+
"packages/dts-gen": "8.0.9",
66
"packages/plugin-manifest-validator": "10.1.0",
77
"packages/plugin-packer": "8.0.4",
8-
"packages/plugin-uploader": "9.0.3",
8+
"packages/plugin-uploader": "9.0.4",
99
"packages/profile-loader": "5.0.1",
10-
"packages/rest-api-client": "5.4.0",
10+
"packages/rest-api-client": "5.5.0",
1111
"packages/webpack-plugin-kintone-plugin": "8.0.6"
1212
}

examples/rest-api-client-demo/CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,18 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
1111
* devDependencies
1212
* @kintone/customize-uploader bumped from ^7.0.3 to ^7.0.4
1313

14+
## [5.5.0](https://github.com/kintone/js-sdk/compare/@kintone/[email protected]...@kintone/[email protected]) (2024-03-27)
15+
16+
17+
### Features
18+
19+
* **rest-api-client:** add `space.addSpaceFromTemplate()` method ([#2638](https://github.com/kintone/js-sdk/issues/2638)) ([4df57dd](https://github.com/kintone/js-sdk/commit/4df57dd3d1d9ad744c3c6ac06e4aa74e2407cc7d))
20+
21+
22+
### Bug Fixes
23+
24+
* **deps:** update dependency @kintone/rest-api-client to ^5.4.0 ([#2597](https://github.com/kintone/js-sdk/issues/2597)) ([723987a](https://github.com/kintone/js-sdk/commit/723987af0034a5593c2e4172976ef1d6173ce3ae))
25+
1426
## [5.4.0](https://github.com/kintone/js-sdk/compare/@kintone/[email protected]...@kintone/[email protected]) (2024-03-19)
1527

1628

examples/rest-api-client-demo/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@kintone/rest-api-client-demo",
3-
"version": "5.4.0",
3+
"version": "5.5.0",
44
"private": true,
55
"author": {
66
"name": "Cybozu, Inc.",

packages/create-plugin/CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,15 @@
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.2](https://github.com/kintone/js-sdk/compare/@kintone/[email protected]...@kintone/[email protected]) (2024-03-27)
7+
8+
9+
### Bug Fixes
10+
11+
* **deps:** update dependency @kintone/rest-api-client to ^5.4.0 ([#2597](https://github.com/kintone/js-sdk/issues/2597)) ([723987a](https://github.com/kintone/js-sdk/commit/723987af0034a5593c2e4172976ef1d6173ce3ae))
12+
* **deps:** update dependency core-js to ^3.36.1 ([#2567](https://github.com/kintone/js-sdk/issues/2567)) ([d2fcc1c](https://github.com/kintone/js-sdk/commit/d2fcc1c504702d18a35a9f0ae0b4265b2a797f9d))
13+
* **deps:** update dependency eslint to ^8.57.0 ([#2586](https://github.com/kintone/js-sdk/issues/2586)) ([ccbda78](https://github.com/kintone/js-sdk/commit/ccbda787968fa3317b7aa46f4558da7320e330bb))
14+
615
## [8.0.1](https://github.com/kintone/js-sdk/compare/@kintone/[email protected]...@kintone/[email protected]) (2024-02-07)
716

817

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.0.1",
3+
"version": "8.0.2",
44
"description": "A CLI tool for creating a kintone plugin!",
55
"bin": {
66
"create-plugin": "bin/cli.js",

packages/customize-uploader/CHANGELOG.md

+7
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+
## [8.0.10](https://github.com/kintone/js-sdk/compare/@kintone/[email protected]...@kintone/[email protected]) (2024-03-27)
13+
14+
15+
### Bug Fixes
16+
17+
* **deps:** update dependency @kintone/rest-api-client to ^5.4.0 ([#2597](https://github.com/kintone/js-sdk/issues/2597)) ([723987a](https://github.com/kintone/js-sdk/commit/723987af0034a5593c2e4172976ef1d6173ce3ae))
18+
1219
## [8.0.9](https://github.com/kintone/js-sdk/compare/@kintone/[email protected]...@kintone/[email protected]) (2024-02-07)
1320

1421

packages/customize-uploader/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@kintone/customize-uploader",
3-
"version": "8.0.9",
3+
"version": "8.0.10",
44
"description": "A kintone customize uploader",
55
"bin": {
66
"kintone-customize-uploader": "bin/cli.js"

packages/dts-gen/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
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.9](https://github.com/kintone/js-sdk/compare/@kintone/[email protected]...@kintone/[email protected]) (2024-03-27)
7+
8+
9+
### Bug Fixes
10+
11+
* **deps:** update dependency commander to v12 ([#2548](https://github.com/kintone/js-sdk/issues/2548)) ([7aa333c](https://github.com/kintone/js-sdk/commit/7aa333c3b213b599e78f06468ea6516e55728ca1))
12+
* **deps:** update dependency eslint to ^8.57.0 ([#2586](https://github.com/kintone/js-sdk/issues/2586)) ([ccbda78](https://github.com/kintone/js-sdk/commit/ccbda787968fa3317b7aa46f4558da7320e330bb))
13+
614
## [8.0.8](https://github.com/kintone/js-sdk/compare/@kintone/[email protected]...@kintone/[email protected]) (2024-03-19)
715

816

packages/dts-gen/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@kintone/dts-gen",
3-
"version": "8.0.8",
3+
"version": "8.0.9",
44
"description": "Types for kintone js api and Types generating tools",
55
"main": "dist/index.js",
66
"scripts": {

packages/plugin-uploader/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,14 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
1111

1212
- We dropped Node v14 support. Now supported versions are v16, v18, and v20.
1313

14+
## [9.0.4](https://github.com/kintone/js-sdk/compare/@kintone/[email protected]...@kintone/[email protected]) (2024-03-27)
15+
16+
17+
### Bug Fixes
18+
19+
* **deps:** update dependency puppeteer to ^22.6.1 ([#2658](https://github.com/kintone/js-sdk/issues/2658)) ([7ca1bf6](https://github.com/kintone/js-sdk/commit/7ca1bf61c7f77aa8f009d5260d9c6494a8825038))
20+
* **deps:** update dependency puppeteer to v22 ([#2552](https://github.com/kintone/js-sdk/issues/2552)) ([0c03142](https://github.com/kintone/js-sdk/commit/0c03142cda0c56f0bbd484e2b0d62844f5bfb444))
21+
1422
## [9.0.3](https://github.com/kintone/js-sdk/compare/@kintone/[email protected]...@kintone/[email protected]) (2024-01-17)
1523

1624

packages/plugin-uploader/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@kintone/plugin-uploader",
3-
"version": "9.0.3",
3+
"version": "9.0.4",
44
"description": "A kintone plugin uploader using puppeteer",
55
"bin": {
66
"kintone-plugin-uploader": "bin/cli.js"

packages/rest-api-client/CHANGELOG.md

+13
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,19 @@
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+
## [5.5.0](https://github.com/kintone/js-sdk/compare/@kintone/[email protected]...@kintone/[email protected]) (2024-03-27)
7+
8+
9+
### Features
10+
11+
* **rest-api-client:** add `space.addSpaceFromTemplate()` method ([#2638](https://github.com/kintone/js-sdk/issues/2638)) ([4df57dd](https://github.com/kintone/js-sdk/commit/4df57dd3d1d9ad744c3c6ac06e4aa74e2407cc7d))
12+
13+
14+
### Bug Fixes
15+
16+
* **deps:** update dependency core-js to ^3.36.1 ([#2567](https://github.com/kintone/js-sdk/issues/2567)) ([d2fcc1c](https://github.com/kintone/js-sdk/commit/d2fcc1c504702d18a35a9f0ae0b4265b2a797f9d))
17+
* **deps:** update dependency qs to ^6.12.0 ([#2611](https://github.com/kintone/js-sdk/issues/2611)) ([9545844](https://github.com/kintone/js-sdk/commit/954584430e99e705e85308f059fa7f0d07174458))
18+
619
## [5.4.0](https://github.com/kintone/js-sdk/compare/@kintone/[email protected]...@kintone/[email protected]) (2024-03-19)
720

821

packages/rest-api-client/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@kintone/rest-api-client",
3-
"version": "5.4.0",
3+
"version": "5.5.0",
44
"publishConfig": {
55
"access": "public"
66
},

0 commit comments

Comments
 (0)