[Pkg-javascript-commits] [d3-tip.js] 266/277: bump to 0.7.0
bhuvan krishna
bhuvan-guest at moszumanska.debian.org
Thu Dec 8 06:57:37 UTC 2016
This is an automated email from the git hooks/post-receive script.
bhuvan-guest pushed a commit to branch master
in repository d3-tip.js.
commit 75d994c9c47a19db0189956bc9b3ce22c58592b0
Author: Justin Palmer <justin at labratrevenge.com>
Date: Thu Aug 11 09:54:23 2016 -0700
bump to 0.7.0
Adds support for d3 v4
---
bower.json | 4 ++--
package.json | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/bower.json b/bower.json
index 6512b2c..e36deeb 100644
--- a/bower.json
+++ b/bower.json
@@ -1,6 +1,6 @@
{
"name": "d3-tip",
- "version": "0.6.7",
+ "version": "0.7.0",
"main": "index.js",
"ignore": [
"**/.*",
@@ -12,6 +12,6 @@
"docs"
],
"dependencies": {
- "d3": "^4.0"
+ "d3": "^4.2"
}
}
diff --git a/package.json b/package.json
index 2c1e160..dc6d05a 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "d3-tip",
- "version": "0.6.7",
+ "version": "0.7.0",
"description": "Tooltips for d3 svg visualizations",
"author": "Justin Palmer <justin at labratrevenge.com> (http://labratrevenge.com/d3-tip)",
"main": "index.js",
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/d3-tip.js.git
More information about the Pkg-javascript-commits
mailing list