diff --git a/CHANGELOG.md b/CHANGELOG.md index aedadca14bd..91ed7ca7d96 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/lerna.json b/lerna.json index a5953b3ac1e..a67d9cd6926 100644 --- a/lerna.json +++ b/lerna.json @@ -21,5 +21,5 @@ "ignoreChanges": [ "**/*.md" ], - "version": "1.22.7" + "version": "1.22.8" } diff --git a/packages/varlet-cli/CHANGELOG.md b/packages/varlet-cli/CHANGELOG.md index 6b3463caad8..41473cd8e30 100644 --- a/packages/varlet-cli/CHANGELOG.md +++ b/packages/varlet-cli/CHANGELOG.md @@ -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) diff --git a/packages/varlet-cli/package.json b/packages/varlet-cli/package.json index 96ea327eb60..974135af9d3 100644 --- a/packages/varlet-cli/package.json +++ b/packages/varlet-cli/package.json @@ -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" diff --git a/packages/varlet-ui/CHANGELOG.md b/packages/varlet-ui/CHANGELOG.md index fe26e97596e..635f0833d20 100644 --- a/packages/varlet-ui/CHANGELOG.md +++ b/packages/varlet-ui/CHANGELOG.md @@ -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) diff --git a/packages/varlet-ui/package.json b/packages/varlet-ui/package.json index ff9ec938e84..d9802201c44 100644 --- a/packages/varlet-ui/package.json +++ b/packages/varlet-ui/package.json @@ -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", @@ -48,7 +48,7 @@ }, "gitHead": "ee9c3866bedad96c86365b0f9888a3a6bb781b1f", "devDependencies": { - "@varlet/cli": "^1.22.7" + "@varlet/cli": "^1.22.8" }, "dependencies": { "dayjs": "^1.10.4",