Skip to content

Commit

Permalink
v0.0.191
Browse files Browse the repository at this point in the history
  • Loading branch information
hshoff committed Sep 6, 2019
1 parent 4f33da5 commit f9b7725
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 12 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.190",
"version": "0.0.191",
"command": {
"publish": {
"allowBranch": "master"
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.190",
"version": "0.0.191",
"description": "vx axis",
"sideEffects": false,
"main": "dist/vx-axis.umd.js",
Expand Down Expand Up @@ -38,7 +38,7 @@
"@vx/group": "0.0.190",
"@vx/point": "0.0.189",
"@vx/shape": "0.0.190",
"@vx/text": "0.0.190",
"@vx/text": "0.0.191",
"classnames": "^2.2.5",
"prop-types": "^15.6.0"
},
Expand Down
16 changes: 11 additions & 5 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.190",
"version": "0.0.191",
"description": "vx demo",
"repository": "https://github.com/hshoff/vx",
"scripts": {
Expand All @@ -9,12 +9,16 @@
"start": "next start",
"test": "jest"
},
"keywords": ["vx", "demo", "examples"],
"keywords": [
"vx",
"demo",
"examples"
],
"author": "@hshoff",
"license": "MIT",
"dependencies": {
"@vx/annotation": "0.0.190",
"@vx/axis": "0.0.190",
"@vx/axis": "0.0.191",
"@vx/boxplot": "0.0.190",
"@vx/brush": "0.0.189",
"@vx/chord": "0.0.189",
Expand All @@ -39,7 +43,7 @@
"@vx/scale": "0.0.190",
"@vx/shape": "0.0.190",
"@vx/stats": "0.0.190",
"@vx/text": "0.0.190",
"@vx/text": "0.0.191",
"@vx/threshold": "0.0.190",
"@vx/tooltip": "0.0.189",
"@vx/voronoi": "0.0.190",
Expand Down Expand Up @@ -68,7 +72,9 @@
"topojson-client": "^3.0.0"
},
"browserify": {
"transform": ["babelify"]
"transform": [
"babelify"
]
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion packages/vx-text/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vx/text",
"version": "0.0.190",
"version": "0.0.191",
"description": "vx text",
"sideEffects": false,
"main": "dist/vx-text.umd.js",
Expand Down
6 changes: 3 additions & 3 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.190",
"version": "0.0.191",
"description": "One stop install for all vx packages",
"sideEffects": false,
"main": "dist/vx-vx.umd.js",
Expand Down Expand Up @@ -80,7 +80,7 @@
},
"dependencies": {
"@vx/annotation": "0.0.190",
"@vx/axis": "0.0.190",
"@vx/axis": "0.0.191",
"@vx/bounds": "0.0.189",
"@vx/boxplot": "0.0.190",
"@vx/brush": "0.0.189",
Expand All @@ -104,7 +104,7 @@
"@vx/responsive": "0.0.189",
"@vx/scale": "0.0.190",
"@vx/shape": "0.0.190",
"@vx/text": "0.0.190",
"@vx/text": "0.0.191",
"@vx/tooltip": "0.0.189",
"@vx/voronoi": "0.0.190",
"@vx/zoom": "0.0.189"
Expand Down

0 comments on commit f9b7725

Please sign in to comment.