Skip to content

Commit 70b37aa

Browse files
committed
v0.0.48
1 parent 32e9e91 commit 70b37aa

File tree

11 files changed

+31
-31
lines changed

11 files changed

+31
-31
lines changed

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@
33
"packages": [
44
"packages/*"
55
],
6-
"version": "0.0.47"
6+
"version": "0.0.48"
77
}

packages/data-table/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@data-ui/data-table",
3-
"version": "0.0.25",
3+
"version": "0.0.48",
44
"description": "Table components that can handle a lot of data",
55
"main": "build/index.js",
66
"scripts": {

packages/data-ui-theme/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@data-ui/theme",
3-
"version": "0.0.47",
3+
"version": "0.0.48",
44
"description": "Themes for data-ui",
55
"main": "build/index.js",
66
"files": [

packages/demo/package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@data-ui/demo",
3-
"version": "0.0.47",
3+
"version": "0.0.48",
44
"description": "data-ui demo",
55
"scripts": {
66
"gh-pages:clean": "rm -rf _gh-pages && lerna run dev:nowatch",
@@ -20,15 +20,15 @@
2020
"license": "MIT",
2121
"homepage": "https://github.com/williaster/data-ui#readme",
2222
"devDependencies": {
23-
"@data-ui/data-table": "0.0.25",
24-
"@data-ui/event-flow": "0.0.47",
23+
"@data-ui/data-table": "0.0.48",
24+
"@data-ui/event-flow": "0.0.48",
2525
"@data-ui/forms": "0.0.6",
26-
"@data-ui/histogram": "0.0.47",
27-
"@data-ui/network": "0.0.47",
28-
"@data-ui/radial-chart": "0.0.47",
29-
"@data-ui/sparkline": "0.0.47",
30-
"@data-ui/theme": "0.0.47",
31-
"@data-ui/xy-chart": "0.0.47",
26+
"@data-ui/histogram": "0.0.48",
27+
"@data-ui/network": "0.0.48",
28+
"@data-ui/radial-chart": "0.0.48",
29+
"@data-ui/sparkline": "0.0.48",
30+
"@data-ui/theme": "0.0.48",
31+
"@data-ui/xy-chart": "0.0.48",
3232
"@storybook/addon-options": "^3.1.6",
3333
"@storybook/react": "3.2.12",
3434
"@vx/legend": "0.0.140",

packages/event-flow/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@data-ui/event-flow",
3-
"version": "0.0.47",
3+
"version": "0.0.48",
44
"description": "A visualization to explore sequences of events",
55
"keywords": [
66
"d3",
@@ -48,8 +48,8 @@
4848
},
4949
"dependencies": {
5050
"@data-ui/forms": "0.0.6",
51-
"@data-ui/radial-chart": "0.0.47",
52-
"@data-ui/theme": "0.0.47",
51+
"@data-ui/radial-chart": "0.0.48",
52+
"@data-ui/theme": "0.0.48",
5353
"@vx/axis": "0.0.140",
5454
"@vx/bounds": "0.0.140",
5555
"@vx/clip-path": "0.0.140",

packages/histogram/package.json

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

packages/network/package.json

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

packages/radial-chart/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@data-ui/radial-chart",
3-
"version": "0.0.47",
3+
"version": "0.0.48",
44
"description": "A package for radial-axis visualizations https://williaster.github.io/data-ui",
55
"main": "build/index.js",
66
"scripts": {
@@ -22,8 +22,8 @@
2222
"author": "Chris Williams <[email protected]>",
2323
"license": "MIT",
2424
"dependencies": {
25-
"@data-ui/shared": "0.0.47",
26-
"@data-ui/theme": "0.0.47",
25+
"@data-ui/shared": "0.0.48",
26+
"@data-ui/theme": "0.0.48",
2727
"@vx/event": "0.0.140",
2828
"@vx/group": "0.0.140",
2929
"@vx/scale": "0.0.140",

packages/shared/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@data-ui/shared",
3-
"version": "0.0.47",
3+
"version": "0.0.48",
44
"description": "Shared @data-ui components used across multiple packages",
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/theme": "0.0.47",
50+
"@data-ui/theme": "0.0.48",
5151
"@vx/event": "0.0.143",
5252
"@vx/group": "0.0.143",
5353
"@vx/shape": "0.0.145",

packages/sparkline/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@data-ui/sparkline",
3-
"version": "0.0.47",
3+
"version": "0.0.48",
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.47",
51+
"@data-ui/shared": "0.0.48",
5252
"@data-ui/theme": "0.0.8",
5353
"@vx/axis": "0.0.140",
5454
"@vx/curve": "0.0.140",

0 commit comments

Comments
 (0)