Skip to content

Commit 79518b3

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

File tree

3 files changed

+23
-2
lines changed

3 files changed

+23
-2
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"packages/plugin-packer": "9.0.0",
88
"packages/plugin-uploader": "10.0.0",
99
"packages/profile-loader": "6.0.0",
10-
"packages/rest-api-client": "6.0.0",
10+
"packages/rest-api-client": "6.1.0",
1111
"packages/webpack-plugin-kintone-plugin": "9.0.0",
1212
"packages/eslint-plugin": "0.0.3",
1313
"packages/rest": "0.3.0"

packages/rest-api-client/CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,27 @@
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+
## [6.1.0](https://github.com/kintone/js-sdk/compare/@kintone/[email protected]...@kintone/[email protected]) (2025-11-27)
7+
8+
9+
### Features
10+
11+
* **rest-api-client:** add enableInlineRecordEditing to app setting ([#3481](https://github.com/kintone/js-sdk/issues/3481)) ([638bdb7](https://github.com/kintone/js-sdk/commit/638bdb7d1ae383a2cdd46b88c9351517dd777b47))
12+
* **rest-api-client:** add filterCond to actions ([#3482](https://github.com/kintone/js-sdk/issues/3482)) ([7150850](https://github.com/kintone/js-sdk/commit/71508503e5a697e30369182397b0a84645e1a0d6))
13+
* **rest-api-client:** add get app statistics api ([#3479](https://github.com/kintone/js-sdk/issues/3479)) ([04e704e](https://github.com/kintone/js-sdk/commit/04e704e7a78bad8a16ee7d8bbd022cbd0ef0ed4c))
14+
* **rest-api-client:** add params of action settings ([#3483](https://github.com/kintone/js-sdk/issues/3483)) ([c30ab8a](https://github.com/kintone/js-sdk/commit/c30ab8a53993ea372ae8c9f003e784c3d71e6e0a))
15+
* **rest-api-client:** add space statistics api ([#3484](https://github.com/kintone/js-sdk/issues/3484)) ([bae93df](https://github.com/kintone/js-sdk/commit/bae93df5cd32c00bbbb9eba3292ebc699612d091))
16+
* **rest-api-client:** update get plugins api ([#3480](https://github.com/kintone/js-sdk/issues/3480)) ([1d0815b](https://github.com/kintone/js-sdk/commit/1d0815b5cfd01168062f070598f4441a8aea1dae))
17+
18+
19+
### Bug Fixes
20+
21+
* change get space statistics api interface ([#3499](https://github.com/kintone/js-sdk/issues/3499)) ([423cd47](https://github.com/kintone/js-sdk/commit/423cd470051f00dd27d05a6f0056f4db5b8719a4))
22+
* make app.getStatistics params to required ([#3500](https://github.com/kintone/js-sdk/issues/3500)) ([f75f345](https://github.com/kintone/js-sdk/commit/f75f345d197adf9e2c135b26b340cea3bbece3b7))
23+
* remove param valiidation of getPlugins ([#3502](https://github.com/kintone/js-sdk/issues/3502)) ([2fabdf6](https://github.com/kintone/js-sdk/commit/2fabdf60fa9184b49aa0079ba205d0b27b133dbc))
24+
* **rest-api-client:** update app move space api params to optional ([#3478](https://github.com/kintone/js-sdk/issues/3478)) ([87697b3](https://github.com/kintone/js-sdk/commit/87697b36bd8b93331ddc63e6fce451aea64633fb))
25+
* update action type definition ([#3501](https://github.com/kintone/js-sdk/issues/3501)) ([9da8764](https://github.com/kintone/js-sdk/commit/9da876486325f5cabc7643bd224428cae7fa8954))
26+
627
## [6.0.0](https://github.com/kintone/js-sdk/compare/@kintone/[email protected]...@kintone/[email protected]) (2025-10-14)
728

829

packages/rest-api-client/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@kintone/rest-api-client",
3-
"version": "6.0.0",
3+
"version": "6.1.0",
44
"description": "Kintone REST API client for JavaScript",
55
"keywords": [
66
"kintone",

0 commit comments

Comments
 (0)