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

Commit 44e4f09

Browse files
chore(release): 3.59.0 [skip ci]
# [3.59.0](patternfly/patternfly@v3.58.0...v3.59.0) (2018-12-19) ### Features * **package:** Require bootstrap v3.4.0 to resolve XSS vulnerability ([#1157](patternfly/patternfly#1157)) ([fda70ed](patternfly/patternfly@fda70ed))
1 parent 4932683 commit 44e4f09

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.58.0",
3+
"version": "3.59.0",
44
"authors": "Red Hat",
55
"license": "Apache-2.0",
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.58.0",
3+
"version": "3.59.0",
44
"author": "Red Hat",
55
"license": "Apache-2.0",
66
"dependencies": {
@@ -58,7 +58,7 @@
5858
"npm-check-updates": "^2.12.1",
5959
"nsp": "^2.6.1",
6060
"open": "0.0.5",
61-
"patternfly-eng-release": "^3.26.84",
61+
"patternfly-eng-release": "^3.26.85",
6262
"pixrem": "^3.0.1",
6363
"require-all": "^2.2.0",
6464
"semantic-release": "^15.8.1",

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

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

0 commit comments

Comments
 (0)