From 5f162e47f0d471c407cedbb8663a5164d1a17273 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 8 Sep 2024 13:09:33 +0900 Subject: [PATCH] Version Packages (#730) --- .changeset/kind-lamps-tell.md | 5 ----- .changeset/thin-plums-melt.md | 5 ----- packages/eslint-config/CHANGELOG.md | 10 ++++++++++ packages/eslint-config/package.json | 2 +- 4 files changed, 11 insertions(+), 11 deletions(-) delete mode 100644 .changeset/kind-lamps-tell.md delete mode 100644 .changeset/thin-plums-melt.md diff --git a/.changeset/kind-lamps-tell.md b/.changeset/kind-lamps-tell.md deleted file mode 100644 index 610150561..000000000 --- a/.changeset/kind-lamps-tell.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@hono/eslint-config': minor ---- - -Migrate to maintained and improved plugin alternatives diff --git a/.changeset/thin-plums-melt.md b/.changeset/thin-plums-melt.md deleted file mode 100644 index c2140e3e6..000000000 --- a/.changeset/thin-plums-melt.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@hono/eslint-config': major ---- - -feat: support ESLint v9 diff --git a/packages/eslint-config/CHANGELOG.md b/packages/eslint-config/CHANGELOG.md index c3c505acf..6f8228b92 100644 --- a/packages/eslint-config/CHANGELOG.md +++ b/packages/eslint-config/CHANGELOG.md @@ -1,5 +1,15 @@ # @hono/eslint-config +## 1.0.0 + +### Major Changes + +- [#731](https://github.com/honojs/middleware/pull/731) [`80cd26ab6e644e1d57a91ad38be05d1e3807c8ea`](https://github.com/honojs/middleware/commit/80cd26ab6e644e1d57a91ad38be05d1e3807c8ea) Thanks [@yusukebe](https://github.com/yusukebe)! - feat: support ESLint v9 + +### Minor Changes + +- [#724](https://github.com/honojs/middleware/pull/724) [`f7a950a649006600ba31b8fe8ccf960e7bf4ee92`](https://github.com/honojs/middleware/commit/f7a950a649006600ba31b8fe8ccf960e7bf4ee92) Thanks [@Jayllyz](https://github.com/Jayllyz)! - Migrate to maintained and improved plugin alternatives + ## 0.0.6 ### Patch Changes diff --git a/packages/eslint-config/package.json b/packages/eslint-config/package.json index 9f0391a70..9cfcd93b3 100644 --- a/packages/eslint-config/package.json +++ b/packages/eslint-config/package.json @@ -1,6 +1,6 @@ { "name": "@hono/eslint-config", - "version": "0.0.6", + "version": "1.0.0", "description": "ESLint Config for Hono projects", "type": "module", "module": "./index.js",