Skip to content

Commit

Permalink
chore: release from main (#3122)
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 7953481 commit 8f4719a
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 4 deletions.
5 changes: 3 additions & 2 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
"packages/plugin-packer": "8.1.3",
"packages/plugin-uploader": "9.1.4",
"packages/profile-loader": "5.0.1",
"packages/rest-api-client": "5.6.0",
"packages/webpack-plugin-kintone-plugin": "8.0.10"
"packages/rest-api-client": "5.7.0",
"packages/webpack-plugin-kintone-plugin": "8.0.10",
"packages/eslint-plugin": "0.0.1"
}
8 changes: 8 additions & 0 deletions packages/eslint-plugin/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Changelog

## 0.0.1 (2025-01-11)


### Features

* add @kintone/eslint-plugin package ([#3097](https://github.com/kintone/js-sdk/issues/3097)) ([822e5c5](https://github.com/kintone/js-sdk/commit/822e5c5d49df114f47bd72a287309ffc90c8d9c4))
2 changes: 1 addition & 1 deletion packages/eslint-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@kintone/eslint-plugin",
"version": "0.0.0",
"version": "0.0.1",
"description": "An ESLint plugin for kintone.",
"keywords": [
"eslint",
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.7.0](https://github.com/kintone/js-sdk/compare/@kintone/rest-api-client@5.6.0...@kintone/rest-api-client@5.7.0) (2025-01-11)


### Features

* **rest-api-client:** supports the upsert option ([#3118](https://github.com/kintone/js-sdk/issues/3118)) ([3de0173](https://github.com/kintone/js-sdk/commit/3de0173ccdb950efbbf0c40811a33e01f215f3fd))

## [5.6.0](https://github.com/kintone/js-sdk/compare/@kintone/rest-api-client@5.5.2...@kintone/rest-api-client@5.6.0) (2024-09-09)


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

0 comments on commit 8f4719a

Please sign in to comment.