Skip to content

Commit

Permalink
v1.0.9
Browse files Browse the repository at this point in the history
  • Loading branch information
NomadBin committed Aug 7, 2021
1 parent 8eabec8 commit cfc3e00
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@
"packages": [
"packages/*"
],
"version": "1.0.8"
"version": "1.0.9"
}
2 changes: 1 addition & 1 deletion packages/parser/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vdes-template/parser",
"version": "1.0.8",
"version": "1.0.9",
"description": "> TODO: description",
"author": "china-bin <958615915@qq.com>",
"homepage": "",
Expand Down
4 changes: 2 additions & 2 deletions packages/playground/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vdes-template/playground",
"version": "1.0.8",
"version": "1.0.9",
"private": true,
"description": "> TODO: description",
"author": "china-bin <958615915@qq.com>",
Expand All @@ -17,7 +17,7 @@
"codemirror": "^5.60.0",
"file-saver": "^2.0.5",
"jszip": "^3.7.0",
"vdes-template": "^1.0.8",
"vdes-template": "^1.0.9",
"vue": "^3.1.5"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/rollup-plugin-vdes-template/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "rollup-plugin-vdes-template",
"version": "1.0.8",
"version": "1.0.9",
"description": "> TODO: description",
"author": "china-bin <958615915@qq.com>",
"homepage": "https://github.com/vdesjs/vdes-template/tree/main/packages/rollup-plugin-vdes-template#readme",
Expand Down
4 changes: 2 additions & 2 deletions packages/template/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vdes-template",
"version": "1.0.8",
"version": "1.0.9",
"description": "> TODO: description",
"author": "china-bin <958615915@qq.com>",
"homepage": "",
Expand Down Expand Up @@ -28,7 +28,7 @@
"build": "npm run clean && npm run build:cjs && npm run build:esm && npm run build:umd"
},
"dependencies": {
"@vdes-template/parser": "^1.0.8",
"@vdes-template/parser": "^1.0.9",
"acorn": "^5.0.3",
"escodegen": "^1.8.1",
"estraverse": "^4.2.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/webpack-loader-vdes-template/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "webpack-loader-vdes-template",
"version": "1.0.8",
"version": "1.0.9",
"description": "> TODO: description",
"author": "china-bin <958615915@qq.com>",
"homepage": "",
Expand Down

0 comments on commit cfc3e00

Please sign in to comment.