From dac6a9c508d77a3171001befa061672bfd10a065 Mon Sep 17 00:00:00 2001 From: Inesh Bose Date: Wed, 17 Apr 2024 18:05:19 +0100 Subject: [PATCH] chore(release): v6.12.0 --- CHANGELOG.md | 32 ++++++++++++++++++++++++++++++++ package.json | 4 ++-- 2 files changed, 34 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cd11d689..86fbb832 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 +- Daniel Roe ([@danielroe](http://github.com/danielroe)) +- Scott Rees ([@reesscot](http://github.com/reesscot)) +- Selemondev ([@selemondev](http://github.com/selemondev)) + ## v6.11.4 [compare changes](https://github.com/nuxt-modules/tailwindcss/compare/v6.11.3...v6.11.4) diff --git a/package.json b/package.json index b43a3812..560ef274 100755 --- a/package.json +++ b/package.json @@ -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", @@ -80,4 +80,4 @@ "stackblitz": { "startCommand": "pnpm dev:prepare && pnpm dev" } -} +} \ No newline at end of file