Skip to content

Commit

Permalink
v3.2.12
Browse files Browse the repository at this point in the history
  • Loading branch information
haoziqaq committed May 30, 2024
1 parent 9c70232 commit 8ff21b9
Show file tree
Hide file tree
Showing 15 changed files with 34 additions and 14 deletions.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,23 @@
## [3.2.12](https://github.com/varletjs/varlet/compare/v3.2.11...v3.2.12) (2024-05-30)


### Bug Fixes

* **cell:** add missing ripple less file import ([#1642](https://github.com/varletjs/varlet/issues/1642)) ([61ed078](https://github.com/varletjs/varlet/commit/61ed078cf2c0d9edc7456503af7e1311caa21bbe))
* **checkbox-group:** set option label and value to be required ([#1635](https://github.com/varletjs/varlet/issues/1635)) ([0dbc67c](https://github.com/varletjs/varlet/commit/0dbc67cb815415d3b06e6e9bc6f913fad358da1a))
* **paper:** add missing ripple less file import ([#1637](https://github.com/varletjs/varlet/issues/1637)) ([098adfb](https://github.com/varletjs/varlet/commit/098adfb3f6b8b699987724c3b765bdc2e0b9957e))
* **uploader:** add missing ripple less file import ([#1638](https://github.com/varletjs/varlet/issues/1638)) ([6ac83ca](https://github.com/varletjs/varlet/commit/6ac83cae3a74a30a0893bfca5f4435fc8d7c40a8))


### Features

* **checkbox-group:** support label-key and value-key prop and export checked for default slot ([#1640](https://github.com/varletjs/varlet/issues/1640)) ([a18f947](https://github.com/varletjs/varlet/commit/a18f947a75a0b0a14151afa1a150b36e47c4e2cf))
* **cli:** support ad ([9726408](https://github.com/varletjs/varlet/commit/9726408c4a0be21016c941fc82645929fb5cc8c6))
* **cli:** support server.proxy ([#1636](https://github.com/varletjs/varlet/issues/1636)) ([c75300f](https://github.com/varletjs/varlet/commit/c75300f9a1320d58ddcb1ac57ee549397efa6199))
* **floating-panel:** support header slot ([#1639](https://github.com/varletjs/varlet/issues/1639)) ([1a6fbb0](https://github.com/varletjs/varlet/commit/1a6fbb0a917facf3d1741311d36bef1b45c0d6b6))



## [3.2.11](https://github.com/varletjs/varlet/compare/v3.2.10...v3.2.11) (2024-05-24)


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.11",
"version": "3.2.12",
"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.11",
"version": "3.2.12",
"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.11",
"version": "3.2.12",
"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.11",
"version": "3.2.12",
"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.11",
"version": "3.2.12",
"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.11",
"version": "3.2.12",
"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.11",
"version": "3.2.12",
"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.11",
"version": "3.2.12",
"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.11",
"version": "3.2.12",
"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.11",
"version": "3.2.12",
"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.11",
"version": "3.2.12",
"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.11",
"version": "3.2.12",
"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.11",
"version": "3.2.12",
"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.11",
"version": "3.2.12",
"engines": {
"vscode": "^1.56.0"
},
Expand Down

0 comments on commit 8ff21b9

Please sign in to comment.