diff --git a/.changeset/thirty-games-remain.md b/.changeset/thirty-games-remain.md deleted file mode 100644 index cd9d59b5..00000000 --- a/.changeset/thirty-games-remain.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@hono/react-compat': patch ---- - -Initial release diff --git a/packages/react-compat/CHANGELOG.md b/packages/react-compat/CHANGELOG.md new file mode 100644 index 00000000..6c8ac882 --- /dev/null +++ b/packages/react-compat/CHANGELOG.md @@ -0,0 +1,7 @@ +# @hono/react-compat + +## 0.0.1 + +### Patch Changes + +- [#563](https://github.com/honojs/middleware/pull/563) [`2b981105db332fa888f79678c6a8eb030515df34`](https://github.com/honojs/middleware/commit/2b981105db332fa888f79678c6a8eb030515df34) Thanks [@usualoma](https://github.com/usualoma)! - Initial release diff --git a/packages/react-compat/package.json b/packages/react-compat/package.json index b6f1aa63..f8e5d926 100644 --- a/packages/react-compat/package.json +++ b/packages/react-compat/package.json @@ -1,7 +1,7 @@ { "name": "@hono/react-compat", "type": "module", - "version": "0.0.0", + "version": "0.0.1", "description": "Alias of hono/jsx for replacement of React", "license": "MIT", "module": "dist/index.js",