Skip to content

Commit fce247b

Browse files
committed
release 0.8.2 6191158
1 parent 43beef0 commit fce247b

File tree

10 files changed

+3956
-2350
lines changed

10 files changed

+3956
-2350
lines changed

gallery/bower_components/vega/.bower.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -37,14 +37,14 @@
3737
"src",
3838
"test"
3939
],
40-
"version": "2.2.6",
41-
"_release": "2.2.6",
40+
"version": "2.3.0",
41+
"_release": "2.3.0",
4242
"_resolution": {
4343
"type": "version",
44-
"tag": "v2.2.6",
45-
"commit": "006d941b0c96f4f6f6ef8f78ca7336b02385c6c0"
44+
"tag": "v2.3.0",
45+
"commit": "84c4cad5fa0d06fceb2845a6427b232ce7bbf8b1"
4646
},
4747
"_source": "git://github.com/trifacta/vega.git",
48-
"_target": "^2.2.6",
48+
"_target": "^2.3.0",
4949
"_originalSource": "vega"
5050
}

gallery/bower_components/vega/package.json

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vega",
3-
"version": "2.2.6",
3+
"version": "2.3.0",
44
"description": "The Vega visualization grammar.",
55
"keywords": [
66
"vega",
@@ -34,13 +34,13 @@
3434
"dependencies": {
3535
"d3": "^3.5.6",
3636
"d3-geo-projection": "^0.2.15",
37-
"d3.layout.cloud": "^1.1.1",
37+
"d3-cloud": "^1.2.0",
3838
"datalib": "^1.4.6",
3939
"topojson": "^1.6.19",
4040
"vega-dataflow": "^1.2.5",
4141
"vega-expression": "^1.0.3",
4242
"vega-logging": "^1.0.1",
43-
"vega-scenegraph": "^1.0.10",
43+
"vega-scenegraph": "^1.0.11",
4444
"yargs": "^3.15.0"
4545
},
4646
"devDependencies": {
@@ -92,7 +92,6 @@
9292
},
9393
"browserify-shim": {
9494
"d3": "global:d3",
95-
"d3.layout.cloud": "global:d3.layout.cloud",
9695
"canvas": "global:canvas",
9796
"topojson": "global:topojson"
9897
}

0 commit comments

Comments
 (0)