Skip to content

Commit

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

## [1.22.6](https://github.com/haoziqaq/varlet/compare/v1.22.4...v1.22.6) (2021-10-18)


### Bug Fixes

* **cli/jest:** add root config check ([052a338](https://github.com/haoziqaq/varlet/commit/052a338c9860b6d7d92e652dea0efdd8fbe41217))
* **cli/site:** optimize site style ([aaec99e](https://github.com/haoziqaq/varlet/commit/aaec99ee9abcf6807e5629e5f07a7475452b6b5a))
* **slider/types:** fix template types ([31da191](https://github.com/haoziqaq/varlet/commit/31da19127549971732fb5f28289ee52060232a7c))
* **snackbar/types:** fix types of related loading props ([0e8d4f4](https://github.com/haoziqaq/varlet/commit/0e8d4f4230e40e5e5f431a7246cac38984b2c381))
* **ui:** fix types ([ead022f](https://github.com/haoziqaq/varlet/commit/ead022f620f05993229682f304060530ce856f7e))
* **ui/checkbox, radio:** fix prop types ([219cab8](https://github.com/haoziqaq/varlet/commit/219cab8f17d2fbedc7c186a2e61191a8676f779d))
* **ui/pagination, cli/site:** fix size and total cannot be centered vertically in the pagination, ad ([ad3eb81](https://github.com/haoziqaq/varlet/commit/ad3eb81269cdb005bb41a8c8127bb07bdc62ff91))
* fix types ([f9a372f](https://github.com/haoziqaq/varlet/commit/f9a372fb86268fa59903ef4b0c3c519cdefcf722))
* **ui/types:** fix types ([c87784d](https://github.com/haoziqaq/varlet/commit/c87784d4c8e32584a7a245854365259f95849fbe))


### Reverts

* revert slider types change ([b897c3c](https://github.com/haoziqaq/varlet/commit/b897c3c2b58b4213f1b8dd1d2f84a1a2bdd4e67a))





## [1.22.4](https://github.com/haoziqaq/varlet/compare/v1.22.3...v1.22.4) (2021-10-14)


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

## [1.22.6](https://github.com/haoziqaq/varlet/compare/v1.22.4...v1.22.6) (2021-10-18)


### Bug Fixes

* **cli/jest:** add root config check ([052a338](https://github.com/haoziqaq/varlet/commit/052a338c9860b6d7d92e652dea0efdd8fbe41217))
* **cli/site:** optimize site style ([aaec99e](https://github.com/haoziqaq/varlet/commit/aaec99ee9abcf6807e5629e5f07a7475452b6b5a))
* **ui/pagination, cli/site:** fix size and total cannot be centered vertically in the pagination, ad ([ad3eb81](https://github.com/haoziqaq/varlet/commit/ad3eb81269cdb005bb41a8c8127bb07bdc62ff91))





## [1.22.4](https://github.com/haoziqaq/varlet/compare/v1.22.3...v1.22.4) (2021-10-14)


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": "1.22.4",
"version": "1.22.6",
"description": "cli of varlet",
"bin": {
"varlet-cli": "./lib/index.js"
Expand Down
22 changes: 22 additions & 0 deletions packages/varlet-ui/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,28 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.22.6](https://github.com/haoziqaq/varlet/compare/v1.22.4...v1.22.6) (2021-10-18)


### Bug Fixes

* **slider/types:** fix template types ([31da191](https://github.com/haoziqaq/varlet/commit/31da19127549971732fb5f28289ee52060232a7c))
* **ui/checkbox, radio:** fix prop types ([219cab8](https://github.com/haoziqaq/varlet/commit/219cab8f17d2fbedc7c186a2e61191a8676f779d))
* **ui/pagination, cli/site:** fix size and total cannot be centered vertically in the pagination, ad ([ad3eb81](https://github.com/haoziqaq/varlet/commit/ad3eb81269cdb005bb41a8c8127bb07bdc62ff91))
* fix types ([f9a372f](https://github.com/haoziqaq/varlet/commit/f9a372fb86268fa59903ef4b0c3c519cdefcf722))
* **snackbar/types:** fix types of related loading props ([0e8d4f4](https://github.com/haoziqaq/varlet/commit/0e8d4f4230e40e5e5f431a7246cac38984b2c381))
* **ui:** fix types ([ead022f](https://github.com/haoziqaq/varlet/commit/ead022f620f05993229682f304060530ce856f7e))
* **ui/types:** fix types ([c87784d](https://github.com/haoziqaq/varlet/commit/c87784d4c8e32584a7a245854365259f95849fbe))


### Reverts

* revert slider types change ([b897c3c](https://github.com/haoziqaq/varlet/commit/b897c3c2b58b4213f1b8dd1d2f84a1a2bdd4e67a))





## [1.22.4](https://github.com/haoziqaq/varlet/compare/v1.22.3...v1.22.4) (2021-10-14)


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.22.4",
"version": "1.22.6",
"description": "A material like components library",
"module": "es/index.js",
"typings": "types/index.d.ts",
Expand Down Expand Up @@ -48,7 +48,7 @@
},
"gitHead": "ee9c3866bedad96c86365b0f9888a3a6bb781b1f",
"devDependencies": {
"@varlet/cli": "^1.22.4"
"@varlet/cli": "^1.22.6"
},
"dependencies": {
"dayjs": "^1.10.4",
Expand Down
8 changes: 8 additions & 0 deletions packages/varlet-vscode-extension/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.22.6](https://github.com/haoziqaq/varlet/compare/v1.22.4...v1.22.6) (2021-10-18)

**Note:** Version bump only for package varlet-vscode-extension





## [1.22.4](https://github.com/haoziqaq/varlet/compare/v1.22.3...v1.22.4) (2021-10-14)

**Note:** Version bump only for package varlet-vscode-extension
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 @@ -5,7 +5,7 @@
"icon": "src/icon.png",
"description": "varlet extension for vscode",
"publisher": "haoziqaq",
"version": "1.22.5",
"version": "1.22.6",
"engines": {
"vscode": "^1.56.0"
},
Expand Down

0 comments on commit 679b86f

Please sign in to comment.