Skip to content

Commit 485a499

Browse files
chore: release master (#2628)
Co-authored-by: trigger-github-actions-release[bot] <143469140+trigger-github-actions-release[bot]@users.noreply.github.com>
1 parent 978ed3c commit 485a499

File tree

7 files changed

+43
-6
lines changed

7 files changed

+43
-6
lines changed

.release-please-manifest.json

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

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

+15
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,21 @@ 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.4.0](https://github.com/kintone/js-sdk/compare/@kintone/[email protected]...@kintone/[email protected]) (2024-03-19)
15+
16+
17+
### Features
18+
19+
* **rest-api-client:** add `space.addGuests()` method ([#2622](https://github.com/kintone/js-sdk/issues/2622)) ([210f2c4](https://github.com/kintone/js-sdk/commit/210f2c4242183e6ff0718e1dddaeff498ecc3499))
20+
* **rest-api-client:** add `space.addThreadComment()` method ([#2619](https://github.com/kintone/js-sdk/issues/2619)) ([981e6b6](https://github.com/kintone/js-sdk/commit/981e6b6002f004320574f9ce129483c3b253c247))
21+
* **rest-api-client:** add `space.deleteGuests()` method ([#2621](https://github.com/kintone/js-sdk/issues/2621)) ([ac96002](https://github.com/kintone/js-sdk/commit/ac960025c1f863c0801d973fa76d03cb88ae4245))
22+
* **rest-api-client:** add `space.updateSpaceGuests()` method ([#2625](https://github.com/kintone/js-sdk/issues/2625)) ([978ed3c](https://github.com/kintone/js-sdk/commit/978ed3ced2f289d9ec55eee994d0a518e8272ca5))
23+
24+
25+
### Bug Fixes
26+
27+
* **rest-api-client-demo:** add npm, pnpm support in rest-api-client-demo ([#2626](https://github.com/kintone/js-sdk/issues/2626)) ([52dd902](https://github.com/kintone/js-sdk/commit/52dd902d76e2843d78fb2054a9c9149b7be61591))
28+
1429
## [5.3.0](https://github.com/kintone/js-sdk/compare/@kintone/[email protected]...@kintone/[email protected]) (2024-03-12)
1530

1631

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.3.0",
3+
"version": "5.4.0",
44
"private": true,
55
"author": {
66
"name": "Cybozu, Inc.",

packages/dts-gen/CHANGELOG.md

+7
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+
## [8.0.8](https://github.com/kintone/js-sdk/compare/@kintone/[email protected]...@kintone/[email protected]) (2024-03-19)
7+
8+
9+
### Bug Fixes
10+
11+
* **deps:** update dependency axios to ^1.6.8 ([#2627](https://github.com/kintone/js-sdk/issues/2627)) ([fb4d141](https://github.com/kintone/js-sdk/commit/fb4d141d23dbb397e2846fd51f5a220d6a8609ae))
12+
613
## [8.0.7](https://github.com/kintone/js-sdk/compare/@kintone/[email protected]...@kintone/[email protected]) (2024-02-07)
714

815

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.7",
3+
"version": "8.0.8",
44
"description": "Types for kintone js api and Types generating tools",
55
"main": "dist/index.js",
66
"scripts": {

packages/rest-api-client/CHANGELOG.md

+15
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,21 @@
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.0](https://github.com/kintone/js-sdk/compare/@kintone/[email protected]...@kintone/[email protected]) (2024-03-19)
7+
8+
9+
### Features
10+
11+
* **rest-api-client:** add `space.addGuests()` method ([#2622](https://github.com/kintone/js-sdk/issues/2622)) ([210f2c4](https://github.com/kintone/js-sdk/commit/210f2c4242183e6ff0718e1dddaeff498ecc3499))
12+
* **rest-api-client:** add `space.addThreadComment()` method ([#2619](https://github.com/kintone/js-sdk/issues/2619)) ([981e6b6](https://github.com/kintone/js-sdk/commit/981e6b6002f004320574f9ce129483c3b253c247))
13+
* **rest-api-client:** add `space.deleteGuests()` method ([#2621](https://github.com/kintone/js-sdk/issues/2621)) ([ac96002](https://github.com/kintone/js-sdk/commit/ac960025c1f863c0801d973fa76d03cb88ae4245))
14+
* **rest-api-client:** add `space.updateSpaceGuests()` method ([#2625](https://github.com/kintone/js-sdk/issues/2625)) ([978ed3c](https://github.com/kintone/js-sdk/commit/978ed3ced2f289d9ec55eee994d0a518e8272ca5))
15+
16+
17+
### Bug Fixes
18+
19+
* **deps:** update dependency axios to ^1.6.8 ([#2627](https://github.com/kintone/js-sdk/issues/2627)) ([fb4d141](https://github.com/kintone/js-sdk/commit/fb4d141d23dbb397e2846fd51f5a220d6a8609ae))
20+
621
## [5.3.0](https://github.com/kintone/js-sdk/compare/@kintone/[email protected]...@kintone/[email protected]) (2024-03-12)
722

823

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.3.0",
3+
"version": "5.4.0",
44
"publishConfig": {
55
"access": "public"
66
},

0 commit comments

Comments
 (0)