master
Jordan Pittman 2023-11-01 13:12:44 -04:00
parent aa3a0509dc
commit 436520832f
3 changed files with 6 additions and 2 deletions

2
package-lock.json generated
View File

@ -7700,7 +7700,7 @@
}
},
"packages/vscode-tailwindcss": {
"version": "0.10.1",
"version": "0.10.2",
"license": "MIT",
"devDependencies": {
"@tailwindcss/language-server": "*",

View File

@ -2,6 +2,10 @@
## 0.11.x (Pre-Release)
- Nothing yet
## 0.10.2
- Add support for Glimmer (#867)
- Ignore duplicate variant + value pairs (#874)

View File

@ -4,7 +4,7 @@
"description": "Intelligent Tailwind CSS tooling for VS Code",
"author": "Brad Cornes <hello@bradley.dev>",
"license": "MIT",
"version": "0.10.1",
"version": "0.10.2",
"homepage": "https://github.com/tailwindlabs/tailwindcss-intellisense",
"bugs": {
"url": "https://github.com/tailwindlabs/tailwindcss-intellisense/issues",