From 2f57dd5ebb3ed578aba2dc2b683de2aa0d5ff65b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 14 Jun 2025 05:55:25 +0900 Subject: [PATCH] Version Packages (#1225) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- .changeset/tidy-pots-count.md | 5 ----- packages/stytch-auth/CHANGELOG.md | 7 +++++++ packages/stytch-auth/package.json | 2 +- 3 files changed, 8 insertions(+), 6 deletions(-) delete mode 100644 .changeset/tidy-pots-count.md create mode 100644 packages/stytch-auth/CHANGELOG.md diff --git a/.changeset/tidy-pots-count.md b/.changeset/tidy-pots-count.md deleted file mode 100644 index 8277ea22..00000000 --- a/.changeset/tidy-pots-count.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@hono/stytch-auth': minor ---- - -Initial release of @hono/stytch-auth package diff --git a/packages/stytch-auth/CHANGELOG.md b/packages/stytch-auth/CHANGELOG.md new file mode 100644 index 00000000..85aa55de --- /dev/null +++ b/packages/stytch-auth/CHANGELOG.md @@ -0,0 +1,7 @@ +# @hono/stytch-auth + +## 0.1.0 + +### Minor Changes + +- [#1186](https://github.com/honojs/middleware/pull/1186) [`ede1aaff4fb4de931f5ded309cc590615a97caec`](https://github.com/honojs/middleware/commit/ede1aaff4fb4de931f5ded309cc590615a97caec) Thanks [@max-stytch](https://github.com/max-stytch)! - Initial release of @hono/stytch-auth package diff --git a/packages/stytch-auth/package.json b/packages/stytch-auth/package.json index 05800104..af1e813e 100644 --- a/packages/stytch-auth/package.json +++ b/packages/stytch-auth/package.json @@ -1,6 +1,6 @@ { "name": "@hono/stytch-auth", - "version": "0.0.0", + "version": "0.1.0", "description": "A third-party Stytch auth middleware for Hono", "type": "module", "main": "dist/index.cjs",