Skip to content

Commit 83f6c6a

Browse files
committed
v3.15.1
1 parent 9a3f541 commit 83f6c6a

14 files changed

Lines changed: 25 additions & 17 deletions

File tree

CHANGELOG.md

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,25 @@
1-
# [3.15.0](https://github.com/varletjs/varlet/compare/v3.14.2...v3.15.0) (2026-04-19)
1+
## [3.15.1](https://github.com/varletjs/varlet/compare/v3.15.0...v3.15.1) (2026-04-19)
22

33

44
### Bug Fixes
55

6-
* **button:** disable button when loading or pending and close [#1952](https://github.com/varletjs/varlet/issues/1952) ([cb4bf8c](https://github.com/varletjs/varlet/commit/cb4bf8cd5df4c2cc88e245f6ae83469f1f8cf350))
7-
* **field-decorator:** hide clear icon when readonly ([#1948](https://github.com/varletjs/varlet/issues/1948)) ([e79303b](https://github.com/varletjs/varlet/commit/e79303b473165f10af62c8435fc88ce3bf3fb4d8)), closes [#1946](https://github.com/varletjs/varlet/issues/1946)
8-
* **snackbar:** update content styles ([#1949](https://github.com/varletjs/varlet/issues/1949)) ([9c0c7e6](https://github.com/varletjs/varlet/commit/9c0c7e60fb2bc4da776bf959502b690c71981868))
6+
* **release:** update import path for release function ([2e25bb0](https://github.com/varletjs/varlet/commit/2e25bb03b792b4be0e92cd0b54e1fd381794492f))
7+
* **tsconfig:** add vite-plus/client type to tsconfig template ([9a3f541](https://github.com/varletjs/varlet/commit/9a3f541ef95ed8e30a02ce599918a6adf40b801f))
98

109

1110
### Refactoring
1211

1312
* rattail + vite+ ([#1956](https://github.com/varletjs/varlet/issues/1956)) ([8e6ee00](https://github.com/varletjs/varlet/commit/8e6ee008bece4a76758fa888417a66bcc21375e9))
1413

14+
## [3.14.2](https://github.com/varletjs/varlet/compare/v3.14.1...v3.14.2) (2026-03-31)
15+
16+
17+
### Bug Fixes
18+
19+
* **button:** disable button when loading or pending and close [#1952](https://github.com/varletjs/varlet/issues/1952) ([cb4bf8c](https://github.com/varletjs/varlet/commit/cb4bf8cd5df4c2cc88e245f6ae83469f1f8cf350))
20+
* **field-decorator:** hide clear icon when readonly ([#1948](https://github.com/varletjs/varlet/issues/1948)) ([e79303b](https://github.com/varletjs/varlet/commit/e79303b473165f10af62c8435fc88ce3bf3fb4d8)), closes [#1946](https://github.com/varletjs/varlet/issues/1946)
21+
* **snackbar:** update content styles ([#1949](https://github.com/varletjs/varlet/issues/1949)) ([9c0c7e6](https://github.com/varletjs/varlet/commit/9c0c7e60fb2bc4da776bf959502b690c71981868))
22+
1523
## [3.14.1](https://github.com/varletjs/varlet/compare/v3.14.0...v3.14.1) (2026-03-24)
1624

1725

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "3.15.0",
2+
"version": "3.15.1",
33
"private": true,
44
"type": "module",
55
"scripts": {

packages/varlet-cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@varlet/cli",
3-
"version": "3.15.0",
3+
"version": "3.15.1",
44
"description": "cli of varlet",
55
"keywords": [
66
"cli",

packages/varlet-icons/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@varlet/icons",
3-
"version": "3.15.0",
3+
"version": "3.15.1",
44
"description": "Icons of varlet",
55
"keywords": [
66
"icons",

packages/varlet-import-resolver/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@varlet/import-resolver",
3-
"version": "3.15.0",
3+
"version": "3.15.1",
44
"description": "varlet import resolver for unplugin-vue-components and unplugin-auto-import",
55
"keywords": [
66
"varlet",

packages/varlet-preset-tailwindcss/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@varlet/preset-tailwindcss",
3-
"version": "3.15.0",
3+
"version": "3.15.1",
44
"description": "tailwindcss preset of varlet",
55
"keywords": [
66
"tailwindcss",

packages/varlet-preset-unocss/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@varlet/preset-unocss",
3-
"version": "3.15.0",
3+
"version": "3.15.1",
44
"description": "unocss preset of varlet",
55
"keywords": [
66
"unocss",

packages/varlet-shared/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@varlet/shared",
3-
"version": "3.15.0",
3+
"version": "3.15.1",
44
"description": "shared utils of varlet",
55
"keywords": [
66
"shared",

packages/varlet-touch-emulator/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@varlet/touch-emulator",
3-
"version": "3.15.0",
3+
"version": "3.15.1",
44
"description": "touch-emulator",
55
"keywords": [
66
"emulator",

packages/varlet-ui-playground/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@varlet/ui-playground",
3-
"version": "3.15.0",
3+
"version": "3.15.1",
44
"private": true,
55
"description": "varlet ui playground",
66
"keywords": [

0 commit comments

Comments
 (0)