parent
f10afd4b57
commit
89e3f88789
|
@ -1,5 +0,0 @@
|
||||||
---
|
|
||||||
'@hono/qwik-city': patch
|
|
||||||
---
|
|
||||||
|
|
||||||
#94 81fe019: update Qwik
|
|
|
@ -1,5 +0,0 @@
|
||||||
---
|
|
||||||
'@hono/medley-router': patch
|
|
||||||
---
|
|
||||||
|
|
||||||
fix: add router name
|
|
|
@ -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
|
||||||
|
|
|
@ -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",
|
||||||
|
|
|
@ -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
|
||||||
|
|
|
@ -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",
|
||||||
|
|
Loading…
Reference in New Issue