Skip to content

Commit

Permalink
v0.0.198
Browse files Browse the repository at this point in the history
  • Loading branch information
williaster committed Jul 6, 2020
1 parent 2c46c47 commit 4a41892
Show file tree
Hide file tree
Showing 34 changed files with 125 additions and 125 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.197",
"version": "0.0.198",
"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.197",
"version": "0.0.198",
"description": "vx annotation",
"sideEffects": false,
"main": "lib/index.js",
Expand Down Expand Up @@ -33,9 +33,9 @@
"dependencies": {
"@types/classnames": "^2.2.9",
"@types/react": "*",
"@vx/group": "0.0.197",
"@vx/point": "0.0.197",
"@vx/shape": "0.0.197",
"@vx/group": "0.0.198",
"@vx/point": "0.0.198",
"@vx/shape": "0.0.198",
"classnames": "^2.2.5",
"prop-types": "^15.5.10"
},
Expand Down
12 changes: 6 additions & 6 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.197",
"version": "0.0.198",
"description": "vx axis",
"sideEffects": false,
"main": "lib/index.js",
Expand Down Expand Up @@ -30,15 +30,15 @@
"dependencies": {
"@types/classnames": "^2.2.9",
"@types/react": "*",
"@vx/group": "0.0.197",
"@vx/point": "0.0.197",
"@vx/shape": "0.0.197",
"@vx/text": "0.0.197",
"@vx/group": "0.0.198",
"@vx/point": "0.0.198",
"@vx/shape": "0.0.198",
"@vx/text": "0.0.198",
"classnames": "^2.2.5",
"prop-types": "^15.6.0"
},
"devDependencies": {
"@vx/scale": "0.0.197"
"@vx/scale": "0.0.198"
},
"peerDependencies": {
"react": "^16.3.0-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.197",
"version": "0.0.198",
"description": "Utilities to make your life with bounding boxes better",
"sideEffects": false,
"main": "lib/index.js",
Expand Down
8 changes: 4 additions & 4 deletions 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.197",
"version": "0.0.198",
"description": "vx brush",
"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/drag": "0.0.197",
"@vx/group": "0.0.197",
"@vx/shape": "0.0.197",
"@vx/drag": "0.0.198",
"@vx/group": "0.0.198",
"@vx/shape": "0.0.198",
"classnames": "^2.2.5",
"prop-types": "^15.6.1"
}
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.197",
"version": "0.0.198",
"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.197",
"version": "0.0.198",
"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.197",
"version": "0.0.198",
"description": "vx curve",
"sideEffects": false,
"main": "lib/index.js",
Expand Down
62 changes: 31 additions & 31 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.197",
"version": "0.0.198",
"description": "vx demo",
"repository": "https://github.com/hshoff/vx",
"scripts": {
Expand All @@ -23,36 +23,36 @@
"@types/d3-time-format": "2.1.0",
"@types/nprogress": "^0.2.0",
"@types/prismjs": "^1.16.0",
"@vx/annotation": "0.0.197",
"@vx/axis": "0.0.197",
"@vx/brush": "0.0.197",
"@vx/chord": "0.0.197",
"@vx/clip-path": "0.0.197",
"@vx/curve": "0.0.197",
"@vx/drag": "0.0.197",
"@vx/event": "0.0.197",
"@vx/geo": "0.0.197",
"@vx/glyph": "0.0.197",
"@vx/gradient": "0.0.197",
"@vx/grid": "0.0.197",
"@vx/group": "0.0.197",
"@vx/heatmap": "0.0.197",
"@vx/hierarchy": "0.0.197",
"@vx/legend": "0.0.197",
"@vx/marker": "0.0.197",
"@vx/mock-data": "0.0.197",
"@vx/network": "0.0.197",
"@vx/pattern": "0.0.197",
"@vx/point": "0.0.197",
"@vx/responsive": "0.0.197",
"@vx/scale": "0.0.197",
"@vx/shape": "0.0.197",
"@vx/stats": "0.0.197",
"@vx/text": "0.0.197",
"@vx/threshold": "0.0.197",
"@vx/tooltip": "0.0.197",
"@vx/voronoi": "0.0.197",
"@vx/zoom": "0.0.197",
"@vx/annotation": "0.0.198",
"@vx/axis": "0.0.198",
"@vx/brush": "0.0.198",
"@vx/chord": "0.0.198",
"@vx/clip-path": "0.0.198",
"@vx/curve": "0.0.198",
"@vx/drag": "0.0.198",
"@vx/event": "0.0.198",
"@vx/geo": "0.0.198",
"@vx/glyph": "0.0.198",
"@vx/gradient": "0.0.198",
"@vx/grid": "0.0.198",
"@vx/group": "0.0.198",
"@vx/heatmap": "0.0.198",
"@vx/hierarchy": "0.0.198",
"@vx/legend": "0.0.198",
"@vx/marker": "0.0.198",
"@vx/mock-data": "0.0.198",
"@vx/network": "0.0.198",
"@vx/pattern": "0.0.198",
"@vx/point": "0.0.198",
"@vx/responsive": "0.0.198",
"@vx/scale": "0.0.198",
"@vx/shape": "0.0.198",
"@vx/stats": "0.0.198",
"@vx/text": "0.0.198",
"@vx/threshold": "0.0.198",
"@vx/tooltip": "0.0.198",
"@vx/voronoi": "0.0.198",
"@vx/zoom": "0.0.198",
"@zeit/next-css": "^1.0.1",
"classnames": "^2.2.5",
"d3-array": "^1.1.1",
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.197",
"version": "0.0.198",
"description": "vx drag",
"sideEffects": false,
"main": "lib/index.js",
Expand Down Expand Up @@ -35,7 +35,7 @@
},
"dependencies": {
"@types/react": "*",
"@vx/event": "0.0.197",
"@vx/event": "0.0.198",
"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.197",
"version": "0.0.198",
"description": "vx event",
"sideEffects": false,
"main": "lib/index.js",
Expand Down Expand Up @@ -32,6 +32,6 @@
},
"dependencies": {
"@types/react": "*",
"@vx/point": "0.0.197"
"@vx/point": "0.0.198"
}
}
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.197",
"version": "0.0.198",
"description": "vx geo",
"sideEffects": false,
"main": "lib/index.js",
Expand Down Expand Up @@ -33,7 +33,7 @@
"@types/d3-geo": "^1.11.1",
"@types/geojson": "*",
"@types/react": "*",
"@vx/group": "0.0.197",
"@vx/group": "0.0.198",
"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.197",
"version": "0.0.198",
"description": "vx glyph",
"sideEffects": false,
"main": "lib/index.js",
Expand Down Expand Up @@ -37,7 +37,7 @@
"@types/classnames": "^2.2.9",
"@types/d3-shape": "^1.3.1",
"@types/react": "*",
"@vx/group": "0.0.197",
"@vx/group": "0.0.198",
"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.197",
"version": "0.0.198",
"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.197",
"version": "0.0.198",
"description": "vx grid",
"sideEffects": false,
"main": "lib/index.js",
Expand Down Expand Up @@ -33,9 +33,9 @@
"dependencies": {
"@types/classnames": "^2.2.9",
"@types/react": "*",
"@vx/group": "0.0.197",
"@vx/point": "0.0.197",
"@vx/shape": "0.0.197",
"@vx/group": "0.0.198",
"@vx/point": "0.0.198",
"@vx/shape": "0.0.198",
"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.197",
"version": "0.0.198",
"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.197",
"version": "0.0.198",
"description": "vx heatmap",
"sideEffects": false,
"main": "lib/index.js",
Expand Down Expand Up @@ -36,7 +36,7 @@
"dependencies": {
"@types/classnames": "^2.2.9",
"@types/react": "*",
"@vx/group": "0.0.197",
"@vx/group": "0.0.198",
"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.197",
"version": "0.0.198",
"description": "vx tree",
"sideEffects": false,
"main": "lib/index.js",
Expand Down Expand Up @@ -34,7 +34,7 @@
"@types/classnames": "^2.2.9",
"@types/d3-hierarchy": "^1.1.6",
"@types/react": "*",
"@vx/group": "0.0.197",
"@vx/group": "0.0.198",
"classnames": "^2.2.5",
"d3-hierarchy": "^1.1.4",
"prop-types": "^15.6.1"
Expand Down
6 changes: 3 additions & 3 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.197",
"version": "0.0.198",
"description": "vx legend",
"sideEffects": false,
"main": "lib/index.js",
Expand Down Expand Up @@ -37,11 +37,11 @@
"@types/classnames": "^2.2.9",
"@types/d3-scale": "^2.1.1",
"@types/react": "*",
"@vx/group": "0.0.197",
"@vx/group": "0.0.198",
"classnames": "^2.2.5",
"prop-types": "^15.5.10"
},
"devDependencies": {
"@vx/scale": "0.0.197"
"@vx/scale": "0.0.198"
}
}
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.197",
"version": "0.0.198",
"description": "vx marker",
"sideEffects": false,
"main": "lib/index.js",
Expand Down Expand Up @@ -30,8 +30,8 @@
"dependencies": {
"@types/classnames": "^2.2.9",
"@types/react": "*",
"@vx/group": "0.0.197",
"@vx/shape": "0.0.197",
"@vx/group": "0.0.198",
"@vx/shape": "0.0.198",
"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.197",
"version": "0.0.198",
"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.197",
"version": "0.0.198",
"description": "vx network",
"sideEffects": false,
"repository": "https://github.com/hshoff/vx",
Expand All @@ -22,7 +22,7 @@
"dependencies": {
"@types/classnames": "^2.2.9",
"@types/react": "*",
"@vx/group": "0.0.197",
"@vx/group": "0.0.198",
"classnames": "^2.2.5",
"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.197",
"version": "0.0.198",
"description": "vx pattern",
"sideEffects": false,
"main": "lib/index.js",
Expand Down
Loading

0 comments on commit 4a41892

Please sign in to comment.