Skip to content

Commit

Permalink
Version Packages (#675)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Jul 31, 2024
1 parent 9c58014 commit d3e7037
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 12 deletions.
5 changes: 0 additions & 5 deletions .changeset/pretty-eels-prove.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/smart-cherries-kick.md

This file was deleted.

7 changes: 7 additions & 0 deletions packages/conform-validator/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
2 changes: 1 addition & 1 deletion packages/conform-validator/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hono/conform-validator",
"version": "0.0.0",
"version": "1.0.0",
"description": "Validator middleware using Conform",
"type": "module",
"main": "dist/index.cjs",
Expand Down
6 changes: 6 additions & 0 deletions packages/react-renderer/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @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

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/react-renderer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hono/react-renderer",
"version": "0.2.0",
"version": "0.2.1",
"description": "React Renderer Middleware for Hono",
"type": "module",
"main": "dist/index.js",
Expand Down

0 comments on commit d3e7037

Please sign in to comment.