Skip to content

Commit 41a797e

Browse files
committed
0.15.15
1 parent 779c0bc commit 41a797e

12 files changed

+18
-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.14",
4+
"version": "0.15.15",
55
"main": [
66
"./dist/d3.compose-all.js",
77
"./dist/d3.compose.css"

dist/d3.compose-all.js

Lines changed: 2 additions & 2 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.14 - https://github.com/CSNW/d3.compose - license: MIT
3+
* v0.15.15 - 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')) :
@@ -6742,7 +6742,7 @@
67426742
});
67436743

67446744
var d3c = d3.compose = {
6745-
VERSION: '0.15.14',
6745+
VERSION: '0.15.15',
67466746
utils: utils,
67476747
helpers: helpers,
67486748
Base: Base,

dist/d3.compose-all.min.js

Lines changed: 2 additions & 2 deletions
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: 2 additions & 2 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.14 - https://github.com/CSNW/d3.compose - license: MIT
3+
* v0.15.15 - 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')) :
@@ -4172,7 +4172,7 @@
41724172
});
41734173

41744174
var d3c = d3.compose = {
4175-
VERSION: '0.15.14',
4175+
VERSION: '0.15.15',
41764176
utils: utils,
41774177
helpers: helpers,
41784178
Base: Base,

dist/d3.compose-mixins.min.js

Lines changed: 2 additions & 2 deletions
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.14 - https://github.com/CSNW/d3.compose - license: MIT
3+
* v0.15.15 - https://github.com/CSNW/d3.compose - license: MIT
44
*/
55
.chart-compose {
66
font-size: 14px;

dist/d3.compose.js

Lines changed: 2 additions & 2 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.14 - https://github.com/CSNW/d3.compose - license: MIT
3+
* v0.15.15 - 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')) :
@@ -2953,7 +2953,7 @@
29532953
});
29542954

29552955
var d3c = d3.compose = {
2956-
VERSION: '0.15.14',
2956+
VERSION: '0.15.15',
29572957
utils: utils,
29582958
helpers: helpers,
29592959
Base: Base,

dist/d3.compose.min.js

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

0 commit comments

Comments
 (0)