Skip to content

Commit 676e655

Browse files
Merge branch '_bump-v3.23.2-local' into master-dist
2 parents f32200e + 8b2f104 commit 676e655

File tree

4 files changed

+11
-11
lines changed

4 files changed

+11
-11
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.23.1",
3+
"version": "3.23.2",
44
"authors": [
55
"Red Hat"
66
],
@@ -43,7 +43,7 @@
4343
"angular-sanitize": "1.3.0 - 1.5.*",
4444
"angular-bootstrap": "0.14.x",
4545
"lodash": "3.x",
46-
"patternfly": "~3.23.1"
46+
"patternfly": "~3.23.2"
4747
},
4848
"devDependencies": {
4949
"angular-mocks": "1.3.0 - 1.5.*",

dist/docs/grunt-scripts/patternfly.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
'use strict';
33

44
var patternfly = {
5-
version: "3.23.1",
5+
version: "3.23.2",
66
};
77

88
// Util: PatternFly Palette colors
@@ -1102,7 +1102,7 @@
11021102
if (parent) {
11031103
// Calculate indentation depth
11041104
i = parent.find('.treegrid-node > span.indent').length + 1;
1105-
for (i; i > 0; i -= 1) {
1105+
for (; i > 0; i -= 1) {
11061106
node.children('.treegrid-node').prepend('<span class="indent"/>');
11071107
}
11081108
// Render expand/collapse icons

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.23.1",
4+
"version": "3.23.2",
55
"license": "Apache-2.0",
66
"description": "Angular extension of the PatternFly project.",
77
"keywords": ["angular", "patternfly"],
@@ -14,7 +14,7 @@
1414
"angular-sanitize": "1.3.0 - 1.5.*",
1515
"angular-ui-bootstrap": "0.14.x",
1616
"lodash": "3.x",
17-
"patternfly": "~3.23.1"
17+
"patternfly": "~3.23.2"
1818
},
1919
"devDependencies": {
2020
"express": "3.4.4",
@@ -44,7 +44,7 @@
4444
"karma-phantomjs-launcher": "^1.0.0",
4545
"matchdep": "0.3.0",
4646
"nsp": "^2.6.1",
47-
"patternfly-eng-release": "~3.23.1"
47+
"patternfly-eng-release": "~3.23.2"
4848
},
4949
"scripts": {
5050
"test": "grunt test"

0 commit comments

Comments
 (0)