Skip to content

Commit

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

# [1.11.0](https://github.com/haoziqaq/varlet/compare/v1.10.0...v1.11.0) (2021-07-28)


### Bug Fixes

* **index-bar:** fix the bug of trigger two times change event after click anchor ([4282788](https://github.com/haoziqaq/varlet/commit/4282788e4d5b0ee576144da951dc10c86fb235fc))


### Features

* **index-bar:** add duration prop ([d115f84](https://github.com/haoziqaq/varlet/commit/d115f84998ae1422d560b27003a869d8a31aa533))
* **index-bar:** add hide-list prop ([a433b08](https://github.com/haoziqaq/varlet/commit/a433b08ea13a2504e1f9d75552fd95243fed8d2f))





# [1.10.0](https://github.com/haoziqaq/varlet/compare/v1.9.7...v1.10.0) (2021-07-22)


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.10.0"
"version": "1.11.0"
}
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.11.0](https://github.com/haoziqaq/varlet/compare/v1.10.0...v1.11.0) (2021-07-28)

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





# [1.10.0](https://github.com/haoziqaq/varlet/compare/v1.9.7...v1.10.0) (2021-07-22)

**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.10.0",
"version": "1.11.0",
"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.9.0",
"@varlet/ui": "^1.10.0",
"@varlet/ui": "^1.11.0",
"@vue/compiler-sfc": "^3.1.4",
"@vue/test-utils": "^2.0.0-rc.6",
"autoprefixer": "9",
Expand Down
8 changes: 8 additions & 0 deletions packages/varlet-eslint-config/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.11.0](https://github.com/haoziqaq/varlet/compare/v1.10.0...v1.11.0) (2021-07-28)

**Note:** Version bump only for package @varlet/eslint-config





# [1.10.0](https://github.com/haoziqaq/varlet/compare/v1.9.7...v1.10.0) (2021-07-22)


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": "1.10.0",
"version": "1.11.0",
"description": "eslint config of varlet",
"keywords": [
"eslint",
Expand Down
17 changes: 17 additions & 0 deletions packages/varlet-ui/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,23 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [1.11.0](https://github.com/haoziqaq/varlet/compare/v1.10.0...v1.11.0) (2021-07-28)


### Bug Fixes

* **index-bar:** fix the bug of trigger two times change event after click anchor ([4282788](https://github.com/haoziqaq/varlet/commit/4282788e4d5b0ee576144da951dc10c86fb235fc))


### Features

* **index-bar:** add duration prop ([d115f84](https://github.com/haoziqaq/varlet/commit/d115f84998ae1422d560b27003a869d8a31aa533))
* **index-bar:** add hide-list prop ([a433b08](https://github.com/haoziqaq/varlet/commit/a433b08ea13a2504e1f9d75552fd95243fed8d2f))





# [1.10.0](https://github.com/haoziqaq/varlet/compare/v1.9.7...v1.10.0) (2021-07-22)


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.10.0",
"version": "1.11.0",
"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.10.0"
"@varlet/cli": "^1.11.0"
},
"dependencies": {
"@babel/runtime": "^7.13.10",
Expand Down

0 comments on commit 4f698d5

Please sign in to comment.