Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
v0.0.188
  • Loading branch information
hshoff committed Mar 15, 2019
1 parent 6b01b54 commit 7a021a7
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Expand Up @@ -3,7 +3,7 @@
"packages": [
"packages/*"
],
"version": "0.0.187",
"version": "0.0.188",
"command": {
"publish": {
"allowBranch": "master"
Expand Down
4 changes: 2 additions & 2 deletions packages/vx-demo/package.json
@@ -1,6 +1,6 @@
{
"name": "@vx/demo",
"version": "0.0.187",
"version": "0.0.188",
"description": "vx demo",
"repository": "https://github.com/hshoff/vx",
"scripts": {
Expand Down Expand Up @@ -39,7 +39,7 @@
"@vx/network": "0.0.183",
"@vx/pattern": "0.0.183",
"@vx/point": "0.0.182",
"@vx/responsive": "0.0.186",
"@vx/responsive": "0.0.188",
"@vx/scale": "0.0.182",
"@vx/shape": "0.0.184",
"@vx/stats": "0.0.183",
Expand Down
2 changes: 1 addition & 1 deletion packages/vx-responsive/package.json
@@ -1,6 +1,6 @@
{
"name": "@vx/responsive",
"version": "0.0.186",
"version": "0.0.188",
"description": "vx responsive svg",
"sideEffects": false,
"main": "dist/vx-responsive.umd.js",
Expand Down
4 changes: 2 additions & 2 deletions packages/vx-vx/package.json
@@ -1,6 +1,6 @@
{
"name": "@vx/vx",
"version": "0.0.187",
"version": "0.0.188",
"description": "One stop install for all vx packages",
"sideEffects": false,
"main": "dist/vx-vx.umd.js",
Expand Down Expand Up @@ -101,7 +101,7 @@
"@vx/network": "0.0.183",
"@vx/pattern": "0.0.183",
"@vx/point": "0.0.182",
"@vx/responsive": "0.0.186",
"@vx/responsive": "0.0.188",
"@vx/scale": "0.0.182",
"@vx/shape": "0.0.184",
"@vx/text": "0.0.183",
Expand Down

0 comments on commit 7a021a7

Please sign in to comment.