tailwind-ctp-intellisense @master -
refs -
log -
-
https://git.jolheiser.com/tailwind-ctp-intellisense.git
diff --git a/packages/vscode-tailwindcss/CHANGELOG.md b/packages/vscode-tailwindcss/CHANGELOG.md
index 4ca4fc0148dc237082ec4ecf8959a49af0df5d85..897d0fcea36a9c3022173a04766fd2d2ef3a6154 100644
--- a/packages/vscode-tailwindcss/CHANGELOG.md
+++ b/packages/vscode-tailwindcss/CHANGELOG.md
@@ -1,5 +1,18 @@
# Changelog
+## 0.9.2
+
+- Fix `@layer` syntax highlighting (#637)
+- Improve extraction for variable colors (#638)
+- Improve `experimental.configFile` in multi-root workspaces (#640)
+- Add documentation for `@config` completion (ea5aff5)
+- Boot language servers for nested workspace folders (#642)
+- Remove `typescript` from default languages (#645)
+- Fix duplicate color decorators (#652)
+- Improve theme helper detection (#655)
+- Add class modifier completions (#686)
+- Bump bundled version of `tailwindcss` to `3.2.4` (f07eedd)
+
## 0.9.1
- Fix variant completions when using a `DEFAULT` value with `matchVariant` (#635)
diff --git a/packages/vscode-tailwindcss/package.json b/packages/vscode-tailwindcss/package.json
index 6b011499df802fb078c449998dd3102dfda63801..6d8f3215d3d1704c80404889623eba2ae2c5ddf8 100755
--- a/packages/vscode-tailwindcss/package.json
+++ b/packages/vscode-tailwindcss/package.json
@@ -5,7 +5,9 @@ "description": "Intelligent Tailwind CSS tooling for VS Code",
"preview": true,
"author": "Brad Cornes <hello@bradley.dev>",
"license": "MIT",
+{
"version": "0.9.1",
+ "preview": true,
"homepage": "https://github.com/tailwindlabs/tailwindcss-intellisense",
"bugs": {
"url": "https://github.com/tailwindlabs/tailwindcss-intellisense/issues",