Skip to content

Commit 3b47f5d

Browse files
committed
chore(release): v6.11.3
1 parent 6b1b1a7 commit 3b47f5d

File tree

2 files changed

+21
-2
lines changed

2 files changed

+21
-2
lines changed

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,25 @@
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.11.3
6+
7+
[compare changes](https://github.com/nuxt-modules/tailwindcss/compare/v6.11.2...v6.11.3)
8+
9+
### 🩹 Fixes
10+
11+
- Add tw util for compatible versions and use unshift for module paths ([3f0d6e1](https://github.com/nuxt-modules/tailwindcss/commit/3f0d6e1))
12+
- Command palette ([#799](https://github.com/nuxt-modules/tailwindcss/pull/799))
13+
14+
### 📖 Documentation
15+
16+
- Add export default to default config example ([#796](https://github.com/nuxt-modules/tailwindcss/pull/796))
17+
18+
### ❤️ Contributors
19+
20+
- Florent Delerue <[email protected]>
21+
- Inesh Bose <[email protected]>
22+
- Johannes Przymusinski ([@cngJo](http://github.com/cngJo))
23+
524
## v6.11.2
625

726
[compare changes](https://github.com/nuxt-modules/tailwindcss/compare/v6.11.1...v6.11.2)

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.2",
3+
"version": "6.11.3",
44
"description": "TailwindCSS module for Nuxt",
55
"repository": "nuxt-modules/tailwindcss",
66
"license": "MIT",
@@ -84,4 +84,4 @@
8484
"stackblitz": {
8585
"startCommand": "pnpm dev:prepare && pnpm dev"
8686
}
87-
}
87+
}

0 commit comments

Comments
 (0)