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

Commit 0f31495

Browse files
chore(release): 3.56.0 [skip ci]
# [3.56.0](patternfly/patternfly@v3.55.0...v3.56.0) (2018-11-08) ### Features * **loading-state:** Add the loading-state component ([3b740cb](patternfly/patternfly@3b740cb))
1 parent 677f2a0 commit 0f31495

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

bower.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "patternfly",
3-
"version": "3.55.0",
3+
"version": "3.56.0",
44
"authors": "Red Hat",
55
"license": "Apache-2.0",
66
"homepage": "https://www.patternfly.org",

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "patternfly",
3-
"version": "3.55.0",
3+
"version": "3.56.0",
44
"author": "Red Hat",
55
"license": "Apache-2.0",
66
"dependencies": {

src/js/patternfly-settings-base.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
'use strict';
33

44
var patternfly = {
5-
version: "3.55.0"
5+
version: "3.56.0"
66
};
77

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

0 commit comments

Comments
 (0)