Skip to content

Commit

Permalink
v1.22.4
Browse files Browse the repository at this point in the history
  • Loading branch information
haoziqaq committed Oct 14, 2021
1 parent 9da67b6 commit f6b8bbf
Show file tree
Hide file tree
Showing 8 changed files with 46 additions and 5 deletions.
11 changes: 11 additions & 0 deletions 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.4](https://github.com/haoziqaq/varlet/compare/v1.22.3...v1.22.4) (2021-10-14)


### Bug Fixes

* **ui/app-bar:** fix app-bar style ([9da67b6](https://github.com/haoziqaq/varlet/commit/9da67b6fa0e07a644cba6118f4a90cb8293df8be))





## [1.22.3](https://github.com/haoziqaq/varlet/compare/v1.22.2...v1.22.3) (2021-10-10)


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.3"
"version": "1.22.4"
}
11 changes: 11 additions & 0 deletions packages/varlet-cli/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.4](https://github.com/haoziqaq/varlet/compare/v1.22.3...v1.22.4) (2021-10-14)


### Bug Fixes

* **ui/app-bar:** fix app-bar style ([9da67b6](https://github.com/haoziqaq/varlet/commit/9da67b6fa0e07a644cba6118f4a90cb8293df8be))





## [1.22.3](https://github.com/haoziqaq/varlet/compare/v1.22.2...v1.22.3) (2021-10-10)


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.3",
"version": "1.22.4",
"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.4](https://github.com/haoziqaq/varlet/compare/v1.22.3...v1.22.4) (2021-10-14)


### Bug Fixes

* **ui/app-bar:** fix app-bar style ([9da67b6](https://github.com/haoziqaq/varlet/commit/9da67b6fa0e07a644cba6118f4a90cb8293df8be))





## [1.22.3](https://github.com/haoziqaq/varlet/compare/v1.22.2...v1.22.3) (2021-10-10)


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.3",
"version": "1.22.4",
"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.3"
"@varlet/cli": "^1.22.4"
},
"dependencies": {
"dayjs": "^1.10.4",
Expand Down
8 changes: 8 additions & 0 deletions packages/varlet-vscode-extension/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.4](https://github.com/haoziqaq/varlet/compare/v1.22.3...v1.22.4) (2021-10-14)

**Note:** Version bump only for package varlet-vscode-extension





## [1.14.2](https://github.com/haoziqaq/varlet/compare/v1.14.1...v1.14.2) (2021-08-12)

**Note:** Version bump only for package varlet-vscode-extension
Expand Down
2 changes: 1 addition & 1 deletion packages/varlet-vscode-extension/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"icon": "src/icon.png",
"description": "varlet extension for vscode",
"publisher": "haoziqaq",
"version": "1.16.1",
"version": "1.22.4",
"engines": {
"vscode": "^1.56.0"
},
Expand Down

0 comments on commit f6b8bbf

Please sign in to comment.