Skip to content

Commit c18fb9a

Browse files
committed
Version 0.0.20
1 parent 9fe967f commit c18fb9a

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.20] - 2018-11-29
55
### Added
66
- Pass all attributes, listeners, classes and styles to the dom elements defined in all functional components.
77
- Added style for labels with remove button.
@@ -217,7 +217,8 @@ disabled, as per PatternFly design guidelines.
217217
- `pf-toolbar` component
218218
- `pf-utilization-bar-chart` component
219219

220-
[Unreleased]: https://github.com/mtorromeo/vue-patternfly/compare/v0.0.19...HEAD
220+
[Unreleased]: https://github.com/mtorromeo/vue-patternfly/compare/v0.0.20...HEAD
221+
[0.0.20]: https://github.com/mtorromeo/vue-patternfly/compare/v0.0.19...v0.0.20
221222
[0.0.19]: https://github.com/mtorromeo/vue-patternfly/compare/v0.0.18...v0.0.19
222223
[0.0.18]: https://github.com/mtorromeo/vue-patternfly/compare/v0.0.17...v0.0.18
223224
[0.0.17]: https://github.com/mtorromeo/vue-patternfly/compare/v0.0.16...v0.0.17

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