Skip to content

Commit ff69dd8

Browse files
Bumped version number to 4.0.0-alpha.2
1 parent 95b74dd commit ff69dd8

File tree

3 files changed

+11
-234
lines changed

3 files changed

+11
-234
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.1",
3+
"version": "4.0.0-alpha.2",
44
"authors": [
55
"Red Hat"
66
],
@@ -45,7 +45,7 @@
4545
"angular-datatables": "^0.5.6",
4646
"datatables.net": "^1.10.12",
4747
"datatables.net-select": "~1.2.0",
48-
"patternfly": "~4.0.0-alpha.1"
48+
"patternfly": "~4.0.0-alpha.2"
4949
},
5050
"devDependencies": {
5151
"angular-mocks": "1.5.*",

npm-shrinkwrap.json

Lines changed: 6 additions & 229 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.1",
4+
"version": "4.0.0-alpha.2",
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.5.*",
1414
"angular-ui-bootstrap": "2.3.x",
1515
"lodash-amd": "4.x",
16-
"patternfly": "~4.0.0-alpha.1"
16+
"patternfly": "~4.0.0-alpha.2"
1717
},
1818
"devDependencies": {
1919
"angular-mocks": "1.3.0 - 1.5.*",
@@ -45,7 +45,7 @@
4545
"karma-phantomjs-launcher": "^1.0.0",
4646
"matchdep": "0.3.0",
4747
"nsp": "^2.6.1",
48-
"patternfly-eng-release": "~4.0.0-alpha.1"
48+
"patternfly-eng-release": "~4.0.0-alpha.2"
4949
},
5050
"optionalDependencies": {
5151
"bootstrap-select": "~1.10.0",

0 commit comments

Comments
 (0)