Skip to content

Commit

Permalink
v3.2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
haoziqaq committed Apr 19, 2024
1 parent 4e8621a commit 4a4c40c
Show file tree
Hide file tree
Showing 15 changed files with 35 additions and 14 deletions.
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,24 @@
## [3.2.5](https://github.com/varletjs/varlet/compare/v3.2.4...v3.2.5) (2024-04-19)


### Bug Fixes

* **progress:** reset value to 0 when the value is less than 0 ([#1586](https://github.com/varletjs/varlet/issues/1586)) ([915b287](https://github.com/varletjs/varlet/commit/915b287cb532ed83c9a8e038cb49c964ca5a14b1))


### Performance Improvements

* **breadcrumbs:** improve accessibility ([#1588](https://github.com/varletjs/varlet/issues/1588)) ([55268d8](https://github.com/varletjs/varlet/commit/55268d81bd8107d68d464e5c6c8ab68157b9b6aa))
* **collapse:** improve accessibility ([#1589](https://github.com/varletjs/varlet/issues/1589)) ([c2493b9](https://github.com/varletjs/varlet/commit/c2493b9d7bf05dfb2cfe9bbd105e3554c90d19b6))
* **popup:** improve accessibility ([#1591](https://github.com/varletjs/varlet/issues/1591)) ([2051379](https://github.com/varletjs/varlet/commit/20513798cdf0589b1dd756b05f4395a1241264da))
* **progress:** improve accessibility ([#1587](https://github.com/varletjs/varlet/issues/1587)) ([4cb3e37](https://github.com/varletjs/varlet/commit/4cb3e377cd099fa0a6a7985481b253ecd6a52f84))
* **slider:** improve accessibility ([#1584](https://github.com/varletjs/varlet/issues/1584)) ([cd21e9b](https://github.com/varletjs/varlet/commit/cd21e9bb9596585f85de1b7a34dbedf2057ed468))
* **swipe:** improve accessibility ([#1592](https://github.com/varletjs/varlet/issues/1592)) ([c66fa83](https://github.com/varletjs/varlet/commit/c66fa83bfdc48a028713758b142cbd0842002c17))
* **switch:** improve accessibility ([#1585](https://github.com/varletjs/varlet/issues/1585)) ([1b10be4](https://github.com/varletjs/varlet/commit/1b10be42fd538ed3f4255471961c741bd3d15c94))
* **tooltip:** improve accessibility ([#1583](https://github.com/varletjs/varlet/issues/1583)) ([6107c8b](https://github.com/varletjs/varlet/commit/6107c8b33be440d52bf0f5f2f708547412b87cfc))



## [3.2.4](https://github.com/varletjs/varlet/compare/v3.2.3...v3.2.4) (2024-04-10)


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": "3.2.4",
"version": "3.2.5",
"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": "3.2.4",
"version": "3.2.5",
"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": "3.2.4",
"version": "3.2.5",
"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": "3.2.4",
"version": "3.2.5",
"description": "Icons of varlet",
"type": "module",
"main": "dist/index.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/varlet-import-resolver/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@varlet/import-resolver",
"version": "3.2.4",
"version": "3.2.5",
"type": "module",
"main": "lib/index.cjs",
"module": "lib/index.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/varlet-preset-tailwindcss/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@varlet/preset-tailwindcss",
"version": "3.2.4",
"version": "3.2.5",
"type": "module",
"main": "lib/index.cjs",
"module": "lib/index.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/varlet-preset-unocss/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@varlet/preset-unocss",
"version": "3.2.4",
"version": "3.2.5",
"type": "module",
"main": "lib/index.cjs",
"module": "lib/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": "3.2.4",
"version": "3.2.5",
"type": "module",
"main": "lib/index.cjs",
"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": "3.2.4",
"version": "3.2.5",
"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": "3.2.4",
"version": "3.2.5",
"description": "varlet ui playground",
"type": "module",
"keywords": [
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": "3.2.4",
"version": "3.2.5",
"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": "3.2.4",
"version": "3.2.5",
"type": "module",
"main": "lib/index.cjs",
"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": "3.2.4",
"version": "3.2.5",
"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": "3.2.4",
"version": "3.2.5",
"engines": {
"vscode": "^1.56.0"
},
Expand Down

0 comments on commit 4a4c40c

Please sign in to comment.