Skip to content

Commit

Permalink
v0.0.69
Browse files Browse the repository at this point in the history
  • Loading branch information
williaster committed Sep 11, 2018
1 parent 43cf700 commit 0840a3b
Show file tree
Hide file tree
Showing 12 changed files with 35 additions and 35 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"packages": [
"packages/*"
],
"version": "0.0.68",
"version": "0.0.69",
"command": {
"bootstrap": {
"ignore": "build-config"
Expand Down
2 changes: 1 addition & 1 deletion packages/data-table/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@data-ui/data-table",
"version": "0.0.68",
"version": "0.0.69",
"description": "Table components that can handle a lot of data",
"sideEffects": false,
"main": "lib/index.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/data-ui-theme/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@data-ui/theme",
"version": "0.0.68",
"version": "0.0.69",
"description": "Themes for data-ui",
"sideEffects": false,
"main": "lib/index.js",
Expand Down
22 changes: 11 additions & 11 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.68",
"version": "0.0.69",
"description": "data-ui demo",
"scripts": {
"gh-pages:clean": "rm -rf _gh-pages && lerna run dev:nowatch",
Expand All @@ -25,16 +25,16 @@
"homepage": "https://github.com/williaster/data-ui#readme",
"devDependencies": {
"@data-ui/build-config": "^0.0.12",
"@data-ui/data-table": "^0.0.68",
"@data-ui/event-flow": "^0.0.68",
"@data-ui/forms": "^0.0.68",
"@data-ui/histogram": "^0.0.68",
"@data-ui/network": "^0.0.68",
"@data-ui/radial-chart": "^0.0.68",
"@data-ui/shared": "^0.0.68",
"@data-ui/sparkline": "^0.0.68",
"@data-ui/theme": "^0.0.68",
"@data-ui/xy-chart": "^0.0.68",
"@data-ui/data-table": "^0.0.69",
"@data-ui/event-flow": "^0.0.69",
"@data-ui/forms": "^0.0.69",
"@data-ui/histogram": "^0.0.69",
"@data-ui/network": "^0.0.69",
"@data-ui/radial-chart": "^0.0.69",
"@data-ui/shared": "^0.0.69",
"@data-ui/sparkline": "^0.0.69",
"@data-ui/theme": "^0.0.69",
"@data-ui/xy-chart": "^0.0.69",
"@storybook/addon-options": "^3.1.6",
"@storybook/react": "3.2.12",
"@vx/legend": "^0.0.167",
Expand Down
8 changes: 4 additions & 4 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.68",
"version": "0.0.69",
"description": "A visualization to explore sequences of events",
"keywords": [
"d3",
Expand Down Expand Up @@ -50,9 +50,9 @@
"react": "^15.0.0-0 || ^16.0.0-0"
},
"dependencies": {
"@data-ui/forms": "^0.0.68",
"@data-ui/radial-chart": "^0.0.68",
"@data-ui/theme": "^0.0.68",
"@data-ui/forms": "^0.0.69",
"@data-ui/radial-chart": "^0.0.69",
"@data-ui/theme": "^0.0.69",
"@vx/axis": "0.0.140",
"@vx/bounds": "0.0.140",
"@vx/clip-path": "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.68",
"version": "0.0.69",
"description": "A package of form elements for data-rich UIs. https://williaster.github.io/data-ui",
"main": "build/index.js",
"scripts": {
Expand Down
6 changes: 3 additions & 3 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.68",
"version": "0.0.69",
"description": "React + d3 library for creating histograms",
"sideEffects": false,
"main": "lib/index.js",
Expand Down Expand Up @@ -53,8 +53,8 @@
"react-dom": "^15.0.0-0 || ^16.0.0-0"
},
"dependencies": {
"@data-ui/shared": "^0.0.68",
"@data-ui/theme": "^0.0.68",
"@data-ui/shared": "^0.0.69",
"@data-ui/theme": "^0.0.69",
"@vx/axis": "0.0.140",
"@vx/curve": "0.0.140",
"@vx/event": "0.0.140",
Expand Down
6 changes: 3 additions & 3 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.68",
"version": "0.0.69",
"description": "React + d3 library for creating graph visualizations",
"sideEffects": false,
"main": "lib/index.js",
Expand Down Expand Up @@ -50,8 +50,8 @@
"react-dom": "^15.0.0-0 || ^16.0.0-0"
},
"dependencies": {
"@data-ui/shared": "^0.0.68",
"@data-ui/theme": "^0.0.68",
"@data-ui/shared": "^0.0.69",
"@data-ui/theme": "^0.0.69",
"@vx/event": "0.0.141",
"@vx/glyph": "0.0.140",
"@vx/group": "0.0.140",
Expand Down
6 changes: 3 additions & 3 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.68",
"version": "0.0.69",
"description": "A package for radial-axis visualizations https://williaster.github.io/data-ui",
"sideEffects": false,
"main": "lib/index.js",
Expand Down Expand Up @@ -33,8 +33,8 @@
"author": "Chris Williams @williaster",
"license": "MIT",
"dependencies": {
"@data-ui/shared": "^0.0.68",
"@data-ui/theme": "^0.0.68",
"@data-ui/shared": "^0.0.69",
"@data-ui/theme": "^0.0.69",
"@vx/event": "0.0.140",
"@vx/group": "0.0.140",
"@vx/scale": "0.0.140",
Expand Down
4 changes: 2 additions & 2 deletions 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.68",
"version": "0.0.69",
"description": "Shared @data-ui components used across multiple packages",
"sideEffects": false,
"main": "lib/index.js",
Expand Down Expand Up @@ -50,7 +50,7 @@
"react-dom": "^15.0.0-0 || ^16.0.0-0"
},
"dependencies": {
"@data-ui/theme": "^0.0.68",
"@data-ui/theme": "^0.0.69",
"@vx/event": "^0.0.165",
"@vx/group": "^0.0.165",
"@vx/shape": "^0.0.168",
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.68",
"version": "0.0.69",
"description": "React + d3 library for creating sparklines",
"sideEffects": false,
"main": "lib/index.js",
Expand Down Expand Up @@ -51,7 +51,7 @@
"react-dom": "^15.0.0-0 || ^16.0.0-0"
},
"dependencies": {
"@data-ui/shared": "^0.0.68",
"@data-ui/shared": "^0.0.69",
"@data-ui/theme": "0.0.8",
"@vx/axis": "0.0.140",
"@vx/curve": "0.0.140",
Expand Down
6 changes: 3 additions & 3 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.68",
"version": "0.0.69",
"description": "A package of charts with standard x- and y- axes. https://williaster.github.io/data-ui",
"sideEffects": false,
"main": "lib/index.js",
Expand Down Expand Up @@ -34,8 +34,8 @@
"author": "Chris Williams <chris.williams@airbnb.com>",
"license": "MIT",
"dependencies": {
"@data-ui/shared": "^0.0.68",
"@data-ui/theme": "^0.0.68",
"@data-ui/shared": "^0.0.69",
"@data-ui/theme": "^0.0.69",
"@vx/axis": "^0.0.168",
"@vx/curve": "^0.0.165",
"@vx/event": "^0.0.165",
Expand Down

0 comments on commit 0840a3b

Please sign in to comment.