From d41fc580abc98525cb283b240957a186f6d096fa Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Fri, 20 Dec 2024 19:31:52 +0000 Subject: [PATCH] chore(release): 1.7.4 [skip ci] ## [1.7.4](https://github.com/ixartz/SaaS-Boilerplate/compare/v1.7.3...v1.7.4) (2024-12-20) ### Bug Fixes * remove custom framework configuration for i18n-ally vscode ([63f87fe](https://github.com/ixartz/SaaS-Boilerplate/commit/63f87feb3c0cb186c500ef9bed9cb50d7309224d)) * use new vitest vscode setting for preventing automatic opening of the test results ([2a2b945](https://github.com/ixartz/SaaS-Boilerplate/commit/2a2b945050f8d19883d6f2a8a6ec5ccf8b1f4173)) --- CHANGELOG.md | 8 ++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 11 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 145c5da..e5dc61d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +## [1.7.4](https://github.com/ixartz/SaaS-Boilerplate/compare/v1.7.3...v1.7.4) (2024-12-20) + + +### Bug Fixes + +* remove custom framework configuration for i18n-ally vscode ([63f87fe](https://github.com/ixartz/SaaS-Boilerplate/commit/63f87feb3c0cb186c500ef9bed9cb50d7309224d)) +* use new vitest vscode setting for preventing automatic opening of the test results ([2a2b945](https://github.com/ixartz/SaaS-Boilerplate/commit/2a2b945050f8d19883d6f2a8a6ec5ccf8b1f4173)) + ## [1.7.3](https://github.com/ixartz/SaaS-Boilerplate/compare/v1.7.2...v1.7.3) (2024-11-07) diff --git a/package-lock.json b/package-lock.json index 492ab33..aeedb84 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "saas-boilerplate", - "version": "1.7.3", + "version": "1.7.4", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "saas-boilerplate", - "version": "1.7.3", + "version": "1.7.4", "dependencies": { "@clerk/localizations": "^3.2.1", "@clerk/nextjs": "^5.7.3", diff --git a/package.json b/package.json index 591ba8b..3ec71d6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "saas-boilerplate", - "version": "1.7.3", + "version": "1.7.4", "scripts": { "dev:spotlight": "spotlight-sidecar", "dev:next": "next dev",