Skip to content

Commit

Permalink
v1.22.10
Browse files Browse the repository at this point in the history
  • Loading branch information
haoziqaq committed Nov 3, 2021
1 parent d12195a commit a244364
Show file tree
Hide file tree
Showing 6 changed files with 40 additions and 4 deletions.
13 changes: 13 additions & 0 deletions 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.10](https://github.com/haoziqaq/varlet/compare/v1.22.9...v1.22.10) (2021-11-03)


### Bug Fixes

* **cli/site:** change code block font color to white ([f38aa0e](https://github.com/haoziqaq/varlet/commit/f38aa0ea1a21be630e8dd0dec9e219a28a4f4567))
* **cli/site:** modify site theme update logic ([d12195a](https://github.com/haoziqaq/varlet/commit/d12195ae7d98f8d1e9b4cc44d71c564b2f7b2974))
* **ui/style-provider:** simplify the use of style-provider ([cbf66ce](https://github.com/haoziqaq/varlet/commit/cbf66ce9b2295df7be5c0de32d0969354462cff7))





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


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.9"
"version": "1.22.10"
}
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.10](https://github.com/haoziqaq/varlet/compare/v1.22.9...v1.22.10) (2021-11-03)


### Bug Fixes

* **cli/site:** change code block font color to white ([f38aa0e](https://github.com/haoziqaq/varlet/commit/f38aa0ea1a21be630e8dd0dec9e219a28a4f4567))
* **cli/site:** modify site theme update logic ([d12195a](https://github.com/haoziqaq/varlet/commit/d12195ae7d98f8d1e9b4cc44d71c564b2f7b2974))





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


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.9",
"version": "1.22.10",
"description": "cli of varlet",
"bin": {
"varlet-cli": "./lib/index.js"
Expand Down
11 changes: 11 additions & 0 deletions packages/varlet-ui/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.10](https://github.com/haoziqaq/varlet/compare/v1.22.9...v1.22.10) (2021-11-03)


### Bug Fixes

* **ui/style-provider:** simplify the use of style-provider ([cbf66ce](https://github.com/haoziqaq/varlet/commit/cbf66ce9b2295df7be5c0de32d0969354462cff7))





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


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

0 comments on commit a244364

Please sign in to comment.