diff --git a/.changeset/calm-cats-return.md b/.changeset/calm-cats-return.md deleted file mode 100644 index 68d30111..00000000 --- a/.changeset/calm-cats-return.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@podosoft/podokit": patch ---- - -Return regular users to the shared account page after mandatory two-factor enrollment and keep the account route behind the enrollment gate. diff --git a/package-lock.json b/package-lock.json index 86cf68f3..8e19f3b9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -4550,7 +4550,7 @@ }, "packages/cli": { "name": "@podosoft/podokit", - "version": "0.17.3", + "version": "0.17.4", "license": "Apache-2.0", "dependencies": { "@podosoft/podokit-template-engine": "^0.4.2" diff --git a/packages/cli/CHANGELOG.md b/packages/cli/CHANGELOG.md index 0beca7f6..7a36537b 100644 --- a/packages/cli/CHANGELOG.md +++ b/packages/cli/CHANGELOG.md @@ -1,5 +1,11 @@ # @podosoft/podokit +## 0.17.4 + +### Patch Changes + +- [#152](https://github.com/podosoft-dev/podokit/pull/152) [`9892142`](https://github.com/podosoft-dev/podokit/commit/98921425c4af85150b6a6481ab702a6a2d3e0ef3) Thanks [@korone00](https://github.com/korone00)! - Return regular users to the shared account page after mandatory two-factor enrollment and keep the account route behind the enrollment gate. + ## 0.17.3 ### Patch Changes diff --git a/packages/cli/package.json b/packages/cli/package.json index 1a764c29..d61b8f5e 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,6 +1,6 @@ { "name": "@podosoft/podokit", - "version": "0.17.3", + "version": "0.17.4", "description": "An opinionated but extensible starter toolkit and CLI for full-stack TypeScript apps with NestJS, SvelteKit, TailwindCSS, shadcn-svelte, Docker, and k3s.", "license": "Apache-2.0", "repository": {