Skip to content

Commit 22c8168

Browse files
committed
Version 0.0.25
1 parent b38806c commit 22c8168

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.25] - 2019-05-29
55
### Added
66
- `pf-dropdown` components can now inject the dropdown menu inside any element, with the `append-to` prop, to circumvent issues with clipped containers (e.g. `overflow:hidden`).
77
- Addeed `pf-drawer-group-action` functional component to use inside the new `pf-drawer-group` `#actions` slot.
@@ -265,7 +265,8 @@ disabled, as per PatternFly design guidelines.
265265
- `pf-toolbar` component
266266
- `pf-utilization-bar-chart` component
267267

268-
[Unreleased]: https://github.com/mtorromeo/vue-patternfly/compare/v0.0.24...HEAD
268+
[Unreleased]: https://github.com/mtorromeo/vue-patternfly/compare/v0.0.25...HEAD
269+
[0.0.25]: https://github.com/mtorromeo/vue-patternfly/compare/v0.0.24...v0.0.25
269270
[0.0.24]: https://github.com/mtorromeo/vue-patternfly/compare/v0.0.23...v0.0.24
270271
[0.0.23]: https://github.com/mtorromeo/vue-patternfly/compare/v0.0.22...v0.0.23
271272
[0.0.22]: https://github.com/mtorromeo/vue-patternfly/compare/v0.0.21...v0.0.22

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