Skip to content

Commit

Permalink
chore: release master (#2725)
Browse files Browse the repository at this point in the history
Co-authored-by: trigger-github-actions-release[bot] <143469140+trigger-github-actions-release[bot]@users.noreply.github.com>
  • Loading branch information
1 parent ca6ca58 commit 25fb113
Show file tree
Hide file tree
Showing 11 changed files with 51 additions and 10 deletions.
10 changes: 5 additions & 5 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"examples/rest-api-client-demo": "5.5.1",
"packages/create-plugin": "8.0.4",
"packages/customize-uploader": "8.0.11",
"examples/rest-api-client-demo": "5.5.2",
"packages/create-plugin": "8.0.5",
"packages/customize-uploader": "8.0.12",
"packages/dts-gen": "8.0.10",
"packages/plugin-manifest-validator": "10.1.0",
"packages/plugin-packer": "8.0.5",
"packages/plugin-uploader": "9.0.7",
"packages/plugin-packer": "8.0.6",
"packages/plugin-uploader": "9.1.0",
"packages/profile-loader": "5.0.1",
"packages/rest-api-client": "5.5.1",
"packages/webpack-plugin-kintone-plugin": "8.0.7"
Expand Down
7 changes: 7 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,13 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
* devDependencies
* @kintone/customize-uploader bumped from ^7.0.3 to ^7.0.4

## [5.5.2](https://github.com/kintone/js-sdk/compare/@kintone/rest-api-client-demo@5.5.1...@kintone/rest-api-client-demo@5.5.2) (2024-05-08)


### Bug Fixes

* **deps:** update dependency @kintone/rest-api-client to ^5.5.1 ([#2724](https://github.com/kintone/js-sdk/issues/2724)) ([f06f485](https://github.com/kintone/js-sdk/commit/f06f48524e0a67aaf7368e68f9ea00849230345c))

## [5.5.1](https://github.com/kintone/js-sdk/compare/@kintone/rest-api-client-demo@5.5.0...@kintone/rest-api-client-demo@5.5.1) (2024-04-02)


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.5.1",
"version": "5.5.2",
"private": true,
"author": {
"name": "Cybozu, Inc.",
Expand Down
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.5](https://github.com/kintone/js-sdk/compare/@kintone/create-plugin@8.0.4...@kintone/create-plugin@8.0.5) (2024-05-08)


### Bug Fixes

* **deps:** update dependency @kintone/rest-api-client to ^5.5.1 ([#2724](https://github.com/kintone/js-sdk/issues/2724)) ([f06f485](https://github.com/kintone/js-sdk/commit/f06f48524e0a67aaf7368e68f9ea00849230345c))

## [8.0.4](https://github.com/kintone/js-sdk/compare/@kintone/create-plugin@8.0.3...@kintone/create-plugin@8.0.4) (2024-04-09)


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.4",
"version": "8.0.5",
"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.12](https://github.com/kintone/js-sdk/compare/@kintone/customize-uploader@8.0.11...@kintone/customize-uploader@8.0.12) (2024-05-08)


### Bug Fixes

* **deps:** update dependency @kintone/rest-api-client to ^5.5.1 ([#2724](https://github.com/kintone/js-sdk/issues/2724)) ([f06f485](https://github.com/kintone/js-sdk/commit/f06f48524e0a67aaf7368e68f9ea00849230345c))

## [8.0.11](https://github.com/kintone/js-sdk/compare/@kintone/customize-uploader@8.0.10...@kintone/customize-uploader@8.0.11) (2024-04-02)


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.11",
"version": "8.0.12",
"description": "A kintone customize uploader",
"bin": {
"kintone-customize-uploader": "bin/cli.js"
Expand Down
7 changes: 7 additions & 0 deletions packages/plugin-packer/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.6](https://github.com/kintone/js-sdk/compare/@kintone/plugin-packer@8.0.5...@kintone/plugin-packer@8.0.6) (2024-05-08)


### Bug Fixes

* **deps:** update dependency yauzl to ^3.1.3 ([#2714](https://github.com/kintone/js-sdk/issues/2714)) ([06f0f23](https://github.com/kintone/js-sdk/commit/06f0f237f6120433167c086e023b0871fa382e16))

## [8.0.5](https://github.com/kintone/js-sdk/compare/@kintone/plugin-packer@8.0.4...@kintone/plugin-packer@8.0.5) (2024-04-02)


Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-packer/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@kintone/plugin-packer",
"description": "Package your kintone plugin with pure JavaScript",
"version": "8.0.5",
"version": "8.0.6",
"author": {
"name": "Cybozu, Inc.",
"url": "https://cybozu.co.jp"
Expand Down
13 changes: 13 additions & 0 deletions packages/plugin-uploader/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,19 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline

- We dropped Node v14 support. Now supported versions are v16, v18, and v20.

## [9.1.0](https://github.com/kintone/js-sdk/compare/@kintone/plugin-uploader@9.0.7...@kintone/plugin-uploader@9.1.0) (2024-05-08)


### Features

* **plugin-uploader:** support new Kintone UI ([#2711](https://github.com/kintone/js-sdk/issues/2711)) ([ca6ca58](https://github.com/kintone/js-sdk/commit/ca6ca58785d1982e23d9f9dad6005c9328d8c5b6))


### Bug Fixes

* **deps:** update dependency puppeteer to ^22.7.0 ([#2722](https://github.com/kintone/js-sdk/issues/2722)) ([31235d4](https://github.com/kintone/js-sdk/commit/31235d41466f15dbebef01144dd2bb163fe59d04))
* **deps:** update dependency puppeteer to ^22.7.1 ([#2728](https://github.com/kintone/js-sdk/issues/2728)) ([96a9417](https://github.com/kintone/js-sdk/commit/96a94170aadb75b90b7e971cd2974e5929bd9272))

## [9.0.7](https://github.com/kintone/js-sdk/compare/@kintone/plugin-uploader@9.0.6...@kintone/plugin-uploader@9.0.7) (2024-04-23)


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.7",
"version": "9.1.0",
"description": "A kintone plugin uploader using puppeteer",
"bin": {
"kintone-plugin-uploader": "bin/cli.js"
Expand Down

0 comments on commit 25fb113

Please sign in to comment.