Skip to content

Commit b8e9d34

Browse files
committed
Version 0.1.1
1 parent 177120d commit b8e9d34

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.1.1] - 2019-07-26
55
### Added
66
- New `#footer` slot of `pf-table` which directly maps to the `#default` slot of `pf-paginate-control`.
77
- New `pf-radio-button` and `pf-toggle` components.
@@ -274,7 +274,8 @@ disabled, as per PatternFly design guidelines.
274274
- `pf-toolbar` component
275275
- `pf-utilization-bar-chart` component
276276

277-
[Unreleased]: https://github.com/mtorromeo/vue-patternfly/compare/v0.1.0...HEAD
277+
[Unreleased]: https://github.com/mtorromeo/vue-patternfly/compare/v0.1.1...HEAD
278+
[0.1.1]: https://github.com/mtorromeo/vue-patternfly/compare/v0.1.0...v0.1.1
278279
[0.1.0]: https://github.com/mtorromeo/vue-patternfly/compare/v0.0.25...v0.1.0
279280
[0.0.25]: https://github.com/mtorromeo/vue-patternfly/compare/v0.0.24...v0.0.25
280281
[0.0.24]: https://github.com/mtorromeo/vue-patternfly/compare/v0.0.23...v0.0.24

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