Skip to content

Commit

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

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


### Bug Fixes

* **cli/dev:** add varlet config file watcher ([28b4ea9](https://github.com/haoziqaq/varlet/commit/28b4ea9a6b28a83dd57e12914f256634c8822297))
* **cli/dev:** fixed bug of repeat restart server ([e14f090](https://github.com/haoziqaq/varlet/commit/e14f090cd8a3b932680acb8871ffd8cdd562f2a0))
* **cli/site:** optimize github link style ([47db851](https://github.com/haoziqaq/varlet/commit/47db8511df8234a6a713d6bdbbf6f9c6f5bfd7e8))
* **cli/site:** optimize site ([40161bf](https://github.com/haoziqaq/varlet/commit/40161bff3776760933c3f99e6b13ab656fa456e8))
* **ui/site:** modify highlight.css color ([203432e](https://github.com/haoziqaq/varlet/commit/203432e12f8c9e22b92d1e00b790db708f0ac663))
* **ui/tab-item:** add var-tab-item-cover attr ([934a833](https://github.com/haoziqaq/varlet/commit/934a833bfa9118c0c8c25e2796a1d0e7100ce84f))





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


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


### Bug Fixes

* **cli/dev:** add varlet config file watcher ([28b4ea9](https://github.com/haoziqaq/varlet/commit/28b4ea9a6b28a83dd57e12914f256634c8822297))
* **cli/dev:** fixed bug of repeat restart server ([e14f090](https://github.com/haoziqaq/varlet/commit/e14f090cd8a3b932680acb8871ffd8cdd562f2a0))
* **cli/site:** optimize github link style ([47db851](https://github.com/haoziqaq/varlet/commit/47db8511df8234a6a713d6bdbbf6f9c6f5bfd7e8))
* **cli/site:** optimize site ([40161bf](https://github.com/haoziqaq/varlet/commit/40161bff3776760933c3f99e6b13ab656fa456e8))





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


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.6",
"version": "1.22.7",
"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.7](https://github.com/haoziqaq/varlet/compare/v1.22.6...v1.22.7) (2021-10-22)


### Bug Fixes

* **ui/site:** modify highlight.css color ([203432e](https://github.com/haoziqaq/varlet/commit/203432e12f8c9e22b92d1e00b790db708f0ac663))
* **ui/tab-item:** add var-tab-item-cover attr ([934a833](https://github.com/haoziqaq/varlet/commit/934a833bfa9118c0c8c25e2796a1d0e7100ce84f))





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


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.6",
"version": "1.22.7",
"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.6"
"@varlet/cli": "^1.22.7"
},
"dependencies": {
"dayjs": "^1.10.4",
Expand Down

0 comments on commit cc86b81

Please sign in to comment.