diff --git a/lerna.json b/lerna.json index 48eac360a..cce28e325 100644 --- a/lerna.json +++ b/lerna.json @@ -3,7 +3,7 @@ "packages": [ "packages/*" ], - "version": "0.0.168", + "version": "0.0.169", "command": { "publish": { "allowBranch": "master" diff --git a/packages/vx-demo/package.json b/packages/vx-demo/package.json index 21283f937..e1666245a 100644 --- a/packages/vx-demo/package.json +++ b/packages/vx-demo/package.json @@ -1,6 +1,6 @@ { "name": "@vx/demo", - "version": "0.0.168", + "version": "0.0.169", "description": "vx demo", "repository": "https://github.com/hshoff/vx", "scripts": { @@ -29,7 +29,7 @@ "@vx/geo": "0.0.166", "@vx/glyph": "0.0.165", "@vx/gradient": "0.0.165", - "@vx/grid": "0.0.168", + "@vx/grid": "0.0.169", "@vx/group": "0.0.165", "@vx/heatmap": "0.0.166", "@vx/hierarchy": "0.0.165", diff --git a/packages/vx-grid/package.json b/packages/vx-grid/package.json index d07624429..0f721197c 100644 --- a/packages/vx-grid/package.json +++ b/packages/vx-grid/package.json @@ -1,6 +1,6 @@ { "name": "@vx/grid", - "version": "0.0.168", + "version": "0.0.169", "description": "vx grid", "sideEffects": false, "main": "dist/vx-grid.umd.js", diff --git a/packages/vx-vx/package.json b/packages/vx-vx/package.json index 24f5fa272..6edf05cf6 100644 --- a/packages/vx-vx/package.json +++ b/packages/vx-vx/package.json @@ -1,6 +1,6 @@ { "name": "@vx/vx", - "version": "0.0.168", + "version": "0.0.169", "description": "One stop install for all vx packages", "sideEffects": false, "main": "dist/vx-vx.umd.js", @@ -75,7 +75,7 @@ "@vx/geo": "0.0.166", "@vx/glyph": "0.0.165", "@vx/gradient": "0.0.165", - "@vx/grid": "0.0.168", + "@vx/grid": "0.0.169", "@vx/group": "0.0.165", "@vx/heatmap": "0.0.166", "@vx/hierarchy": "0.0.165",