Skip to content
This repository was archived by the owner on Feb 5, 2025. It is now read-only.

Commit 62933e7

Browse files
chore(release): 3.59.2 [skip ci]
## [3.59.2](patternfly/patternfly@v3.59.1...v3.59.2) (2019-06-14) ### Bug Fixes * **settings-charts:** Make donut chart title spacing consistent across browsers ([fe9e7c4](patternfly/patternfly@fe9e7c4)), closes [#1168](patternfly/patternfly#1168)
1 parent f7b0a1f commit 62933e7

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "patternfly",
3-
"version": "3.59.1",
3+
"version": "3.59.2",
44
"authors": "Red Hat",
55
"license": "MIT",
66
"homepage": "https://www.patternfly.org",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "patternfly",
3-
"version": "3.59.1",
3+
"version": "3.59.2",
44
"author": "Red Hat",
55
"license": "MIT",
66
"dependencies": {

src/js/patternfly-settings-base.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
'use strict';
33

44
var patternfly = {
5-
version: "3.59.1"
5+
version: "3.59.2"
66
};
77

88
// definition of breakpoint sizes for tablet and desktop modes

0 commit comments

Comments
 (0)