Skip to content

Commit

Permalink
v0.0.152
Browse files Browse the repository at this point in the history
  • Loading branch information
hshoff committed Jan 10, 2018
1 parent bc2de99 commit 37c36a2
Show file tree
Hide file tree
Showing 8 changed files with 18 additions and 18 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.151"
"version": "0.0.152"
}
2 changes: 1 addition & 1 deletion 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.151",
"version": "0.0.152",
"description": "vx axis",
"main": "build/index.js",
"scripts": {
Expand Down
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.151",
"version": "0.0.152",
"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.151",
"@vx/axis": "^0.0.152",
"@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.151",
"@vx/scale": "0.0.151",
"@vx/responsive": "^0.0.152",
"@vx/scale": "^0.0.152",
"@vx/shape": "0.0.147",
"@vx/stats": "0.0.151",
"@vx/text": "0.0.151",
"@vx/stats": "^0.0.152",
"@vx/text": "^0.0.152",
"@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.151",
"version": "0.0.152",
"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.151",
"version": "0.0.152",
"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.151",
"version": "0.0.152",
"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.151",
"@vx/scale": "^0.0.152",
"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.151",
"version": "0.0.152",
"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.151",
"version": "0.0.152",
"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.151",
"@vx/axis": "^0.0.152",
"@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.151",
"@vx/scale": "0.0.151",
"@vx/responsive": "^0.0.152",
"@vx/scale": "^0.0.152",
"@vx/shape": "0.0.147",
"@vx/text": "0.0.151",
"@vx/text": "^0.0.152",
"@vx/tooltip": "0.0.148",
"@vx/voronoi": "0.0.143",
"@vx/zoom": "0.0.143"
Expand Down

0 comments on commit 37c36a2

Please sign in to comment.