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

Commit 29d738d

Browse files
chore(release): 3.59.4 [skip ci]
## [3.59.4](patternfly/patternfly@v3.59.3...v3.59.4) (2019-09-05) ### Bug Fixes * **deps:** bump patternfly-bootstrap-treeview ([63a20c8](patternfly/patternfly@63a20c8))
1 parent 2ff44b8 commit 29d738d

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
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.3",
3+
"version": "3.59.4",
44
"authors": "Red Hat",
55
"license": "MIT",
66
"homepage": "https://www.patternfly.org",

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "patternfly",
3-
"version": "3.59.3",
3+
"version": "3.59.4",
44
"author": "Red Hat",
55
"license": "MIT",
66
"dependencies": {
@@ -57,7 +57,7 @@
5757
"mz": "^2.6.0",
5858
"npm-check-updates": "^3.1.21",
5959
"open": "^6.4.0",
60-
"patternfly-eng-release": "^3.26.46",
60+
"patternfly-eng-release": "^3.26.85",
6161
"pixrem": "^3.0.1",
6262
"require-all": "^2.2.0",
6363
"semantic-release": "^15.13.24",

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.3"
5+
version: "3.59.4"
66
};
77

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

0 commit comments

Comments
 (0)