Skip to content

Commit

Permalink
Version Packages (#40)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Dec 14, 2023
1 parent 1f8d212 commit 69ca9da
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 8 deletions.
6 changes: 0 additions & 6 deletions .changeset/silly-bugs-wave.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.1.2

### Patch Changes

- [#39](https://github.com/honojs/vite-plugins/pull/39) [`1f8d212f0d194e90a7a4133d11d29667a69942ff`](https://github.com/honojs/vite-plugins/commit/1f8d212f0d194e90a7a4133d11d29667a69942ff) Thanks [@yusukebe](https://github.com/yusukebe)! - fix: update `peerDependencies`

## 0.1.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.1.1",
"version": "0.1.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.3.1

### Patch Changes

- [#39](https://github.com/honojs/vite-plugins/pull/39) [`1f8d212f0d194e90a7a4133d11d29667a69942ff`](https://github.com/honojs/vite-plugins/commit/1f8d212f0d194e90a7a4133d11d29667a69942ff) Thanks [@yusukebe](https://github.com/yusukebe)! - fix: update `peerDependencies`

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

0 comments on commit 69ca9da

Please sign in to comment.