Skip to content

Commit 419eaea

Browse files
committed
chore(release): v6.12.1
1 parent d11f4f2 commit 419eaea

File tree

2 files changed

+43
-1
lines changed

2 files changed

+43
-1
lines changed

CHANGELOG.md

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,48 @@
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.1
6+
7+
[compare changes](https://github.com/nuxt-modules/tailwindcss/compare/v6.12.0...v6.12.1)
8+
9+
### 🩹 Fixes
10+
11+
- Better check for unsafe config to fallback ([#839](https://github.com/nuxt-modules/tailwindcss/pull/839))
12+
- Safer checking for templates, closes #860 and closes #865 ([#860](https://github.com/nuxt-modules/tailwindcss/issues/860), [#865](https://github.com/nuxt-modules/tailwindcss/issues/865))
13+
14+
### 📖 Documentation
15+
16+
- Polish homepage and logo ([9977f25](https://github.com/nuxt-modules/tailwindcss/commit/9977f25))
17+
- Update examples, closes #841 ([#841](https://github.com/nuxt-modules/tailwindcss/issues/841))
18+
- Fix injectPosition typo ([#859](https://github.com/nuxt-modules/tailwindcss/pull/859))
19+
- Prerender `/` ([427cfb5](https://github.com/nuxt-modules/tailwindcss/commit/427cfb5))
20+
- Revert logo ([#873](https://github.com/nuxt-modules/tailwindcss/pull/873))
21+
22+
### 📦 Build
23+
24+
- Update merger filename and revert `@nuxt/content` upgrade ([#867](https://github.com/nuxt-modules/tailwindcss/pull/867))
25+
26+
### 🏡 Chore
27+
28+
- Update to latest `@nuxt/module-builder` ([#840](https://github.com/nuxt-modules/tailwindcss/pull/840))
29+
- Update renovate config ([#844](https://github.com/nuxt-modules/tailwindcss/pull/844))
30+
- Bump `nuxt-component-meta` ([63a8a8e](https://github.com/nuxt-modules/tailwindcss/commit/63a8a8e))
31+
- **ci:** Fix test ([71f00b6](https://github.com/nuxt-modules/tailwindcss/commit/71f00b6))
32+
- **ci:** Fix test ([7704e81](https://github.com/nuxt-modules/tailwindcss/commit/7704e81))
33+
- Update deps ([a219ef1](https://github.com/nuxt-modules/tailwindcss/commit/a219ef1))
34+
- **builder:** Specify merger as entry ([2f1c09d](https://github.com/nuxt-modules/tailwindcss/commit/2f1c09d))
35+
- **ci:** Fix ([2679f27](https://github.com/nuxt-modules/tailwindcss/commit/2679f27))
36+
- Bump `mkdist` in lockfile ([36febad](https://github.com/nuxt-modules/tailwindcss/commit/36febad))
37+
- Fix lint ([d11f4f2](https://github.com/nuxt-modules/tailwindcss/commit/d11f4f2))
38+
39+
### ❤️ Contributors
40+
41+
- Inesh Bose <[email protected]>
42+
- Benjamin Canac ([@benjamincanac](http://github.com/benjamincanac))
43+
- Daniel Roe ([@danielroe](http://github.com/danielroe))
44+
- M0nch1 ([@m0nch1](http://github.com/m0nch1))
45+
- Gangan ([@shinGangan](http://github.com/shinGangan))
46+
547
## v6.12.0
648

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

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.0",
3+
"version": "6.12.1",
44
"description": "Tailwind CSS module for Nuxt",
55
"repository": "nuxt-modules/tailwindcss",
66
"license": "MIT",

0 commit comments

Comments
 (0)