Skip to content

Commit cf24542

Browse files
committed
Version 0.0.24
1 parent f08036a commit cf24542

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

CHANGELOG.md

Lines changed: 3 additions & 2 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.0.24] - 2019-05-06
55
### Added
66
- The `pf-filter-fields` inside `pf-toolbar` is now slotted so that it can be replaced with a custom input.
77

@@ -253,7 +253,8 @@ disabled, as per PatternFly design guidelines.
253253
- `pf-toolbar` component
254254
- `pf-utilization-bar-chart` component
255255

256-
[Unreleased]: https://github.com/mtorromeo/vue-patternfly/compare/v0.0.23...HEAD
256+
[Unreleased]: https://github.com/mtorromeo/vue-patternfly/compare/v0.0.24...HEAD
257+
[0.0.24]: https://github.com/mtorromeo/vue-patternfly/compare/v0.0.23...v0.0.24
257258
[0.0.23]: https://github.com/mtorromeo/vue-patternfly/compare/v0.0.22...v0.0.23
258259
[0.0.22]: https://github.com/mtorromeo/vue-patternfly/compare/v0.0.21...v0.0.22
259260
[0.0.21]: https://github.com/mtorromeo/vue-patternfly/compare/v0.0.20...v0.0.21

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.0.23",
3+
"version": "0.0.24",
44
"description": "PatternFly components for Vue 2",
55
"main": "dist/vue-patternfly.js",
66
"module": "dist/vue-patternfly.esm.js",

0 commit comments

Comments
 (0)