-
Notifications
You must be signed in to change notification settings - Fork 57
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
4df57dd
commit 9e1cddc
Showing
11 changed files
with
54 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,12 @@ | ||
{ | ||
"examples/rest-api-client-demo": "5.4.0", | ||
"packages/create-plugin": "8.0.1", | ||
"examples/rest-api-client-demo": "5.5.0", | ||
"packages/create-plugin": "8.0.2", | ||
"packages/customize-uploader": "8.0.9", | ||
"packages/dts-gen": "8.0.8", | ||
"packages/dts-gen": "8.0.9", | ||
"packages/plugin-manifest-validator": "10.1.0", | ||
"packages/plugin-packer": "8.0.4", | ||
"packages/plugin-uploader": "9.0.3", | ||
"packages/plugin-uploader": "9.0.4", | ||
"packages/profile-loader": "5.0.1", | ||
"packages/rest-api-client": "5.4.0", | ||
"packages/rest-api-client": "5.5.0", | ||
"packages/webpack-plugin-kintone-plugin": "8.0.6" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,6 +11,13 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline | |
* devDependencies | ||
* @kintone/customize-uploader bumped from ^7.0.3 to ^7.0.4 | ||
|
||
## [5.5.0](https://github.com/kintone/js-sdk/compare/@kintone/[email protected]...@kintone/[email protected]) (2024-03-27) | ||
|
||
|
||
### Features | ||
|
||
* **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)) | ||
|
||
## [5.4.0](https://github.com/kintone/js-sdk/compare/@kintone/[email protected]...@kintone/[email protected]) (2024-03-19) | ||
|
||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,6 +3,14 @@ | |
All notable changes to this project will be documented in this file. | ||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
|
||
## [8.0.2](https://github.com/kintone/js-sdk/compare/@kintone/[email protected]...@kintone/[email protected]) (2024-03-27) | ||
|
||
|
||
### Bug Fixes | ||
|
||
* **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)) | ||
* **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)) | ||
|
||
## [8.0.1](https://github.com/kintone/js-sdk/compare/@kintone/[email protected]...@kintone/[email protected]) (2024-02-07) | ||
|
||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,6 +3,14 @@ | |
All notable changes to this project will be documented in this file. | ||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
|
||
## [8.0.9](https://github.com/kintone/js-sdk/compare/@kintone/[email protected]...@kintone/[email protected]) (2024-03-27) | ||
|
||
|
||
### Bug Fixes | ||
|
||
* **deps:** update dependency commander to v12 ([#2548](https://github.com/kintone/js-sdk/issues/2548)) ([7aa333c](https://github.com/kintone/js-sdk/commit/7aa333c3b213b599e78f06468ea6516e55728ca1)) | ||
* **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)) | ||
|
||
## [8.0.8](https://github.com/kintone/js-sdk/compare/@kintone/[email protected]...@kintone/[email protected]) (2024-03-19) | ||
|
||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,6 +11,14 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline | |
|
||
- We dropped Node v14 support. Now supported versions are v16, v18, and v20. | ||
|
||
## [9.0.4](https://github.com/kintone/js-sdk/compare/@kintone/[email protected]...@kintone/[email protected]) (2024-03-27) | ||
|
||
|
||
### Bug Fixes | ||
|
||
* **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)) | ||
* **deps:** update dependency puppeteer to v22 ([#2552](https://github.com/kintone/js-sdk/issues/2552)) ([0c03142](https://github.com/kintone/js-sdk/commit/0c03142cda0c56f0bbd484e2b0d62844f5bfb444)) | ||
|
||
## [9.0.3](https://github.com/kintone/js-sdk/compare/@kintone/[email protected]...@kintone/[email protected]) (2024-01-17) | ||
|
||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,6 +3,19 @@ | |
All notable changes to this project will be documented in this file. | ||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
|
||
## [5.5.0](https://github.com/kintone/js-sdk/compare/@kintone/[email protected]...@kintone/[email protected]) (2024-03-27) | ||
|
||
|
||
### Features | ||
|
||
* **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)) | ||
|
||
|
||
### Bug Fixes | ||
|
||
* **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)) | ||
* **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)) | ||
|
||
## [5.4.0](https://github.com/kintone/js-sdk/compare/@kintone/[email protected]...@kintone/[email protected]) (2024-03-19) | ||
|
||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters