Skip to content

Commit

Permalink
v1.24.3
Browse files Browse the repository at this point in the history
  • Loading branch information
haoziqaq committed Dec 30, 2021
1 parent d9d3f7e commit 5699c6e
Show file tree
Hide file tree
Showing 10 changed files with 15 additions and 11 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
## [1.24.2](https://github.com/haoziqaq/varlet/compare/v1.24.1...v1.24.2) (2021-12-30)
## [1.24.3](https://github.com/haoziqaq/varlet/compare/1.24.2...1.24.3) (2021-12-30)



## [1.24.2](https://github.com/haoziqaq/varlet/compare/v1.24.1...1.24.2) (2021-12-30)


### Bug Fixes
Expand Down
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.2",
"version": "1.24.3",
"scripts": {
"preinstall": "npx only-allow pnpm",
"prepare": "husky install",
Expand Down
2 changes: 1 addition & 1 deletion 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.2",
"version": "1.24.3",
"description": "cli of varlet",
"bin": {
"varlet-cli": "./lib/index.js"
Expand Down
2 changes: 1 addition & 1 deletion 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.2",
"version": "1.24.3",
"description": "eslint config of varlet",
"keywords": [
"eslint",
Expand Down
2 changes: 1 addition & 1 deletion 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.2",
"version": "1.24.3",
"description": "Icons of varlet",
"main": "dist/index.js",
"module": "dist/index.esm.js",
Expand Down
2 changes: 1 addition & 1 deletion 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.2",
"version": "1.24.3",
"description": "markdown vite plugin of varlet",
"keywords": [
"vite",
Expand Down
2 changes: 1 addition & 1 deletion 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.2",
"version": "1.24.3",
"description": "stylelint config of varlet",
"keywords": [
"stylelint",
Expand Down
2 changes: 1 addition & 1 deletion 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.2",
"version": "1.24.3",
"description": "touch-emulator",
"keywords": [
"emulator",
Expand Down
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.2",
"version": "1.24.3",
"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"
]
}
}
2 changes: 1 addition & 1 deletion 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.2",
"version": "1.24.3",
"engines": {
"vscode": "^1.56.0"
},
Expand Down

0 comments on commit 5699c6e

Please sign in to comment.