From d567152e4cad91083d95827834d2975ffb1c73a4 Mon Sep 17 00:00:00 2001 From: Massimiliano Torromeo Date: Fri, 18 Mar 2022 17:42:26 +0100 Subject: [PATCH] chore: Version bump --- CHANGELOG.md | 8 +++++++- package.json | 2 +- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 56c5f45..46bf612 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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. @@ -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 diff --git a/package.json b/package.json index b590e5f..cc1b23e 100644 --- a/package.json +++ b/package.json @@ -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",