From 9a98e388cc4a5493b1131b356441b24337183760 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 29 Mar 2025 09:20:18 +0900 Subject: [PATCH] Version Packages (#1082) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- .changeset/chilly-tips-repeat.md | 9 --------- .changeset/hot-results-dream.md | 5 ----- .changeset/tall-llamas-refuse.md | 5 ----- packages/eslint-config/CHANGELOG.md | 10 ++++++++++ packages/eslint-config/package.json | 2 +- packages/sentry/CHANGELOG.md | 6 ++++++ packages/sentry/package.json | 2 +- packages/typebox-validator/CHANGELOG.md | 6 ++++++ packages/typebox-validator/package.json | 2 +- 9 files changed, 25 insertions(+), 22 deletions(-) delete mode 100644 .changeset/chilly-tips-repeat.md delete mode 100644 .changeset/hot-results-dream.md delete mode 100644 .changeset/tall-llamas-refuse.md diff --git a/.changeset/chilly-tips-repeat.md b/.changeset/chilly-tips-repeat.md deleted file mode 100644 index 0333daff..00000000 --- a/.changeset/chilly-tips-repeat.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -'@hono/eslint-config': minor ---- - -feat: updated `@hono/eslint-config` package - -- upgrading eslint plugins -- removing @eslint/eslintrc and the legacy FlatCompat -- cleanup migration to typescript-eslint diff --git a/.changeset/hot-results-dream.md b/.changeset/hot-results-dream.md deleted file mode 100644 index 3e955f81..00000000 --- a/.changeset/hot-results-dream.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@hono/sentry': patch ---- - -fix: fix the type error diff --git a/.changeset/tall-llamas-refuse.md b/.changeset/tall-llamas-refuse.md deleted file mode 100644 index f9de6fba..00000000 --- a/.changeset/tall-llamas-refuse.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@hono/typebox-validator': patch ---- - -fix: export modules correctly diff --git a/packages/eslint-config/CHANGELOG.md b/packages/eslint-config/CHANGELOG.md index 0ed8810a..884d0a23 100644 --- a/packages/eslint-config/CHANGELOG.md +++ b/packages/eslint-config/CHANGELOG.md @@ -1,5 +1,15 @@ # @hono/eslint-config +## 1.1.0 + +### Minor Changes + +- [#1031](https://github.com/honojs/middleware/pull/1031) [`0d6c13b1a339dc17028548cde10ba7ef9e1dd7fd`](https://github.com/honojs/middleware/commit/0d6c13b1a339dc17028548cde10ba7ef9e1dd7fd) Thanks [@MathurAditya724](https://github.com/MathurAditya724)! - feat: updated `@hono/eslint-config` package + + - upgrading eslint plugins + - removing @eslint/eslintrc and the legacy FlatCompat + - cleanup migration to typescript-eslint + ## 1.0.2 ### Patch Changes diff --git a/packages/eslint-config/package.json b/packages/eslint-config/package.json index 0fcdab70..23841194 100644 --- a/packages/eslint-config/package.json +++ b/packages/eslint-config/package.json @@ -1,6 +1,6 @@ { "name": "@hono/eslint-config", - "version": "1.0.2", + "version": "1.1.0", "description": "ESLint Config for Hono projects", "type": "module", "module": "./index.js", diff --git a/packages/sentry/CHANGELOG.md b/packages/sentry/CHANGELOG.md index f8be72d7..bbdcb4d1 100644 --- a/packages/sentry/CHANGELOG.md +++ b/packages/sentry/CHANGELOG.md @@ -1,5 +1,11 @@ # @hono/sentry +## 1.2.1 + +### Patch Changes + +- [#1081](https://github.com/honojs/middleware/pull/1081) [`a3979bda8ff18e0855580b2f12d645d00aafdccd`](https://github.com/honojs/middleware/commit/a3979bda8ff18e0855580b2f12d645d00aafdccd) Thanks [@yusukebe](https://github.com/yusukebe)! - fix: fix the type error + ## 1.2.0 ### Minor Changes diff --git a/packages/sentry/package.json b/packages/sentry/package.json index 7844515a..9604dc02 100644 --- a/packages/sentry/package.json +++ b/packages/sentry/package.json @@ -1,6 +1,6 @@ { "name": "@hono/sentry", - "version": "1.2.0", + "version": "1.2.1", "description": "Sentry Middleware for Hono", "type": "module", "module": "dist/index.js", diff --git a/packages/typebox-validator/CHANGELOG.md b/packages/typebox-validator/CHANGELOG.md index 8c0e9dae..0374a602 100644 --- a/packages/typebox-validator/CHANGELOG.md +++ b/packages/typebox-validator/CHANGELOG.md @@ -1,5 +1,11 @@ # @hono/typebox-validator +## 0.3.3 + +### Patch Changes + +- [#1080](https://github.com/honojs/middleware/pull/1080) [`83ca99d3377380e2e2c4699af14786f1e7d0b7c6`](https://github.com/honojs/middleware/commit/83ca99d3377380e2e2c4699af14786f1e7d0b7c6) Thanks [@yusukebe](https://github.com/yusukebe)! - fix: export modules correctly + ## 0.3.2 ### Patch Changes diff --git a/packages/typebox-validator/package.json b/packages/typebox-validator/package.json index 7d931faf..b5e4a1a7 100644 --- a/packages/typebox-validator/package.json +++ b/packages/typebox-validator/package.json @@ -1,6 +1,6 @@ { "name": "@hono/typebox-validator", - "version": "0.3.2", + "version": "0.3.3", "description": "Validator middleware using TypeBox", "type": "module", "module": "dist/index.js",