Skip to content

Commit 8176b31

Browse files
committed
Version 0.0.22
1 parent ee0126f commit 8176b31

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

CHANGELOG.md

Lines changed: 4 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.22] - 2019-02-20
55
### Fixed
66
- Hide items—per-page select from pagination controls if the `itemsPerPage` prop is empty.
77
- Reverted removal of portal-target import as it was mis-reported as unused by the linter.
@@ -236,7 +236,9 @@ disabled, as per PatternFly design guidelines.
236236
- `pf-toolbar` component
237237
- `pf-utilization-bar-chart` component
238238

239-
[Unreleased]: https://github.com/mtorromeo/vue-patternfly/compare/v0.0.20...HEAD
239+
[Unreleased]: https://github.com/mtorromeo/vue-patternfly/compare/v0.0.22...HEAD
240+
[0.0.22]: https://github.com/mtorromeo/vue-patternfly/compare/v0.0.21...v0.0.22
241+
[0.0.21]: https://github.com/mtorromeo/vue-patternfly/compare/v0.0.20...v0.0.21
240242
[0.0.20]: https://github.com/mtorromeo/vue-patternfly/compare/v0.0.19...v0.0.20
241243
[0.0.19]: https://github.com/mtorromeo/vue-patternfly/compare/v0.0.18...v0.0.19
242244
[0.0.18]: https://github.com/mtorromeo/vue-patternfly/compare/v0.0.17...v0.0.18

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