Skip to content

Commit

Permalink
chore(release): v6.12.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ineshbose committed Jul 11, 2024
1 parent d11f4f2 commit 419eaea
Show file tree
Hide file tree
Showing 2 changed files with 43 additions and 1 deletion.
42 changes: 42 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,48 @@

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.

## v6.12.1

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

### 🩹 Fixes

- Better check for unsafe config to fallback ([#839](https://github.com/nuxt-modules/tailwindcss/pull/839))
- 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))

### 📖 Documentation

- Polish homepage and logo ([9977f25](https://github.com/nuxt-modules/tailwindcss/commit/9977f25))
- Update examples, closes #841 ([#841](https://github.com/nuxt-modules/tailwindcss/issues/841))
- Fix injectPosition typo ([#859](https://github.com/nuxt-modules/tailwindcss/pull/859))
- Prerender `/` ([427cfb5](https://github.com/nuxt-modules/tailwindcss/commit/427cfb5))
- Revert logo ([#873](https://github.com/nuxt-modules/tailwindcss/pull/873))

### 📦 Build

- Update merger filename and revert `@nuxt/content` upgrade ([#867](https://github.com/nuxt-modules/tailwindcss/pull/867))

### 🏡 Chore

- Update to latest `@nuxt/module-builder` ([#840](https://github.com/nuxt-modules/tailwindcss/pull/840))
- Update renovate config ([#844](https://github.com/nuxt-modules/tailwindcss/pull/844))
- Bump `nuxt-component-meta` ([63a8a8e](https://github.com/nuxt-modules/tailwindcss/commit/63a8a8e))
- **ci:** Fix test ([71f00b6](https://github.com/nuxt-modules/tailwindcss/commit/71f00b6))
- **ci:** Fix test ([7704e81](https://github.com/nuxt-modules/tailwindcss/commit/7704e81))
- Update deps ([a219ef1](https://github.com/nuxt-modules/tailwindcss/commit/a219ef1))
- **builder:** Specify merger as entry ([2f1c09d](https://github.com/nuxt-modules/tailwindcss/commit/2f1c09d))
- **ci:** Fix ([2679f27](https://github.com/nuxt-modules/tailwindcss/commit/2679f27))
- Bump `mkdist` in lockfile ([36febad](https://github.com/nuxt-modules/tailwindcss/commit/36febad))
- Fix lint ([d11f4f2](https://github.com/nuxt-modules/tailwindcss/commit/d11f4f2))

### ❤️ Contributors

- Inesh Bose <dev@inesh.xyz>
- Benjamin Canac ([@benjamincanac](http://github.com/benjamincanac))
- Daniel Roe ([@danielroe](http://github.com/danielroe))
- M0nch1 ([@m0nch1](http://github.com/m0nch1))
- Gangan ([@shinGangan](http://github.com/shinGangan))

## v6.12.0

[compare changes](https://github.com/nuxt-modules/tailwindcss/compare/v6.11.4...v6.12.0)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nuxtjs/tailwindcss",
"version": "6.12.0",
"version": "6.12.1",
"description": "Tailwind CSS module for Nuxt",
"repository": "nuxt-modules/tailwindcss",
"license": "MIT",
Expand Down

0 comments on commit 419eaea

Please sign in to comment.