Skip to content

Commit fa37d61

Browse files
committed
chore: Version bump
1 parent 8de3f30 commit fa37d61

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.1] - 2021-02-08
5+
### Fixed
6+
- fix(Layout): never pass undefined|null to emitted event update:collapsed.
7+
- fix(OUIA): reverted ouia component names to use V-PF3/ prefix.
8+
49
## [0.3.0] - 2021-02-03
510
### Added
611
- refactor: converted the whole codebase to typescript.
@@ -397,7 +402,8 @@ disabled, as per PatternFly design guidelines.
397402
- `pf-toolbar` component
398403
- `pf-utilization-bar-chart` component
399404

400-
[Unreleased]: https://github.com/mtorromeo/vue-patternfly/compare/v0.3.0...HEAD
405+
[Unreleased]: https://github.com/mtorromeo/vue-patternfly/compare/v0.3.1...HEAD
406+
[0.3.1]: https://github.com/mtorromeo/vue-patternfly/compare/v0.3.0...v0.3.1
401407
[0.3.0]: https://github.com/mtorromeo/vue-patternfly/compare/v0.2.11...v0.3.0
402408
[0.2.11]: https://github.com/mtorromeo/vue-patternfly/compare/v0.2.10...v0.2.11
403409
[0.2.10]: https://github.com/mtorromeo/vue-patternfly/compare/v0.2.9...v0.2.10

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.0",
3+
"version": "0.3.1",
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)