Version Packages (#322)

pull/331/head @hono/auth-js@1.0.0
github-actions[bot] 2023-12-29 04:44:37 +09:00 committed by GitHub
parent 6f2c42919e
commit a32b21bcd2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
6 changed files with 15 additions and 12 deletions

View File

@ -1,5 +0,0 @@
---
'@hono/qwik-city': patch
---
expose qwik city throughout all the request methods instead of only the get

View File

@ -1,5 +0,0 @@
---
'@hono/auth-js': major
---
initial support auth.js with hono

View File

@ -0,0 +1,7 @@
# @hono/auth-js
## 1.0.0
### Major Changes
- [#326](https://github.com/honojs/middleware/pull/326) [`f9859e8fa7e79e1111b8d335d927e7de0309dd7d`](https://github.com/honojs/middleware/commit/f9859e8fa7e79e1111b8d335d927e7de0309dd7d) Thanks [@divyam234](https://github.com/divyam234)! - initial support auth.js with hono

View File

@ -1,6 +1,6 @@
{
"name": "@hono/auth-js",
"version": "0.0.0",
"version": "1.0.0",
"description": "A third-party Auth js middleware for Hono",
"main": "dist/index.js",
"exports": {

View File

@ -1,5 +1,11 @@
# @hono/qwik-city
## 0.0.5
### Patch Changes
- [#321](https://github.com/honojs/middleware/pull/321) [`616afbcd03928dbec40089cec638e15eea3e2030`](https://github.com/honojs/middleware/commit/616afbcd03928dbec40089cec638e15eea3e2030) Thanks [@tleperou](https://github.com/tleperou)! - expose qwik city throughout all the request methods instead of only the get
## 0.0.4
### Patch Changes

View File

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