Skip to content

Commit cc5cd4b

Browse files
committed
chore: version bump
1 parent af7c3a4 commit cc5cd4b

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
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.7] - 2023-05-12
5+
### Fixed
6+
- fix(ts): added types for main import in package.json
7+
48
## [0.3.6] - 2022-09-29
59
### Fixed
610
- fix(Modal): fixed body scrollbars disappearing by simply including a modal in the page (even if not shown)
@@ -423,7 +427,8 @@ disabled, as per PatternFly design guidelines.
423427
- `pf-toolbar` component
424428
- `pf-utilization-bar-chart` component
425429

426-
[Unreleased]: https://github.com/mtorromeo/vue-patternfly/compare/v0.3.6...HEAD
430+
[Unreleased]: https://github.com/mtorromeo/vue-patternfly/compare/v0.3.7...HEAD
431+
[0.3.7]: https://github.com/mtorromeo/vue-patternfly/compare/v0.3.6...v0.3.7
427432
[0.3.6]: https://github.com/mtorromeo/vue-patternfly/compare/v0.3.5...v0.3.6
428433
[0.3.5]: https://github.com/mtorromeo/vue-patternfly/compare/v0.3.4...v0.3.5
429434
[0.3.4]: https://github.com/mtorromeo/vue-patternfly/compare/v0.3.3...v0.3.4

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