Skip to content

Commit

Permalink
v2.20.5
Browse files Browse the repository at this point in the history
  • Loading branch information
haoziqaq committed Dec 29, 2023
1 parent c3a7e70 commit 0b1026e
Show file tree
Hide file tree
Showing 12 changed files with 30 additions and 11 deletions.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,22 @@
## [2.20.5](https://github.com/varletjs/varlet/compare/v2.20.4...v2.20.5) (2023-12-29)


### Bug Fixes

* **cli:** fix vitest coverage exclude ([c6aefa5](https://github.com/varletjs/varlet/commit/c6aefa51f719dc3c7eb6bd6d481e0b9fddbab464))
* **cli:** site error on theme change ([9b0dd9b](https://github.com/varletjs/varlet/commit/9b0dd9b6e4407d5f211cc673ed9a864519808ec7))
* **select:** fix scroller background color ([8cc85d2](https://github.com/varletjs/varlet/commit/8cc85d2fb44505e3da7adf3eae03e58cc723fed1))
* **uploader:** mission swipe style deps ([7b6f5f6](https://github.com/varletjs/varlet/commit/7b6f5f632c449b272e8c6f7df2ecca15930aec5b))


### Features

* **icons:** support bookmark icon ([#1361](https://github.com/varletjs/varlet/issues/1361)) ([1980232](https://github.com/varletjs/varlet/commit/1980232af781979b865d852059070a76c60e85a9))
* **menu:** support --menu-border-radius ([18ee52a](https://github.com/varletjs/varlet/commit/18ee52af4cac3f6336b2844981632d24a8d00d47))
* **time-picker:** support actions slot ([#1360](https://github.com/varletjs/varlet/issues/1360)) ([e400fc8](https://github.com/varletjs/varlet/commit/e400fc87f604f033f3bd64a7aa4e9048d22dd6df))



## [2.20.4](https://github.com/varletjs/varlet/compare/v2.20.3...v2.20.4) (2023-12-21)


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.20.4",
"version": "2.20.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": "2.20.4",
"version": "2.20.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": "2.20.4",
"version": "2.20.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": "2.20.4",
"version": "2.20.5",
"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.20.4",
"version": "2.20.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": "2.20.4",
"version": "2.20.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": "2.20.4",
"version": "2.20.5",
"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.20.4",
"version": "2.20.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": "2.20.4",
"version": "2.20.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": "2.20.4",
"version": "2.20.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": "2.20.4",
"version": "2.20.5",
"engines": {
"vscode": "^1.56.0"
},
Expand Down

2 comments on commit 0b1026e

@vercel
Copy link

@vercel vercel bot commented on 0b1026e Dec 29, 2023

Choose a reason for hiding this comment

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

@vercel
Copy link

@vercel vercel bot commented on 0b1026e Dec 29, 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

Please sign in to comment.