Skip to content

Commit d528840

Browse files
authored
Merge pull request #349 from patternfly/bump-v3.15.0
Bumped version number to 3.15.0
2 parents edc2393 + 03d20d9 commit d528840

File tree

4 files changed

+147
-135
lines changed

4 files changed

+147
-135
lines changed

Gruntfile.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ module.exports = function (grunt) {
126126
image: 'misc/logo-alt.svg',
127127
scripts: ['lib/jquery/dist/jquery.js',
128128
'lib/bootstrap/dist/js/bootstrap.js',
129-
'lib/bootstrap-combobox/js/bootstrap-combobox.js',
129+
'lib/patternfly-bootstrap-combobox/js/bootstrap-combobox.js',
130130
'lib/bootstrap-datepicker/dist/js/bootstrap-datepicker.js',
131131
'lib/moment/moment.js',
132132
'lib/eonasdan-bootstrap-datetimepicker/src/js/bootstrap-datetimepicker.js',

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.14.0",
3+
"version": "3.15.0",
44
"authors": [
55
"Red Hat"
66
],
@@ -42,7 +42,7 @@
4242
"angular-sanitize": "1.3.0 - 1.5.*",
4343
"angular-bootstrap": "0.13.x",
4444
"lodash": "3.x",
45-
"patternfly": "~3.14.0"
45+
"patternfly": "~3.15.0"
4646
},
4747
"devDependencies": {
4848
"angular-mocks": "1.3.0 - 1.5.*",

npm-shrinkwrap.json

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

package.json

Lines changed: 2 additions & 2 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.14.0",
4+
"version": "3.15.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.13.x",
1515
"lodash": "3.x",
16-
"patternfly": "~3.14.0"
16+
"patternfly": "~3.15.0"
1717
},
1818
"devDependencies": {
1919
"express": "3.4.4",

0 commit comments

Comments
 (0)