Skip to content

Commit 061a505

Browse files
committed
chore: version bump and updated changelog
1 parent 4432147 commit 061a505

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
# Change Log
22
All notable changes to this project will be documented in this file.
33

4+
### [0.2.1] - 2021-09-21
5+
### Fixed
6+
- Fixed event unbinding in `pf-popup` and tooltips.
7+
- Fixed default trigger event for tooltips.
8+
49
### [0.2.0] - 2021-09-07
510
### Changed
611
- **BACKWARD INCOMPATIBLE CHANGE**: Migrated the whole library to Vue 3. The project is now in **passive maintenance** mode. Only bug fixes will be applied to this library and development has moved to [vue-patternfly4](https://github.com/mtorromeo/vue-patternfly4).
@@ -320,7 +325,8 @@ disabled, as per PatternFly design guidelines.
320325
- `pf-toolbar` component
321326
- `pf-utilization-bar-chart` component
322327

323-
[Unreleased]: https://github.com/mtorromeo/vue-patternfly/compare/v0.2.0...HEAD
328+
[Unreleased]: https://github.com/mtorromeo/vue-patternfly/compare/v0.2.1...HEAD
329+
[0.2.1]: https://github.com/mtorromeo/vue-patternfly/compare/v0.2.0...v0.2.1
324330
[0.2.0]: https://github.com/mtorromeo/vue-patternfly/compare/v0.1.7...v0.2.0
325331
[0.1.7]: https://github.com/mtorromeo/vue-patternfly/compare/v0.1.6...v0.1.7
326332
[0.1.6]: https://github.com/mtorromeo/vue-patternfly/compare/v0.1.5...v0.1.6

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