Skip to content

Commit

Permalink
chore: release master
Browse files Browse the repository at this point in the history
  • Loading branch information
1 parent 139e504 commit eaf6bfa
Show file tree
Hide file tree
Showing 5 changed files with 22 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"examples/rest-api-client-demo": "5.2.0",
"examples/rest-api-client-demo": "5.3.0",
"packages/create-plugin": "8.0.1",
"packages/customize-uploader": "8.0.9",
"packages/dts-gen": "8.0.7",
"packages/plugin-manifest-validator": "10.1.0",
"packages/plugin-packer": "8.0.4",
"packages/plugin-uploader": "9.0.3",
"packages/profile-loader": "5.0.1",
"packages/rest-api-client": "5.2.0",
"packages/rest-api-client": "5.3.0",
"packages/webpack-plugin-kintone-plugin": "8.0.6"
}
9 changes: 9 additions & 0 deletions examples/rest-api-client-demo/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,15 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
* devDependencies
* @kintone/customize-uploader bumped from ^7.0.3 to ^7.0.4

## [5.3.0](https://github.com/kintone/js-sdk/compare/@kintone/[email protected]...@kintone/[email protected]) (2024-03-12)


### Features

* **rest-api-client:** add `space.getSpaceMembers()` method ([#2599](https://github.com/kintone/js-sdk/issues/2599)) ([2c05fa9](https://github.com/kintone/js-sdk/commit/2c05fa908d2a7244a454e61900eec54fc48008a3))
* **rest-api-client:** add `space.updateSpaceMembers()` method ([#2603](https://github.com/kintone/js-sdk/issues/2603)) ([5b28413](https://github.com/kintone/js-sdk/commit/5b28413ee902043fead2c5bc5a2539dcf540668a))
* **rest-api-client:** add `space.updateThread()` method ([#2606](https://github.com/kintone/js-sdk/issues/2606)) ([139e504](https://github.com/kintone/js-sdk/commit/139e504df99f6f77ccdb0ee9e27ee62ac56ac10f))

## [5.2.0](https://github.com/kintone/js-sdk/compare/@kintone/[email protected]...@kintone/[email protected]) (2024-03-05)


Expand Down
2 changes: 1 addition & 1 deletion examples/rest-api-client-demo/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@kintone/rest-api-client-demo",
"version": "5.2.0",
"version": "5.3.0",
"private": true,
"author": {
"name": "Cybozu, Inc.",
Expand Down
9 changes: 9 additions & 0 deletions packages/rest-api-client/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,15 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [5.3.0](https://github.com/kintone/js-sdk/compare/@kintone/[email protected]...@kintone/[email protected]) (2024-03-12)


### Features

* **rest-api-client:** add `space.getSpaceMembers()` method ([#2599](https://github.com/kintone/js-sdk/issues/2599)) ([2c05fa9](https://github.com/kintone/js-sdk/commit/2c05fa908d2a7244a454e61900eec54fc48008a3))
* **rest-api-client:** add `space.updateSpaceMembers()` method ([#2603](https://github.com/kintone/js-sdk/issues/2603)) ([5b28413](https://github.com/kintone/js-sdk/commit/5b28413ee902043fead2c5bc5a2539dcf540668a))
* **rest-api-client:** add `space.updateThread()` method ([#2606](https://github.com/kintone/js-sdk/issues/2606)) ([139e504](https://github.com/kintone/js-sdk/commit/139e504df99f6f77ccdb0ee9e27ee62ac56ac10f))

## [5.2.0](https://github.com/kintone/js-sdk/compare/@kintone/[email protected]...@kintone/[email protected]) (2024-03-05)


Expand Down
2 changes: 1 addition & 1 deletion packages/rest-api-client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@kintone/rest-api-client",
"version": "5.2.0",
"version": "5.3.0",
"publishConfig": {
"access": "public"
},
Expand Down

0 comments on commit eaf6bfa

Please sign in to comment.