Skip to content

Commit

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

## [1.22.8](https://github.com/haoziqaq/varlet/compare/v1.22.7...v1.22.8) (2021-10-31)


### Bug Fixes

* **cli/highlight:** fix web-types version ([636b408](https://github.com/haoziqaq/varlet/commit/636b4088270857e3ada7341d707ecc63ee5c58f4))
* **cli/site:** optimize site scroll on mobile trigger route change ([536d7b1](https://github.com/haoziqaq/varlet/commit/536d7b1daa30b6b9a8093173f64e394d3a3e69eb))
* **ui/divider:** fix vertical divider ([edf9720](https://github.com/haoziqaq/varlet/commit/edf9720330adb2cadb4570847bfd1326ab3a0a2d))
* **ui/input:** fix behaviour of the input type ([5643f3c](https://github.com/haoziqaq/varlet/commit/5643f3c29f86396badd7da2f7a6c19fe58d75a22))





## [1.22.7](https://github.com/haoziqaq/varlet/compare/v1.22.6...v1.22.7) (2021-10-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.22.7"
"version": "1.22.8"
}
12 changes: 12 additions & 0 deletions packages/varlet-cli/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.22.8](https://github.com/haoziqaq/varlet/compare/v1.22.7...v1.22.8) (2021-10-31)


### Bug Fixes

* **cli/highlight:** fix web-types version ([636b408](https://github.com/haoziqaq/varlet/commit/636b4088270857e3ada7341d707ecc63ee5c58f4))
* **cli/site:** optimize site scroll on mobile trigger route change ([536d7b1](https://github.com/haoziqaq/varlet/commit/536d7b1daa30b6b9a8093173f64e394d3a3e69eb))





## [1.22.7](https://github.com/haoziqaq/varlet/compare/v1.22.6...v1.22.7) (2021-10-22)


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.7",
"version": "1.22.8",
"description": "cli of varlet",
"bin": {
"varlet-cli": "./lib/index.js"
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.22.8](https://github.com/haoziqaq/varlet/compare/v1.22.7...v1.22.8) (2021-10-31)


### Bug Fixes

* **ui/divider:** fix vertical divider ([edf9720](https://github.com/haoziqaq/varlet/commit/edf9720330adb2cadb4570847bfd1326ab3a0a2d))
* **ui/input:** fix behaviour of the input type ([5643f3c](https://github.com/haoziqaq/varlet/commit/5643f3c29f86396badd7da2f7a6c19fe58d75a22))





## [1.22.7](https://github.com/haoziqaq/varlet/compare/v1.22.6...v1.22.7) (2021-10-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.22.7",
"version": "1.22.8",
"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.7"
"@varlet/cli": "^1.22.8"
},
"dependencies": {
"dayjs": "^1.10.4",
Expand Down

0 comments on commit 5d2d460

Please sign in to comment.