Skip to content

Commit

Permalink
Merge branch 'master-dist-local' into master-dist
Browse files Browse the repository at this point in the history
  • Loading branch information
patternfly-build committed Jul 2, 2018
2 parents 360d2b1 + 6c58255 commit 3c86de4
Show file tree
Hide file tree
Showing 9 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "patternfly",
"version": "3.51.3",
"version": "3.52.0",
"authors": "Red Hat",
"license": "Apache-2.0",
"homepage": "https://www.patternfly.org",
Expand Down
2 changes: 1 addition & 1 deletion dist/js/patternfly-settings-base.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
'use strict';

var patternfly = {
version: "0.0.0-semantically-released",
version: "3.51.3"
};

// definition of breakpoint sizes for tablet and desktop modes
Expand Down
2 changes: 1 addition & 1 deletion dist/js/patternfly-settings.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
'use strict';

var patternfly = {
version: "0.0.0-semantically-released",
version: "3.51.3"
};

// definition of breakpoint sizes for tablet and desktop modes
Expand Down
2 changes: 1 addition & 1 deletion dist/js/patternfly-settings.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/js/patternfly.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
'use strict';

var patternfly = {
version: "0.0.0-semantically-released",
version: "3.51.3"
};

// definition of breakpoint sizes for tablet and desktop modes
Expand Down
4 changes: 2 additions & 2 deletions dist/js/patternfly.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion npm-shrinkwrap.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "patternfly",
"version": "3.51.3",
"version": "3.52.0",
"author": "Red Hat",
"license": "Apache-2.0",
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion src/js/patternfly-settings-base.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
'use strict';

var patternfly = {
version: "3.51.3"
version: "3.52.0"
};

// definition of breakpoint sizes for tablet and desktop modes
Expand Down

0 comments on commit 3c86de4

Please sign in to comment.