Skip to content

Commit

Permalink
chore: release master
Browse files Browse the repository at this point in the history
  • Loading branch information
1 parent d2fcc1c commit a951f0b
Show file tree
Hide file tree
Showing 5 changed files with 18 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.4.0",
"packages/create-plugin": "8.0.1",
"packages/create-plugin": "8.0.2",
"packages/customize-uploader": "8.0.9",
"packages/dts-gen": "8.0.8",
"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.4.0",
"packages/rest-api-client": "5.4.1",
"packages/webpack-plugin-kintone-plugin": "8.0.6"
}
7 changes: 7 additions & 0 deletions packages/create-plugin/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,13 @@
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-25)


### 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))

## [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/rest-api-client/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,13 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

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


### 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))

## [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.4.1",
"publishConfig": {
"access": "public"
},
Expand Down

0 comments on commit a951f0b

Please sign in to comment.