Skip to content

Commit d5f8ae1

Browse files
committed
0.15.12
1 parent a30e634 commit d5f8ae1

12 files changed

+30
-18
lines changed

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "d3.compose",
33
"homepage": "https://github.com/CSNW/d3.compose",
4-
"version": "0.15.11",
4+
"version": "0.15.12",
55
"main": [
66
"./dist/d3.compose-all.js",
77
"./dist/d3.compose.css"

dist/d3.compose-all.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*!
22
* d3.compose - Compose complex, data-driven visualizations from reusable charts and components with d3
3-
* v0.15.11 - https://github.com/CSNW/d3.compose - license: MIT
3+
* v0.15.12 - https://github.com/CSNW/d3.compose - license: MIT
44
*/
55
(function (global, factory) {
66
typeof exports === 'object' && typeof module !== 'undefined' ? module.exports = factory(require('d3'), require('d3.chart')) :
@@ -209,7 +209,7 @@
209209
}
210210

211211
// Many utils inlined from Underscore.js
212-
// (c) 2009-2015 Jeremy Ashkenas, DocumentCloud and Investigative Reporters & Editors
212+
// 2009-2015 Jeremy Ashkenas, DocumentCloud and Investigative Reporters & Editors
213213

214214
var slice = Array.prototype.slice;
215215
var toString = Object.prototype.toString;
@@ -6695,7 +6695,7 @@
66956695
});
66966696

66976697
var d3c = d3.compose = {
6698-
VERSION: '0.15.11',
6698+
VERSION: '0.15.12',
66996699
utils: utils,
67006700
helpers: helpers,
67016701
Base: Base,

dist/d3.compose-all.min.js

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

dist/d3.compose-all.min.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/d3.compose-mixins.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*!
22
* d3.compose - Compose complex, data-driven visualizations from reusable charts and components with d3
3-
* v0.15.11 - https://github.com/CSNW/d3.compose - license: MIT
3+
* v0.15.12 - https://github.com/CSNW/d3.compose - license: MIT
44
*/
55
(function (global, factory) {
66
typeof exports === 'object' && typeof module !== 'undefined' ? module.exports = factory(require('d3'), require('d3.chart')) :
@@ -11,7 +11,7 @@
1111
d3 = 'default' in d3 ? d3['default'] : d3;
1212

1313
// Many utils inlined from Underscore.js
14-
// (c) 2009-2015 Jeremy Ashkenas, DocumentCloud and Investigative Reporters & Editors
14+
// 2009-2015 Jeremy Ashkenas, DocumentCloud and Investigative Reporters & Editors
1515

1616
var slice = Array.prototype.slice;
1717
var toString = Object.prototype.toString;
@@ -4168,7 +4168,7 @@
41684168
});
41694169

41704170
var d3c = d3.compose = {
4171-
VERSION: '0.15.11',
4171+
VERSION: '0.15.12',
41724172
utils: utils,
41734173
helpers: helpers,
41744174
Base: Base,

dist/d3.compose-mixins.min.js

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

dist/d3.compose-mixins.min.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/d3.compose.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*!
22
* d3.compose - Compose complex, data-driven visualizations from reusable charts and components with d3
3-
* v0.15.11 - https://github.com/CSNW/d3.compose - license: MIT
3+
* v0.15.12 - https://github.com/CSNW/d3.compose - license: MIT
44
*/
55
.chart-compose {
66
font-size: 14px;

dist/d3.compose.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*!
22
* d3.compose - Compose complex, data-driven visualizations from reusable charts and components with d3
3-
* v0.15.11 - https://github.com/CSNW/d3.compose - license: MIT
3+
* v0.15.12 - https://github.com/CSNW/d3.compose - license: MIT
44
*/
55
(function (global, factory) {
66
typeof exports === 'object' && typeof module !== 'undefined' ? module.exports = factory(require('d3'), require('d3.chart')) :
@@ -11,7 +11,7 @@
1111
d3 = 'default' in d3 ? d3['default'] : d3;
1212

1313
// Many utils inlined from Underscore.js
14-
// (c) 2009-2015 Jeremy Ashkenas, DocumentCloud and Investigative Reporters & Editors
14+
// 2009-2015 Jeremy Ashkenas, DocumentCloud and Investigative Reporters & Editors
1515

1616
var slice = Array.prototype.slice;
1717
var toString = Object.prototype.toString;
@@ -2949,7 +2949,7 @@
29492949
});
29502950

29512951
var d3c = d3.compose = {
2952-
VERSION: '0.15.11',
2952+
VERSION: '0.15.12',
29532953
utils: utils,
29542954
helpers: helpers,
29552955
Base: Base,

dist/d3.compose.min.js

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

0 commit comments

Comments
 (0)