From 81d73afe01e6593ccbacfd96c6e018d2c49d73f9 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sun, 14 Jul 2024 15:31:30 +0000 Subject: [PATCH] chore(release): 1.0.0 [skip ci] # 1.0.0 (2024-07-14) ### Bug Fixes * redirect user to the landing page after signing out ([6e9f383](https://github.com/SBATGuardian/SBAT-SaaS/commit/6e9f3839daaab56dd3cf3e57287ea0f3862b8588)) ### Features * add custom framework for i18n-ally and replace deprecated Jest VSCode configuration ([a9889dc](https://github.com/SBATGuardian/SBAT-SaaS/commit/a9889dc129aeeba8801f4f47e54d46e9515e6a29)) * add link to the GitHub repository ([ed42176](https://github.com/SBATGuardian/SBAT-SaaS/commit/ed42176bdc2776cacc2c939bac45914a1ede8e51)) * create dashboard header component ([f3dc1da](https://github.com/SBATGuardian/SBAT-SaaS/commit/f3dc1da451ab8dce90d111fe4bbc8d4bc99e4b01)) * don't redirect to organization-selection if the user is already on this page ([87da997](https://github.com/SBATGuardian/SBAT-SaaS/commit/87da997b853fd9dcb7992107d2cb206817258910)) * init commit ([ba92c2d](https://github.com/SBATGuardian/SBAT-SaaS/commit/ba92c2d3fbe9f1bde1ce02519c61ba7dc8960eb0)) * initial commit ([d58e1d9](https://github.com/SBATGuardian/SBAT-SaaS/commit/d58e1d97e11baa0a756bd038332eb84daf5a8327)) * launching SaaS boilerplate for helping developers to build SaaS quickly ([7f24661](https://github.com/SBATGuardian/SBAT-SaaS/commit/7f246618791e3a731347dffc694a52fa90b1152a)) * make the landing page responsive and works on mobile ([27e908a](https://github.com/SBATGuardian/SBAT-SaaS/commit/27e908a735ea13845a6cc42acc12e6cae3232b9b)) * make user dashboard responsive ([f88c9dd](https://github.com/SBATGuardian/SBAT-SaaS/commit/f88c9dd5ac51339d37d1d010e5b16c7776c73b8d)) * migreate Env.mjs file to Env.ts ([2e6ff12](https://github.com/SBATGuardian/SBAT-SaaS/commit/2e6ff124dcc10a3c12cac672cbb82ec4000dc60c)) * remove next-sitemap and use the native Next.js sitemap/robots.txt ([75c9751](https://github.com/SBATGuardian/SBAT-SaaS/commit/75c9751d607b8a6a269d08667f7d9900797ff38a)) * update to Drizzle Kit 0.22, Storybook 8, migrate to vitest ([c2f19cd](https://github.com/SBATGuardian/SBAT-SaaS/commit/c2f19cd8e9dc983e0ad799da2474610b57b88f50)) * upgrade to Clerk v5 and use Clerk's Core 2 ([a92cef0](https://github.com/SBATGuardian/SBAT-SaaS/commit/a92cef026b5c85a703f707aabf42d28a16f07054)) * use Node.js version 20 and 22 in GitHub Actions ([226b5e9](https://github.com/SBATGuardian/SBAT-SaaS/commit/226b5e970f46bfcd384ca60cd63ebb15516eca21)) * vscode jest open test result view on test fails and add unauthenticatedUrl in clerk middleware ([3cfcb6b](https://github.com/SBATGuardian/SBAT-SaaS/commit/3cfcb6b00d91dabcb00cbf8eb2d8be6533ff672e)) --- CHANGELOG.md | 26 ++++++++++++++++++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 29 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 96c4644..3198a2e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,29 @@ +# 1.0.0 (2024-07-14) + + +### Bug Fixes + +* redirect user to the landing page after signing out ([6e9f383](https://github.com/SBATGuardian/SBAT-SaaS/commit/6e9f3839daaab56dd3cf3e57287ea0f3862b8588)) + + +### Features + +* add custom framework for i18n-ally and replace deprecated Jest VSCode configuration ([a9889dc](https://github.com/SBATGuardian/SBAT-SaaS/commit/a9889dc129aeeba8801f4f47e54d46e9515e6a29)) +* add link to the GitHub repository ([ed42176](https://github.com/SBATGuardian/SBAT-SaaS/commit/ed42176bdc2776cacc2c939bac45914a1ede8e51)) +* create dashboard header component ([f3dc1da](https://github.com/SBATGuardian/SBAT-SaaS/commit/f3dc1da451ab8dce90d111fe4bbc8d4bc99e4b01)) +* don't redirect to organization-selection if the user is already on this page ([87da997](https://github.com/SBATGuardian/SBAT-SaaS/commit/87da997b853fd9dcb7992107d2cb206817258910)) +* init commit ([ba92c2d](https://github.com/SBATGuardian/SBAT-SaaS/commit/ba92c2d3fbe9f1bde1ce02519c61ba7dc8960eb0)) +* initial commit ([d58e1d9](https://github.com/SBATGuardian/SBAT-SaaS/commit/d58e1d97e11baa0a756bd038332eb84daf5a8327)) +* launching SaaS boilerplate for helping developers to build SaaS quickly ([7f24661](https://github.com/SBATGuardian/SBAT-SaaS/commit/7f246618791e3a731347dffc694a52fa90b1152a)) +* make the landing page responsive and works on mobile ([27e908a](https://github.com/SBATGuardian/SBAT-SaaS/commit/27e908a735ea13845a6cc42acc12e6cae3232b9b)) +* make user dashboard responsive ([f88c9dd](https://github.com/SBATGuardian/SBAT-SaaS/commit/f88c9dd5ac51339d37d1d010e5b16c7776c73b8d)) +* migreate Env.mjs file to Env.ts ([2e6ff12](https://github.com/SBATGuardian/SBAT-SaaS/commit/2e6ff124dcc10a3c12cac672cbb82ec4000dc60c)) +* remove next-sitemap and use the native Next.js sitemap/robots.txt ([75c9751](https://github.com/SBATGuardian/SBAT-SaaS/commit/75c9751d607b8a6a269d08667f7d9900797ff38a)) +* update to Drizzle Kit 0.22, Storybook 8, migrate to vitest ([c2f19cd](https://github.com/SBATGuardian/SBAT-SaaS/commit/c2f19cd8e9dc983e0ad799da2474610b57b88f50)) +* upgrade to Clerk v5 and use Clerk's Core 2 ([a92cef0](https://github.com/SBATGuardian/SBAT-SaaS/commit/a92cef026b5c85a703f707aabf42d28a16f07054)) +* use Node.js version 20 and 22 in GitHub Actions ([226b5e9](https://github.com/SBATGuardian/SBAT-SaaS/commit/226b5e970f46bfcd384ca60cd63ebb15516eca21)) +* vscode jest open test result view on test fails and add unauthenticatedUrl in clerk middleware ([3cfcb6b](https://github.com/SBATGuardian/SBAT-SaaS/commit/3cfcb6b00d91dabcb00cbf8eb2d8be6533ff672e)) + # [1.5.0](https://github.com/ixartz/SaaS-Boilerplate/compare/v1.4.0...v1.5.0) (2024-06-05) diff --git a/package-lock.json b/package-lock.json index 11376c2..911988a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "SBAT-SaaS", - "version": "1.5.0", + "version": "1.0.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "SBAT-SaaS", - "version": "1.5.0", + "version": "1.0.0", "dependencies": { "@clerk/localizations": "^2.4.3", "@clerk/nextjs": "^5.1.3", diff --git a/package.json b/package.json index bcd5d28..61f638f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "SBAT-SaaS", - "version": "1.5.0", + "version": "1.0.0", "scripts": { "dev:spotlight": "spotlight-sidecar", "dev:next": "next dev",