Skip to content

Commit

Permalink
release 0.8.2 6191158
Browse files Browse the repository at this point in the history
  • Loading branch information
kanitw committed Oct 22, 2015
1 parent 43beef0 commit fce247b
Show file tree
Hide file tree
Showing 10 changed files with 3,956 additions and 2,350 deletions.
10 changes: 5 additions & 5 deletions gallery/bower_components/vega/.bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,14 +37,14 @@
"src",
"test"
],
"version": "2.2.6",
"_release": "2.2.6",
"version": "2.3.0",
"_release": "2.3.0",
"_resolution": {
"type": "version",
"tag": "v2.2.6",
"commit": "006d941b0c96f4f6f6ef8f78ca7336b02385c6c0"
"tag": "v2.3.0",
"commit": "84c4cad5fa0d06fceb2845a6427b232ce7bbf8b1"
},
"_source": "git://github.com/trifacta/vega.git",
"_target": "^2.2.6",
"_target": "^2.3.0",
"_originalSource": "vega"
}
7 changes: 3 additions & 4 deletions gallery/bower_components/vega/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vega",
"version": "2.2.6",
"version": "2.3.0",
"description": "The Vega visualization grammar.",
"keywords": [
"vega",
Expand Down Expand Up @@ -34,13 +34,13 @@
"dependencies": {
"d3": "^3.5.6",
"d3-geo-projection": "^0.2.15",
"d3.layout.cloud": "^1.1.1",
"d3-cloud": "^1.2.0",
"datalib": "^1.4.6",
"topojson": "^1.6.19",
"vega-dataflow": "^1.2.5",
"vega-expression": "^1.0.3",
"vega-logging": "^1.0.1",
"vega-scenegraph": "^1.0.10",
"vega-scenegraph": "^1.0.11",
"yargs": "^3.15.0"
},
"devDependencies": {
Expand Down Expand Up @@ -92,7 +92,6 @@
},
"browserify-shim": {
"d3": "global:d3",
"d3.layout.cloud": "global:d3.layout.cloud",
"canvas": "global:canvas",
"topojson": "global:topojson"
}
Expand Down
Loading

0 comments on commit fce247b

Please sign in to comment.