Skip to content

Commit

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

# [1.1.0](https://github.com/haoziqaq/varlet/compare/v1.0.1...v1.1.0) (2021-04-26)


### Bug Fixes

* **ui/progress:** 优化progress文档, 重命名props show-active -> label, show-track -> track ([7d82141](https://github.com/haoziqaq/varlet/commit/7d82141aef288e03b580b6ffabc0844f8f889ba3))


### Features

* **ui/types:** uploader提供jsx,tsx类型支持 ([b156587](https://github.com/haoziqaq/varlet/commit/b15658715a3c64cada1c9be4d80c0ffc1df701fd))
* **ui/types:** 完善row组件jsx,tsx类型推断 ([4630be3](https://github.com/haoziqaq/varlet/commit/4630be3dd3678d35e8f5e9d194de84c6043797dd))
* **ui/types:** 提供jsx,tsx支持.完成以下组件button,checkbox,checkboxGroup,col,counter,dialog,form,icon,image,i ([8818998](https://github.com/haoziqaq/varlet/commit/8818998748945eea3acd88f88eff8d9387a9e86c))





## [1.0.1](https://github.com/haoziqaq/varlet/compare/v1.0.0...v1.0.1) (2021-04-24)


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.0.1"
"version": "1.1.0"
}
11 changes: 11 additions & 0 deletions packages/varlet-cli/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [1.1.0](https://github.com/haoziqaq/varlet/compare/v1.0.1...v1.1.0) (2021-04-26)


### Bug Fixes

* **ui/progress:** 优化progress文档, 重命名props show-active -> label, show-track -> track ([7d82141](https://github.com/haoziqaq/varlet/commit/7d82141aef288e03b580b6ffabc0844f8f889ba3))





## [1.0.1](https://github.com/haoziqaq/varlet/compare/v1.0.0...v1.0.1) (2021-04-24)

**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.0.1",
"version": "1.1.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.0.0",
"@varlet/ui": "^1.0.1",
"@varlet/ui": "^1.1.0",
"@vue/compiler-sfc": "^3.0.7",
"@vue/test-utils": "^2.0.0-rc.6",
"autoprefixer": "9",
Expand Down
18 changes: 18 additions & 0 deletions packages/varlet-ui/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,24 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [1.1.0](https://github.com/haoziqaq/varlet/compare/v1.0.1...v1.1.0) (2021-04-26)


### Bug Fixes

* **ui/progress:** 优化progress文档, 重命名props show-active -> label, show-track -> track ([7d82141](https://github.com/haoziqaq/varlet/commit/7d82141aef288e03b580b6ffabc0844f8f889ba3))


### Features

* **ui/types:** uploader提供jsx,tsx类型支持 ([b156587](https://github.com/haoziqaq/varlet/commit/b15658715a3c64cada1c9be4d80c0ffc1df701fd))
* **ui/types:** 完善row组件jsx,tsx类型推断 ([4630be3](https://github.com/haoziqaq/varlet/commit/4630be3dd3678d35e8f5e9d194de84c6043797dd))
* **ui/types:** 提供jsx,tsx支持.完成以下组件button,checkbox,checkboxGroup,col,counter,dialog,form,icon,image,i ([8818998](https://github.com/haoziqaq/varlet/commit/8818998748945eea3acd88f88eff8d9387a9e86c))





## [1.0.1](https://github.com/haoziqaq/varlet/compare/v1.0.0...v1.0.1) (2021-04-24)

**Note:** Version bump only for package @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": "1.0.1",
"version": "1.1.0",
"description": "A material like components library",
"module": "es/index.js",
"main": "cjs/index.js",
Expand Down

0 comments on commit b19f772

Please sign in to comment.