Skip to content

Commit b04744f

Browse files
committed
chore(release): 7.0.0-beta.1
1 parent eda6389 commit b04744f

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,23 @@
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.1
6+
7+
[compare changes](https://github.com/nuxt-modules/tailwindcss/compare/v7.0.0-beta.0...v7.0.0-beta.1)
8+
9+
### 🩹 Fixes
10+
11+
- Use exsolve to resolve tailwind import ([cc9763a](https://github.com/nuxt-modules/tailwindcss/commit/cc9763a))
12+
- **sources:** ⚠️ Provide sources as object ([255361d](https://github.com/nuxt-modules/tailwindcss/commit/255361d))
13+
14+
### 🏡 Chore
15+
16+
- Update deps without docs for now ([eda6389](https://github.com/nuxt-modules/tailwindcss/commit/eda6389))
17+
18+
#### ⚠️ Breaking Changes
19+
20+
- **sources:** ⚠️ Provide sources as object ([255361d](https://github.com/nuxt-modules/tailwindcss/commit/255361d))
21+
522
## v7.0.0-beta.0
623

724
[compare changes](https://github.com/nuxt-modules/tailwindcss/compare/v6.14.0...v7.0.0-beta.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": "7.0.0-beta.0",
3+
"version": "7.0.0-beta.1",
44
"description": "Tailwind CSS module for Nuxt",
55
"repository": "nuxt-modules/tailwindcss",
66
"license": "MIT",

0 commit comments

Comments
 (0)