diff --git a/lerna.json b/lerna.json index 3ab692c44..f990f4b0d 100644 --- a/lerna.json +++ b/lerna.json @@ -3,7 +3,7 @@ "packages": [ "packages/*" ], - "version": "0.0.176", + "version": "0.0.177", "command": { "publish": { "allowBranch": "master" diff --git a/packages/vx-demo/package.json b/packages/vx-demo/package.json index f2b21d803..f7411eea3 100644 --- a/packages/vx-demo/package.json +++ b/packages/vx-demo/package.json @@ -1,6 +1,6 @@ { "name": "@vx/demo", - "version": "0.0.176", + "version": "0.0.177", "description": "vx demo", "repository": "https://github.com/hshoff/vx", "scripts": { @@ -39,7 +39,7 @@ "@vx/network": "0.0.172", "@vx/pattern": "0.0.165", "@vx/point": "0.0.165", - "@vx/responsive": "0.0.175", + "@vx/responsive": "0.0.177", "@vx/scale": "0.0.165", "@vx/shape": "0.0.176", "@vx/stats": "0.0.170", diff --git a/packages/vx-responsive/package.json b/packages/vx-responsive/package.json index 9b5bde116..90b575a50 100644 --- a/packages/vx-responsive/package.json +++ b/packages/vx-responsive/package.json @@ -1,6 +1,6 @@ { "name": "@vx/responsive", - "version": "0.0.175", + "version": "0.0.177", "description": "vx responsive svg", "sideEffects": false, "main": "dist/vx-responsive.umd.js", diff --git a/packages/vx-vx/package.json b/packages/vx-vx/package.json index bc0aa8d4c..f18e2b01b 100644 --- a/packages/vx-vx/package.json +++ b/packages/vx-vx/package.json @@ -1,6 +1,6 @@ { "name": "@vx/vx", - "version": "0.0.176", + "version": "0.0.177", "description": "One stop install for all vx packages", "sideEffects": false, "main": "dist/vx-vx.umd.js", @@ -85,7 +85,7 @@ "@vx/network": "0.0.172", "@vx/pattern": "0.0.165", "@vx/point": "0.0.165", - "@vx/responsive": "0.0.175", + "@vx/responsive": "0.0.177", "@vx/scale": "0.0.165", "@vx/shape": "0.0.176", "@vx/text": "0.0.175",