Skip to content

Commit 79f9d51

Browse files
committed
chore: version bump
1 parent bce8ea0 commit 79f9d51

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

CHANGELOG.md

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

4-
### [Unreleased]
4+
### [0.2.4] - 2021-10-19
55
### Fixed
66
- Set href of the link when using the `pf-menu-item` as a `router-link`.
77

@@ -349,9 +349,10 @@ disabled, as per PatternFly design guidelines.
349349
- `pf-toolbar` component
350350
- `pf-utilization-bar-chart` component
351351

352-
[Unreleased]: https://github.com/mtorromeo/vue-patternfly/compare/v0.2.3...HEAD
353-
[0.2.1]: https://github.com/mtorromeo/vue-patternfly/compare/v0.2.2...v0.2.3
354-
[0.2.1]: https://github.com/mtorromeo/vue-patternfly/compare/v0.2.1...v0.2.2
352+
[Unreleased]: https://github.com/mtorromeo/vue-patternfly/compare/v0.2.4...HEAD
353+
[0.2.4]: https://github.com/mtorromeo/vue-patternfly/compare/v0.2.3...v0.2.4
354+
[0.2.3]: https://github.com/mtorromeo/vue-patternfly/compare/v0.2.2...v0.2.3
355+
[0.2.2]: https://github.com/mtorromeo/vue-patternfly/compare/v0.2.1...v0.2.2
355356
[0.2.1]: https://github.com/mtorromeo/vue-patternfly/compare/v0.2.0...v0.2.1
356357
[0.2.0]: https://github.com/mtorromeo/vue-patternfly/compare/v0.1.7...v0.2.0
357358
[0.1.7]: https://github.com/mtorromeo/vue-patternfly/compare/v0.1.6...v0.1.7

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