From 65e0e182da6dfd9b10a13ac15b91da28fa920a52 Mon Sep 17 00:00:00 2001 From: Mike Bostock Date: Fri, 12 Feb 2016 13:51:48 -0800 Subject: [PATCH] Update d3-transition. --- README.md | 2 +- package.json | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 95334b27..bd8572d4 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ This branch contains the prerelease of D3 4.0. This API is unstable and may chan If you use NPM, `npm install d3@next`. Otherwise, download the [latest release](https://github.com/mbostock/d3/releases/latest). The released bundle supports AMD, CommonJS, and vanilla environments. Create a custom build using [Rollup](https://github.com/rollup/rollup) or your preferred bundler. You can also load directly from [d3js.org](https://d3js.org): ```html - + ``` ## API Reference diff --git a/package.json b/package.json index afe00b50..ec84dfe2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "d3", - "version": "4.0.0-alpha.16", + "version": "4.0.0-alpha.17", "publishConfig": { "tag": "next" }, @@ -60,7 +60,7 @@ "d3-time": "0.2.1", "d3-time-format": "0.3.1", "d3-timer": "0.3.2", - "d3-transition": "0.1.0", + "d3-transition": "0.1.1", "d3-voronoi": "0.3.1" } }