Skip to content

Commit

Permalink
v0.0.192
Browse files Browse the repository at this point in the history
  • Loading branch information
hshoff committed Oct 3, 2019
1 parent 0f900c2 commit 101db6e
Show file tree
Hide file tree
Showing 35 changed files with 126 additions and 126 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.191",
"version": "0.0.192",
"command": {
"publish": {
"allowBranch": "master"
Expand Down
8 changes: 4 additions & 4 deletions packages/vx-annotation/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vx/annotation",
"version": "0.0.190",
"version": "0.0.192",
"description": "vx annotation",
"sideEffects": false,
"main": "lib/index.js",
Expand Down Expand Up @@ -33,9 +33,9 @@
"react": "^15.0.0-0 || ^16.0.0-0"
},
"dependencies": {
"@vx/group": "0.0.190",
"@vx/point": "0.0.189",
"@vx/shape": "0.0.190",
"@vx/group": "0.0.192",
"@vx/point": "0.0.192",
"@vx/shape": "0.0.192",
"classnames": "^2.2.5",
"prop-types": "^15.5.10"
},
Expand Down
10 changes: 5 additions & 5 deletions packages/vx-axis/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vx/axis",
"version": "0.0.191",
"version": "0.0.192",
"description": "vx axis",
"sideEffects": false,
"main": "lib/index.js",
Expand Down Expand Up @@ -30,10 +30,10 @@
},
"homepage": "https://github.com/hshoff/vx#readme",
"dependencies": {
"@vx/group": "0.0.190",
"@vx/point": "0.0.189",
"@vx/shape": "0.0.190",
"@vx/text": "0.0.191",
"@vx/group": "0.0.192",
"@vx/point": "0.0.192",
"@vx/shape": "0.0.192",
"@vx/text": "0.0.192",
"classnames": "^2.2.5",
"prop-types": "^15.6.0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/vx-bounds/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vx/bounds",
"version": "0.0.189",
"version": "0.0.192",
"description": "Utilities to make your life with bounding boxes better",
"sideEffects": false,
"main": "lib/index.js",
Expand Down
4 changes: 2 additions & 2 deletions packages/vx-boxplot/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vx/boxplot",
"version": "0.0.190",
"version": "0.0.192",
"description": "vx box plot",
"sideEffects": false,
"main": "lib/index.js",
Expand Down Expand Up @@ -30,7 +30,7 @@
},
"homepage": "https://github.com/hshoff/vx#readme",
"dependencies": {
"@vx/group": "0.0.190",
"@vx/group": "0.0.192",
"classnames": "^2.2.5",
"prop-types": "^15.5.10"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/vx-brush/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vx/brush",
"version": "0.0.189",
"version": "0.0.192",
"description": "vx brush",
"sideEffects": false,
"main": "lib/index.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/vx-chord/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vx/chord",
"version": "0.0.189",
"version": "0.0.192",
"description": "vx group",
"sideEffects": false,
"main": "lib/index.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/vx-clip-path/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vx/clip-path",
"version": "0.0.189",
"version": "0.0.192",
"description": "vx clip-path",
"sideEffects": false,
"main": "lib/index.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/vx-curve/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vx/curve",
"version": "0.0.189",
"version": "0.0.192",
"description": "vx curve",
"sideEffects": false,
"main": "lib/index.js",
Expand Down
64 changes: 32 additions & 32 deletions packages/vx-demo/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vx/demo",
"version": "0.0.191",
"version": "0.0.192",
"description": "vx demo",
"repository": "https://github.com/hshoff/vx",
"scripts": {
Expand All @@ -16,37 +16,37 @@
"author": "@hshoff",
"license": "MIT",
"dependencies": {
"@vx/annotation": "0.0.190",
"@vx/axis": "0.0.191",
"@vx/boxplot": "0.0.190",
"@vx/brush": "0.0.189",
"@vx/chord": "0.0.189",
"@vx/clip-path": "0.0.189",
"@vx/curve": "0.0.189",
"@vx/drag": "0.0.189",
"@vx/event": "0.0.189",
"@vx/geo": "0.0.190",
"@vx/glyph": "0.0.190",
"@vx/gradient": "0.0.189",
"@vx/grid": "0.0.190",
"@vx/group": "0.0.190",
"@vx/heatmap": "0.0.190",
"@vx/hierarchy": "0.0.190",
"@vx/legend": "0.0.190",
"@vx/marker": "0.0.190",
"@vx/mock-data": "0.0.189",
"@vx/network": "0.0.190",
"@vx/pattern": "0.0.189",
"@vx/point": "0.0.189",
"@vx/responsive": "0.0.189",
"@vx/scale": "0.0.190",
"@vx/shape": "0.0.190",
"@vx/stats": "0.0.190",
"@vx/text": "0.0.191",
"@vx/threshold": "0.0.190",
"@vx/tooltip": "0.0.189",
"@vx/voronoi": "0.0.190",
"@vx/zoom": "0.0.189",
"@vx/annotation": "0.0.192",
"@vx/axis": "0.0.192",
"@vx/boxplot": "0.0.192",
"@vx/brush": "0.0.192",
"@vx/chord": "0.0.192",
"@vx/clip-path": "0.0.192",
"@vx/curve": "0.0.192",
"@vx/drag": "0.0.192",
"@vx/event": "0.0.192",
"@vx/geo": "0.0.192",
"@vx/glyph": "0.0.192",
"@vx/gradient": "0.0.192",
"@vx/grid": "0.0.192",
"@vx/group": "0.0.192",
"@vx/heatmap": "0.0.192",
"@vx/hierarchy": "0.0.192",
"@vx/legend": "0.0.192",
"@vx/marker": "0.0.192",
"@vx/mock-data": "0.0.192",
"@vx/network": "0.0.192",
"@vx/pattern": "0.0.192",
"@vx/point": "0.0.192",
"@vx/responsive": "0.0.192",
"@vx/scale": "0.0.192",
"@vx/shape": "0.0.192",
"@vx/stats": "0.0.192",
"@vx/text": "0.0.192",
"@vx/threshold": "0.0.192",
"@vx/tooltip": "0.0.192",
"@vx/voronoi": "0.0.192",
"@vx/zoom": "0.0.192",
"classnames": "^2.2.5",
"d3-array": "^1.1.1",
"d3-collection": "^1.0.4",
Expand Down
4 changes: 2 additions & 2 deletions packages/vx-drag/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vx/drag",
"version": "0.0.189",
"version": "0.0.192",
"description": "vx drag",
"sideEffects": false,
"main": "lib/index.js",
Expand Down Expand Up @@ -36,7 +36,7 @@
"react": "^15.0.0-0 || ^16.0.0-0"
},
"dependencies": {
"@vx/event": "0.0.189",
"@vx/event": "0.0.192",
"prop-types": "^15.5.10"
}
}
4 changes: 2 additions & 2 deletions packages/vx-event/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vx/event",
"version": "0.0.189",
"version": "0.0.192",
"description": "vx event",
"sideEffects": false,
"main": "lib/index.js",
Expand Down Expand Up @@ -30,6 +30,6 @@
"access": "public"
},
"dependencies": {
"@vx/point": "0.0.189"
"@vx/point": "0.0.192"
}
}
4 changes: 2 additions & 2 deletions packages/vx-geo/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vx/geo",
"version": "0.0.190",
"version": "0.0.192",
"description": "vx geo",
"sideEffects": false,
"main": "lib/index.js",
Expand Down Expand Up @@ -31,7 +31,7 @@
},
"homepage": "https://github.com/hshoff/vx#readme",
"dependencies": {
"@vx/group": "0.0.190",
"@vx/group": "0.0.192",
"classnames": "^2.2.5",
"d3-geo": "^1.11.3",
"prop-types": "^15.5.10"
Expand Down
4 changes: 2 additions & 2 deletions packages/vx-glyph/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vx/glyph",
"version": "0.0.190",
"version": "0.0.192",
"description": "vx glyph",
"sideEffects": false,
"main": "lib/index.js",
Expand Down Expand Up @@ -36,7 +36,7 @@
"react": "^15.0.0-0 || ^16.0.0-0"
},
"dependencies": {
"@vx/group": "0.0.190",
"@vx/group": "0.0.192",
"classnames": "^2.2.5",
"d3-shape": "^1.2.0",
"prop-types": "^15.6.2"
Expand Down
2 changes: 1 addition & 1 deletion packages/vx-gradient/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vx/gradient",
"version": "0.0.189",
"version": "0.0.192",
"description": "vx gradient",
"sideEffects": false,
"main": "lib/index.js",
Expand Down
8 changes: 4 additions & 4 deletions packages/vx-grid/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vx/grid",
"version": "0.0.190",
"version": "0.0.192",
"description": "vx grid",
"sideEffects": false,
"main": "lib/index.js",
Expand Down Expand Up @@ -33,9 +33,9 @@
"react": "^15.0.0-0 || ^16.0.0-0"
},
"dependencies": {
"@vx/group": "0.0.190",
"@vx/point": "0.0.189",
"@vx/shape": "0.0.190",
"@vx/group": "0.0.192",
"@vx/point": "0.0.192",
"@vx/shape": "0.0.192",
"classnames": "^2.2.5",
"prop-types": "^15.6.2"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/vx-group/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vx/group",
"version": "0.0.190",
"version": "0.0.192",
"description": "vx group",
"sideEffects": false,
"main": "lib/index.js",
Expand Down
4 changes: 2 additions & 2 deletions packages/vx-heatmap/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vx/heatmap",
"version": "0.0.190",
"version": "0.0.192",
"description": "vx heatmap",
"sideEffects": false,
"main": "lib/index.js",
Expand Down Expand Up @@ -36,7 +36,7 @@
"react": "^15.0.0-0 || ^16.0.0-0"
},
"dependencies": {
"@vx/group": "0.0.190",
"@vx/group": "0.0.192",
"classnames": "^2.2.5",
"prop-types": "^15.6.1"
}
Expand Down
4 changes: 2 additions & 2 deletions packages/vx-hierarchy/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vx/hierarchy",
"version": "0.0.190",
"version": "0.0.192",
"description": "vx tree",
"sideEffects": false,
"main": "lib/index.js",
Expand Down Expand Up @@ -33,7 +33,7 @@
"access": "public"
},
"dependencies": {
"@vx/group": "0.0.190",
"@vx/group": "0.0.192",
"classnames": "^2.2.5",
"d3-hierarchy": "^1.1.4",
"prop-types": "^15.6.1"
Expand Down
4 changes: 2 additions & 2 deletions packages/vx-legend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vx/legend",
"version": "0.0.190",
"version": "0.0.192",
"description": "vx legend",
"sideEffects": false,
"main": "lib/index.js",
Expand Down Expand Up @@ -36,7 +36,7 @@
"access": "public"
},
"dependencies": {
"@vx/group": "0.0.190",
"@vx/group": "0.0.192",
"classnames": "^2.2.5",
"prop-types": "^15.5.10"
}
Expand Down
6 changes: 3 additions & 3 deletions packages/vx-marker/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vx/marker",
"version": "0.0.190",
"version": "0.0.192",
"description": "vx marker",
"sideEffects": false,
"main": "lib/index.js",
Expand Down Expand Up @@ -30,8 +30,8 @@
},
"homepage": "https://github.com/hshoff/vx#readme",
"dependencies": {
"@vx/group": "0.0.190",
"@vx/shape": "0.0.190",
"@vx/group": "0.0.192",
"@vx/shape": "0.0.192",
"classnames": "^2.2.5",
"prop-types": "^15.6.2"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/vx-mock-data/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vx/mock-data",
"version": "0.0.189",
"version": "0.0.192",
"description": "vx mock data",
"sideEffects": false,
"main": "lib/index.js",
Expand Down
4 changes: 2 additions & 2 deletions packages/vx-network/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vx/network",
"version": "0.0.190",
"version": "0.0.192",
"description": "vx network",
"sideEffects": false,
"repository": "https://github.com/hshoff/vx",
Expand All @@ -22,7 +22,7 @@
"author": "@andyfang_dz",
"license": "MIT",
"dependencies": {
"@vx/group": "0.0.190",
"@vx/group": "0.0.192",
"classnames": "^2.2.5",
"d3-force": "^1.0.6",
"prop-types": "^15.6.2"
Expand Down
2 changes: 1 addition & 1 deletion packages/vx-pattern/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vx/pattern",
"version": "0.0.189",
"version": "0.0.192",
"description": "vx pattern",
"sideEffects": false,
"main": "lib/index.js",
Expand Down
Loading

0 comments on commit 101db6e

Please sign in to comment.