Skip to content

Commit

Permalink
v1.23.2
Browse files Browse the repository at this point in the history
  • Loading branch information
haoziqaq committed Nov 20, 2021
1 parent 5abf617 commit 19c2a47
Show file tree
Hide file tree
Showing 6 changed files with 33 additions and 3 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.23.2](https://github.com/haoziqaq/varlet/compare/v1.23.0...v1.23.2) (2021-11-20)


### Bug Fixes

* **ui/space:** modify the behavior of space in space-around and space-between modes ([5abf617](https://github.com/haoziqaq/varlet/commit/5abf617b009fbb63409724a3394b207949cc3a2c))





# [1.23.0](https://github.com/haoziqaq/varlet/compare/v1.22.10...v1.23.0) (2021-11-19)


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.23.0"
"version": "1.23.2"
}
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.23.2](https://github.com/haoziqaq/varlet/compare/v1.23.0...v1.23.2) (2021-11-20)


### Bug Fixes

* **ui/space:** modify the behavior of space in space-around and space-between modes ([5abf617](https://github.com/haoziqaq/varlet/commit/5abf617b009fbb63409724a3394b207949cc3a2c))





# [1.23.0](https://github.com/haoziqaq/varlet/compare/v1.22.10...v1.23.0) (2021-11-19)


Expand Down
2 changes: 1 addition & 1 deletion packages/varlet-ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@varlet/ui",
"version": "1.23.0",
"version": "1.23.2",
"description": "A material like components library",
"module": "es/index.js",
"typings": "types/index.d.ts",
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.23.2](https://github.com/haoziqaq/varlet/compare/v1.23.0...v1.23.2) (2021-11-20)

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





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

**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.23.1",
"version": "1.23.2",
"engines": {
"vscode": "^1.56.0"
},
Expand Down

0 comments on commit 19c2a47

Please sign in to comment.