From f4ba4522587ee2d98e8d7387f8e9006b81c15619 Mon Sep 17 00:00:00 2001 From: Harrison Shoff Date: Wed, 28 Jun 2017 08:13:21 -0700 Subject: [PATCH] [changelog] v0.0.123 --- CHANGELOG.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 14459445f..682953696 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,7 @@ # Changelog +- [v0.0.123](#v00123) +- [v0.0.122](#v00122) - [v0.0.121](#v00121) - [v0.0.120](#v00120) - [v0.0.114](#v00114) @@ -8,6 +10,26 @@ ------ +# v0.0.123 + +- add `@vx/voronoi` [#78](https://github.com/hshoff/vx/pull/78) + +```bash +Changes: +- @vx/demo: 0.0.122 => 0.0.123 +- @vx/voronoi: 1.0.0 => 0.0.123 +``` + +# v0.0.122 + +- ignore this one, I ran `lerna publish --exact` before `lerna bootstrap` and it failed to publish, but managed to increment versions and couldn't figure how to "undo" it so rolling foward to v0.0.123 + +```bash +Changes: +- @vx/demo: 0.0.122 => 0.0.122 +- @vx/voronoi: 0.0.0 => 0.0.122 +``` + # v0.0.121 - add `@vx/legend` [#77](https://github.com/hshoff/vx/pull/77)