We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a141bf0 commit 8de563bCopy full SHA for 8de563b
CHANGELOG.md
@@ -1,6 +1,10 @@
1
# Change Log
2
All notable changes to this project will be documented in this file.
3
4
+### [0.2.8] - 2021-12-09
5
+### Fixed
6
+- fix(Tooltip): fixed component name
7
+
8
### [0.2.7] - 2021-12-06
9
### Fixed
10
- fix(Notification): Re-register `pf-notification` as `pf-toast-notification` for backward compatibility.
package.json
@@ -1,6 +1,6 @@
{
"name": "vue-patternfly",
- "version": "0.2.7",
+ "version": "0.2.8",
"description": "PatternFly 3 components for Vue 3",
"main": "dist/vue-patternfly.umd.js",
"module": "dist/vue-patternfly.es.js",
0 commit comments