diff --git a/CHANGELOG.md b/CHANGELOG.md index ba4c7715fff..c302b51022e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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.22.2](https://github.com/haoziqaq/varlet/compare/v1.22.1...v1.22.2) (2021-10-08) + + +### Bug Fixes + +* **cli:** fix mobile cell hover color ([ea999ed](https://github.com/haoziqaq/varlet/commit/ea999edcab71acca6894e1e7f2017fe8d96d787c)) + + + + + ## [1.22.1](https://github.com/haoziqaq/varlet/compare/v1.22.0...v1.22.1) (2021-10-08) diff --git a/lerna.json b/lerna.json index 54e4d59101a..4fcbb16d928 100644 --- a/lerna.json +++ b/lerna.json @@ -21,5 +21,5 @@ "ignoreChanges": [ "**/*.md" ], - "version": "1.22.1" + "version": "1.22.2" } diff --git a/packages/varlet-cli/CHANGELOG.md b/packages/varlet-cli/CHANGELOG.md index 0160186d744..8a121c7be4f 100644 --- a/packages/varlet-cli/CHANGELOG.md +++ b/packages/varlet-cli/CHANGELOG.md @@ -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.22.2](https://github.com/haoziqaq/varlet/compare/v1.22.1...v1.22.2) (2021-10-08) + + +### Bug Fixes + +* **cli:** fix mobile cell hover color ([ea999ed](https://github.com/haoziqaq/varlet/commit/ea999edcab71acca6894e1e7f2017fe8d96d787c)) + + + + + ## [1.22.1](https://github.com/haoziqaq/varlet/compare/v1.22.0...v1.22.1) (2021-10-08) diff --git a/packages/varlet-cli/generators/sfc/varlet.config.js b/packages/varlet-cli/generators/sfc/varlet.config.js index 76786f46659..8737f6fd2bb 100644 --- a/packages/varlet-cli/generators/sfc/varlet.config.js +++ b/packages/varlet-cli/generators/sfc/varlet.config.js @@ -17,8 +17,7 @@ module.exports = { 'color-pc-language-active-background': '#00968821', 'color-mobile-language-active': '#009688', 'color-mobile-language-active-background': '#00968821', - 'color-mobile-cell-hover': '#009688', - 'color-mobile-cell-hover-background': '#00968821', + 'color-mobile-cell-hover': '#009688' }, highlight: { style: './highlight.css', diff --git a/packages/varlet-cli/generators/tsx/varlet.config.js b/packages/varlet-cli/generators/tsx/varlet.config.js index 76786f46659..8737f6fd2bb 100644 --- a/packages/varlet-cli/generators/tsx/varlet.config.js +++ b/packages/varlet-cli/generators/tsx/varlet.config.js @@ -17,8 +17,7 @@ module.exports = { 'color-pc-language-active-background': '#00968821', 'color-mobile-language-active': '#009688', 'color-mobile-language-active-background': '#00968821', - 'color-mobile-cell-hover': '#009688', - 'color-mobile-cell-hover-background': '#00968821', + 'color-mobile-cell-hover': '#009688' }, highlight: { style: './highlight.css', diff --git a/packages/varlet-cli/package.json b/packages/varlet-cli/package.json index c27a1075aec..1f70e93427d 100644 --- a/packages/varlet-cli/package.json +++ b/packages/varlet-cli/package.json @@ -1,6 +1,6 @@ { "name": "@varlet/cli", - "version": "1.22.1", + "version": "1.22.2", "description": "cli of varlet", "bin": { "varlet-cli": "./lib/index.js" diff --git a/packages/varlet-cli/site/mobile/components/AppHome.vue b/packages/varlet-cli/site/mobile/components/AppHome.vue index eefb1777d04..a412a3a1320 100644 --- a/packages/varlet-cli/site/mobile/components/AppHome.vue +++ b/packages/varlet-cli/site/mobile/components/AppHome.vue @@ -117,5 +117,9 @@ export default { -webkit-tap-highlight-color: rgba(0, 0, 0, 0); transition: all 0.3s; color: #555; + + &:hover { + color: var(--site-config-color-mobile-cell-hover); + } } diff --git a/packages/varlet-cli/varlet.default.config.js b/packages/varlet-cli/varlet.default.config.js index 61ac35346e5..ea9752dcbb5 100644 --- a/packages/varlet-cli/varlet.default.config.js +++ b/packages/varlet-cli/varlet.default.config.js @@ -54,7 +54,6 @@ module.exports = { 'color-side-bar-active-background': '#3a7afe1a', 'color-app-bar': '#3a7afe', 'color-mobile-cell-hover': '#3a7afe', - 'color-mobile-cell-hover-background': '#3a7afe1a', 'color-pc-language-active': '#3a7afe', 'color-pc-language-active-background': '#edf5ff', 'color-mobile-language-active': '#3a7afe', diff --git a/packages/varlet-ui/CHANGELOG.md b/packages/varlet-ui/CHANGELOG.md index 867a8a15e27..f5a897d4b41 100644 --- a/packages/varlet-ui/CHANGELOG.md +++ b/packages/varlet-ui/CHANGELOG.md @@ -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.2](https://github.com/haoziqaq/varlet/compare/v1.22.1...v1.22.2) (2021-10-08) + +**Note:** Version bump only for package @varlet/ui + + + + + ## [1.22.1](https://github.com/haoziqaq/varlet/compare/v1.22.0...v1.22.1) (2021-10-08) diff --git a/packages/varlet-ui/package.json b/packages/varlet-ui/package.json index 763d0a184a9..256e3677364 100644 --- a/packages/varlet-ui/package.json +++ b/packages/varlet-ui/package.json @@ -1,6 +1,6 @@ { "name": "@varlet/ui", - "version": "1.22.1", + "version": "1.22.2", "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.1" + "@varlet/cli": "^1.22.2" }, "dependencies": { "dayjs": "^1.10.4",