Skip to content

Commit 1f70605

Browse files
committed
chore(release): v3.5.1
1 parent f66b0d5 commit 1f70605

File tree

2 files changed

+28
-1
lines changed

2 files changed

+28
-1
lines changed

CHANGELOG.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,33 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
## v3.5.1
6+
7+
[compare changes](https://github.com/nuxt-modules/color-mode/compare/v3.5.0...v3.5.1)
8+
9+
### 🩹 Fixes
10+
11+
- Synchronize Vue 2 & 3 component behaviour ([#285](https://github.com/nuxt-modules/color-mode/pull/285))
12+
13+
### 📖 Documentation
14+
15+
- Update ([b3789de](https://github.com/nuxt-modules/color-mode/commit/b3789de))
16+
- Move to Nuxt UI ([#283](https://github.com/nuxt-modules/color-mode/pull/283))
17+
- Update readme ([4608865](https://github.com/nuxt-modules/color-mode/commit/4608865))
18+
- Add back plausible ([fbde0a1](https://github.com/nuxt-modules/color-mode/commit/fbde0a1))
19+
- Update links ([ab361e9](https://github.com/nuxt-modules/color-mode/commit/ab361e9))
20+
- Simplify ([3c1c680](https://github.com/nuxt-modules/color-mode/commit/3c1c680))
21+
22+
### 🏡 Chore
23+
24+
- Update release script ([135a90e](https://github.com/nuxt-modules/color-mode/commit/135a90e))
25+
- Update deps ([0d5f77b](https://github.com/nuxt-modules/color-mode/commit/0d5f77b))
26+
27+
### ❤️ Contributors
28+
29+
- Horu ([@HigherOrderLogic](http://github.com/HigherOrderLogic))
30+
- Sébastien Chopin ([@atinux](http://github.com/atinux))
31+
532
## [3.5.0](https://github.com/nuxt-modules/color-mode/compare/v3.4.4...v3.5.0) (2024-09-13)
633

734

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nuxtjs/color-mode",
3-
"version": "3.5.0",
3+
"version": "3.5.1",
44
"description": "Dark and Light mode for Nuxt with auto detection",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)