Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: release master #2655

Merged
merged 1 commit into from
Mar 27, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 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.4.0",
"packages/create-plugin": "8.0.1",
"packages/customize-uploader": "8.0.9",
"packages/dts-gen": "8.0.8",
"examples/rest-api-client-demo": "5.5.0",
"packages/create-plugin": "8.0.2",
"packages/customize-uploader": "8.0.10",
"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"
}
12 changes: 12 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,18 @@ 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))


### Bug Fixes

* **deps:** update dependency @kintone/rest-api-client to ^5.4.0 ([#2597](https://github.com/kintone/js-sdk/issues/2597)) ([723987a](https://github.com/kintone/js-sdk/commit/723987af0034a5593c2e4172976ef1d6173ce3ae))

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


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.4.0",
"version": "5.5.0",
"private": true,
"author": {
"name": "Cybozu, Inc.",
Expand Down
9 changes: 9 additions & 0 deletions packages/create-plugin/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.

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


### Bug Fixes

* **deps:** update dependency @kintone/rest-api-client to ^5.4.0 ([#2597](https://github.com/kintone/js-sdk/issues/2597)) ([723987a](https://github.com/kintone/js-sdk/commit/723987af0034a5593c2e4172976ef1d6173ce3ae))
* **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)


Expand Down
2 changes: 1 addition & 1 deletion packages/create-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@kintone/create-plugin",
"version": "8.0.1",
"version": "8.0.2",
"description": "A CLI tool for creating a kintone plugin!",
"bin": {
"create-plugin": "bin/cli.js",
Expand Down
7 changes: 7 additions & 0 deletions packages/customize-uploader/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,13 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
* dependencies
* @kintone/rest-api-client bumped from ^4.0.3 to ^4.1.0

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


### Bug Fixes

* **deps:** update dependency @kintone/rest-api-client to ^5.4.0 ([#2597](https://github.com/kintone/js-sdk/issues/2597)) ([723987a](https://github.com/kintone/js-sdk/commit/723987af0034a5593c2e4172976ef1d6173ce3ae))

## [8.0.9](https://github.com/kintone/js-sdk/compare/@kintone/[email protected]...@kintone/[email protected]) (2024-02-07)


Expand Down
2 changes: 1 addition & 1 deletion packages/customize-uploader/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@kintone/customize-uploader",
"version": "8.0.9",
"version": "8.0.10",
"description": "A kintone customize uploader",
"bin": {
"kintone-customize-uploader": "bin/cli.js"
Expand Down
8 changes: 8 additions & 0 deletions packages/dts-gen/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)


Expand Down
2 changes: 1 addition & 1 deletion packages/dts-gen/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@kintone/dts-gen",
"version": "8.0.8",
"version": "8.0.9",
"description": "Types for kintone js api and Types generating tools",
"main": "dist/index.js",
"scripts": {
Expand Down
8 changes: 8 additions & 0 deletions packages/plugin-uploader/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)


Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-uploader/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@kintone/plugin-uploader",
"version": "9.0.3",
"version": "9.0.4",
"description": "A kintone plugin uploader using puppeteer",
"bin": {
"kintone-plugin-uploader": "bin/cli.js"
Expand Down
13 changes: 13 additions & 0 deletions packages/rest-api-client/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)


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.4.0",
"version": "5.5.0",
"publishConfig": {
"access": "public"
},
Expand Down
Loading