Skip to content

Commit dec3c1e

Browse files
Bumped version number to 4.0.0-alpha.3
1 parent c5ccbf2 commit dec3c1e

File tree

3 files changed

+20
-9
lines changed

3 files changed

+20
-9
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": "4.0.0-alpha.2",
3+
"version": "4.0.0-alpha.3",
44
"authors": [
55
"Red Hat"
66
],
@@ -47,7 +47,7 @@
4747
"datatables.net": "^1.10.12",
4848
"datatables.net-select": "~1.2.0",
4949
"lodash": "4.x",
50-
"patternfly": "~4.0.0-alpha.2"
50+
"patternfly": "~4.0.0-alpha.3"
5151
},
5252
"devDependencies": {
5353
"angular-mocks": "1.5.*",

npm-shrinkwrap.json

Lines changed: 15 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": "4.0.0-alpha.2",
4+
"version": "4.0.0-alpha.3",
55
"license": "Apache-2.0",
66
"description": "Angular extension of the PatternFly project.",
77
"keywords": ["angular", "patternfly"],
@@ -14,7 +14,7 @@
1414
"angular-ui-bootstrap": "2.3.x",
1515
"angular-svg-base-fix": "2.0.0",
1616
"lodash-amd": "4.x",
17-
"patternfly": "git+https://[email protected]/patternfly/patternfly#list-view-dnd-branch-4.0-dev-dist"
17+
"patternfly": "~4.0.0-alpha.3"
1818
},
1919
"devDependencies": {
2020
"angular-dragdrop": "1.0.13",
@@ -48,7 +48,7 @@
4848
"karma-phantomjs-launcher": "^1.0.0",
4949
"matchdep": "0.3.0",
5050
"nsp": "^2.6.1",
51-
"patternfly-eng-release": "~4.0.0-alpha.2"
51+
"patternfly-eng-release": "~4.0.0-alpha.3"
5252
},
5353
"optionalDependencies": {
5454
"angular-datatables": "^0.5.6",

0 commit comments

Comments
 (0)