Skip to content

Commit 2c809ac

Browse files
committed
chore(release): v6.13.2
1 parent 3dd3ada commit 2c809ac

File tree

2 files changed

+30
-1
lines changed

2 files changed

+30
-1
lines changed

CHANGELOG.md

+29
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,35 @@
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.13.2
6+
7+
[compare changes](https://github.com/nuxt-modules/tailwindcss/compare/v6.13.1...v6.13.2)
8+
9+
### 🩹 Fixes
10+
11+
- **content:** Resolve `app/` dir for `utils`, resolves #955 ([#955](https://github.com/nuxt-modules/tailwindcss/issues/955))
12+
- **content:** Use `pages:extend` to get page routes ([f226a64](https://github.com/nuxt-modules/tailwindcss/commit/f226a64))
13+
- **config:** Dedupe `tailwind.config` from configPaths, closes #949 ([#949](https://github.com/nuxt-modules/tailwindcss/issues/949))
14+
15+
### 📖 Documentation
16+
17+
- Mention `tailwindcss-cli` if `tailwindcss init` fails ([#946](https://github.com/nuxt-modules/tailwindcss/pull/946))
18+
- Direct to v3 tailwindcss docs ([a7c54c4](https://github.com/nuxt-modules/tailwindcss/commit/a7c54c4))
19+
- Revert to NuxtTailwind ([#963](https://github.com/nuxt-modules/tailwindcss/pull/963))
20+
- Update module-options.md ([159ab53](https://github.com/nuxt-modules/tailwindcss/commit/159ab53))
21+
22+
### 🏡 Chore
23+
24+
- **ci:** Fix corepack for actions/setup-node ([c996f0a](https://github.com/nuxt-modules/tailwindcss/commit/c996f0a))
25+
- Fix lint ([3dd3ada](https://github.com/nuxt-modules/tailwindcss/commit/3dd3ada))
26+
27+
### ❤️ Contributors
28+
29+
- Inesh Bose <[email protected]>
30+
- David Marr ([@marr](http://github.com/marr))
31+
- Ditmar Entwicklerberg ([@entwicklerberg](http://github.com/entwicklerberg))
32+
- Dev By Ray ([@devbyray](http://github.com/devbyray))
33+
534
## v6.13.1
635

736
[compare changes](https://github.com/nuxt-modules/tailwindcss/compare/v6.13.0...v6.13.1)

package.json

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

0 commit comments

Comments
 (0)