Skip to content

Commit

Permalink
v1.14.1
Browse files Browse the repository at this point in the history
  • Loading branch information
haoziqaq committed Aug 4, 2021
1 parent ecf7afe commit f088d98
Show file tree
Hide file tree
Showing 6 changed files with 37 additions and 5 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.14.1](https://github.com/haoziqaq/varlet/compare/v1.14.0...v1.14.1) (2021-08-04)


### Bug Fixes

* **ui/image-preview:** tap can't trigger close ([ecf7afe](https://github.com/haoziqaq/varlet/commit/ecf7afec2392678bcf65b306cdbccf23d85997c3))
* optimize style of slider example ([8940bb6](https://github.com/haoziqaq/varlet/commit/8940bb6a712c11efca2f3eb5fd5761923db62dd3))





# [1.14.0](https://github.com/haoziqaq/varlet/compare/v1.13.5...v1.14.0) (2021-08-04)


Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,5 @@
"ignoreChanges": [
"**/*.md"
],
"version": "1.14.0"
"version": "1.14.1"
}
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.14.1](https://github.com/haoziqaq/varlet/compare/v1.14.0...v1.14.1) (2021-08-04)

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





# [1.14.0](https://github.com/haoziqaq/varlet/compare/v1.13.5...v1.14.0) (2021-08-04)

**Note:** Version bump only for package @varlet/cli
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.14.0",
"version": "1.14.1",
"description": "cli of varlet",
"bin": {
"varlet-cli": "./lib/index.js"
Expand Down Expand Up @@ -38,7 +38,7 @@
"@commitlint/cli": "^11.0.0",
"@commitlint/config-conventional": "^11.0.0",
"@varlet/markdown-loader": "^1.9.0",
"@varlet/ui": "^1.14.0",
"@varlet/ui": "^1.14.1",
"@vue/babel-plugin-jsx": "^1.0.6",
"@vue/compiler-sfc": "^3.1.4",
"@vue/test-utils": "^2.0.0-rc.6",
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.14.1](https://github.com/haoziqaq/varlet/compare/v1.14.0...v1.14.1) (2021-08-04)


### Bug Fixes

* **ui/image-preview:** tap can't trigger close ([ecf7afe](https://github.com/haoziqaq/varlet/commit/ecf7afec2392678bcf65b306cdbccf23d85997c3))
* optimize style of slider example ([8940bb6](https://github.com/haoziqaq/varlet/commit/8940bb6a712c11efca2f3eb5fd5761923db62dd3))





# [1.14.0](https://github.com/haoziqaq/varlet/compare/v1.13.5...v1.14.0) (2021-08-04)


Expand Down
4 changes: 2 additions & 2 deletions packages/varlet-ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@varlet/ui",
"version": "1.14.0",
"version": "1.14.1",
"description": "A material like components library",
"module": "es/index.js",
"typings": "types/index.d.ts",
Expand Down Expand Up @@ -47,7 +47,7 @@
},
"gitHead": "04cbbd571a061f5d5651515132a8ef079de5673e",
"devDependencies": {
"@varlet/cli": "^1.14.0"
"@varlet/cli": "^1.14.1"
},
"dependencies": {
"@varlet/icons": "^1.0.0",
Expand Down

0 comments on commit f088d98

Please sign in to comment.