Skip to content

Commit 61e2211

Browse files
chore: release master
1 parent 0c03142 commit 61e2211

File tree

9 files changed

+39
-8
lines changed

9 files changed

+39
-8
lines changed

.release-please-manifest.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{
22
"examples/rest-api-client-demo": "5.4.0",
3-
"packages/create-plugin": "8.0.1",
3+
"packages/create-plugin": "8.0.2",
44
"packages/customize-uploader": "8.0.9",
5-
"packages/dts-gen": "8.0.8",
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.4.1",
1111
"packages/webpack-plugin-kintone-plugin": "8.0.6"
1212
}

packages/create-plugin/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.2](https://github.com/kintone/js-sdk/compare/@kintone/[email protected]...@kintone/[email protected]) (2024-03-26)
7+
8+
9+
### Bug Fixes
10+
11+
* **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))
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.1](https://github.com/kintone/js-sdk/compare/@kintone/[email protected]...@kintone/[email protected]) (2024-02-07)
715

816

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/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-26)
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

+7
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,13 @@ 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-26)
15+
16+
17+
### Bug Fixes
18+
19+
* **deps:** update dependency puppeteer to v22 ([#2552](https://github.com/kintone/js-sdk/issues/2552)) ([0c03142](https://github.com/kintone/js-sdk/commit/0c03142cda0c56f0bbd484e2b0d62844f5bfb444))
20+
1421
## [9.0.3](https://github.com/kintone/js-sdk/compare/@kintone/[email protected]...@kintone/[email protected]) (2024-01-17)
1522

1623

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

+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+
## [5.4.1](https://github.com/kintone/js-sdk/compare/@kintone/[email protected]...@kintone/[email protected]) (2024-03-26)
7+
8+
9+
### Bug Fixes
10+
11+
* **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))
12+
* **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))
13+
614
## [5.4.0](https://github.com/kintone/js-sdk/compare/@kintone/[email protected]...@kintone/[email protected]) (2024-03-19)
715

816

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.4.1",
44
"publishConfig": {
55
"access": "public"
66
},

0 commit comments

Comments
 (0)