Skip to content

Commit

Permalink
v1.24.5
Browse files Browse the repository at this point in the history
  • Loading branch information
haoziqaq committed Jan 7, 2022
1 parent 8d70dc9 commit 02483c3
Show file tree
Hide file tree
Showing 10 changed files with 853 additions and 843 deletions.
1,662 changes: 836 additions & 826 deletions CHANGELOG.md

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"private": true,
"version": "1.24.4",
"version": "1.24.5",
"scripts": {
"preinstall": "npx only-allow pnpm",
"prepare": "husky install",
Expand Down
4 changes: 2 additions & 2 deletions packages/varlet-cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@varlet/cli",
"version": "1.24.4",
"version": "1.24.5",
"description": "cli of varlet",
"bin": {
"varlet-cli": "./lib/index.js"
Expand Down Expand Up @@ -85,4 +85,4 @@
"lodash-es": "^4.17.21",
"clipboard": "^2.0.6"
}
}
}
4 changes: 2 additions & 2 deletions packages/varlet-eslint-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@varlet/eslint-config",
"version": "1.24.4",
"version": "1.24.5",
"description": "eslint config of varlet",
"keywords": [
"eslint",
Expand All @@ -27,4 +27,4 @@
"eslint-plugin-vue": "^7.1.0"
},
"gitHead": "42554856ff028f6f411a35f468e0f763978270b0"
}
}
4 changes: 2 additions & 2 deletions packages/varlet-icons/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@varlet/icons",
"version": "1.24.4",
"version": "1.24.5",
"description": "Icons of varlet",
"main": "dist/index.js",
"module": "dist/index.esm.js",
Expand Down Expand Up @@ -35,4 +35,4 @@
"webfont": "^9.0.0"
},
"gitHead": "42554856ff028f6f411a35f468e0f763978270b0"
}
}
4 changes: 2 additions & 2 deletions packages/varlet-markdown-vite-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@varlet/markdown-vite-plugin",
"version": "1.24.4",
"version": "1.24.5",
"description": "markdown vite plugin of varlet",
"keywords": [
"vite",
Expand All @@ -22,4 +22,4 @@
"highlight.js": "^10.7.2",
"markdown-it": "^12.0.2"
}
}
}
4 changes: 2 additions & 2 deletions packages/varlet-stylelint-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@varlet/stylelint-config",
"version": "1.24.4",
"version": "1.24.5",
"description": "stylelint config of varlet",
"keywords": [
"stylelint",
Expand All @@ -21,4 +21,4 @@
"stylelint-config-standard": "^20.0.0"
},
"gitHead": "42554856ff028f6f411a35f468e0f763978270b0"
}
}
4 changes: 2 additions & 2 deletions packages/varlet-touch-emulator/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@varlet/touch-emulator",
"version": "1.24.4",
"version": "1.24.5",
"description": "touch-emulator",
"keywords": [
"emulator",
Expand All @@ -18,4 +18,4 @@
"url": "https://github.com/varletjs/varlet/issues"
},
"gitHead": "42554856ff028f6f411a35f468e0f763978270b0"
}
}
4 changes: 2 additions & 2 deletions packages/varlet-ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@varlet/ui",
"version": "1.24.4",
"version": "1.24.5",
"description": "A material like components library",
"module": "es/index.js",
"main": "lib/index.js",
Expand Down Expand Up @@ -68,4 +68,4 @@
"Chrome >= 51",
"iOS >= 10"
]
}
}
4 changes: 2 additions & 2 deletions packages/varlet-vscode-extension/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"icon": "src/icon.png",
"description": "varlet extension for vscode",
"publisher": "haoziqaq",
"version": "1.24.4",
"version": "1.24.5",
"engines": {
"vscode": "^1.56.0"
},
Expand Down Expand Up @@ -45,4 +45,4 @@
"webpack": "^5.23.0",
"webpack-cli": "^4.4.0"
}
}
}

0 comments on commit 02483c3

Please sign in to comment.