Version Packages (#97)

pull/100/head @hono/medley-router@0.0.2
github-actions[bot] 2023-06-26 16:36:24 +09:00 committed by GitHub
parent f10afd4b57
commit 89e3f88789
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
6 changed files with 14 additions and 12 deletions

View File

@ -1,5 +0,0 @@
---
'@hono/qwik-city': patch
---
#94 81fe019: update Qwik

View File

@ -1,5 +0,0 @@
---
'@hono/medley-router': patch
---
fix: add router name

View File

@ -1,5 +1,11 @@
# @hono/medley-router # @hono/medley-router
## 0.0.2
### Patch Changes
- [#96](https://github.com/honojs/middleware/pull/96) [`f10afd4`](https://github.com/honojs/middleware/commit/f10afd4b57e66cfbdf1b2ab71607550cfe9fe707) Thanks [@yusukebe](https://github.com/yusukebe)! - fix: add router name
## 0.0.1 ## 0.0.1
### Patch Changes ### Patch Changes

View File

@ -1,6 +1,6 @@
{ {
"name": "@hono/medley-router", "name": "@hono/medley-router",
"version": "0.0.1", "version": "0.0.2",
"description": "Router using @medley/router", "description": "Router using @medley/router",
"main": "dist/index.js", "main": "dist/index.js",
"types": "dist/index.d.ts", "types": "dist/index.d.ts",

View File

@ -1,5 +1,11 @@
# @hono/qwik-city # @hono/qwik-city
## 0.0.3
### Patch Changes
- [`fe125e0`](https://github.com/honojs/middleware/commit/fe125e02b3fc5aa584487e621e6b442a710bbbfe) Thanks [@totto2727](https://github.com/totto2727)! - #94 81fe019: update Qwik
## 0.0.2 ## 0.0.2
### Patch Changes ### Patch Changes

View File

@ -1,6 +1,6 @@
{ {
"name": "@hono/qwik-city", "name": "@hono/qwik-city",
"version": "0.0.2", "version": "0.0.3",
"description": "Qwik City middleware for Hono", "description": "Qwik City middleware for Hono",
"main": "dist/cjs/index.js", "main": "dist/cjs/index.js",
"module": "dist/esm/index.js", "module": "dist/esm/index.js",