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

Commit e5f769e

Browse files
chore(release): 3.57.2 [skip ci]
## [3.57.2](patternfly/patternfly@v3.57.1...v3.57.2) (2018-11-13) ### Bug Fixes * **Icon:** Add missing converted files for FA v5 support ([#1155](patternfly/patternfly#1155)) ([be57e8f](patternfly/patternfly@be57e8f))
1 parent 81a22e2 commit e5f769e

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.1",
3+
"version": "3.57.2",
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.1",
3+
"version": "3.57.2",
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.1"
5+
version: "3.57.2"
66
};
77

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

0 commit comments

Comments
 (0)