Skip to content

Commit

Permalink
Version Packages (#151)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Jul 6, 2024
1 parent 6fb01bf commit 5d1cc15
Show file tree
Hide file tree
Showing 7 changed files with 18 additions and 17 deletions.
5 changes: 0 additions & 5 deletions .changeset/fifty-ligers-care.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/fifty-turtles-wonder.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/violet-coats-taste.md

This file was deleted.

6 changes: 6 additions & 0 deletions packages/cloudflare-pages/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @hono/vite-cloudflare-pages

## 0.4.2

### Patch Changes

- [#153](https://github.com/honojs/vite-plugins/pull/153) [`6fb01bfa65b53c9236d45a0106250e4444a6c8f7`](https://github.com/honojs/vite-plugins/commit/6fb01bfa65b53c9236d45a0106250e4444a6c8f7) Thanks [@yusukebe](https://github.com/yusukebe)! - fix: add `target` option as `webworker`

## 0.4.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/cloudflare-pages/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@hono/vite-cloudflare-pages",
"description": "Vite plugin to build your Hono app for Cloudflare Pages",
"version": "0.4.1",
"version": "0.4.2",
"types": "dist/index.d.ts",
"module": "dist/index.js",
"type": "module",
Expand Down
10 changes: 10 additions & 0 deletions packages/dev-server/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @hono/vite-dev-server

## 0.13.0

### Minor Changes

- [#152](https://github.com/honojs/vite-plugins/pull/152) [`1782639ce0b9dcc802d3ecbb5f14dd614b80f708`](https://github.com/honojs/vite-plugins/commit/1782639ce0b9dcc802d3ecbb5f14dd614b80f708) Thanks [@yusukebe](https://github.com/yusukebe)! - feat: remove plugins

### Patch Changes

- [#150](https://github.com/honojs/vite-plugins/pull/150) [`a0c634394cf6dde72df8408d475598ccf35a9bc5`](https://github.com/honojs/vite-plugins/commit/a0c634394cf6dde72df8408d475598ccf35a9bc5) Thanks [@yusukebe](https://github.com/yusukebe)! - fix: add `navigator.userAgent` value for the cloudflare adapter

## 0.12.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/dev-server/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@hono/vite-dev-server",
"description": "Vite dev-server plugin for Hono",
"version": "0.12.2",
"version": "0.13.0",
"types": "dist/index.d.ts",
"module": "dist/index.js",
"type": "module",
Expand Down

0 comments on commit 5d1cc15

Please sign in to comment.