From e3d6101ae4210003a4ee68828249826997f02d7e Mon Sep 17 00:00:00 2001 From: Inesh Bose <56732164+ineshbose@users.noreply.github.com> Date: Mon, 8 Jan 2024 21:46:22 +0000 Subject: [PATCH] chore(release): v6.10.4 --- CHANGELOG.md | 25 +++++++++++++++++++++++++ package.json | 2 +- 2 files changed, 26 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 15c5b6b5..aa9e8aad 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,31 @@ 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.10.4 + +[compare changes](https://github.com/nuxt-modules/tailwindcss/compare/v6.10.3...v6.10.4) + +### 🩹 Fixes + +- **viewer:** Trust listener url for baseURL, closes #782 ([#782](https://github.com/nuxt-modules/tailwindcss/issues/782)) + +### 📖 Documentation + +- Fix defaultTheme.colors.green is undefined ([#788](https://github.com/nuxt-modules/tailwindcss/pull/788)) + +### 🏡 Chore + +- **ci:** Apply some automated fixes ([abc03df](https://github.com/nuxt-modules/tailwindcss/commit/abc03df)) +- **ci:** Keep sink skip ([e808d1f](https://github.com/nuxt-modules/tailwindcss/commit/e808d1f)) +- Update deps ([46ef08a](https://github.com/nuxt-modules/tailwindcss/commit/46ef08a)) +- **ci:** Fix vue to 2.7.15 ([1a8100b](https://github.com/nuxt-modules/tailwindcss/commit/1a8100b)) +- Update deps ([14989c4](https://github.com/nuxt-modules/tailwindcss/commit/14989c4)) + +### ❤️ Contributors + +- Inesh Bose +- Isaac Qadri + ## v6.10.3 [compare changes](https://github.com/nuxt-modules/tailwindcss/compare/v6.10.2...v6.10.3) diff --git a/package.json b/package.json index 6212d85d..6737a6ab 100755 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@nuxtjs/tailwindcss", - "version": "6.10.3", + "version": "6.10.4", "description": "TailwindCSS module for Nuxt", "repository": "nuxt-modules/tailwindcss", "license": "MIT",