Skip to content

Commit 847170e

Browse files
committed
v3.13.0
1 parent 0b3b387 commit 847170e

14 files changed

Lines changed: 26 additions & 13 deletions

File tree

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
# [3.13.0](https://github.com/varletjs/varlet/compare/v3.12.3...v3.13.0) (2026-01-01)
2+
3+
4+
### Features
5+
6+
* **field-decorator:** add filled variant style variables ([0b3b387](https://github.com/varletjs/varlet/commit/0b3b387c61f8a5904a79efcfd74bfaa98c069b53))
7+
* **filled-variant:** support filled variant for field ([f530aba](https://github.com/varletjs/varlet/commit/f530aba7388c19bf85631b72f1e5ea54cf83aad0))
8+
* **input:** add filled variant and update examples ([201a391](https://github.com/varletjs/varlet/commit/201a39133d26ddddc398d337fc0ceac503ccaf71))
9+
* **select:** support chip css var ([92f1e12](https://github.com/varletjs/varlet/commit/92f1e12feb61fc7cc2d4e578207f1bc7a730ad4e))
10+
* update docs ([847cdcc](https://github.com/varletjs/varlet/commit/847cdcc4145655aa10b4264533a6873895d00050))
11+
12+
13+
114
## [3.12.3](https://github.com/varletjs/varlet/compare/v3.12.2...v3.12.3) (2025-11-17)
215

316

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "3.12.3",
2+
"version": "3.13.0",
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.12.3",
3+
"version": "3.13.0",
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.12.3",
3+
"version": "3.13.0",
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.12.3",
3+
"version": "3.13.0",
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.12.3",
3+
"version": "3.13.0",
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.12.3",
3+
"version": "3.13.0",
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.12.3",
3+
"version": "3.13.0",
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.12.3",
3+
"version": "3.13.0",
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.12.3",
3+
"version": "3.13.0",
44
"private": true,
55
"description": "varlet ui playground",
66
"keywords": [

0 commit comments

Comments
 (0)