Skip to content

Commit 24100cd

Browse files
committed
chore: version bump
1 parent ced45ad commit 24100cd

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

CHANGELOG.md

+6-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
# Change Log
22
All notable changes to this project will be documented in this file.
33

4+
## [0.3.9] - 2024-03-13
5+
### Fixed
6+
- fix(tooltip): cleanup containers properly (Contributed by [@MrDeerly]).
7+
48
## [0.3.8] - 2023-05-15
59
### Fixed
610
- fix(DrawerGroupAction): bind click event to the button element
@@ -431,7 +435,8 @@ disabled, as per PatternFly design guidelines.
431435
- `pf-toolbar` component
432436
- `pf-utilization-bar-chart` component
433437

434-
[Unreleased]: https://github.com/mtorromeo/vue-patternfly/compare/v0.3.8...HEAD
438+
[Unreleased]: https://github.com/mtorromeo/vue-patternfly/compare/v0.3.9...HEAD
439+
[0.3.9]: https://github.com/mtorromeo/vue-patternfly/compare/v0.3.8...v0.3.9
435440
[0.3.8]: https://github.com/mtorromeo/vue-patternfly/compare/v0.3.7...v0.3.8
436441
[0.3.7]: https://github.com/mtorromeo/vue-patternfly/compare/v0.3.6...v0.3.7
437442
[0.3.6]: https://github.com/mtorromeo/vue-patternfly/compare/v0.3.5...v0.3.6

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vue-patternfly",
3-
"version": "0.3.8",
3+
"version": "0.3.9",
44
"description": "PatternFly 3 components for Vue 3",
55
"main": "dist/vue-patternfly.umd.js",
66
"module": "dist/vue-patternfly.es.js",

0 commit comments

Comments
 (0)