diff --git a/lerna.json b/lerna.json index 511b1ef6..98de8d63 100644 --- a/lerna.json +++ b/lerna.json @@ -3,5 +3,5 @@ "packages": [ "packages/*" ], - "version": "0.0.49" + "version": "0.0.50" } diff --git a/packages/demo/package.json b/packages/demo/package.json index 28b4bdfc..2e8020ea 100644 --- a/packages/demo/package.json +++ b/packages/demo/package.json @@ -1,6 +1,6 @@ { "name": "@data-ui/demo", - "version": "0.0.49", + "version": "0.0.50", "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.48", - "@data-ui/event-flow": "0.0.49", - "@data-ui/forms": "0.0.6", - "@data-ui/histogram": "0.0.49", - "@data-ui/network": "0.0.49", - "@data-ui/radial-chart": "0.0.49", - "@data-ui/sparkline": "0.0.49", + "@data-ui/event-flow": "0.0.50", + "@data-ui/forms": "0.0.50", + "@data-ui/histogram": "0.0.50", + "@data-ui/network": "0.0.50", + "@data-ui/radial-chart": "0.0.50", + "@data-ui/sparkline": "0.0.50", "@data-ui/theme": "0.0.48", - "@data-ui/xy-chart": "0.0.49", + "@data-ui/xy-chart": "0.0.50", "@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 ae862a7b..ff6d9ece 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.49", + "version": "0.0.50", "description": "A visualization to explore sequences of events", "keywords": [ "d3", @@ -47,8 +47,8 @@ "react": "^15.0.0-0 || ^16.0.0-0" }, "dependencies": { - "@data-ui/forms": "0.0.6", - "@data-ui/radial-chart": "0.0.49", + "@data-ui/forms": "0.0.50", + "@data-ui/radial-chart": "0.0.50", "@data-ui/theme": "0.0.48", "@vx/axis": "0.0.140", "@vx/bounds": "0.0.140", diff --git a/packages/forms/package.json b/packages/forms/package.json index 4b9e7615..5ee11a9c 100644 --- a/packages/forms/package.json +++ b/packages/forms/package.json @@ -1,6 +1,6 @@ { "name": "@data-ui/forms", - "version": "0.0.6", + "version": "0.0.50", "description": "A package of form elements for data-rich UIs. https://williaster.github.io/data-ui", "main": "build/index.js", "scripts": { diff --git a/packages/histogram/package.json b/packages/histogram/package.json index 2ccc3ecd..07620446 100644 --- a/packages/histogram/package.json +++ b/packages/histogram/package.json @@ -1,6 +1,6 @@ { "name": "@data-ui/histogram", - "version": "0.0.49", + "version": "0.0.50", "description": "React + d3 library for creating histograms", "main": "build/index.js", "files": [ @@ -49,7 +49,7 @@ "react": "^15.0.0-0 || ^16.0.0-0" }, "dependencies": { - "@data-ui/shared": "0.0.49", + "@data-ui/shared": "0.0.50", "@data-ui/theme": "0.0.48", "@vx/axis": "0.0.140", "@vx/curve": "0.0.140", diff --git a/packages/network/package.json b/packages/network/package.json index 91e4b239..71b220e9 100644 --- a/packages/network/package.json +++ b/packages/network/package.json @@ -1,6 +1,6 @@ { "name": "@data-ui/network", - "version": "0.0.49", + "version": "0.0.50", "description": "React + d3 library for creating graph visualizations", "main": "build/index.js", "files": [ @@ -47,7 +47,7 @@ "react": "^15.0.0-0 || ^16.0.0-0" }, "dependencies": { - "@data-ui/shared": "0.0.49", + "@data-ui/shared": "0.0.50", "@data-ui/theme": "0.0.48", "@vx/event": "0.0.141", "@vx/glyph": "0.0.140", diff --git a/packages/radial-chart/package.json b/packages/radial-chart/package.json index f79f650f..bfb604aa 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.49", + "version": "0.0.50", "description": "A package for radial-axis visualizations https://williaster.github.io/data-ui", "main": "build/index.js", "scripts": { @@ -22,7 +22,7 @@ "author": "Chris Williams ", "license": "MIT", "dependencies": { - "@data-ui/shared": "0.0.49", + "@data-ui/shared": "0.0.50", "@data-ui/theme": "0.0.48", "@vx/event": "0.0.140", "@vx/group": "0.0.140", diff --git a/packages/shared/package.json b/packages/shared/package.json index 661bac77..fe6838d5 100644 --- a/packages/shared/package.json +++ b/packages/shared/package.json @@ -1,6 +1,6 @@ { "name": "@data-ui/shared", - "version": "0.0.49", + "version": "0.0.50", "description": "Shared @data-ui components used across multiple packages", "main": "build/index.js", "files": [ diff --git a/packages/sparkline/package.json b/packages/sparkline/package.json index 87fefa3b..359c8bb5 100644 --- a/packages/sparkline/package.json +++ b/packages/sparkline/package.json @@ -1,6 +1,6 @@ { "name": "@data-ui/sparkline", - "version": "0.0.49", + "version": "0.0.50", "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.49", + "@data-ui/shared": "0.0.50", "@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 fa16d0ee..665dfb21 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.49", + "version": "0.0.50", "description": "A package of charts with standard x- and y- axes. https://williaster.github.io/data-ui", "main": "build/index.js", "scripts": { @@ -21,7 +21,7 @@ "author": "Chris Williams ", "license": "MIT", "dependencies": { - "@data-ui/shared": "0.0.49", + "@data-ui/shared": "0.0.50", "@data-ui/theme": "0.0.48", "@vx/axis": "0.0.145", "@vx/curve": "0.0.140",