Skip to content

Commit

Permalink
chore(release): 1.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# 1.0.0 (2024-07-14)

### Bug Fixes

* redirect user to the landing page after signing out ([6e9f383](6e9f383))

### Features

* add custom framework for i18n-ally and replace deprecated Jest VSCode configuration ([a9889dc](a9889dc))
* add link to the GitHub repository ([ed42176](ed42176))
* create dashboard header component ([f3dc1da](f3dc1da))
* don't redirect to organization-selection if the user is already on this page ([87da997](87da997))
* init commit ([ba92c2d](ba92c2d))
* initial commit ([d58e1d9](d58e1d9))
* launching SaaS boilerplate for helping developers to build SaaS quickly ([7f24661](7f24661))
* make the landing page responsive and works on mobile ([27e908a](27e908a))
* make user dashboard responsive ([f88c9dd](f88c9dd))
* migreate Env.mjs file to Env.ts ([2e6ff12](2e6ff12))
* remove next-sitemap and use the native Next.js sitemap/robots.txt ([75c9751](75c9751))
* update to Drizzle Kit 0.22, Storybook 8, migrate to vitest ([c2f19cd](c2f19cd))
* upgrade to Clerk v5 and use Clerk's Core 2 ([a92cef0](a92cef0))
* use Node.js version 20 and 22 in GitHub Actions ([226b5e9](226b5e9))
* vscode jest open test result view on test fails and add unauthenticatedUrl in clerk middleware ([3cfcb6b](3cfcb6b))
  • Loading branch information
semantic-release-bot committed Jul 14, 2024
1 parent ba92c2d commit 81d73af
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 3 deletions.
26 changes: 26 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "SBAT-SaaS",
"version": "1.5.0",
"version": "1.0.0",
"scripts": {
"dev:spotlight": "spotlight-sidecar",
"dev:next": "next dev",
Expand Down

0 comments on commit 81d73af

Please sign in to comment.