Skip to content

Commit 7eb4f0a

Browse files
committed
Version 0.0.9
1 parent 10e236e commit 7eb4f0a

File tree

4 files changed

+16
-15
lines changed

4 files changed

+16
-15
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.9] - 2017-01-25
55
### Fixed
66
- Removed incorrect fixed height in scrollable tables.
77
- Enabled flex-layout on container-flex.
@@ -94,7 +94,8 @@ disabled, as per PatternFly design guidelines.
9494
- pf-toolbar component
9595
- pf-utilization-bar-chart component
9696

97-
[Unreleased]: https://github.com/mtorromeo/vue-patternfly/compare/v0.0.8...HEAD
97+
[Unreleased]: https://github.com/mtorromeo/vue-patternfly/compare/v0.0.9...HEAD
98+
[0.0.9]: https://github.com/mtorromeo/vue-patternfly/compare/v0.0.8...v0.0.9
9899
[0.0.8]: https://github.com/mtorromeo/vue-patternfly/compare/v0.0.7...v0.0.8
99100
[0.0.7]: https://github.com/mtorromeo/vue-patternfly/compare/v0.0.6...v0.0.7
100101
[0.0.6]: https://github.com/mtorromeo/vue-patternfly/compare/v0.0.5...v0.0.6

docs/docs.js

Lines changed: 11 additions & 11 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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].8/dist/vue-patternfly.css">
13+
<link rel="stylesheet" href="https://unpkg.com/[email protected].9/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.8",
3+
"version": "0.0.9",
44
"description": "PatternFly components for Vue.js 2",
55
"main": "dist/vue-patternfly.min.js",
66
"directories": {

0 commit comments

Comments
 (0)