Version Packages (#1240)

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
pull/1238/head @hono/clerk-auth@3.0.0
github-actions[bot] 2025-06-19 16:27:00 +09:00 committed by GitHub
parent 69a278a2d3
commit 074bb88b4f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 9 additions and 8 deletions

View File

@ -1,7 +0,0 @@
---
'@hono/clerk-auth': major
---
Move `@clerk/backend` from peerDependencies to dependencies and bump to `2.x.x`.
This change ensures the package is directly available without requiring consumers to install it separately. The version bump includes the upcoming machine authentication feature while maintaining backward compatibility.

View File

@ -1,5 +1,13 @@
# @hono/clerk-auth # @hono/clerk-auth
## 3.0.0
### Major Changes
- [#1190](https://github.com/honojs/middleware/pull/1190) [`6ca78a14dad67d7920a7c70bbfdb752eeaaff9ad`](https://github.com/honojs/middleware/commit/6ca78a14dad67d7920a7c70bbfdb752eeaaff9ad) Thanks [@wobsoriano](https://github.com/wobsoriano)! - Move `@clerk/backend` from peerDependencies to dependencies and bump to `2.x.x`.
This change ensures the package is directly available without requiring consumers to install it separately. The version bump includes the upcoming machine authentication feature while maintaining backward compatibility.
## 2.0.1 ## 2.0.1
### Patch Changes ### Patch Changes

View File

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