Skip to content

Commit

Permalink
v0.0.127
Browse files Browse the repository at this point in the history
  • Loading branch information
hshoff committed Jul 5, 2017
1 parent 99cc020 commit d7b9497
Show file tree
Hide file tree
Showing 28 changed files with 87 additions and 75 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.126"
"version": "0.0.127"
}
8 changes: 4 additions & 4 deletions packages/vx-annotation/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vx/annotation",
"version": "0.0.126",
"version": "0.0.127",
"description": "vx annotation",
"main": "build/index.js",
"files": [
Expand Down Expand Up @@ -42,9 +42,9 @@
"react": "^15.0.0 || 15.x"
},
"dependencies": {
"@vx/group": "0.0.126",
"@vx/point": "0.0.126",
"@vx/shape": "0.0.126",
"@vx/group": "0.0.127",
"@vx/point": "0.0.127",
"@vx/shape": "0.0.127",
"classnames": "^2.2.5",
"prop-types": "^15.5.10"
},
Expand Down
8 changes: 4 additions & 4 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.126",
"version": "0.0.127",
"description": "vx axis",
"main": "build/index.js",
"scripts": {
Expand Down Expand Up @@ -29,9 +29,9 @@
},
"homepage": "https://github.com/hshoff/vx#readme",
"dependencies": {
"@vx/group": "0.0.126",
"@vx/point": "0.0.126",
"@vx/shape": "0.0.126",
"@vx/group": "0.0.127",
"@vx/point": "0.0.127",
"@vx/shape": "0.0.127",
"classnames": "^2.2.5"
},
"devDependencies": {
Expand Down
12 changes: 9 additions & 3 deletions packages/vx-boxplot/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vx/boxplot",
"version": "1.0.0",
"version": "0.0.127",
"description": "vx box plot",
"main": "build/index.js",
"scripts": {
Expand All @@ -12,15 +12,21 @@
"type": "git",
"url": "git+https://github.com/hshoff/vx.git"
},
"keywords": ["vx", "react", "d3", "visualizations", "charts"],
"keywords": [
"vx",
"react",
"d3",
"visualizations",
"charts"
],
"author": "@conglei",
"license": "MIT",
"bugs": {
"url": "https://github.com/hshoff/vx/issues"
},
"homepage": "https://github.com/hshoff/vx#readme",
"dependencies": {
"@vx/group": "0.0.126",
"@vx/group": "0.0.127",
"classnames": "^2.2.5"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/vx-brush/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vx/brush",
"version": "0.0.126",
"version": "0.0.127",
"description": "vx brush",
"main": "build/index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/vx-clip-path/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vx/clip-path",
"version": "0.0.126",
"version": "0.0.127",
"description": "vx clip-path",
"main": "build/index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/vx-curve/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vx/curve",
"version": "0.0.126",
"version": "0.0.127",
"description": "vx curve",
"main": "build/index.js",
"repository": "https://github.com/hshoff/vx",
Expand Down
58 changes: 32 additions & 26 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.126",
"version": "0.0.127",
"description": "vx demo",
"repository": "https://github.com/hshoff/vx",
"scripts": {
Expand All @@ -9,33 +9,37 @@
"start": "next start",
"test": "jest"
},
"keywords": ["vx", "demo", "examples"],
"keywords": [
"vx",
"demo",
"examples"
],
"author": "@hshoff",
"license": "MIT",
"dependencies": {
"@vx/annotation": "0.0.126",
"@vx/axis": "0.0.126",
"@vx/boxplot": "1.0.0",
"@vx/brush": "0.0.126",
"@vx/clip-path": "0.0.126",
"@vx/curve": "0.0.126",
"@vx/glyph": "0.0.126",
"@vx/gradient": "0.0.126",
"@vx/grid": "0.0.126",
"@vx/group": "0.0.126",
"@vx/heatmap": "0.0.126",
"@vx/hierarchy": "0.0.126",
"@vx/legend": "0.0.126",
"@vx/marker": "0.0.126",
"@vx/mock-data": "0.0.126",
"@vx/pattern": "0.0.126",
"@vx/point": "0.0.126",
"@vx/responsive": "0.0.126",
"@vx/scale": "0.0.126",
"@vx/shape": "0.0.126",
"@vx/text": "0.0.126",
"@vx/tooltip": "0.0.126",
"@vx/voronoi": "0.0.126",
"@vx/annotation": "0.0.127",
"@vx/axis": "0.0.127",
"@vx/boxplot": "0.0.127",
"@vx/brush": "0.0.127",
"@vx/clip-path": "0.0.127",
"@vx/curve": "0.0.127",
"@vx/glyph": "0.0.127",
"@vx/gradient": "0.0.127",
"@vx/grid": "0.0.127",
"@vx/group": "0.0.127",
"@vx/heatmap": "0.0.127",
"@vx/hierarchy": "0.0.127",
"@vx/legend": "0.0.127",
"@vx/marker": "0.0.127",
"@vx/mock-data": "0.0.127",
"@vx/pattern": "0.0.127",
"@vx/point": "0.0.127",
"@vx/responsive": "0.0.127",
"@vx/scale": "0.0.127",
"@vx/shape": "0.0.127",
"@vx/text": "0.0.127",
"@vx/tooltip": "0.0.127",
"@vx/voronoi": "0.0.127",
"classnames": "^2.2.5",
"d3-array": "^1.1.1",
"d3-format": "^1.2.0",
Expand All @@ -54,7 +58,9 @@
"recompose": "^0.23.0"
},
"browserify": {
"transform": ["babelify"]
"transform": [
"babelify"
]
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion packages/vx-drag/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vx/drag",
"version": "0.0.126",
"version": "0.0.127",
"description": "vx drag",
"main": "build/index.js",
"scripts": {
Expand Down
4 changes: 2 additions & 2 deletions packages/vx-event/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vx/event",
"version": "0.0.126",
"version": "0.0.127",
"description": "vx event",
"main": "build/index.js",
"scripts": {
Expand Down Expand Up @@ -41,6 +41,6 @@
"regenerator-runtime": "^0.10.5"
},
"dependencies": {
"@vx/point": "0.0.126"
"@vx/point": "0.0.127"
}
}
4 changes: 2 additions & 2 deletions packages/vx-glyph/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vx/glyph",
"version": "0.0.126",
"version": "0.0.127",
"description": "vx glyph ",
"main": "build/index.js",
"scripts": {
Expand Down Expand Up @@ -45,7 +45,7 @@
"react": "^15.0.0 || 15.x"
},
"dependencies": {
"@vx/group": "0.0.126",
"@vx/group": "0.0.127",
"classnames": "^2.2.5",
"d3-shape": "^1.2.0"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/vx-gradient/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vx/gradient",
"version": "0.0.126",
"version": "0.0.127",
"description": "vx gradient",
"main": "build/index.js",
"repository": {
Expand Down
8 changes: 4 additions & 4 deletions packages/vx-grid/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vx/grid",
"version": "0.0.126",
"version": "0.0.127",
"description": "vx grid",
"main": "build/index.js",
"files": [
Expand Down Expand Up @@ -42,9 +42,9 @@
"react": "^15.0.0 || 15.x"
},
"dependencies": {
"@vx/group": "0.0.126",
"@vx/point": "0.0.126",
"@vx/shape": "0.0.126",
"@vx/group": "0.0.127",
"@vx/point": "0.0.127",
"@vx/shape": "0.0.127",
"classnames": "^2.2.5"
},
"publishConfig": {
Expand Down
2 changes: 1 addition & 1 deletion packages/vx-group/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vx/group",
"version": "0.0.126",
"version": "0.0.127",
"description": "vx group",
"main": "build/index.js",
"scripts": {
Expand Down
4 changes: 2 additions & 2 deletions packages/vx-heatmap/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vx/heatmap",
"version": "0.0.126",
"version": "0.0.127",
"description": "vx heatmap",
"main": "build/index.js",
"repository": {
Expand Down Expand Up @@ -45,7 +45,7 @@
"react": "^15.0.0 || 15.x"
},
"dependencies": {
"@vx/group": "0.0.126",
"@vx/group": "0.0.127",
"classnames": "^2.2.5"
}
}
4 changes: 2 additions & 2 deletions packages/vx-hierarchy/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vx/hierarchy",
"version": "0.0.126",
"version": "0.0.127",
"description": "vx tree",
"main": "build/index.js",
"scripts": {
Expand Down Expand Up @@ -39,7 +39,7 @@
"access": "public"
},
"dependencies": {
"@vx/group": "0.0.126",
"@vx/group": "0.0.127",
"classnames": "^2.2.5",
"d3-hierarchy": "^1.1.4"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/vx-legend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vx/legend",
"version": "0.0.126",
"version": "0.0.127",
"description": "vx legend",
"main": "build/index.js",
"scripts": {
Expand Down Expand Up @@ -42,7 +42,7 @@
"access": "public"
},
"dependencies": {
"@vx/group": "0.0.126",
"@vx/group": "0.0.127",
"classnames": "^2.2.5",
"prop-types": "^15.5.10"
}
Expand Down
6 changes: 3 additions & 3 deletions packages/vx-marker/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vx/marker",
"version": "0.0.126",
"version": "0.0.127",
"description": "vx marker",
"main": "build/index.js",
"files": [
Expand Down Expand Up @@ -39,8 +39,8 @@
"react": "^15.0.0 || 15.x"
},
"dependencies": {
"@vx/group": "0.0.126",
"@vx/shape": "0.0.126",
"@vx/group": "0.0.127",
"@vx/shape": "0.0.127",
"classnames": "^2.2.5"
},
"peerDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/vx-mock-data/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vx/mock-data",
"version": "0.0.126",
"version": "0.0.127",
"description": "vx mock data",
"main": "build/index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/vx-pattern/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vx/pattern",
"version": "0.0.126",
"version": "0.0.127",
"description": "vx pattern",
"main": "build/index.js",
"files": [
Expand Down
2 changes: 1 addition & 1 deletion packages/vx-point/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vx/point",
"version": "0.0.126",
"version": "0.0.127",
"description": "vx point",
"main": "build/index.js",
"repository": "https://github.com/hshoff/vx",
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.126",
"version": "0.0.127",
"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.126",
"version": "0.0.127",
"description": "vx scale",
"main": "build/index.js",
"scripts": {
Expand Down
8 changes: 4 additions & 4 deletions packages/vx-shape/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vx/shape",
"version": "0.0.126",
"version": "0.0.127",
"description": "vx shape",
"main": "build/index.js",
"repository": "https://github.com/hshoff/vx",
Expand All @@ -22,9 +22,9 @@
"author": "@hshoff",
"license": "MIT",
"dependencies": {
"@vx/curve": "0.0.126",
"@vx/group": "0.0.126",
"@vx/point": "0.0.126",
"@vx/curve": "0.0.127",
"@vx/group": "0.0.127",
"@vx/point": "0.0.127",
"classnames": "^2.2.5",
"d3-shape": "^1.2.0",
"prop-types": "^15.5.10"
Expand Down
Loading

0 comments on commit d7b9497

Please sign in to comment.