From 8b4a6cef6c51b7a1eb824bf7ff39e49079cb8563 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 27 Jun 2025 06:34:34 +0900 Subject: [PATCH] Version Packages (#1268) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- .changeset/angry-points-throw.md | 5 ----- packages/stytch-auth/CHANGELOG.md | 6 ++++++ packages/stytch-auth/package.json | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) delete mode 100644 .changeset/angry-points-throw.md diff --git a/.changeset/angry-points-throw.md b/.changeset/angry-points-throw.md deleted file mode 100644 index 128586f0..00000000 --- a/.changeset/angry-points-throw.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@hono/stytch-auth': patch ---- - -Add support for custom domain usage by setting the STYTCH_DOMAIN environment variable diff --git a/packages/stytch-auth/CHANGELOG.md b/packages/stytch-auth/CHANGELOG.md index 85aa55de..01805d10 100644 --- a/packages/stytch-auth/CHANGELOG.md +++ b/packages/stytch-auth/CHANGELOG.md @@ -1,5 +1,11 @@ # @hono/stytch-auth +## 0.1.1 + +### Patch Changes + +- [#1267](https://github.com/honojs/middleware/pull/1267) [`8196e225e7df1f871e44e54ab287c7087efeb3e6`](https://github.com/honojs/middleware/commit/8196e225e7df1f871e44e54ab287c7087efeb3e6) Thanks [@max-stytch](https://github.com/max-stytch)! - Add support for custom domain usage by setting the STYTCH_DOMAIN environment variable + ## 0.1.0 ### Minor Changes diff --git a/packages/stytch-auth/package.json b/packages/stytch-auth/package.json index 58241b99..ce65d462 100644 --- a/packages/stytch-auth/package.json +++ b/packages/stytch-auth/package.json @@ -1,6 +1,6 @@ { "name": "@hono/stytch-auth", - "version": "0.1.0", + "version": "0.1.1", "description": "A third-party Stytch auth middleware for Hono", "type": "module", "main": "dist/index.cjs",