File tree Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 11# Change Log
22All 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
Original file line number Diff line number Diff line change 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" ,
You can’t perform that action at this time.
0 commit comments