From 19fc87440061b5c3f1d70c8c43468c7ec850c39c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 3 Apr 2023 00:26:21 +0900 Subject: [PATCH] Version Packages (#80) --- .changeset/khaki-chairs-pay.md | 5 ----- .changeset/red-squids-own.md | 5 ----- packages/qwik-city/CHANGELOG.md | 8 ++++++++ packages/qwik-city/package.json | 2 +- 4 files changed, 9 insertions(+), 11 deletions(-) delete mode 100644 .changeset/khaki-chairs-pay.md delete mode 100644 .changeset/red-squids-own.md diff --git a/.changeset/khaki-chairs-pay.md b/.changeset/khaki-chairs-pay.md deleted file mode 100644 index 28557878..00000000 --- a/.changeset/khaki-chairs-pay.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@hono/qwik-city': patch ---- - -fix: fix building diff --git a/.changeset/red-squids-own.md b/.changeset/red-squids-own.md deleted file mode 100644 index 8995cd21..00000000 --- a/.changeset/red-squids-own.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@hono/qwik-city': patch ---- - -feat: bump up Qwik diff --git a/packages/qwik-city/CHANGELOG.md b/packages/qwik-city/CHANGELOG.md index d8a5214b..69a145a1 100644 --- a/packages/qwik-city/CHANGELOG.md +++ b/packages/qwik-city/CHANGELOG.md @@ -1,5 +1,13 @@ # @hono/qwik-city +## 0.0.2 + +### Patch Changes + +- [#79](https://github.com/honojs/middleware/pull/79) [`bf87efc`](https://github.com/honojs/middleware/commit/bf87efc9547d06f987036ca7a40b0929e813f4d9) Thanks [@yusukebe](https://github.com/yusukebe)! - fix: fix building + +- [#78](https://github.com/honojs/middleware/pull/78) [`2d87f28`](https://github.com/honojs/middleware/commit/2d87f28889f78b55622f046f3493b0eadb8873a2) Thanks [@yusukebe](https://github.com/yusukebe)! - feat: bump up Qwik + ## 0.0.1 ### Patch Changes diff --git a/packages/qwik-city/package.json b/packages/qwik-city/package.json index 1d494025..6e3e5e15 100644 --- a/packages/qwik-city/package.json +++ b/packages/qwik-city/package.json @@ -1,6 +1,6 @@ { "name": "@hono/qwik-city", - "version": "0.0.1", + "version": "0.0.2", "description": "Qwik City middleware for Hono", "main": "dist/cjs/index.js", "module": "dist/esm/index.js",