Skip to content

Commit 83cdd60

Browse files
committed
chore: version bump and updated changelog
1 parent dbdfd55 commit 83cdd60

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
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.2.1] - 2021-09-29
5+
### Fixed
6+
- Fixed event propagation of the `update:page` event in `pf-list-view` (Contributed by [@MrDeerly]).
7+
48
### [0.2.1] - 2021-09-21
59
### Fixed
610
- Fixed event unbinding in `pf-popup` and tooltips (Contributed by [@MrDeerly]).

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