Skip to content

Commit

Permalink
Merge pull request #1281 from palantir/release-v0.35.0
Browse files Browse the repository at this point in the history
Release v0.35.0 (--> master)
  • Loading branch information
jtlan committed Nov 1, 2014
2 parents 7268476 + 862de43 commit 2a9cc57
Show file tree
Hide file tree
Showing 60 changed files with 3,735 additions and 964 deletions.
4 changes: 2 additions & 2 deletions bower.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "plottable",
"description": "A library for creating charts out of D3",
"version": "0.34.1",
"version": "0.35.0",
"main": ["plottable.js", "plottable.css"],
"license": "MIT",
"ignore": [
Expand All @@ -28,7 +28,7 @@
"plots"
],
"dependencies": {
"d3": "3.4.11"
"d3": "3.4.13"
},
"homepage": "plottablejs.org",
"repository": {
Expand Down
10 changes: 5 additions & 5 deletions bower_components/d3/.bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "d3",
"version": "3.4.11",
"version": "3.4.13",
"main": "d3.js",
"scripts": [
"d3.js"
Expand All @@ -22,13 +22,13 @@
"test"
],
"homepage": "https://github.com/mbostock/d3",
"_release": "3.4.11",
"_release": "3.4.13",
"_resolution": {
"type": "version",
"tag": "v3.4.11",
"commit": "9dbb2266543a6c998c3552074240efb36e4c7cab"
"tag": "v3.4.13",
"commit": "e2dc80f5385c153066150075a4208131e0b78c68"
},
"_source": "git://github.com/mbostock/d3.git",
"_target": "3.4.11",
"_target": "3.4.13",
"_originalSource": "d3"
}
2 changes: 1 addition & 1 deletion bower_components/d3/bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "d3",
"version": "3.4.11",
"version": "3.4.13",
"main": "d3.js",
"scripts": [
"d3.js"
Expand Down
Loading

0 comments on commit 2a9cc57

Please sign in to comment.