Skip to content

Commit 1d51eca

Browse files
authored
Merge pull request vunguyentuan#54 from vunguyentuan/changeset-release/master
Version Packages
2 parents 45c422b + fe99995 commit 1d51eca

File tree

5 files changed

+14
-8
lines changed

5 files changed

+14
-8
lines changed

.changeset/swift-dots-approve.md

Lines changed: 0 additions & 6 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.2
4+
5+
### Patch Changes
6+
7+
- a36efd0: Ignore .next & .cache folders, reorder alphabetically
8+
39
## 2.6.1
410

511
### Patch 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.6.1",
4+
"version": "2.6.2",
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.2
4+
5+
### Patch Changes
6+
7+
- a36efd0: Ignore .next & .cache folders, reorder alphabetically
8+
39
## 2.6.1
410

511
### Patch 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.1",
3+
"version": "2.6.2",
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)