From 49733e90607944e2a9018737cdf438b2aaf592e8 Mon Sep 17 00:00:00 2001 From: Chris Williams Date: Thu, 2 Nov 2017 22:46:27 -0700 Subject: [PATCH] v0.0.47 --- lerna.json | 2 +- packages/data-ui-theme/package.json | 2 +- packages/demo/package.json | 16 ++++++++-------- packages/event-flow/package.json | 6 +++--- packages/histogram/package.json | 6 +++--- packages/network/package.json | 6 +++--- packages/radial-chart/package.json | 6 +++--- packages/shared/package.json | 4 ++-- packages/sparkline/package.json | 4 ++-- packages/xy-chart/package.json | 6 +++--- 10 files changed, 29 insertions(+), 29 deletions(-) diff --git a/lerna.json b/lerna.json index 76b544c8..ff1bebe5 100644 --- a/lerna.json +++ b/lerna.json @@ -3,5 +3,5 @@ "packages": [ "packages/*" ], - "version": "0.0.46" + "version": "0.0.47" } diff --git a/packages/data-ui-theme/package.json b/packages/data-ui-theme/package.json index f99628ea..31d5e4f0 100644 --- a/packages/data-ui-theme/package.json +++ b/packages/data-ui-theme/package.json @@ -1,6 +1,6 @@ { "name": "@data-ui/theme", - "version": "0.0.9", + "version": "0.0.47", "description": "Themes for data-ui", "main": "build/index.js", "files": [ diff --git a/packages/demo/package.json b/packages/demo/package.json index 0dca11ec..9910089c 100644 --- a/packages/demo/package.json +++ b/packages/demo/package.json @@ -1,6 +1,6 @@ { "name": "@data-ui/demo", - "version": "0.0.46", + "version": "0.0.47", "description": "data-ui demo", "scripts": { "gh-pages:clean": "rm -rf _gh-pages && lerna run dev:nowatch", @@ -21,14 +21,14 @@ "homepage": "https://github.com/williaster/data-ui#readme", "devDependencies": { "@data-ui/data-table": "0.0.25", - "@data-ui/event-flow": "0.0.11", + "@data-ui/event-flow": "0.0.47", "@data-ui/forms": "0.0.6", - "@data-ui/histogram": "0.0.8", - "@data-ui/network": "0.0.6", - "@data-ui/radial-chart": "0.0.11", - "@data-ui/sparkline": "0.0.3", - "@data-ui/theme": "0.0.9", - "@data-ui/xy-chart": "0.0.25", + "@data-ui/histogram": "0.0.47", + "@data-ui/network": "0.0.47", + "@data-ui/radial-chart": "0.0.47", + "@data-ui/sparkline": "0.0.47", + "@data-ui/theme": "0.0.47", + "@data-ui/xy-chart": "0.0.47", "@storybook/addon-options": "^3.1.6", "@storybook/react": "3.2.12", "@vx/legend": "0.0.140", diff --git a/packages/event-flow/package.json b/packages/event-flow/package.json index 65208d87..cf66f310 100644 --- a/packages/event-flow/package.json +++ b/packages/event-flow/package.json @@ -1,6 +1,6 @@ { "name": "@data-ui/event-flow", - "version": "0.0.11", + "version": "0.0.47", "description": "A visualization to explore sequences of events", "keywords": [ "d3", @@ -48,8 +48,8 @@ }, "dependencies": { "@data-ui/forms": "0.0.6", - "@data-ui/radial-chart": "0.0.11", - "@data-ui/theme": "0.0.9", + "@data-ui/radial-chart": "0.0.47", + "@data-ui/theme": "0.0.47", "@vx/axis": "0.0.140", "@vx/bounds": "0.0.140", "@vx/clip-path": "0.0.140", diff --git a/packages/histogram/package.json b/packages/histogram/package.json index f8e3f775..0436ebbe 100644 --- a/packages/histogram/package.json +++ b/packages/histogram/package.json @@ -1,6 +1,6 @@ { "name": "@data-ui/histogram", - "version": "0.0.8", + "version": "0.0.47", "description": "React + d3 library for creating histograms", "main": "build/index.js", "files": [ @@ -49,8 +49,8 @@ "react": "^15.0.0-0 || ^16.0.0-0" }, "dependencies": { - "@data-ui/shared": "0.0.0", - "@data-ui/theme": "0.0.9", + "@data-ui/shared": "0.0.47", + "@data-ui/theme": "0.0.47", "@vx/axis": "0.0.140", "@vx/curve": "0.0.140", "@vx/event": "0.0.140", diff --git a/packages/network/package.json b/packages/network/package.json index 2e36afa8..5c44be43 100644 --- a/packages/network/package.json +++ b/packages/network/package.json @@ -1,6 +1,6 @@ { "name": "@data-ui/network", - "version": "0.0.6", + "version": "0.0.47", "description": "React + d3 library for creating graph visualizations", "main": "build/index.js", "files": [ @@ -47,8 +47,8 @@ "react": "^15.0.0-0 || ^16.0.0-0" }, "dependencies": { - "@data-ui/shared": "0.0.0", - "@data-ui/theme": "0.0.9", + "@data-ui/shared": "0.0.47", + "@data-ui/theme": "0.0.47", "@vx/event": "0.0.141", "@vx/glyph": "0.0.140", "@vx/group": "0.0.140", diff --git a/packages/radial-chart/package.json b/packages/radial-chart/package.json index 30fa3cc9..1899efe4 100644 --- a/packages/radial-chart/package.json +++ b/packages/radial-chart/package.json @@ -1,6 +1,6 @@ { "name": "@data-ui/radial-chart", - "version": "0.0.11", + "version": "0.0.47", "description": "A package for radial-axis visualizations https://williaster.github.io/data-ui", "main": "build/index.js", "scripts": { @@ -22,8 +22,8 @@ "author": "Chris Williams ", "license": "MIT", "dependencies": { - "@data-ui/shared": "0.0.0", - "@data-ui/theme": "0.0.9", + "@data-ui/shared": "0.0.47", + "@data-ui/theme": "0.0.47", "@vx/event": "0.0.140", "@vx/group": "0.0.140", "@vx/scale": "0.0.140", diff --git a/packages/shared/package.json b/packages/shared/package.json index b88c3b14..d9590028 100644 --- a/packages/shared/package.json +++ b/packages/shared/package.json @@ -1,6 +1,6 @@ { "name": "@data-ui/shared", - "version": "0.0.0", + "version": "0.0.47", "description": "Shared @data-ui components used across multiple packages", "main": "build/index.js", "files": [ @@ -47,7 +47,7 @@ "react": "^15.0.0-0 || ^16.0.0-0" }, "dependencies": { - "@data-ui/theme": "0.0.9", + "@data-ui/theme": "0.0.47", "@vx/event": "0.0.143", "@vx/group": "0.0.143", "@vx/shape": "0.0.145", diff --git a/packages/sparkline/package.json b/packages/sparkline/package.json index 0976ee92..9d7af198 100644 --- a/packages/sparkline/package.json +++ b/packages/sparkline/package.json @@ -1,6 +1,6 @@ { "name": "@data-ui/sparkline", - "version": "0.0.3", + "version": "0.0.47", "description": "React + d3 library for creating sparklines", "main": "build/index.js", "files": [ @@ -48,7 +48,7 @@ "react": "^15.0.0-0 || ^16.0.0-0" }, "dependencies": { - "@data-ui/shared": "0.0.0", + "@data-ui/shared": "0.0.47", "@data-ui/theme": "0.0.8", "@vx/axis": "0.0.140", "@vx/curve": "0.0.140", diff --git a/packages/xy-chart/package.json b/packages/xy-chart/package.json index 7af73340..b3938176 100644 --- a/packages/xy-chart/package.json +++ b/packages/xy-chart/package.json @@ -1,6 +1,6 @@ { "name": "@data-ui/xy-chart", - "version": "0.0.25", + "version": "0.0.47", "description": "A package of charts with standard x- and y- axes. https://williaster.github.io/data-ui", "main": "build/index.js", "scripts": { @@ -21,8 +21,8 @@ "author": "Chris Williams ", "license": "MIT", "dependencies": { - "@data-ui/shared": "0.0.0", - "@data-ui/theme": "0.0.9", + "@data-ui/shared": "0.0.47", + "@data-ui/theme": "0.0.47", "@vx/axis": "0.0.145", "@vx/curve": "0.0.140", "@vx/event": "0.0.140",