Skip to content

Commit ecc3e52

Browse files
committed
Version 0.0.13
1 parent f34e677 commit ecc3e52

File tree

3 files changed

+6
-5
lines changed

3 files changed

+6
-5
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.13]
55
### Added
66
- Implemented `v-model` on the page property `pf-paginate-control` components.
77
- Implemented two-way syncing of `sort-by` and `sort-direction` properties in `pf-table` and `pf-toolbar`.
@@ -134,7 +134,8 @@ disabled, as per PatternFly design guidelines.
134134
- `pf-toolbar` component
135135
- `pf-utilization-bar-chart` component
136136

137-
[Unreleased]: https://github.com/mtorromeo/vue-patternfly/compare/v0.0.12...HEAD
137+
[Unreleased]: https://github.com/mtorromeo/vue-patternfly/compare/v0.0.13...HEAD
138+
[0.0.13]: https://github.com/mtorromeo/vue-patternfly/compare/v0.0.12...v0.0.13
138139
[0.0.12]: https://github.com/mtorromeo/vue-patternfly/compare/v0.0.11...v0.0.12
139140
[0.0.11]: https://github.com/mtorromeo/vue-patternfly/compare/v0.0.10...v0.0.11
140141
[0.0.10]: https://github.com/mtorromeo/vue-patternfly/compare/v0.0.9...v0.0.10

docs/docs.js

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

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

0 commit comments

Comments
 (0)