Skip to content

Commit f0715e4

Browse files
Version Packages
1 parent bb20a40 commit f0715e4

File tree

6 files changed

+14
-12
lines changed

6 files changed

+14
-12
lines changed

.changeset/six-wolves-admire.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/sweet-tables-happen.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

packages/css-variables-language-server/CHANGELOG.md

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

3+
## 2.6.1
4+
5+
### Patch Changes
6+
7+
- 50a631d: remove commit characters as it confuse some users
8+
39
## 2.5.0
410

511
### Minor Changes

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": "2.5.0",
4+
"version": "2.6.1",
55
"author": "Vu Nguyen",
66
"license": "MIT",
77
"repository": {

packages/vscode-css-variables/CHANGELOG.md

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

3+
## 2.6.1
4+
5+
### Patch Changes
6+
7+
- b3c7d68: update activated documents, avoid trigger autocomplete on irrelevant files
8+
39
## 2.6.0
410

511
### Minor Changes

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.6.0",
3+
"version": "2.6.1",
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)