Version Packages (#382)

pull/385/head @hono/auth-js@1.0.3
github-actions[bot] 2024-02-10 08:47:06 +09:00 committed by GitHub
parent ea19f6bdeb
commit 599e5f5058
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
9 changed files with 28 additions and 12 deletions

View File

@ -1,8 +0,0 @@
---
'@hono/auth-js': patch
'@hono/clerk-auth': patch
'@hono/firebase-auth': patch
'@hono/trpc-server': patch
---
fix: change peer dependency to support v4.0.0

View File

@ -1,5 +1,11 @@
# @hono/auth-js # @hono/auth-js
## 1.0.3
### Patch Changes
- [#380](https://github.com/honojs/middleware/pull/380) [`ea19f6bdeb14216da0880baf5dd5885395c0f008`](https://github.com/honojs/middleware/commit/ea19f6bdeb14216da0880baf5dd5885395c0f008) Thanks [@CarlosZiegler](https://github.com/CarlosZiegler)! - fix: change peer dependency to support v4.0.0
## 1.0.2 ## 1.0.2
### Patch Changes ### Patch Changes

View File

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

View File

@ -1,5 +1,11 @@
# @hono/clerk-auth # @hono/clerk-auth
## 1.0.1
### Patch Changes
- [#380](https://github.com/honojs/middleware/pull/380) [`ea19f6bdeb14216da0880baf5dd5885395c0f008`](https://github.com/honojs/middleware/commit/ea19f6bdeb14216da0880baf5dd5885395c0f008) Thanks [@CarlosZiegler](https://github.com/CarlosZiegler)! - fix: change peer dependency to support v4.0.0
## 1.0.0 ## 1.0.0
### Major Changes ### Major Changes

View File

@ -1,6 +1,6 @@
{ {
"name": "@hono/clerk-auth", "name": "@hono/clerk-auth",
"version": "1.0.0", "version": "1.0.1",
"description": "A third-party Clerk auth middleware for Hono", "description": "A third-party Clerk auth middleware for Hono",
"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/firebase-auth # @hono/firebase-auth
## 1.3.5
### Patch Changes
- [#380](https://github.com/honojs/middleware/pull/380) [`ea19f6bdeb14216da0880baf5dd5885395c0f008`](https://github.com/honojs/middleware/commit/ea19f6bdeb14216da0880baf5dd5885395c0f008) Thanks [@CarlosZiegler](https://github.com/CarlosZiegler)! - fix: change peer dependency to support v4.0.0
## 1.3.4 ## 1.3.4
### Patch Changes ### Patch Changes

View File

@ -1,6 +1,6 @@
{ {
"name": "@hono/firebase-auth", "name": "@hono/firebase-auth",
"version": "1.3.4", "version": "1.3.5",
"description": "A third-party firebase auth middleware for Hono", "description": "A third-party firebase auth middleware for Hono",
"type": "module", "type": "module",
"main": "dist/index.cjs", "main": "dist/index.cjs",

View File

@ -1,5 +1,11 @@
# @hono/trpc-server # @hono/trpc-server
## 0.1.1
### Patch Changes
- [#380](https://github.com/honojs/middleware/pull/380) [`ea19f6bdeb14216da0880baf5dd5885395c0f008`](https://github.com/honojs/middleware/commit/ea19f6bdeb14216da0880baf5dd5885395c0f008) Thanks [@CarlosZiegler](https://github.com/CarlosZiegler)! - fix: change peer dependency to support v4.0.0
## 0.1.0 ## 0.1.0
### Minor Changes ### Minor Changes

View File

@ -1,6 +1,6 @@
{ {
"name": "@hono/trpc-server", "name": "@hono/trpc-server",
"version": "0.1.0", "version": "0.1.1",
"description": "tRPC Server Middleware for Hono", "description": "tRPC Server Middleware for Hono",
"main": "dist/cjs/index.js", "main": "dist/cjs/index.js",
"module": "dist/esm/index.js", "module": "dist/esm/index.js",