Skip to content

Commit 29ca500

Browse files
Version Packages (#65)
1 parent 47f3a10 commit 29ca500

File tree

5 files changed

+14
-8
lines changed

5 files changed

+14
-8
lines changed

.changeset/chilled-rocks-rhyme.md

-6
This file was deleted.

packages/cloudflare-pages/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @hono/vite-cloudflare-pages
22

3+
## 0.2.2
4+
5+
### Patch Changes
6+
7+
- [#64](https://github.com/honojs/vite-plugins/pull/64) [`47f3a1073036b8da2a1b405466e9a9b6d5ff9c1f`](https://github.com/honojs/vite-plugins/commit/47f3a1073036b8da2a1b405466e9a9b6d5ff9c1f) Thanks [@yusukebe](https://github.com/yusukebe)! - fix: peerDependencies
8+
39
## 0.2.1
410

511
### Patch Changes

packages/cloudflare-pages/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@hono/vite-cloudflare-pages",
33
"description": "Vite plugin to build your Hono app for Cloudflare Pages",
4-
"version": "0.2.1",
4+
"version": "0.2.2",
55
"types": "dist/index.d.ts",
66
"module": "dist/index.js",
77
"type": "module",

packages/dev-server/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @hono/vite-dev-server
22

3+
## 0.4.1
4+
5+
### Patch Changes
6+
7+
- [#64](https://github.com/honojs/vite-plugins/pull/64) [`47f3a1073036b8da2a1b405466e9a9b6d5ff9c1f`](https://github.com/honojs/vite-plugins/commit/47f3a1073036b8da2a1b405466e9a9b6d5ff9c1f) Thanks [@yusukebe](https://github.com/yusukebe)! - fix: peerDependencies
8+
39
## 0.4.0
410

511
### Minor Changes

packages/dev-server/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@hono/vite-dev-server",
33
"description": "Vite dev-server plugin for Hono",
4-
"version": "0.4.0",
4+
"version": "0.4.1",
55
"types": "dist/index.d.ts",
66
"module": "dist/index.js",
77
"type": "module",

0 commit comments

Comments
 (0)