Skip to content

Commit

Permalink
chore: Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
mtorromeo committed Mar 18, 2022
1 parent 9586f98 commit d567152
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
# Change Log
All notable changes to this project will be documented in this file.

## [0.3.2] - 2021-03-18
### Fixed
- fix(Modal): disabled implicit attr inheritance in modals.
- fix(ListView): do not assume a specific typescript type for pf-list-view rows.

## [0.3.1] - 2021-02-08
### Fixed
- fix(Layout): never pass undefined|null to emitted event update:collapsed.
Expand Down Expand Up @@ -402,7 +407,8 @@ disabled, as per PatternFly design guidelines.
- `pf-toolbar` component
- `pf-utilization-bar-chart` component

[Unreleased]: https://github.com/mtorromeo/vue-patternfly/compare/v0.3.1...HEAD
[Unreleased]: https://github.com/mtorromeo/vue-patternfly/compare/v0.3.2...HEAD
[0.3.2]: https://github.com/mtorromeo/vue-patternfly/compare/v0.3.1...v0.3.2
[0.3.1]: https://github.com/mtorromeo/vue-patternfly/compare/v0.3.0...v0.3.1
[0.3.0]: https://github.com/mtorromeo/vue-patternfly/compare/v0.2.11...v0.3.0
[0.2.11]: https://github.com/mtorromeo/vue-patternfly/compare/v0.2.10...v0.2.11
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vue-patternfly",
"version": "0.3.1",
"version": "0.3.2",
"description": "PatternFly 3 components for Vue 3",
"main": "dist/vue-patternfly.umd.js",
"module": "dist/vue-patternfly.es.js",
Expand Down

0 comments on commit d567152

Please sign in to comment.