Skip to content

Commit 3d14326

Browse files
committed
v0.6.8
1 parent 6e092dd commit 3d14326

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

packages/vscode-tailwindcss/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## 0.6.8
4+
5+
- Add [Astro](https://astro.build/) languages (`astro` and `astro-markdown`)
6+
- Fix incorrect separator (#343)
7+
- [JIT] Update opacity modifier completions to show the full class
8+
39
## 0.6.7
410

511
- Add support for `tailwindcss` v2.2

packages/vscode-tailwindcss/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/vscode-tailwindcss/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"preview": true,
66
"author": "Brad Cornes <hello@bradley.dev>",
77
"license": "MIT",
8-
"version": "0.6.7",
8+
"version": "0.6.8",
99
"homepage": "https://github.com/tailwindlabs/tailwindcss-intellisense",
1010
"bugs": {
1111
"url": "https://github.com/tailwindlabs/tailwindcss-intellisense/issues",

0 commit comments

Comments
 (0)