Skip to content

Commit ab11cce

Browse files
Merge branch '_bump-v3.19.0-local' into master-dist
2 parents ce33fc2 + 5f1253a commit ab11cce

File tree

4 files changed

+10
-10
lines changed

4 files changed

+10
-10
lines changed

bower.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "angular-patternfly",
3-
"version": "3.18.1",
3+
"version": "3.19.0",
44
"authors": [
55
"Red Hat"
66
],
@@ -42,7 +42,7 @@
4242
"angular-sanitize": "1.3.0 - 1.5.*",
4343
"angular-bootstrap": "0.14.x",
4444
"lodash": "3.x",
45-
"patternfly": "~3.18.1"
45+
"patternfly": "~3.19.0"
4646
},
4747
"devDependencies": {
4848
"angular-mocks": "1.3.0 - 1.5.*",

dist/docs/grunt-scripts/patternfly.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.18.1",
5+
version: "3.19.0",
66
};
77

88
// Util: PatternFly Palette colors

npm-shrinkwrap.json

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"author": "Red Hat",
33
"name": "angular-patternfly",
4-
"version": "3.18.1",
4+
"version": "3.19.0",
55
"license": "Apache-2.0",
66
"description": "Angular extension of the PatternFly project.",
77
"keywords": ["angular", "patternfly"],
@@ -13,7 +13,7 @@
1313
"angular-sanitize": "1.3.0 - 1.5.*",
1414
"angular-ui-bootstrap": "0.14.x",
1515
"lodash": "3.x",
16-
"patternfly": "git+https://git@github.com/patternfly/patternfly#list-view-dnd-dist"
16+
"patternfly": "~3.19.0"
1717
},
1818
"devDependencies": {
1919
"express": "3.4.4",
@@ -43,7 +43,7 @@
4343
"karma-phantomjs-launcher": "^1.0.0",
4444
"matchdep": "0.3.0",
4545
"nsp": "^2.6.1",
46-
"patternfly-eng-release": "~3.18.1"
46+
"patternfly-eng-release": "~3.19.0"
4747
},
4848
"optionalDependencies": {
4949
"angular-drag-and-drop-lists": "2.0.0"

0 commit comments

Comments
 (0)