Version Packages (#675)

pull/680/head @hono/conform-validator@1.0.0
github-actions[bot] 2024-07-31 23:04:52 +09:00 committed by GitHub
parent 9c58014a7c
commit d3e7037e61
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
6 changed files with 15 additions and 12 deletions

View File

@ -1,5 +0,0 @@
---
'@hono/conform-validator': major
---
Create Conform validator middleware

View File

@ -1,5 +0,0 @@
---
'@hono/react-renderer': patch
---
Change renderer Props type to interface to allow merging

View File

@ -0,0 +1,7 @@
# @hono/conform-validator
## 1.0.0
### Major Changes
- [#666](https://github.com/honojs/middleware/pull/666) [`d4a69131e1a6a2cd6d32d5da53a824bee0ce8ea4`](https://github.com/honojs/middleware/commit/d4a69131e1a6a2cd6d32d5da53a824bee0ce8ea4) Thanks [@uttk](https://github.com/uttk)! - Create Conform validator middleware

View File

@ -1,6 +1,6 @@
{ {
"name": "@hono/conform-validator", "name": "@hono/conform-validator",
"version": "0.0.0", "version": "1.0.0",
"description": "Validator middleware using Conform", "description": "Validator middleware using Conform",
"type": "module", "type": "module",
"main": "dist/index.cjs", "main": "dist/index.cjs",

View File

@ -1,5 +1,11 @@
# @hono/react-renderer # @hono/react-renderer
## 0.2.1
### Patch Changes
- [#668](https://github.com/honojs/middleware/pull/668) [`9c58014a7c5ebadc3345656fe17a83efd55b895b`](https://github.com/honojs/middleware/commit/9c58014a7c5ebadc3345656fe17a83efd55b895b) Thanks [@alexturpin](https://github.com/alexturpin)! - Change renderer Props type to interface to allow merging
## 0.2.0 ## 0.2.0
### Minor Changes ### Minor Changes

View File

@ -1,6 +1,6 @@
{ {
"name": "@hono/react-renderer", "name": "@hono/react-renderer",
"version": "0.2.0", "version": "0.2.1",
"description": "React Renderer Middleware for Hono", "description": "React Renderer Middleware for Hono",
"type": "module", "type": "module",
"main": "dist/index.js", "main": "dist/index.js",