Skip to content

Commit 25f3f8e

Browse files
committed
Release 0.0.5
1 parent d5cfc2f commit 25f3f8e

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
All notable changes to this project will be documented in this file.
33

44
## [Unreleased]
5+
6+
## [0.0.5] - 2016-12-28
57
### Added
68
- Implemented the "nomargin" property on pf-layout.
79
- Implemented v-tooltip directive using tether-tooltip.
@@ -62,7 +64,8 @@ disabled, as per PatternFly design guidelines.
6264
- pf-toolbar component
6365
- pf-utilization-bar-chart component
6466

65-
[Unreleased]: https://github.com/mtorromeo/vue-patternfly/compare/v0.0.4...HEAD
67+
[Unreleased]: https://github.com/mtorromeo/vue-patternfly/compare/v0.0.5...HEAD
68+
[0.0.5]: https://github.com/mtorromeo/vue-patternfly/compare/v0.0.4...v0.0.5
6669
[0.0.4]: https://github.com/mtorromeo/vue-patternfly/compare/v0.0.3...v0.0.4
6770
[0.0.3]: https://github.com/mtorromeo/vue-patternfly/compare/v0.0.2...v0.0.3
6871
[0.0.2]: https://github.com/mtorromeo/vue-patternfly/compare/v0.0.1...v0.0.2

docs/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<link rel="stylesheet" href="https://unpkg.com/[email protected]/dist/css/patternfly-additions.min.css">
1111
<link rel="stylesheet" href="https://unpkg.com/[email protected]/c3.min.css">
1212
<link rel="stylesheet" href="https://unpkg.com/[email protected]/themes/prism.css">
13-
<link rel="stylesheet" href="https://unpkg.com/[email protected].4/dist/vue-patternfly.css">
13+
<link rel="stylesheet" href="https://unpkg.com/[email protected].5/dist/vue-patternfly.css">
1414
<link rel="stylesheet" href="docs.css">
1515
</head>
1616
<body>

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.4",
3+
"version": "0.0.5",
44
"description": "PatternFly components for Vue.js 2",
55
"main": "dist/vue-patternfly.min.js",
66
"directories": {

0 commit comments

Comments
 (0)