Skip to content

Commit 411d272

Browse files
authored
Merge pull request vunguyentuan#31 from vunguyentuan/changeset-release/master
Version Packages
2 parents 9c6a715 + c5210e9 commit 411d272

File tree

5 files changed

+16
-8
lines changed

5 files changed

+16
-8
lines changed

.changeset/silver-impalas-repeat.md

Lines changed: 0 additions & 6 deletions
This file was deleted.
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# css-variables-language-server
2+
3+
## 2.4.0
4+
5+
### Minor Changes
6+
7+
- 6a56298: Support TailwindCSS, reduce extension size, impove load time by 10x, use monorepo

packages/css-variables-language-server/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "css-variables-language-server",
33
"description": "CSS Variables Language Server in node.",
4-
"version": "1.0.0",
4+
"version": "2.4.0",
55
"author": "Vu Nguyen",
66
"license": "MIT",
77
"repository": {
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# vscode-css-variables
2+
3+
## 2.4.0
4+
5+
### Minor Changes
6+
7+
- 6a56298: Support TailwindCSS, reduce extension size, impove load time by 10x, use monorepo

packages/vscode-css-variables/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vscode-css-variables",
3-
"version": "2.3.13",
3+
"version": "2.4.0",
44
"displayName": "CSS Variable Autocomplete",
55
"description": "Autocomplete CSS Variable support CSS, SCSS, LESS, PostCSS, VueJS, ReactJS and more",
66
"publisher": "vunguyentuan",

0 commit comments

Comments
 (0)