Skip to content

Commit

Permalink
v2.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
haoziqaq committed Mar 16, 2023
1 parent ca5e63f commit 9337db8
Show file tree
Hide file tree
Showing 13 changed files with 40 additions and 12 deletions.
28 changes: 28 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,31 @@
## [2.9.1](https://github.com/varletjs/varlet/compare/v2.9.0...v2.9.1) (2023-03-16)


### Bug Fixes

* fix input cursor error in the ios ([aad8dac](https://github.com/varletjs/varlet/commit/aad8dac160be93354382333b7738a0666dc93ec8))
* **slider:** add cursor ([dd82f92](https://github.com/varletjs/varlet/commit/dd82f92305d7d0cec01885f5bb41cf684bf0623b))
* **ui/input:** fixed placeholders not being able to hide while composing ([54a0391](https://github.com/varletjs/varlet/commit/54a0391e7948ed00fa54028bc47bc529541507ef))


### Features

* **slider:** add hover overlay ([9adfdca](https://github.com/varletjs/varlet/commit/9adfdcae23a8d0a014a99b2b06936fcde4f8a7c4))
* support hover effect and close [#902](https://github.com/varletjs/varlet/issues/902) ([53461da](https://github.com/varletjs/varlet/commit/53461dafe98cdf78e7566c4948d4ffe7152bc7d4))
* **switch:** add hover overlay ([7a3f769](https://github.com/varletjs/varlet/commit/7a3f769cf46578972201125bc96c57f66686b623))
* **ui/checkbox:** support hover effect ([#907](https://github.com/varletjs/varlet/issues/907)) ([d853427](https://github.com/varletjs/varlet/commit/d853427fa80641829f43fa3432f233ecd22b486f))
* **ui/image-preview:** add setDefaultOptions and resetDefaultOptions ([#892](https://github.com/varletjs/varlet/issues/892)) ([ec56890](https://github.com/varletjs/varlet/commit/ec56890628eed7f07d63fe092c55e7a30cc89750))
* **ui/radio:** support hover effect ([#908](https://github.com/varletjs/varlet/issues/908)) ([d0621ad](https://github.com/varletjs/varlet/commit/d0621ad084805436f83dbdecd6788974d5cd911f))
* **ui/rate:** support hover effect ([#906](https://github.com/varletjs/varlet/issues/906)) ([6a6a2d0](https://github.com/varletjs/varlet/commit/6a6a2d01f0dfd4c7a50b31ec2b98f7a6dddcd51e))
* **ui/uploader:** support hover effect and close [#901](https://github.com/varletjs/varlet/issues/901) ([ca5e63f](https://github.com/varletjs/varlet/commit/ca5e63fb7c7e401d02be14768d04f0c7df0e7de0))


### Reverts

* fix workflow ([cc4554c](https://github.com/varletjs/varlet/commit/cc4554cace2c89c0a6e357efe9c987e0423f0fb9))



# [2.9.0](https://github.com/varletjs/varlet/compare/v2.8.6...v2.9.0) (2023-03-12)


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.9.0",
"version": "2.9.1",
"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.9.0",
"version": "2.9.1",
"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.9.0",
"version": "2.9.1",
"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.9.0",
"version": "2.9.1",
"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.9.0",
"version": "2.9.1",
"type": "module",
"main": "lib/index.js",
"module": "lib/index.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/varlet-stylelint-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@varlet/stylelint-config",
"version": "2.9.0",
"version": "2.9.1",
"description": "stylelint config of varlet",
"keywords": [
"stylelint",
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.9.0",
"version": "2.9.1",
"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.9.0",
"version": "2.9.1",
"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.9.0",
"version": "2.9.1",
"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.9.0",
"version": "2.9.1",
"type": "module",
"main": "lib/index.js",
"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.9.0",
"version": "2.9.1",
"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.9.0",
"version": "2.9.1",
"engines": {
"vscode": "^1.56.0"
},
Expand Down

2 comments on commit 9337db8

@vercel
Copy link

@vercel vercel bot commented on 9337db8 Mar 16, 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 9337db8 Mar 16, 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-git-main-varletjs.vercel.app
varlet-varletjs.vercel.app

Please sign in to comment.