Skip to content

Commit ae83c7a

Browse files
committed
chore(release): v6.13.0
1 parent 3ff6d76 commit ae83c7a

File tree

2 files changed

+45
-3
lines changed

2 files changed

+45
-3
lines changed

CHANGELOG.md

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,43 @@
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.0
6+
7+
[compare changes](https://github.com/nuxt-modules/tailwindcss/compare/v6.12.2...v6.13.0)
8+
9+
### 🚀 Enhancements
10+
11+
- **content:** Add `spaLoadingTemplate` to content resolution ([#907](https://github.com/nuxt-modules/tailwindcss/pull/907))
12+
- Enable c12 for loading config and provide `defineConfig` ([#913](https://github.com/nuxt-modules/tailwindcss/pull/913))
13+
- **merger:** Add to exports ([#922](https://github.com/nuxt-modules/tailwindcss/pull/922))
14+
15+
### 🩹 Fixes
16+
17+
- **hmr:** Fix variable ([f47e093](https://github.com/nuxt-modules/tailwindcss/commit/f47e093))
18+
- **load:** Add .js to tailwindcss/resolveConfig ([0696aba](https://github.com/nuxt-modules/tailwindcss/commit/0696aba))
19+
- **config:** Use mjs template ([#930](https://github.com/nuxt-modules/tailwindcss/pull/930))
20+
- **injectPosition:** Resolve file paths to determine position ([71be9ac](https://github.com/nuxt-modules/tailwindcss/commit/71be9ac))
21+
22+
### 📖 Documentation
23+
24+
- Add command to create tailwind.config.js for pnpm ([#910](https://github.com/nuxt-modules/tailwindcss/pull/910))
25+
- Provide GitHub link for examples ([#904](https://github.com/nuxt-modules/tailwindcss/pull/904))
26+
- Update outdated content ([#937](https://github.com/nuxt-modules/tailwindcss/pull/937))
27+
28+
### 🏡 Chore
29+
30+
- Update dependencies ([#917](https://github.com/nuxt-modules/tailwindcss/pull/917))
31+
- Update deps ([2077e60](https://github.com/nuxt-modules/tailwindcss/commit/2077e60))
32+
- Update resolveContentConfig a bit and viewer logging ([#931](https://github.com/nuxt-modules/tailwindcss/pull/931))
33+
- Update deps ([3ff6d76](https://github.com/nuxt-modules/tailwindcss/commit/3ff6d76))
34+
35+
### ❤️ Contributors
36+
37+
- Inesh Bose <[email protected]>
38+
- John Farrar ([@sosensible](http://github.com/sosensible))
39+
- Dereck Lam Hon Wah ([@derecklhw](http://github.com/derecklhw))
40+
- Nikolasdas ([@nikolasdas](http://github.com/nikolasdas))
41+
542
## v6.12.2
643

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

package.json

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nuxtjs/tailwindcss",
3-
"version": "6.12.2",
3+
"version": "6.13.0",
44
"description": "Tailwind CSS module for Nuxt",
55
"repository": "nuxt-modules/tailwindcss",
66
"license": "MIT",
@@ -32,8 +32,13 @@
3232
"dist"
3333
],
3434
"build": {
35-
"entries": ["./src/config", "./src/merger"],
36-
"rollup": { "emitCJS": true }
35+
"entries": [
36+
"./src/config",
37+
"./src/merger"
38+
],
39+
"rollup": {
40+
"emitCJS": true
41+
}
3742
},
3843
"scripts": {
3944
"play": "pnpm dev",

0 commit comments

Comments
 (0)