Skip to content

Commit dac6a9c

Browse files
committed
chore(release): v6.12.0
1 parent 52cc79e commit dac6a9c

File tree

2 files changed

+34
-2
lines changed

2 files changed

+34
-2
lines changed

CHANGELOG.md

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,38 @@
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+
## v6.12.0
6+
7+
[compare changes](https://github.com/nuxt-modules/tailwindcss/compare/v6.11.4...v6.12.0)
8+
9+
### 🚀 Enhancements
10+
11+
- First class hmr ([#818](https://github.com/nuxt-modules/tailwindcss/pull/818))
12+
13+
### 💅 Refactors
14+
15+
- First class HMR support ([#795](https://github.com/nuxt-modules/tailwindcss/pull/795))
16+
- First class HMR support " ([#795](https://github.com/nuxt-modules/tailwindcss/pull/795), [#817](https://github.com/nuxt-modules/tailwindcss/pull/817))
17+
18+
### 📖 Documentation
19+
20+
- Update configuration docs ([#827](https://github.com/nuxt-modules/tailwindcss/pull/827))
21+
- Use new `nuxi module add` command in installation ([#829](https://github.com/nuxt-modules/tailwindcss/pull/829))
22+
- Update classRegex, closes #824 ([#824](https://github.com/nuxt-modules/tailwindcss/issues/824))
23+
24+
### 🏡 Chore
25+
26+
- Remove unneeded postcss-custom-properties plugin ([#836](https://github.com/nuxt-modules/tailwindcss/pull/836))
27+
- Migrate to eslint v9 ([#834](https://github.com/nuxt-modules/tailwindcss/pull/834))
28+
- Update deps ([87fb919](https://github.com/nuxt-modules/tailwindcss/commit/87fb919))
29+
30+
### ❤️ Contributors
31+
32+
- Inesh Bose <dev@inesh.xyz>
33+
- Daniel Roe ([@danielroe](http://github.com/danielroe))
34+
- Scott Rees ([@reesscot](http://github.com/reesscot))
35+
- Selemondev ([@selemondev](http://github.com/selemondev))
36+
537
## v6.11.4
638

739
[compare changes](https://github.com/nuxt-modules/tailwindcss/compare/v6.11.3...v6.11.4)

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nuxtjs/tailwindcss",
3-
"version": "6.11.4",
3+
"version": "6.12.0",
44
"description": "TailwindCSS module for Nuxt",
55
"repository": "nuxt-modules/tailwindcss",
66
"license": "MIT",
@@ -80,4 +80,4 @@
8080
"stackblitz": {
8181
"startCommand": "pnpm dev:prepare && pnpm dev"
8282
}
83-
}
83+
}

0 commit comments

Comments
 (0)