Skip to content

Commit

Permalink
v0.0.158
Browse files Browse the repository at this point in the history
  • Loading branch information
hshoff committed Feb 11, 2018
1 parent 9d6f3f3 commit 10cc066
Show file tree
Hide file tree
Showing 10 changed files with 28 additions and 28 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.157"
"version": "0.0.158"
}
4 changes: 2 additions & 2 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.153",
"version": "0.0.158",
"description": "vx annotation",
"sideEffects": false,
"main": "build/index.js",
Expand Down Expand Up @@ -48,7 +48,7 @@
"dependencies": {
"@vx/group": "0.0.153",
"@vx/point": "0.0.153",
"@vx/shape": "0.0.153",
"@vx/shape": "0.0.158",
"classnames": "^2.2.5",
"prop-types": "^15.5.10"
},
Expand Down
4 changes: 2 additions & 2 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.153",
"version": "0.0.158",
"description": "vx axis",
"sideEffects": false,
"main": "build/index.js",
Expand Down Expand Up @@ -32,7 +32,7 @@
"dependencies": {
"@vx/group": "0.0.153",
"@vx/point": "0.0.153",
"@vx/shape": "0.0.153",
"@vx/shape": "0.0.158",
"classnames": "^2.2.5",
"prop-types": "^15.6.0"
},
Expand Down
16 changes: 8 additions & 8 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.157",
"version": "0.0.158",
"description": "vx demo",
"repository": "https://github.com/hshoff/vx",
"scripts": {
Expand All @@ -17,8 +17,8 @@
"author": "@hshoff",
"license": "MIT",
"dependencies": {
"@vx/annotation": "0.0.153",
"@vx/axis": "0.0.153",
"@vx/annotation": "0.0.158",
"@vx/axis": "0.0.158",
"@vx/boxplot": "0.0.153",
"@vx/brush": "0.0.153",
"@vx/clip-path": "0.0.153",
Expand All @@ -28,22 +28,22 @@
"@vx/geo": "0.0.153",
"@vx/glyph": "0.0.153",
"@vx/gradient": "0.0.153",
"@vx/grid": "0.0.153",
"@vx/grid": "0.0.158",
"@vx/group": "0.0.153",
"@vx/heatmap": "0.0.153",
"@vx/hierarchy": "0.0.153",
"@vx/legend": "0.0.154",
"@vx/marker": "0.0.153",
"@vx/marker": "0.0.158",
"@vx/mock-data": "0.0.153",
"@vx/network": "0.0.153",
"@vx/pattern": "0.0.153",
"@vx/point": "0.0.153",
"@vx/responsive": "0.0.153",
"@vx/responsive": "0.0.158",
"@vx/scale": "0.0.153",
"@vx/shape": "0.0.153",
"@vx/shape": "0.0.158",
"@vx/stats": "0.0.153",
"@vx/text": "0.0.153",
"@vx/tooltip": "0.0.153",
"@vx/tooltip": "0.0.158",
"@vx/voronoi": "0.0.153",
"classnames": "^2.2.5",
"d3-array": "^1.1.1",
Expand Down
4 changes: 2 additions & 2 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.153",
"version": "0.0.158",
"description": "vx grid",
"sideEffects": false,
"main": "build/index.js",
Expand Down Expand Up @@ -48,7 +48,7 @@
"dependencies": {
"@vx/group": "0.0.153",
"@vx/point": "0.0.153",
"@vx/shape": "0.0.153",
"@vx/shape": "0.0.158",
"classnames": "^2.2.5"
},
"publishConfig": {
Expand Down
4 changes: 2 additions & 2 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.153",
"version": "0.0.158",
"description": "vx marker",
"sideEffects": false,
"main": "build/index.js",
Expand Down Expand Up @@ -44,7 +44,7 @@
},
"dependencies": {
"@vx/group": "0.0.153",
"@vx/shape": "0.0.153",
"@vx/shape": "0.0.158",
"classnames": "^2.2.5"
},
"peerDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/vx-responsive/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vx/responsive",
"version": "0.0.153",
"version": "0.0.158",
"description": "vx responsive svg",
"sideEffects": false,
"main": "build/index.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/vx-shape/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vx/shape",
"version": "0.0.153",
"version": "0.0.158",
"description": "vx shape",
"sideEffects": false,
"main": "build/index.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/vx-tooltip/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vx/tooltip",
"version": "0.0.153",
"version": "0.0.158",
"description": "vx tooltip",
"sideEffects": false,
"main": "build/index.js",
Expand Down
16 changes: 8 additions & 8 deletions packages/vx-vx/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vx/vx",
"version": "0.0.157",
"version": "0.0.158",
"description": "One stop install for all vx packages",
"sideEffects": false,
"main": "build/index.js",
Expand Down Expand Up @@ -46,8 +46,8 @@
"regenerator-runtime": "^0.10.5"
},
"dependencies": {
"@vx/annotation": "0.0.153",
"@vx/axis": "0.0.153",
"@vx/annotation": "0.0.158",
"@vx/axis": "0.0.158",
"@vx/bounds": "0.0.153",
"@vx/boxplot": "0.0.153",
"@vx/brush": "0.0.153",
Expand All @@ -58,21 +58,21 @@
"@vx/geo": "0.0.153",
"@vx/glyph": "0.0.153",
"@vx/gradient": "0.0.153",
"@vx/grid": "0.0.153",
"@vx/grid": "0.0.158",
"@vx/group": "0.0.153",
"@vx/heatmap": "0.0.153",
"@vx/hierarchy": "0.0.153",
"@vx/legend": "0.0.154",
"@vx/marker": "0.0.153",
"@vx/marker": "0.0.158",
"@vx/mock-data": "0.0.153",
"@vx/network": "0.0.153",
"@vx/pattern": "0.0.153",
"@vx/point": "0.0.153",
"@vx/responsive": "0.0.153",
"@vx/responsive": "0.0.158",
"@vx/scale": "0.0.153",
"@vx/shape": "0.0.153",
"@vx/shape": "0.0.158",
"@vx/text": "0.0.153",
"@vx/tooltip": "0.0.153",
"@vx/tooltip": "0.0.158",
"@vx/voronoi": "0.0.153",
"@vx/zoom": "0.0.153"
},
Expand Down

0 comments on commit 10cc066

Please sign in to comment.