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

Commit e6703af

Browse files
chore(release): 3.59.5 [skip ci]
## [3.59.5](v3.59.4...v3.59.5) (2020-05-04) ### Bug Fixes * **build:** add patternfly-3 to rubygems deploy ([4faf31e](4faf31e)) * **build:** update urls to repo in package.json ([b159184](b159184)) * **deps:** sass -> sassc switch ([fb8bf61](fb8bf61))
1 parent f93f36e commit e6703af

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.59.4",
3+
"version": "3.59.5",
44
"authors": "Red Hat",
55
"license": "MIT",
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.59.4",
3+
"version": "3.59.5",
44
"author": "Red Hat",
55
"license": "MIT",
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.59.4"
5+
version: "3.59.5"
66
};
77

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

0 commit comments

Comments
 (0)