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

Commit 7bbebcf

Browse files
chore(release): 3.57.1 [skip ci]
## [3.57.1](patternfly/patternfly@v3.57.0...v3.57.1) (2018-11-12) ### Bug Fixes * **loading-state:** Import sass for loading-state ([#1154](patternfly/patternfly#1154)) ([7f8fd54](patternfly/patternfly@7f8fd54))
1 parent 5df48f5 commit 7bbebcf

File tree

3 files changed

+3
-3
lines changed

3 files changed

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

package.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.57.0",
3+
"version": "3.57.1",
44
"author": "Red Hat",
55
"license": "Apache-2.0",
66
"dependencies": {

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

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

0 commit comments

Comments
 (0)