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

Commit 747e793

Browse files
chore(release): 3.55.0 [skip ci]
# [3.55.0](patternfly/patternfly@v3.54.8...v3.55.0) (2018-10-17) ### Features * **doc:** provide basic example for scss with webpack ([#1150](patternfly/patternfly#1150)) ([b4d3661](patternfly/patternfly@b4d3661))
1 parent d62dd41 commit 747e793

File tree

3 files changed

+4
-4
lines changed

3 files changed

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

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "patternfly",
3-
"version": "3.54.8",
3+
"version": "3.55.0",
44
"author": "Red Hat",
55
"license": "Apache-2.0",
66
"dependencies": {
@@ -58,7 +58,7 @@
5858
"npm-check-updates": "^2.12.1",
5959
"nsp": "^2.6.1",
6060
"open": "0.0.5",
61-
"patternfly-eng-release": "^3.26.83",
61+
"patternfly-eng-release": "^3.26.84",
6262
"pixrem": "^3.0.1",
6363
"require-all": "^2.2.0",
6464
"semantic-release": "^15.8.1",

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

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

0 commit comments

Comments
 (0)