From 074bb88b4f3c5827a565b43079029998e4f49883 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 19 Jun 2025 16:27:00 +0900 Subject: [PATCH] Version Packages (#1240) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- .changeset/weak-chairs-cry.md | 7 ------- packages/clerk-auth/CHANGELOG.md | 8 ++++++++ packages/clerk-auth/package.json | 2 +- 3 files changed, 9 insertions(+), 8 deletions(-) delete mode 100644 .changeset/weak-chairs-cry.md diff --git a/.changeset/weak-chairs-cry.md b/.changeset/weak-chairs-cry.md deleted file mode 100644 index 835b0259..00000000 --- a/.changeset/weak-chairs-cry.md +++ /dev/null @@ -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. diff --git a/packages/clerk-auth/CHANGELOG.md b/packages/clerk-auth/CHANGELOG.md index dac4615f..99039284 100644 --- a/packages/clerk-auth/CHANGELOG.md +++ b/packages/clerk-auth/CHANGELOG.md @@ -1,5 +1,13 @@ # @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 ### Patch Changes diff --git a/packages/clerk-auth/package.json b/packages/clerk-auth/package.json index db05f50e..ebdb7ee1 100644 --- a/packages/clerk-auth/package.json +++ b/packages/clerk-auth/package.json @@ -1,6 +1,6 @@ { "name": "@hono/clerk-auth", - "version": "2.0.1", + "version": "3.0.0", "description": "A third-party Clerk auth middleware for Hono", "type": "module", "main": "dist/index.cjs",