v0.5.8
parent
c7a1632250
commit
cb5d6b6b3a
|
@ -12166,7 +12166,7 @@
|
|||
},
|
||||
"packages/tailwindcss-intellisense": {
|
||||
"name": "vscode-tailwindcss",
|
||||
"version": "0.5.7",
|
||||
"version": "0.5.8",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@types/debounce": "^1.2.0",
|
||||
|
|
|
@ -1,5 +1,9 @@
|
|||
# Changelog
|
||||
|
||||
## 0.5.8
|
||||
|
||||
- Fix error when `@apply` is used within a plugin (#255)
|
||||
|
||||
## 0.5.7
|
||||
|
||||
- Ignore file watcher permission errors (#238)
|
||||
|
|
|
@ -1,12 +1,12 @@
|
|||
{
|
||||
"name": "vscode-tailwindcss",
|
||||
"version": "0.5.7",
|
||||
"version": "0.5.8",
|
||||
"lockfileVersion": 2,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "vscode-tailwindcss",
|
||||
"version": "0.5.7",
|
||||
"version": "0.5.8",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@types/debounce": "^1.2.0",
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
"preview": true,
|
||||
"author": "Brad Cornes <hello@bradley.dev>",
|
||||
"license": "MIT",
|
||||
"version": "0.5.7",
|
||||
"version": "0.5.8",
|
||||
"homepage": "https://github.com/tailwindlabs/tailwindcss-intellisense",
|
||||
"bugs": {
|
||||
"url": "https://github.com/tailwindlabs/tailwindcss-intellisense/issues",
|
||||
|
|
Loading…
Reference in New Issue