Skip to content

Commit

Permalink
chore(release): 3.61.0 [skip ci]
Browse files Browse the repository at this point in the history
# [3.61.0](v3.60.5...v3.61.0) (2025-01-24)

### Bug Fixes

* apply css classes after upgrading to tailwind css 4 ([70f5a87](70f5a87))

### Features

* update to Tailwind CSS v4 ([5ac5331](5ac5331))
* upgrade to Vitest 3 ([3e904f5](3e904f5))

### Reverts

* add back eslint-plugin-jsx-a11y in eslint config ([0a621ab](0a621ab))
  • Loading branch information
semantic-release-bot committed Jan 24, 2025
1 parent e664c46 commit 00bbc05
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 3 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
# [3.61.0](https://github.com/ixartz/Next-js-Boilerplate/compare/v3.60.5...v3.61.0) (2025-01-24)


### Bug Fixes

* apply css classes after upgrading to tailwind css 4 ([70f5a87](https://github.com/ixartz/Next-js-Boilerplate/commit/70f5a878e4c9313235d578497a22b1bef5df9203))


### Features

* update to Tailwind CSS v4 ([5ac5331](https://github.com/ixartz/Next-js-Boilerplate/commit/5ac5331818e31be4c197dea4430af57a55753708))
* upgrade to Vitest 3 ([3e904f5](https://github.com/ixartz/Next-js-Boilerplate/commit/3e904f568ffadf174cf4cb4794350676af1435e8))


### Reverts

* add back eslint-plugin-jsx-a11y in eslint config ([0a621ab](https://github.com/ixartz/Next-js-Boilerplate/commit/0a621abc5ac26b859bc4139f8592eeacfe0bd213))

## [3.60.5](https://github.com/ixartz/Next-js-Boilerplate/compare/v3.60.4...v3.60.5) (2024-12-20)


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": "next-js-boilerplate",
"version": "3.60.5",
"version": "3.61.0",
"author": "Ixartz (https://github.com/ixartz)",
"scripts": {
"dev:spotlight": "spotlight-sidecar",
Expand Down

0 comments on commit 00bbc05

Please sign in to comment.