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
parent
a3979bda8f
commit
9a98e388cc
|
@ -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
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
'@hono/sentry': patch
|
||||
---
|
||||
|
||||
fix: fix the type error
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
'@hono/typebox-validator': patch
|
||||
---
|
||||
|
||||
fix: export modules correctly
|
|
@ -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
|
||||
|
|
|
@ -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",
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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",
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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",
|
||||
|
|
Loading…
Reference in New Issue