Skip to content

Commit

Permalink
v2.17.1
Browse files Browse the repository at this point in the history
  • Loading branch information
haoziqaq committed Oct 8, 2023
1 parent f922849 commit 989709d
Show file tree
Hide file tree
Showing 12 changed files with 29 additions and 11 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
## [2.17.1](https://github.com/varletjs/varlet/compare/v2.17.0...v2.17.1) (2023-10-08)


### Bug Fixes

* **dialog:** fix message word-wrap and improve uploader component tests and docs ([1c4c3d2](https://github.com/varletjs/varlet/commit/1c4c3d25ed2ec5ccf6b2f73f89875daddcac225e))
* **option:** fix selected error in multiple mode ([c9753d9](https://github.com/varletjs/varlet/commit/c9753d984696e12ae56cc119682e877c7b0289a9))
* **popup:** fixed width and height of the popup content ([b78826d](https://github.com/varletjs/varlet/commit/b78826d2839b9602b964ac0f13664f64b5198640))
* **uploader:** support ico extname of the image ([3429668](https://github.com/varletjs/varlet/commit/34296689c0218690afeaaf2217fd3612fd3987b3))


### Features

* **option:** support disabled ([802813d](https://github.com/varletjs/varlet/commit/802813d87a08bac579edcbbd0e6196b458502338))
* **uploader:** support props.PreventDefaultPreview and preview event([#1206](https://github.com/varletjs/varlet/issues/1206)) ([f5ab12b](https://github.com/varletjs/varlet/commit/f5ab12b368f00bea2b9190b39d1556a6c8c1496d))



# [2.17.0](https://github.com/varletjs/varlet/compare/v2.16.7...v2.17.0) (2023-09-28)


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": "2.17.0",
"version": "2.17.1",
"scripts": {
"preinstall": "npx only-allow pnpm",
"postinstall": "simple-git-hooks",
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": "2.17.0",
"version": "2.17.1",
"type": "module",
"description": "cli of varlet",
"bin": {
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": "2.17.0",
"version": "2.17.1",
"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": "2.17.0",
"version": "2.17.1",
"description": "Icons of varlet",
"type": "module",
"main": "dist/index.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/varlet-shared/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@varlet/shared",
"version": "2.17.0",
"version": "2.17.1",
"type": "module",
"main": "lib/index.js",
"module": "lib/index.js",
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": "2.17.0",
"version": "2.17.1",
"description": "touch-emulator",
"keywords": [
"emulator",
Expand Down
2 changes: 1 addition & 1 deletion packages/varlet-ui-playground/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@varlet/ui-playground",
"private": true,
"version": "2.17.0",
"version": "2.17.1",
"description": "varlet ui playground",
"keywords": [
"varlet ui",
Expand Down
2 changes: 1 addition & 1 deletion packages/varlet-ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@varlet/ui",
"version": "2.17.0",
"version": "2.17.1",
"description": "A material like components library",
"main": "lib/varlet.cjs.js",
"module": "es/index.mjs",
Expand Down
2 changes: 1 addition & 1 deletion packages/varlet-use/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@varlet/use",
"version": "2.17.0",
"version": "2.17.1",
"type": "module",
"main": "lib/index.js",
"module": "lib/index.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/varlet-vite-plugins/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@varlet/vite-plugins",
"version": "2.17.0",
"version": "2.17.1",
"type": "module",
"description": "vite plugins of varlet",
"main": "lib/index.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/varlet-vscode-extension/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"displayName": "varlet-vscode-extension",
"description": "varlet extension for vscode",
"publisher": "haoziqaq",
"version": "2.17.0",
"version": "2.17.1",
"engines": {
"vscode": "^1.56.0"
},
Expand Down

2 comments on commit 989709d

@vercel
Copy link

@vercel vercel bot commented on 989709d Oct 8, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

varlet – ./

varlet-varletjs.vercel.app
varlet-git-main-varletjs.vercel.app

@vercel
Copy link

@vercel vercel bot commented on 989709d Oct 8, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.