Skip to content

Commit 7a68189

Browse files
committed
chore(release): 7.0.0-beta.0
1 parent d928c02 commit 7a68189

File tree

2 files changed

+22
-1
lines changed

2 files changed

+22
-1
lines changed

CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,27 @@
22

33
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.
44

5+
## v7.0.0-beta.0
6+
7+
[compare changes](https://github.com/nuxt-modules/tailwindcss/compare/v6.14.0...v7.0.0-beta.0)
8+
9+
### 🚀 Enhancements
10+
11+
- ⚠️ Update to Tailwind CSS v4 ([#991](https://github.com/nuxt-modules/tailwindcss/pull/991))
12+
13+
### 🩹 Fixes
14+
15+
- **docs:** Add iframe sandbox property as else COOP errors occur ([#988](https://github.com/nuxt-modules/tailwindcss/pull/988))
16+
17+
#### ⚠️ Breaking Changes
18+
19+
- ⚠️ Update to Tailwind CSS v4 ([#991](https://github.com/nuxt-modules/tailwindcss/pull/991))
20+
21+
### ❤️ Contributors
22+
23+
- Inesh Bose <dev@inesh.xyz>
24+
- Chocolateimage <chocolateimage@protonmail.com>
25+
526
## v6.14.0
627

728
[compare changes](https://github.com/nuxt-modules/tailwindcss/compare/v6.13.2...v6.14.0)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nuxtjs/tailwindcss",
3-
"version": "6.14.0",
3+
"version": "7.0.0-beta.0",
44
"description": "Tailwind CSS module for Nuxt",
55
"repository": "nuxt-modules/tailwindcss",
66
"license": "MIT",

0 commit comments

Comments
 (0)