Version Packages (#815)

pull/816/head @hono/auth-js@1.0.15
github-actions[bot] 2024-11-08 04:55:22 +09:00 committed by GitHub
parent f237ca68a8
commit 28ca0f3284
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 7 additions and 6 deletions

View File

@ -1,5 +0,0 @@
---
'@hono/auth-js': patch
---
add react 19 in peer dependencies

View File

@ -1,5 +1,11 @@
# @hono/auth-js # @hono/auth-js
## 1.0.15
### Patch Changes
- [#813](https://github.com/honojs/middleware/pull/813) [`b1c812e50c9388cf7cda893e7c554cedeb24d803`](https://github.com/honojs/middleware/commit/b1c812e50c9388cf7cda893e7c554cedeb24d803) Thanks [@divyam234](https://github.com/divyam234)! - add react 19 in peer dependencies
## 1.0.14 ## 1.0.14
### Patch Changes ### Patch Changes

View File

@ -1,6 +1,6 @@
{ {
"name": "@hono/auth-js", "name": "@hono/auth-js",
"version": "1.0.14", "version": "1.0.15",
"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": {