Skip to content

Commit

Permalink
Version Packages (#65)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Jan 28, 2024
1 parent 47f3a10 commit 29ca500
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 8 deletions.
6 changes: 0 additions & 6 deletions .changeset/chilled-rocks-rhyme.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.2.2

### Patch Changes

- [#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

## 0.2.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.2.1",
"version": "0.2.2",
"types": "dist/index.d.ts",
"module": "dist/index.js",
"type": "module",
Expand Down
6 changes: 6 additions & 0 deletions packages/dev-server/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @hono/vite-dev-server

## 0.4.1

### Patch Changes

- [#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

## 0.4.0

### Minor 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.4.0",
"version": "0.4.1",
"types": "dist/index.d.ts",
"module": "dist/index.js",
"type": "module",
Expand Down

0 comments on commit 29ca500

Please sign in to comment.