Version Packages (#1082)

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
pull/1083/head @hono/eslint-config@1.1.0
github-actions[bot] 2025-03-29 09:20:18 +09:00 committed by GitHub
parent a3979bda8f
commit 9a98e388cc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
9 changed files with 25 additions and 22 deletions

View File

@ -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

View File

@ -1,5 +0,0 @@
---
'@hono/sentry': patch
---
fix: fix the type error

View File

@ -1,5 +0,0 @@
---
'@hono/typebox-validator': patch
---
fix: export modules correctly

View File

@ -1,5 +1,15 @@
# @hono/eslint-config # @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 ## 1.0.2
### Patch Changes ### Patch Changes

View File

@ -1,6 +1,6 @@
{ {
"name": "@hono/eslint-config", "name": "@hono/eslint-config",
"version": "1.0.2", "version": "1.1.0",
"description": "ESLint Config for Hono projects", "description": "ESLint Config for Hono projects",
"type": "module", "type": "module",
"module": "./index.js", "module": "./index.js",

View File

@ -1,5 +1,11 @@
# @hono/sentry # @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 ## 1.2.0
### Minor Changes ### Minor Changes

View File

@ -1,6 +1,6 @@
{ {
"name": "@hono/sentry", "name": "@hono/sentry",
"version": "1.2.0", "version": "1.2.1",
"description": "Sentry Middleware for Hono", "description": "Sentry Middleware for Hono",
"type": "module", "type": "module",
"module": "dist/index.js", "module": "dist/index.js",

View File

@ -1,5 +1,11 @@
# @hono/typebox-validator # @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 ## 0.3.2
### Patch Changes ### Patch Changes

View File

@ -1,6 +1,6 @@
{ {
"name": "@hono/typebox-validator", "name": "@hono/typebox-validator",
"version": "0.3.2", "version": "0.3.3",
"description": "Validator middleware using TypeBox", "description": "Validator middleware using TypeBox",
"type": "module", "type": "module",
"module": "dist/index.js", "module": "dist/index.js",