From 4f5759e20390cc5e6a26c27f510f18ce14c20c0e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 8 Jul 2026 11:21:04 +0000 Subject: [PATCH] chore: version packages --- .changeset/bump-templates-ref-v0.2.3.md | 5 ----- CHANGELOG.md | 6 ++++++ package.json | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) delete mode 100644 .changeset/bump-templates-ref-v0.2.3.md diff --git a/.changeset/bump-templates-ref-v0.2.3.md b/.changeset/bump-templates-ref-v0.2.3.md deleted file mode 100644 index 3c7b52b..0000000 --- a/.changeset/bump-templates-ref-v0.2.3.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"seamless-cli": patch ---- - -Bump the pinned `seamless-templates` ref to `v0.2.3`, so `seamless init` scaffolds the templates that ship `@seamless-auth/react` `^0.4.0` (TOTP support) and `@seamless-auth/express` `^0.7.0`. diff --git a/CHANGELOG.md b/CHANGELOG.md index 0c1ecb5..7d8b92d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # seamless-cli +## 0.5.2 + +### Patch Changes + +- 9992373: Bump the pinned `seamless-templates` ref to `v0.2.3`, so `seamless init` scaffolds the templates that ship `@seamless-auth/react` `^0.4.0` (TOTP support) and `@seamless-auth/express` `^0.7.0`. + ## 0.5.1 ### Patch Changes diff --git a/package.json b/package.json index 38a166c..13c4b68 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "seamless-cli", - "version": "0.5.1", + "version": "0.5.2", "description": "The Seamless Auth command-line interface", "homepage": "https://github.com/fells-code/seamless-cli#readme", "bugs": {