Skip to content

Commit d567152

Browse files
committed
chore: Version bump
1 parent 9586f98 commit d567152

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
# Change Log
22
All notable changes to this project will be documented in this file.
33

4+
## [0.3.2] - 2021-03-18
5+
### Fixed
6+
- fix(Modal): disabled implicit attr inheritance in modals.
7+
- fix(ListView): do not assume a specific typescript type for pf-list-view rows.
8+
49
## [0.3.1] - 2021-02-08
510
### Fixed
611
- fix(Layout): never pass undefined|null to emitted event update:collapsed.
@@ -402,7 +407,8 @@ disabled, as per PatternFly design guidelines.
402407
- `pf-toolbar` component
403408
- `pf-utilization-bar-chart` component
404409

405-
[Unreleased]: https://github.com/mtorromeo/vue-patternfly/compare/v0.3.1...HEAD
410+
[Unreleased]: https://github.com/mtorromeo/vue-patternfly/compare/v0.3.2...HEAD
411+
[0.3.2]: https://github.com/mtorromeo/vue-patternfly/compare/v0.3.1...v0.3.2
406412
[0.3.1]: https://github.com/mtorromeo/vue-patternfly/compare/v0.3.0...v0.3.1
407413
[0.3.0]: https://github.com/mtorromeo/vue-patternfly/compare/v0.2.11...v0.3.0
408414
[0.2.11]: https://github.com/mtorromeo/vue-patternfly/compare/v0.2.10...v0.2.11

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vue-patternfly",
3-
"version": "0.3.1",
3+
"version": "0.3.2",
44
"description": "PatternFly 3 components for Vue 3",
55
"main": "dist/vue-patternfly.umd.js",
66
"module": "dist/vue-patternfly.es.js",

0 commit comments

Comments
 (0)