Skip to content

Commit e89ed2e

Browse files
chore: release main
1 parent a95529a commit e89ed2e

File tree

11 files changed

+62
-10
lines changed

11 files changed

+62
-10
lines changed

.release-please-manifest.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{
2-
"examples/rest-api-client-demo": "5.5.3",
3-
"packages/create-plugin": "8.2.3",
2+
"examples/rest-api-client-demo": "5.6.0",
3+
"packages/create-plugin": "8.2.4",
44
"packages/customize-uploader": "8.0.13",
5-
"packages/dts-gen": "8.0.12",
5+
"packages/dts-gen": "8.0.13",
66
"packages/plugin-manifest-validator": "10.2.2",
77
"packages/plugin-packer": "8.1.3",
88
"packages/plugin-uploader": "9.1.2",
99
"packages/profile-loader": "5.0.1",
10-
"packages/rest-api-client": "5.5.2",
11-
"packages/webpack-plugin-kintone-plugin": "8.0.9"
10+
"packages/rest-api-client": "5.6.0",
11+
"packages/webpack-plugin-kintone-plugin": "8.0.10"
1212
}

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

+14
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,20 @@ 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.6.0](https://github.com/kintone/js-sdk/compare/@kintone/[email protected]...@kintone/[email protected]) (2024-07-13)
15+
16+
17+
### Features
18+
19+
* **rest-api-client:** add app.getPlugins method ([#2854](https://github.com/kintone/js-sdk/issues/2854)) ([e88b9f5](https://github.com/kintone/js-sdk/commit/e88b9f569df02485c1f91dcf9fb094d751efbb17))
20+
* **rest-api-client:** add app.moveToSpace method ([#2855](https://github.com/kintone/js-sdk/issues/2855)) ([be0e5a4](https://github.com/kintone/js-sdk/commit/be0e5a4d6a2d990e7dd7d0ae7b713d4e146ee0be))
21+
* **rest-api-client:** add space.addThread() method ([#2846](https://github.com/kintone/js-sdk/issues/2846)) ([e08575a](https://github.com/kintone/js-sdk/commit/e08575ad4e62abfbe48e000e68b761d88204263c))
22+
23+
24+
### Bug Fixes
25+
26+
* **rest-api-client:** rename moveToSpace method to move ([#2872](https://github.com/kintone/js-sdk/issues/2872)) ([ca902a7](https://github.com/kintone/js-sdk/commit/ca902a7be9e7e1674d4138966049afee7716b149))
27+
1428
## [5.5.3](https://github.com/kintone/js-sdk/compare/@kintone/[email protected]...@kintone/[email protected]) (2024-06-18)
1529

1630

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

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.2.4](https://github.com/kintone/js-sdk/compare/@kintone/[email protected]...@kintone/[email protected]) (2024-07-13)
7+
8+
9+
### Bug Fixes
10+
11+
* **deps:** update dependency @kintone/plugin-packer to ^8.1.3 ([#2833](https://github.com/kintone/js-sdk/issues/2833)) ([670fb21](https://github.com/kintone/js-sdk/commit/670fb21ac9974dda5e49151893ef2c357167ceb5))
12+
* **deps:** update dependency prettier to ^3.3.3 ([#2878](https://github.com/kintone/js-sdk/issues/2878)) ([a95529a](https://github.com/kintone/js-sdk/commit/a95529aa01da55061807d1d792754d0cff9461fe))
13+
614
## [8.2.3](https://github.com/kintone/js-sdk/compare/@kintone/[email protected]...@kintone/[email protected]) (2024-06-18)
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.2.3",
3+
"version": "8.2.4",
44
"description": "A CLI tool for creating a kintone plugin!",
55
"bin": {
66
"create-plugin": "bin/cli.js",

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.13](https://github.com/kintone/js-sdk/compare/@kintone/[email protected]...@kintone/[email protected]) (2024-07-13)
7+
8+
9+
### Bug Fixes
10+
11+
* **deps:** update dependency prettier to ^3.3.3 ([#2878](https://github.com/kintone/js-sdk/issues/2878)) ([a95529a](https://github.com/kintone/js-sdk/commit/a95529aa01da55061807d1d792754d0cff9461fe))
12+
613
## [8.0.12](https://github.com/kintone/js-sdk/compare/@kintone/[email protected]...@kintone/[email protected]) (2024-06-12)
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.12",
3+
"version": "8.0.13",
44
"description": "Types for kintone js api and Types generating tools",
55
"main": "dist/index.js",
66
"scripts": {

packages/rest-api-client/CHANGELOG.md

+16
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,22 @@
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.6.0](https://github.com/kintone/js-sdk/compare/@kintone/[email protected]...@kintone/[email protected]) (2024-07-13)
7+
8+
9+
### Features
10+
11+
* **rest-api-client:** add app.getPlugins method ([#2854](https://github.com/kintone/js-sdk/issues/2854)) ([e88b9f5](https://github.com/kintone/js-sdk/commit/e88b9f569df02485c1f91dcf9fb094d751efbb17))
12+
* **rest-api-client:** add app.moveToSpace method ([#2855](https://github.com/kintone/js-sdk/issues/2855)) ([be0e5a4](https://github.com/kintone/js-sdk/commit/be0e5a4d6a2d990e7dd7d0ae7b713d4e146ee0be))
13+
* **rest-api-client:** add space.addThread() method ([#2846](https://github.com/kintone/js-sdk/issues/2846)) ([e08575a](https://github.com/kintone/js-sdk/commit/e08575ad4e62abfbe48e000e68b761d88204263c))
14+
15+
16+
### Bug Fixes
17+
18+
* **deps:** update dependency qs to ^6.12.2 ([#2853](https://github.com/kintone/js-sdk/issues/2853)) ([659912e](https://github.com/kintone/js-sdk/commit/659912ef627db6ed23867e9e7d8a405a76b8827e))
19+
* **deps:** update dependency qs to ^6.12.3 ([#2869](https://github.com/kintone/js-sdk/issues/2869)) ([068fde7](https://github.com/kintone/js-sdk/commit/068fde7fc5dbc2519ad011132738b6dc48e49961))
20+
* **rest-api-client:** rename moveToSpace method to move ([#2872](https://github.com/kintone/js-sdk/issues/2872)) ([ca902a7](https://github.com/kintone/js-sdk/commit/ca902a7be9e7e1674d4138966049afee7716b149))
21+
622
## [5.5.2](https://github.com/kintone/js-sdk/compare/@kintone/[email protected]...@kintone/[email protected]) (2024-06-12)
723

824

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

packages/webpack-plugin-kintone-plugin/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.10](https://github.com/kintone/js-sdk/compare/@kintone/[email protected]...@kintone/[email protected]) (2024-07-13)
7+
8+
9+
### Bug Fixes
10+
11+
* **deps:** update dependency @kintone/plugin-packer to ^8.1.3 ([#2833](https://github.com/kintone/js-sdk/issues/2833)) ([670fb21](https://github.com/kintone/js-sdk/commit/670fb21ac9974dda5e49151893ef2c357167ceb5))
12+
613
## [8.0.9](https://github.com/kintone/js-sdk/compare/@kintone/[email protected]...@kintone/[email protected]) (2024-06-12)
714

815

packages/webpack-plugin-kintone-plugin/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@kintone/webpack-plugin-kintone-plugin",
3-
"version": "8.0.9",
3+
"version": "8.0.10",
44
"description": "A webpack plugin to generate a plugin zip",
55
"main": "dist/index.js",
66
"engines": {

0 commit comments

Comments
 (0)