Skip to content

Commit

Permalink
v0.0.50
Browse files Browse the repository at this point in the history
  • Loading branch information
williaster committed Dec 8, 2017
1 parent a2eae66 commit 1dfe495
Show file tree
Hide file tree
Showing 10 changed files with 24 additions and 24 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
"packages": [
"packages/*"
],
"version": "0.0.49"
"version": "0.0.50"
}
16 changes: 8 additions & 8 deletions packages/demo/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand All @@ -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",
Expand Down
6 changes: 3 additions & 3 deletions packages/event-flow/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion packages/forms/package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down
4 changes: 2 additions & 2 deletions packages/histogram/package.json
Original file line number Diff line number Diff line change
@@ -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": [
Expand Down Expand Up @@ -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",
Expand Down
4 changes: 2 additions & 2 deletions packages/network/package.json
Original file line number Diff line number Diff line change
@@ -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": [
Expand Down Expand Up @@ -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",
Expand Down
4 changes: 2 additions & 2 deletions packages/radial-chart/package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand All @@ -22,7 +22,7 @@
"author": "Chris Williams <chris.williams@airbnb.com>",
"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",
Expand Down
2 changes: 1 addition & 1 deletion packages/shared/package.json
Original file line number Diff line number Diff line change
@@ -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": [
Expand Down
4 changes: 2 additions & 2 deletions packages/sparkline/package.json
Original file line number Diff line number Diff line change
@@ -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": [
Expand Down Expand Up @@ -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",
Expand Down
4 changes: 2 additions & 2 deletions packages/xy-chart/package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand All @@ -21,7 +21,7 @@
"author": "Chris Williams <chris.williams@airbnb.com>",
"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",
Expand Down

0 comments on commit 1dfe495

Please sign in to comment.