Skip to content

Commit

Permalink
chore: release from main
Browse files Browse the repository at this point in the history
  • Loading branch information
1 parent 3a1f9af commit cbae9c3
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"packages/create-plugin": "8.2.4",
"packages/customize-uploader": "8.0.13",
"packages/dts-gen": "8.1.0",
"packages/dts-gen": "8.1.1",
"packages/plugin-manifest-validator": "10.2.2",
"packages/plugin-packer": "8.1.3",
"packages/plugin-uploader": "9.1.4",
Expand Down
7 changes: 7 additions & 0 deletions packages/dts-gen/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.1.1](https://github.com/kintone/js-sdk/compare/@kintone/dts-gen@8.1.0...@kintone/dts-gen@8.1.1) (2024-11-18)


### Bug Fixes

* **dts-gen:** Fix to not read eslint.config ([#3066](https://github.com/kintone/js-sdk/issues/3066)) ([4f0048f](https://github.com/kintone/js-sdk/commit/4f0048fbabb452860cecd85716f1ccb20ef68e55))

## [8.1.0](https://github.com/kintone/js-sdk/compare/@kintone/dts-gen@8.0.13...@kintone/dts-gen@8.1.0) (2024-11-05)


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.1.0",
"version": "8.1.1",
"description": "Types for kintone js api and Types generating tools",
"main": "dist/index.js",
"scripts": {
Expand Down

0 comments on commit cbae9c3

Please sign in to comment.