From 5915f00384ae4d091fa64a4ceaeeb8ce2959d87d Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 7 Jan 2019 14:06:47 +0000 Subject: [PATCH] chore(release): 3.59.1 [skip ci] ## [3.59.1](https://github.com/patternfly/patternfly/compare/v3.59.0...v3.59.1) (2019-01-07) ### Bug Fixes * **bootstrap-sass:** Bump bootstrap-sass gem to 3.4.0 ([#1159](https://github.com/patternfly/patternfly/issues/1159)) ([35e1cd3](https://github.com/patternfly/patternfly/commit/35e1cd3)) --- bower.json | 2 +- package.json | 2 +- src/js/patternfly-settings-base.js | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/bower.json b/bower.json index 5656764408..f9109ece76 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { "name": "patternfly", - "version": "3.59.0", + "version": "3.59.1", "authors": "Red Hat", "license": "Apache-2.0", "homepage": "https://www.patternfly.org", diff --git a/package.json b/package.json index a1ba5a4c84..b7e0dbdf39 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "patternfly", - "version": "3.59.0", + "version": "3.59.1", "author": "Red Hat", "license": "Apache-2.0", "dependencies": { diff --git a/src/js/patternfly-settings-base.js b/src/js/patternfly-settings-base.js index 2fc10b4974..7c1e2cf403 100644 --- a/src/js/patternfly-settings-base.js +++ b/src/js/patternfly-settings-base.js @@ -2,7 +2,7 @@ 'use strict'; var patternfly = { - version: "3.59.0" + version: "3.59.1" }; // definition of breakpoint sizes for tablet and desktop modes