Skip to content

Commit

Permalink
v1.3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
haoziqaq committed May 13, 2021
1 parent 21e6fcb commit af49c42
Show file tree
Hide file tree
Showing 6 changed files with 36 additions and 4 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,18 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.3.4](https://github.com/haoziqaq/varlet/compare/v1.3.3...v1.3.4) (2021-05-13)


### Bug Fixes

* **ui/select:** fix bug of select blur event can't trigger ([b9918fc](https://github.com/haoziqaq/varlet/commit/b9918fcd08a6805408b18a7e0765213974bde235))
* **ui/select ui/radio:** fix bug of select click event repeat trigger, radio unit test complete ([21e6fcb](https://github.com/haoziqaq/varlet/commit/21e6fcbf9335358022080d0221ad57a76b00a1a2))





## [1.3.3](https://github.com/haoziqaq/varlet/compare/v1.3.2...v1.3.3) (2021-05-11)


Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@
"ignoreChanges": [
"**/*.md"
],
"version": "1.3.3"
"version": "1.3.4"
}
8 changes: 8 additions & 0 deletions packages/varlet-cli/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.3.4](https://github.com/haoziqaq/varlet/compare/v1.3.3...v1.3.4) (2021-05-13)

**Note:** Version bump only for package @varlet/cli





## [1.3.3](https://github.com/haoziqaq/varlet/compare/v1.3.2...v1.3.3) (2021-05-11)


Expand Down
4 changes: 2 additions & 2 deletions packages/varlet-cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@varlet/cli",
"version": "1.3.3",
"version": "1.3.4",
"description": "cli of varlet",
"bin": {
"varlet-cli": "./lib/index.js"
Expand Down Expand Up @@ -37,7 +37,7 @@
"@babel/preset-env": "^7.12.1",
"@babel/preset-typescript": "^7.12.1",
"@varlet/markdown-loader": "^1.0.0",
"@varlet/ui": "^1.3.3",
"@varlet/ui": "^1.3.4",
"@vue/compiler-sfc": "^3.0.7",
"@vue/test-utils": "^2.0.0-rc.6",
"autoprefixer": "9",
Expand Down
12 changes: 12 additions & 0 deletions packages/varlet-ui/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,18 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.3.4](https://github.com/haoziqaq/varlet/compare/v1.3.3...v1.3.4) (2021-05-13)


### Bug Fixes

* **ui/select:** fix bug of select blur event can't trigger ([b9918fc](https://github.com/haoziqaq/varlet/commit/b9918fcd08a6805408b18a7e0765213974bde235))
* **ui/select ui/radio:** fix bug of select click event repeat trigger, radio unit test complete ([21e6fcb](https://github.com/haoziqaq/varlet/commit/21e6fcbf9335358022080d0221ad57a76b00a1a2))





## [1.3.3](https://github.com/haoziqaq/varlet/compare/v1.3.2...v1.3.3) (2021-05-11)


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": "1.3.3",
"version": "1.3.4",
"description": "A material like components library",
"module": "es/index.js",
"main": "cjs/index.js",
Expand Down

0 comments on commit af49c42

Please sign in to comment.