Skip to content

Commit

Permalink
chore(release): v6.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ineshbose committed Apr 17, 2024
1 parent 52cc79e commit dac6a9c
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 2 deletions.
32 changes: 32 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,38 @@

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.0

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

### 🚀 Enhancements

- First class hmr ([#818](https://github.com/nuxt-modules/tailwindcss/pull/818))

### 💅 Refactors

- First class HMR support ([#795](https://github.com/nuxt-modules/tailwindcss/pull/795))
- First class HMR support " ([#795](https://github.com/nuxt-modules/tailwindcss/pull/795), [#817](https://github.com/nuxt-modules/tailwindcss/pull/817))

### 📖 Documentation

- Update configuration docs ([#827](https://github.com/nuxt-modules/tailwindcss/pull/827))
- Use new `nuxi module add` command in installation ([#829](https://github.com/nuxt-modules/tailwindcss/pull/829))
- Update classRegex, closes #824 ([#824](https://github.com/nuxt-modules/tailwindcss/issues/824))

### 🏡 Chore

- Remove unneeded postcss-custom-properties plugin ([#836](https://github.com/nuxt-modules/tailwindcss/pull/836))
- Migrate to eslint v9 ([#834](https://github.com/nuxt-modules/tailwindcss/pull/834))
- Update deps ([87fb919](https://github.com/nuxt-modules/tailwindcss/commit/87fb919))

### ❤️ Contributors

- Inesh Bose <[email protected]>
- Daniel Roe ([@danielroe](http:https://github.com/danielroe))
- Scott Rees ([@reesscot](http:https://github.com/reesscot))
- Selemondev ([@selemondev](http:https://github.com/selemondev))

## v6.11.4

[compare changes](https://github.com/nuxt-modules/tailwindcss/compare/v6.11.3...v6.11.4)
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nuxtjs/tailwindcss",
"version": "6.11.4",
"version": "6.12.0",
"description": "TailwindCSS module for Nuxt",
"repository": "nuxt-modules/tailwindcss",
"license": "MIT",
Expand Down Expand Up @@ -80,4 +80,4 @@
"stackblitz": {
"startCommand": "pnpm dev:prepare && pnpm dev"
}
}
}

0 comments on commit dac6a9c

Please sign in to comment.