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

Commit 10b7fdb

Browse files
committedSep 19, 2018
chore(release): 3.54.8 [skip ci]
## [3.54.8](patternfly/patternfly@v3.54.7...v3.54.8) (2018-09-19) ### Bug Fixes * **release:** modify semantic release structure to use new pattern ([#1149](patternfly/patternfly#1149)) ([754508a](patternfly/patternfly@754508a))
1 parent 644511d commit 10b7fdb

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed
 

‎bower.json

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

‎package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "patternfly",
3-
"version": "0.0.0-semantically-released",
3+
"version": "3.54.8",
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.46",
61+
"patternfly-eng-release": "^3.26.83",
6262
"pixrem": "^3.0.1",
6363
"require-all": "^2.2.0",
6464
"semantic-release": "^15.8.1",

‎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: "0.0.0-semantically-released"
5+
version: "3.54.8"
66
};
77

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

0 commit comments

Comments
 (0)