Skip to content

Commit fffb65d

Browse files
authored
docs: updated CHANGELOG.md (#14)
* feat: support styuls * chore: release v1.0.0-beta.3 * docs: updated CHANGELOG.md
1 parent 970c867 commit fffb65d

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
# [1.0.0-beta.3](https://github.com/baiwusanyu-c/unplugin-vue-cssvars/compare/v1.0.0-beta.2...v1.0.0-beta.3) (2023-03-23)
2+
3+
4+
### Features
5+
6+
* support styuls ([00165d0](https://github.com/baiwusanyu-c/unplugin-vue-cssvars/commit/00165d0fb19fc7421e676c85644440e3d916667b))
7+
8+
9+
110
# [1.0.0-beta.2](https://github.com/baiwusanyu-c/unplugin-vue-cssvars/compare/v1.0.0-beta.1...v1.0.0-beta.2) (2023-03-23)
211

312

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"description": "🌀 A vue plugin that allows you to use vue's CSSVars feature in css files",
44
"private": false,
55
"type": "module",
6-
"version": "1.0.0-beta.2",
6+
"version": "1.0.0-beta.3",
77
"packageManager": "pnpm@6.32.4",
88
"keywords": [
99
"cssvars",
@@ -109,7 +109,6 @@
109109
"debug": "^4.3.4",
110110
"eslint": "8.32.0",
111111
"esno": "^0.16.3",
112-
"fast-glob": "^3.2.12",
113112
"git-ensure": "^0.1.0",
114113
"gulp": "^4.0.2",
115114
"jsdom": "^20.0.0",

0 commit comments

Comments
 (0)