Skip to content

Commit

Permalink
v0.0.151
Browse files Browse the repository at this point in the history
  • Loading branch information
hshoff committed Jan 10, 2018
1 parent 4c6f297 commit bc2de99
Show file tree
Hide file tree
Showing 8 changed files with 32 additions and 21 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.150"
"version": "0.0.151"
}
19 changes: 15 additions & 4 deletions packages/vx-axis/package.json
Original file line number Diff line number Diff line change
@@ -1,19 +1,27 @@
{
"name": "@vx/axis",
"version": "0.0.147",
"version": "0.0.151",
"description": "vx axis",
"main": "build/index.js",
"scripts": {
"build": "make build SRC=./src",
"prepublish": "make build SRC=./src",
"test": "jest"
},
"files": ["build"],
"files": [
"build"
],
"repository": {
"type": "git",
"url": "git+https://github.com/hshoff/vx.git"
},
"keywords": ["vx", "react", "d3", "visualizations", "charts"],
"keywords": [
"vx",
"react",
"d3",
"visualizations",
"charts"
],
"author": "@hshoff",
"license": "MIT",
"bugs": {
Expand Down Expand Up @@ -47,6 +55,9 @@
"access": "public"
},
"jest": {
"setupFiles": ["raf/polyfill", "<rootDir>/test/enzyme-setup.js"]
"setupFiles": [
"raf/polyfill",
"<rootDir>/test/enzyme-setup.js"
]
}
}
12 changes: 6 additions & 6 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.150",
"version": "0.0.151",
"description": "vx demo",
"repository": "https://github.com/hshoff/vx",
"scripts": {
Expand All @@ -18,7 +18,7 @@
"license": "MIT",
"dependencies": {
"@vx/annotation": "0.0.147",
"@vx/axis": "0.0.147",
"@vx/axis": "0.0.151",
"@vx/boxplot": "0.0.143",
"@vx/brush": "0.0.143",
"@vx/clip-path": "0.0.143",
Expand All @@ -37,11 +37,11 @@
"@vx/network": "0.0.143",
"@vx/pattern": "0.0.143",
"@vx/point": "0.0.143",
"@vx/responsive": "0.0.150",
"@vx/scale": "0.0.143",
"@vx/responsive": "0.0.151",
"@vx/scale": "0.0.151",
"@vx/shape": "0.0.147",
"@vx/stats": "0.0.148",
"@vx/text": "0.0.150",
"@vx/stats": "0.0.151",
"@vx/text": "0.0.151",
"@vx/tooltip": "0.0.148",
"@vx/voronoi": "0.0.143",
"classnames": "^2.2.5",
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.150",
"version": "0.0.151",
"description": "vx responsive svg",
"main": "build/index.js",
"files": [
Expand Down
2 changes: 1 addition & 1 deletion packages/vx-scale/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vx/scale",
"version": "0.0.143",
"version": "0.0.151",
"description": "vx scale",
"main": "build/index.js",
"scripts": {
Expand Down
4 changes: 2 additions & 2 deletions packages/vx-stats/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vx/stats",
"version": "0.0.148",
"version": "0.0.151",
"description": "vx stats box violin",
"main": "build/index.js",
"scripts": {
Expand All @@ -27,7 +27,7 @@
"homepage": "https://github.com/hshoff/vx#readme",
"dependencies": {
"@vx/group": "0.0.143",
"@vx/scale": "0.0.143",
"@vx/scale": "0.0.151",
"classnames": "^2.2.5",
"d3-shape": "^1.2.0"
},
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.150",
"version": "0.0.151",
"description": "vx text",
"main": "build/index.js",
"files": [
Expand Down
10 changes: 5 additions & 5 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.150",
"version": "0.0.151",
"description": "One stop install for all vx packages",
"main": "build/index.js",
"scripts": {
Expand Down Expand Up @@ -46,7 +46,7 @@
},
"dependencies": {
"@vx/annotation": "0.0.147",
"@vx/axis": "0.0.147",
"@vx/axis": "0.0.151",
"@vx/bounds": "0.0.147",
"@vx/boxplot": "0.0.143",
"@vx/brush": "0.0.143",
Expand All @@ -67,10 +67,10 @@
"@vx/network": "0.0.143",
"@vx/pattern": "0.0.143",
"@vx/point": "0.0.143",
"@vx/responsive": "0.0.150",
"@vx/scale": "0.0.143",
"@vx/responsive": "0.0.151",
"@vx/scale": "0.0.151",
"@vx/shape": "0.0.147",
"@vx/text": "0.0.150",
"@vx/text": "0.0.151",
"@vx/tooltip": "0.0.148",
"@vx/voronoi": "0.0.143",
"@vx/zoom": "0.0.143"
Expand Down

0 comments on commit bc2de99

Please sign in to comment.