From 0f31495e11607ba6693ea9ef26517474a1714186 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 8 Nov 2018 13:24:27 +0000 Subject: [PATCH] chore(release): 3.56.0 [skip ci] # [3.56.0](https://github.com/patternfly/patternfly/compare/v3.55.0...v3.56.0) (2018-11-08) ### Features * **loading-state:** Add the loading-state component ([3b740cb](https://github.com/patternfly/patternfly/commit/3b740cb)) --- 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 d8976bc71d..a7313a0546 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { "name": "patternfly", - "version": "3.55.0", + "version": "3.56.0", "authors": "Red Hat", "license": "Apache-2.0", "homepage": "https://www.patternfly.org", diff --git a/package.json b/package.json index 7cdd58645d..06c934b07e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "patternfly", - "version": "3.55.0", + "version": "3.56.0", "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 27504530d7..48c0004f57 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.55.0" + version: "3.56.0" }; // definition of breakpoint sizes for tablet and desktop modes