Skip to content

Commit 910bf1c

Browse files
committed
chore(release): v6.12.2
1 parent a7b886a commit 910bf1c

File tree

2 files changed

+32
-1
lines changed

2 files changed

+32
-1
lines changed

CHANGELOG.md

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,37 @@
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.2
6+
7+
[compare changes](https://github.com/nuxt-modules/tailwindcss/compare/v6.12.1...v6.12.2)
8+
9+
### 🩹 Fixes
10+
11+
- #883 Tab view src leading baseURL ([#885](https://github.com/nuxt-modules/tailwindcss/pull/885), [#883](https://github.com/nuxt-modules/tailwindcss/issues/883))
12+
- **viewer:** Provide workaround for nuxt2 `modules:done` serverMiddleware race condition ([9d42549](https://github.com/nuxt-modules/tailwindcss/commit/9d42549))
13+
14+
### 📖 Documentation
15+
16+
- Mention tailwind intelliSense integration with IDEs pointing to tailwind docs / editor config ([#875](https://github.com/nuxt-modules/tailwindcss/pull/875))
17+
18+
### 🏡 Chore
19+
20+
- Use klona and content configuration as object ([f606398](https://github.com/nuxt-modules/tailwindcss/commit/f606398))
21+
- Fix test and provide toggle ([60a4bba](https://github.com/nuxt-modules/tailwindcss/commit/60a4bba))
22+
- Update docs and add examples test ci ([#853](https://github.com/nuxt-modules/tailwindcss/pull/853))
23+
- Update deps ([#900](https://github.com/nuxt-modules/tailwindcss/pull/900))
24+
- Indicate compatibility with new v4 major ([#876](https://github.com/nuxt-modules/tailwindcss/pull/876))
25+
- Update test ([2d051e2](https://github.com/nuxt-modules/tailwindcss/commit/2d051e2))
26+
- Remove console output testing ([98296a8](https://github.com/nuxt-modules/tailwindcss/commit/98296a8))
27+
- Fix lint ([a7b886a](https://github.com/nuxt-modules/tailwindcss/commit/a7b886a))
28+
29+
### ❤️ Contributors
30+
31+
- Inesh Bose <[email protected]>
32+
- Daniel Roe ([@danielroe](http://github.com/danielroe))
33+
- Santiago A. ([@santiagoaloi](http://github.com/santiagoaloi))
34+
- Richardev ([@richardevcom](http://github.com/richardevcom))
35+
536
## v6.12.1
637

738
[compare changes](https://github.com/nuxt-modules/tailwindcss/compare/v6.12.0...v6.12.1)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nuxtjs/tailwindcss",
3-
"version": "6.12.1",
3+
"version": "6.12.2",
44
"description": "Tailwind CSS module for Nuxt",
55
"repository": "nuxt-modules/tailwindcss",
66
"license": "MIT",

0 commit comments

Comments
 (0)