Skip to content

Commit

Permalink
chore: version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
mtorromeo committed Mar 13, 2024
1 parent ced45ad commit 24100cd
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
# Change Log
All notable changes to this project will be documented in this file.

## [0.3.9] - 2024-03-13
### Fixed
- fix(tooltip): cleanup containers properly (Contributed by [@MrDeerly]).

## [0.3.8] - 2023-05-15
### Fixed
- fix(DrawerGroupAction): bind click event to the button element
Expand Down Expand Up @@ -431,7 +435,8 @@ disabled, as per PatternFly design guidelines.
- `pf-toolbar` component
- `pf-utilization-bar-chart` component

[Unreleased]: https://github.com/mtorromeo/vue-patternfly/compare/v0.3.8...HEAD
[Unreleased]: https://github.com/mtorromeo/vue-patternfly/compare/v0.3.9...HEAD
[0.3.9]: https://github.com/mtorromeo/vue-patternfly/compare/v0.3.8...v0.3.9
[0.3.8]: https://github.com/mtorromeo/vue-patternfly/compare/v0.3.7...v0.3.8
[0.3.7]: https://github.com/mtorromeo/vue-patternfly/compare/v0.3.6...v0.3.7
[0.3.6]: https://github.com/mtorromeo/vue-patternfly/compare/v0.3.5...v0.3.6
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vue-patternfly",
"version": "0.3.8",
"version": "0.3.9",
"description": "PatternFly 3 components for Vue 3",
"main": "dist/vue-patternfly.umd.js",
"module": "dist/vue-patternfly.es.js",
Expand Down

0 comments on commit 24100cd

Please sign in to comment.