Skip to content

Commit

Permalink
chore(release): v6.11.3
Browse files Browse the repository at this point in the history
  • Loading branch information
ineshbose committed Feb 3, 2024
1 parent 6b1b1a7 commit 3b47f5d
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 2 deletions.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,25 @@

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

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

### 🩹 Fixes

- Add tw util for compatible versions and use unshift for module paths ([3f0d6e1](https://github.com/nuxt-modules/tailwindcss/commit/3f0d6e1))
- Command palette ([#799](https://github.com/nuxt-modules/tailwindcss/pull/799))

### 📖 Documentation

- Add export default to default config example ([#796](https://github.com/nuxt-modules/tailwindcss/pull/796))

### ❤️ Contributors

- Florent Delerue <[email protected]>
- Inesh Bose <[email protected]>
- Johannes Przymusinski ([@cngJo](http:https://github.com/cngJo))

## v6.11.2

[compare changes](https://github.com/nuxt-modules/tailwindcss/compare/v6.11.1...v6.11.2)
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.2",
"version": "6.11.3",
"description": "TailwindCSS module for Nuxt",
"repository": "nuxt-modules/tailwindcss",
"license": "MIT",
Expand Down Expand Up @@ -84,4 +84,4 @@
"stackblitz": {
"startCommand": "pnpm dev:prepare && pnpm dev"
}
}
}

0 comments on commit 3b47f5d

Please sign in to comment.