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 1
1
# Change Log
2
2
All notable changes to this project will be documented in this file.
3
3
4
+ ## [ 0.3.7] - 2023-05-12
5
+ ### Fixed
6
+ - fix(ts): added types for main import in package.json
7
+
4
8
## [ 0.3.6] - 2022-09-29
5
9
### Fixed
6
10
- 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.
423
427
- ` pf-toolbar ` component
424
428
- ` pf-utilization-bar-chart ` component
425
429
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
427
432
[ 0.3.6 ] : https://github.com/mtorromeo/vue-patternfly/compare/v0.3.5...v0.3.6
428
433
[ 0.3.5 ] : https://github.com/mtorromeo/vue-patternfly/compare/v0.3.4...v0.3.5
429
434
[ 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 1
1
{
2
2
"name" : " vue-patternfly" ,
3
- "version" : " 0.3.6 " ,
3
+ "version" : " 0.3.7 " ,
4
4
"description" : " PatternFly 3 components for Vue 3" ,
5
5
"main" : " dist/vue-patternfly.umd.js" ,
6
6
"module" : " dist/vue-patternfly.es.js" ,
You can’t perform that action at this time.
0 commit comments