Skip to content

Commit

Permalink
v0.0.190
Browse files Browse the repository at this point in the history
  • Loading branch information
hshoff committed Jul 17, 2019
1 parent 230e6fc commit 795ef09
Show file tree
Hide file tree
Showing 21 changed files with 88 additions and 80 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.189",
"version": "0.0.190",
"command": {
"publish": {
"allowBranch": "master"
Expand Down
6 changes: 3 additions & 3 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.189",
"version": "0.0.190",
"description": "vx annotation",
"sideEffects": false,
"main": "dist/vx-annotation.umd.js",
Expand Down Expand Up @@ -77,9 +77,9 @@
"react": "^15.0.0-0 || ^16.0.0-0"
},
"dependencies": {
"@vx/group": "0.0.189",
"@vx/group": "0.0.190",
"@vx/point": "0.0.189",
"@vx/shape": "0.0.189",
"@vx/shape": "0.0.190",
"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.189",
"version": "0.0.190",
"description": "vx axis",
"sideEffects": false,
"main": "dist/vx-axis.umd.js",
Expand Down Expand Up @@ -35,10 +35,10 @@
},
"homepage": "https://github.com/hshoff/vx#readme",
"dependencies": {
"@vx/group": "0.0.189",
"@vx/group": "0.0.190",
"@vx/point": "0.0.189",
"@vx/shape": "0.0.189",
"@vx/text": "0.0.189",
"@vx/shape": "0.0.190",
"@vx/text": "0.0.190",
"classnames": "^2.2.5",
"prop-types": "^15.6.0"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/vx-boxplot/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vx/boxplot",
"version": "0.0.189",
"version": "0.0.190",
"description": "vx box plot",
"sideEffects": false,
"main": "dist/vx-boxplot.umd.js",
Expand Down Expand Up @@ -35,7 +35,7 @@
},
"homepage": "https://github.com/hshoff/vx#readme",
"dependencies": {
"@vx/group": "0.0.189",
"@vx/group": "0.0.190",
"classnames": "^2.2.5",
"prop-types": "^15.5.10"
},
Expand Down
38 changes: 19 additions & 19 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.189",
"version": "0.0.190",
"description": "vx demo",
"repository": "https://github.com/hshoff/vx",
"scripts": {
Expand All @@ -17,36 +17,36 @@
"author": "@hshoff",
"license": "MIT",
"dependencies": {
"@vx/annotation": "0.0.189",
"@vx/axis": "0.0.189",
"@vx/boxplot": "0.0.189",
"@vx/annotation": "0.0.190",
"@vx/axis": "0.0.190",
"@vx/boxplot": "0.0.190",
"@vx/brush": "0.0.189",
"@vx/chord": "0.0.189",
"@vx/clip-path": "0.0.189",
"@vx/curve": "0.0.189",
"@vx/drag": "0.0.189",
"@vx/event": "0.0.189",
"@vx/geo": "0.0.189",
"@vx/glyph": "0.0.189",
"@vx/geo": "0.0.190",
"@vx/glyph": "0.0.190",
"@vx/gradient": "0.0.189",
"@vx/grid": "0.0.189",
"@vx/group": "0.0.189",
"@vx/heatmap": "0.0.189",
"@vx/hierarchy": "0.0.189",
"@vx/legend": "0.0.189",
"@vx/marker": "0.0.189",
"@vx/grid": "0.0.190",
"@vx/group": "0.0.190",
"@vx/heatmap": "0.0.190",
"@vx/hierarchy": "0.0.190",
"@vx/legend": "0.0.190",
"@vx/marker": "0.0.190",
"@vx/mock-data": "0.0.189",
"@vx/network": "0.0.189",
"@vx/network": "0.0.190",
"@vx/pattern": "0.0.189",
"@vx/point": "0.0.189",
"@vx/responsive": "0.0.189",
"@vx/scale": "0.0.189",
"@vx/shape": "0.0.189",
"@vx/stats": "0.0.189",
"@vx/text": "0.0.189",
"@vx/threshold": "0.0.189",
"@vx/scale": "0.0.190",
"@vx/shape": "0.0.190",
"@vx/stats": "0.0.190",
"@vx/text": "0.0.190",
"@vx/threshold": "0.0.190",
"@vx/tooltip": "0.0.189",
"@vx/voronoi": "0.0.189",
"@vx/voronoi": "0.0.190",
"@vx/zoom": "0.0.189",
"classnames": "^2.2.5",
"d3-array": "^1.1.1",
Expand Down
4 changes: 2 additions & 2 deletions packages/vx-geo/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vx/geo",
"version": "0.0.189",
"version": "0.0.190",
"description": "vx geo",
"sideEffects": false,
"main": "dist/vx-geo.umd.js",
Expand Down Expand Up @@ -36,7 +36,7 @@
},
"homepage": "https://github.com/hshoff/vx#readme",
"dependencies": {
"@vx/group": "0.0.189",
"@vx/group": "0.0.190",
"classnames": "^2.2.5",
"d3-geo": "^1.11.3",
"prop-types": "^15.5.10"
Expand Down
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.189",
"version": "0.0.190",
"description": "vx glyph",
"sideEffects": false,
"main": "dist/vx-glyph.umd.js",
Expand Down Expand Up @@ -80,7 +80,7 @@
"react": "^15.0.0-0 || ^16.0.0-0"
},
"dependencies": {
"@vx/group": "0.0.189",
"@vx/group": "0.0.190",
"classnames": "^2.2.5",
"d3-shape": "^1.2.0",
"prop-types": "^15.6.2"
Expand Down
6 changes: 3 additions & 3 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.189",
"version": "0.0.190",
"description": "vx grid",
"sideEffects": false,
"main": "dist/vx-grid.umd.js",
Expand Down Expand Up @@ -77,9 +77,9 @@
"react": "^15.0.0-0 || ^16.0.0-0"
},
"dependencies": {
"@vx/group": "0.0.189",
"@vx/group": "0.0.190",
"@vx/point": "0.0.189",
"@vx/shape": "0.0.189",
"@vx/shape": "0.0.190",
"classnames": "^2.2.5",
"prop-types": "^15.6.2"
},
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.189",
"version": "0.0.190",
"description": "vx group",
"sideEffects": false,
"main": "dist/vx-group.umd.js",
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.189",
"version": "0.0.190",
"description": "vx heatmap",
"sideEffects": false,
"main": "dist/vx-heatmap.umd.js",
Expand Down Expand Up @@ -80,7 +80,7 @@
"react": "^15.0.0-0 || ^16.0.0-0"
},
"dependencies": {
"@vx/group": "0.0.189",
"@vx/group": "0.0.190",
"classnames": "^2.2.5",
"prop-types": "^15.6.1"
}
Expand Down
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.189",
"version": "0.0.190",
"description": "vx tree",
"sideEffects": false,
"main": "dist/vx-hierarchy.umd.js",
Expand Down Expand Up @@ -77,7 +77,7 @@
"access": "public"
},
"dependencies": {
"@vx/group": "0.0.189",
"@vx/group": "0.0.190",
"classnames": "^2.2.5",
"d3-hierarchy": "^1.1.4",
"prop-types": "^15.6.1"
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.189",
"version": "0.0.190",
"description": "vx legend",
"sideEffects": false,
"main": "dist/vx-legend.umd.js",
Expand Down Expand Up @@ -80,7 +80,7 @@
"access": "public"
},
"dependencies": {
"@vx/group": "0.0.189",
"@vx/group": "0.0.190",
"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.189",
"version": "0.0.190",
"description": "vx marker",
"sideEffects": false,
"main": "dist/vx-marker.umd.js",
Expand Down Expand Up @@ -74,8 +74,8 @@
"rollup-plugin-uglify": "^4.0.0"
},
"dependencies": {
"@vx/group": "0.0.189",
"@vx/shape": "0.0.189",
"@vx/group": "0.0.190",
"@vx/shape": "0.0.190",
"classnames": "^2.2.5",
"prop-types": "^15.6.2"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/vx-network/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vx/network",
"version": "0.0.189",
"version": "0.0.190",
"description": "vx network",
"sideEffects": false,
"main": "dist/vx-network.umd.js",
Expand Down Expand Up @@ -66,7 +66,7 @@
"rollup-plugin-uglify": "^4.0.0"
},
"dependencies": {
"@vx/group": "0.0.189",
"@vx/group": "0.0.190",
"classnames": "^2.2.5",
"d3-force": "^1.0.6",
"prop-types": "^15.6.2"
Expand Down
18 changes: 13 additions & 5 deletions packages/vx-scale/package.json
Original file line number Diff line number Diff line change
@@ -1,24 +1,32 @@
{
"name": "@vx/scale",
"version": "0.0.189",
"version": "0.0.190",
"description": "vx scale",
"sideEffects": false,
"main": "dist/vx-scale.umd.js",
"module": "dist/vx-scale.es.js",
"scripts": {
"build": "npm run build:babel && npm run build:dist",
"build:dist": "rm -rf dist && mkdir dist && rollup -c",
"build:babel":
"rm -rf build && mkdir build && babel src --out-dir build --ignore node_modules/ --presets @babel/preset-react,@babel/preset-env",
"build:babel": "rm -rf build && mkdir build && babel src --out-dir build --ignore node_modules/ --presets @babel/preset-react,@babel/preset-env",
"prepublish": "npm run build",
"test": "jest"
},
"files": ["dist", "build"],
"files": [
"dist",
"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
4 changes: 2 additions & 2 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.189",
"version": "0.0.190",
"description": "vx shape",
"sideEffects": false,
"main": "dist/vx-shape.umd.js",
Expand Down Expand Up @@ -29,7 +29,7 @@
"license": "MIT",
"dependencies": {
"@vx/curve": "0.0.189",
"@vx/group": "0.0.189",
"@vx/group": "0.0.190",
"@vx/point": "0.0.189",
"classnames": "^2.2.5",
"d3-path": "^1.0.5",
Expand Down
6 changes: 3 additions & 3 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.189",
"version": "0.0.190",
"description": "vx stats box violin",
"sideEffects": false,
"main": "dist/vx-stats.umd.js",
Expand Down Expand Up @@ -35,8 +35,8 @@
},
"homepage": "https://github.com/hshoff/vx#readme",
"dependencies": {
"@vx/group": "0.0.189",
"@vx/scale": "0.0.189",
"@vx/group": "0.0.190",
"@vx/scale": "0.0.190",
"classnames": "^2.2.5",
"d3-shape": "^1.2.0",
"prop-types": "^15.5.10"
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.189",
"version": "0.0.190",
"description": "vx text",
"sideEffects": false,
"main": "dist/vx-text.umd.js",
Expand Down
4 changes: 2 additions & 2 deletions packages/vx-threshold/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vx/threshold",
"version": "0.0.189",
"version": "0.0.190",
"description": "vx threshold",
"sideEffects": false,
"main": "dist/vx-threshold.umd.js",
Expand Down Expand Up @@ -29,7 +29,7 @@
"license": "MIT",
"dependencies": {
"@vx/clip-path": "0.0.189",
"@vx/shape": "0.0.189",
"@vx/shape": "0.0.190",
"classnames": "^2.2.5",
"prop-types": "^15.5.10"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/vx-voronoi/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vx/voronoi",
"version": "0.0.189",
"version": "0.0.190",
"description": "vx voronoi",
"sideEffects": false,
"main": "dist/vx-voronoi.umd.js",
Expand Down Expand Up @@ -77,7 +77,7 @@
"rollup-plugin-uglify": "^4.0.0"
},
"dependencies": {
"@vx/group": "0.0.189",
"@vx/group": "0.0.190",
"classnames": "^2.2.5",
"d3-voronoi": "^1.1.2",
"prop-types": "^15.6.1"
Expand Down
Loading

0 comments on commit 795ef09

Please sign in to comment.