From fa37d619e88c65b2be03feec3d3b23414f7a962e Mon Sep 17 00:00:00 2001 From: Massimiliano Torromeo Date: Tue, 8 Feb 2022 16:19:23 +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 51e8202..56c5f45 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.1] - 2021-02-08 +### Fixed +- fix(Layout): never pass undefined|null to emitted event update:collapsed. +- fix(OUIA): reverted ouia component names to use V-PF3/ prefix. + ## [0.3.0] - 2021-02-03 ### Added - refactor: converted the whole codebase to typescript. @@ -397,7 +402,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.0...HEAD +[Unreleased]: https://github.com/mtorromeo/vue-patternfly/compare/v0.3.1...HEAD +[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 [0.2.10]: https://github.com/mtorromeo/vue-patternfly/compare/v0.2.9...v0.2.10 diff --git a/package.json b/package.json index 42496c6..b590e5f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "vue-patternfly", - "version": "0.3.0", + "version": "0.3.1", "description": "PatternFly 3 components for Vue 3", "main": "dist/vue-patternfly.umd.js", "module": "dist/vue-patternfly.es.js",