Skip to content

Commit 1dfe495

Browse files
committed
v0.0.50
1 parent a2eae66 commit 1dfe495

File tree

10 files changed

+24
-24
lines changed

10 files changed

+24
-24
lines changed

lerna.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@
33
"packages": [
44
"packages/*"
55
],
6-
"version": "0.0.49"
6+
"version": "0.0.50"
77
}

packages/demo/package.json

+8-8
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@data-ui/demo",
3-
"version": "0.0.49",
3+
"version": "0.0.50",
44
"description": "data-ui demo",
55
"scripts": {
66
"gh-pages:clean": "rm -rf _gh-pages && lerna run dev:nowatch",
@@ -21,14 +21,14 @@
2121
"homepage": "https://github.com/williaster/data-ui#readme",
2222
"devDependencies": {
2323
"@data-ui/data-table": "0.0.48",
24-
"@data-ui/event-flow": "0.0.49",
25-
"@data-ui/forms": "0.0.6",
26-
"@data-ui/histogram": "0.0.49",
27-
"@data-ui/network": "0.0.49",
28-
"@data-ui/radial-chart": "0.0.49",
29-
"@data-ui/sparkline": "0.0.49",
24+
"@data-ui/event-flow": "0.0.50",
25+
"@data-ui/forms": "0.0.50",
26+
"@data-ui/histogram": "0.0.50",
27+
"@data-ui/network": "0.0.50",
28+
"@data-ui/radial-chart": "0.0.50",
29+
"@data-ui/sparkline": "0.0.50",
3030
"@data-ui/theme": "0.0.48",
31-
"@data-ui/xy-chart": "0.0.49",
31+
"@data-ui/xy-chart": "0.0.50",
3232
"@storybook/addon-options": "^3.1.6",
3333
"@storybook/react": "3.2.12",
3434
"@vx/legend": "0.0.140",

packages/event-flow/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@data-ui/event-flow",
3-
"version": "0.0.49",
3+
"version": "0.0.50",
44
"description": "A visualization to explore sequences of events",
55
"keywords": [
66
"d3",
@@ -47,8 +47,8 @@
4747
"react": "^15.0.0-0 || ^16.0.0-0"
4848
},
4949
"dependencies": {
50-
"@data-ui/forms": "0.0.6",
51-
"@data-ui/radial-chart": "0.0.49",
50+
"@data-ui/forms": "0.0.50",
51+
"@data-ui/radial-chart": "0.0.50",
5252
"@data-ui/theme": "0.0.48",
5353
"@vx/axis": "0.0.140",
5454
"@vx/bounds": "0.0.140",

packages/forms/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@data-ui/forms",
3-
"version": "0.0.6",
3+
"version": "0.0.50",
44
"description": "A package of form elements for data-rich UIs. https://williaster.github.io/data-ui",
55
"main": "build/index.js",
66
"scripts": {

packages/histogram/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@data-ui/histogram",
3-
"version": "0.0.49",
3+
"version": "0.0.50",
44
"description": "React + d3 library for creating histograms",
55
"main": "build/index.js",
66
"files": [
@@ -49,7 +49,7 @@
4949
"react": "^15.0.0-0 || ^16.0.0-0"
5050
},
5151
"dependencies": {
52-
"@data-ui/shared": "0.0.49",
52+
"@data-ui/shared": "0.0.50",
5353
"@data-ui/theme": "0.0.48",
5454
"@vx/axis": "0.0.140",
5555
"@vx/curve": "0.0.140",

packages/network/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@data-ui/network",
3-
"version": "0.0.49",
3+
"version": "0.0.50",
44
"description": "React + d3 library for creating graph visualizations",
55
"main": "build/index.js",
66
"files": [
@@ -47,7 +47,7 @@
4747
"react": "^15.0.0-0 || ^16.0.0-0"
4848
},
4949
"dependencies": {
50-
"@data-ui/shared": "0.0.49",
50+
"@data-ui/shared": "0.0.50",
5151
"@data-ui/theme": "0.0.48",
5252
"@vx/event": "0.0.141",
5353
"@vx/glyph": "0.0.140",

packages/radial-chart/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@data-ui/radial-chart",
3-
"version": "0.0.49",
3+
"version": "0.0.50",
44
"description": "A package for radial-axis visualizations https://williaster.github.io/data-ui",
55
"main": "build/index.js",
66
"scripts": {
@@ -22,7 +22,7 @@
2222
"author": "Chris Williams <chris.williams@airbnb.com>",
2323
"license": "MIT",
2424
"dependencies": {
25-
"@data-ui/shared": "0.0.49",
25+
"@data-ui/shared": "0.0.50",
2626
"@data-ui/theme": "0.0.48",
2727
"@vx/event": "0.0.140",
2828
"@vx/group": "0.0.140",

packages/shared/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@data-ui/shared",
3-
"version": "0.0.49",
3+
"version": "0.0.50",
44
"description": "Shared @data-ui components used across multiple packages",
55
"main": "build/index.js",
66
"files": [

packages/sparkline/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@data-ui/sparkline",
3-
"version": "0.0.49",
3+
"version": "0.0.50",
44
"description": "React + d3 library for creating sparklines",
55
"main": "build/index.js",
66
"files": [
@@ -48,7 +48,7 @@
4848
"react": "^15.0.0-0 || ^16.0.0-0"
4949
},
5050
"dependencies": {
51-
"@data-ui/shared": "0.0.49",
51+
"@data-ui/shared": "0.0.50",
5252
"@data-ui/theme": "0.0.8",
5353
"@vx/axis": "0.0.140",
5454
"@vx/curve": "0.0.140",

packages/xy-chart/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@data-ui/xy-chart",
3-
"version": "0.0.49",
3+
"version": "0.0.50",
44
"description": "A package of charts with standard x- and y- axes. https://williaster.github.io/data-ui",
55
"main": "build/index.js",
66
"scripts": {
@@ -21,7 +21,7 @@
2121
"author": "Chris Williams <chris.williams@airbnb.com>",
2222
"license": "MIT",
2323
"dependencies": {
24-
"@data-ui/shared": "0.0.49",
24+
"@data-ui/shared": "0.0.50",
2525
"@data-ui/theme": "0.0.48",
2626
"@vx/axis": "0.0.145",
2727
"@vx/curve": "0.0.140",

0 commit comments

Comments
 (0)