diff --git a/packages/vscode-tailwindcss/CHANGELOG.md b/packages/vscode-tailwindcss/CHANGELOG.md index 47c69c644acad605f13d737b9ed21e2d04cb2242..dba309f69cfe2ba68754f7f573491333a79b7d93 100644 --- a/packages/vscode-tailwindcss/CHANGELOG.md +++ b/packages/vscode-tailwindcss/CHANGELOG.md @@ -1,10 +1,5 @@ # Changelog -## 0.7.3 - -- Disable variant order linting and automatic sorting when using Tailwind v3 -- Exclude the global selector (`*`) from class completions - ## 0.7.2 - Update CSS syntax definitions @@ -116,7 +111,7 @@ - Fix initialisation failure when using "jit" mode with tailwindcss v2.1 (#296) ## 0.5.9 -- Add `focus-visible`, `checked`, `motion-safe`, `motion-reduce`, and `dark` to `@variants` completions +- Add `focus-visible`, `checked`, `motion-safe`, `motion-reduce`, and `dark` to `@variants` completions - Add `showPixelEquivalents` and `rootFontSize` settings (#200) ## 0.5.8 diff --git a/packages/vscode-tailwindcss/package.json b/packages/vscode-tailwindcss/package.json index 702b60085bd996925dd06173d88a98a06ef609fc..067e8c35d63e215f613309ef345dda6816b571f0 100755 --- a/packages/vscode-tailwindcss/package.json +++ b/packages/vscode-tailwindcss/package.json @@ -5,7 +5,7 @@ "description": "Intelligent Tailwind CSS tooling for VS Code", "preview": true, "author": "Brad Cornes ", "license": "MIT", - "version": "0.7.3", + "version": "0.7.2", "homepage": "https://github.com/tailwindlabs/tailwindcss-intellisense", "bugs": { "url": "https://github.com/tailwindlabs/tailwindcss-intellisense/issues",