From 6cd86b66b6c5ba9ec9bcaa0a6f25f9523354a70a Mon Sep 17 00:00:00 2001 From: Chris Williams Date: Mon, 11 Jan 2021 12:41:41 -0800 Subject: [PATCH] v1.4.0 --- lerna.json | 2 +- packages/visx-annotation/package.json | 4 ++-- packages/visx-axis/package.json | 6 +++--- packages/visx-brush/package.json | 6 +++--- packages/visx-demo/package.json | 26 ++++++++++++------------- packages/visx-grid/package.json | 6 +++--- packages/visx-legend/package.json | 4 ++-- packages/visx-marker/package.json | 4 ++-- packages/visx-react-spring/package.json | 8 ++++---- packages/visx-scale/package.json | 2 +- packages/visx-shape/package.json | 4 ++-- packages/visx-stats/package.json | 4 ++-- packages/visx-threshold/package.json | 4 ++-- packages/visx-visx/package.json | 18 ++++++++--------- packages/visx-xychart/package.json | 14 ++++++------- 15 files changed, 56 insertions(+), 56 deletions(-) diff --git a/lerna.json b/lerna.json index 2cc28be03..db3aa4c51 100644 --- a/lerna.json +++ b/lerna.json @@ -3,7 +3,7 @@ "packages": [ "packages/*" ], - "version": "1.3.0", + "version": "1.4.0", "command": { "publish": { "allowBranch": "master" diff --git a/packages/visx-annotation/package.json b/packages/visx-annotation/package.json index 145c69885..b22461782 100644 --- a/packages/visx-annotation/package.json +++ b/packages/visx-annotation/package.json @@ -1,6 +1,6 @@ { "name": "@visx/annotation", - "version": "1.3.0", + "version": "1.4.0", "description": "visx annotation", "sideEffects": false, "main": "lib/index.js", @@ -36,7 +36,7 @@ "@visx/drag": "1.3.0", "@visx/group": "1.0.0", "@visx/point": "1.0.0", - "@visx/shape": "1.3.0", + "@visx/shape": "1.4.0", "@visx/text": "1.3.0", "classnames": "^2.2.5", "prop-types": "^15.5.10", diff --git a/packages/visx-axis/package.json b/packages/visx-axis/package.json index 3f14c2c78..929d04c48 100644 --- a/packages/visx-axis/package.json +++ b/packages/visx-axis/package.json @@ -1,6 +1,6 @@ { "name": "@visx/axis", - "version": "1.3.0", + "version": "1.4.0", "description": "visx axis", "sideEffects": false, "main": "lib/index.js", @@ -32,8 +32,8 @@ "@types/react": "*", "@visx/group": "1.0.0", "@visx/point": "1.0.0", - "@visx/scale": "1.3.0", - "@visx/shape": "1.3.0", + "@visx/scale": "1.4.0", + "@visx/shape": "1.4.0", "@visx/text": "1.3.0", "classnames": "^2.2.5", "prop-types": "^15.6.0" diff --git a/packages/visx-brush/package.json b/packages/visx-brush/package.json index cb6bc6408..b456ca7a5 100644 --- a/packages/visx-brush/package.json +++ b/packages/visx-brush/package.json @@ -1,6 +1,6 @@ { "name": "@visx/brush", - "version": "1.3.0", + "version": "1.4.0", "description": "visx brush", "sideEffects": false, "main": "lib/index.js", @@ -35,11 +35,11 @@ "dependencies": { "@visx/drag": "1.3.0", "@visx/group": "1.0.0", - "@visx/shape": "1.3.0", + "@visx/shape": "1.4.0", "classnames": "^2.2.5", "prop-types": "^15.6.1" }, "devDependencies": { - "@visx/scale": "1.3.0" + "@visx/scale": "1.4.0" } } diff --git a/packages/visx-demo/package.json b/packages/visx-demo/package.json index e6fe13259..398ae117b 100644 --- a/packages/visx-demo/package.json +++ b/packages/visx-demo/package.json @@ -1,6 +1,6 @@ { "name": "@visx/demo", - "version": "1.3.0", + "version": "1.4.0", "description": "visx demo", "repository": "https://github.com/airbnb/visx", "scripts": { @@ -33,9 +33,9 @@ "@types/d3-time-format": "2.1.0", "@types/nprogress": "^0.2.0", "@types/prismjs": "^1.16.0", - "@visx/annotation": "1.3.0", - "@visx/axis": "1.3.0", - "@visx/brush": "1.3.0", + "@visx/annotation": "1.4.0", + "@visx/axis": "1.4.0", + "@visx/brush": "1.4.0", "@visx/chord": "1.0.0", "@visx/clip-path": "1.0.0", "@visx/curve": "1.0.0", @@ -44,26 +44,26 @@ "@visx/geo": "1.0.0", "@visx/glyph": "1.0.0", "@visx/gradient": "1.0.0", - "@visx/grid": "1.3.0", + "@visx/grid": "1.4.0", "@visx/group": "1.0.0", "@visx/heatmap": "1.0.0", "@visx/hierarchy": "1.0.0", - "@visx/legend": "1.3.0", - "@visx/marker": "1.3.0", + "@visx/legend": "1.4.0", + "@visx/marker": "1.4.0", "@visx/mock-data": "1.0.0", "@visx/network": "1.1.0", "@visx/pattern": "1.1.0", "@visx/point": "1.0.0", - "@visx/react-spring": "1.3.0", + "@visx/react-spring": "1.4.0", "@visx/responsive": "1.3.0", - "@visx/scale": "1.3.0", - "@visx/shape": "1.3.0", - "@visx/stats": "1.3.0", + "@visx/scale": "1.4.0", + "@visx/shape": "1.4.0", + "@visx/stats": "1.4.0", "@visx/text": "1.3.0", - "@visx/threshold": "1.3.0", + "@visx/threshold": "1.4.0", "@visx/tooltip": "1.3.0", "@visx/voronoi": "1.0.0", - "@visx/xychart": "1.3.0", + "@visx/xychart": "1.4.0", "@visx/zoom": "1.3.0", "@zeit/next-css": "^1.0.1", "classnames": "^2.2.5", diff --git a/packages/visx-grid/package.json b/packages/visx-grid/package.json index 7dc4d171c..5f762101b 100644 --- a/packages/visx-grid/package.json +++ b/packages/visx-grid/package.json @@ -1,6 +1,6 @@ { "name": "@visx/grid", - "version": "1.3.0", + "version": "1.4.0", "description": "visx grid", "sideEffects": false, "main": "lib/index.js", @@ -35,8 +35,8 @@ "@types/react": "*", "@visx/group": "1.0.0", "@visx/point": "1.0.0", - "@visx/scale": "1.3.0", - "@visx/shape": "1.3.0", + "@visx/scale": "1.4.0", + "@visx/shape": "1.4.0", "classnames": "^2.2.5", "prop-types": "^15.6.2" }, diff --git a/packages/visx-legend/package.json b/packages/visx-legend/package.json index 2d00ee5ce..864f78f4e 100644 --- a/packages/visx-legend/package.json +++ b/packages/visx-legend/package.json @@ -1,6 +1,6 @@ { "name": "@visx/legend", - "version": "1.3.0", + "version": "1.4.0", "description": "visx legend", "sideEffects": false, "main": "lib/index.js", @@ -37,7 +37,7 @@ "@types/classnames": "^2.2.9", "@types/react": "*", "@visx/group": "1.0.0", - "@visx/scale": "1.3.0", + "@visx/scale": "1.4.0", "classnames": "^2.2.5", "prop-types": "^15.5.10" } diff --git a/packages/visx-marker/package.json b/packages/visx-marker/package.json index 40f2825f9..a50333c6b 100644 --- a/packages/visx-marker/package.json +++ b/packages/visx-marker/package.json @@ -1,6 +1,6 @@ { "name": "@visx/marker", - "version": "1.3.0", + "version": "1.4.0", "description": "visx marker", "sideEffects": false, "main": "lib/index.js", @@ -31,7 +31,7 @@ "@types/classnames": "^2.2.9", "@types/react": "*", "@visx/group": "1.0.0", - "@visx/shape": "1.3.0", + "@visx/shape": "1.4.0", "classnames": "^2.2.5", "prop-types": "^15.6.2" }, diff --git a/packages/visx-react-spring/package.json b/packages/visx-react-spring/package.json index 5cbe0388a..3fddb8cfc 100644 --- a/packages/visx-react-spring/package.json +++ b/packages/visx-react-spring/package.json @@ -1,6 +1,6 @@ { "name": "@visx/react-spring", - "version": "1.3.0", + "version": "1.4.0", "description": "visx primitives that rely on react-spring for animation", "sideEffects": false, "main": "lib/index.js", @@ -44,9 +44,9 @@ "dependencies": { "@types/classnames": "^2.2.9", "@types/react": "*", - "@visx/axis": "1.3.0", - "@visx/grid": "1.3.0", - "@visx/scale": "1.3.0", + "@visx/axis": "1.4.0", + "@visx/grid": "1.4.0", + "@visx/scale": "1.4.0", "@visx/text": "1.3.0", "classnames": "^2.2.5", "prop-types": "^15.6.2" diff --git a/packages/visx-scale/package.json b/packages/visx-scale/package.json index ddf7b1047..86605be06 100644 --- a/packages/visx-scale/package.json +++ b/packages/visx-scale/package.json @@ -1,6 +1,6 @@ { "name": "@visx/scale", - "version": "1.3.0", + "version": "1.4.0", "description": "visx scale", "sideEffects": false, "main": "lib/index.js", diff --git a/packages/visx-shape/package.json b/packages/visx-shape/package.json index 511419fd4..3331b0d6c 100644 --- a/packages/visx-shape/package.json +++ b/packages/visx-shape/package.json @@ -1,6 +1,6 @@ { "name": "@visx/shape", - "version": "1.3.0", + "version": "1.4.0", "description": "visx shape", "sideEffects": false, "main": "lib/index.js", @@ -28,7 +28,7 @@ "@types/react": "*", "@visx/curve": "1.0.0", "@visx/group": "1.0.0", - "@visx/scale": "1.3.0", + "@visx/scale": "1.4.0", "classnames": "^2.2.5", "d3-path": "^1.0.5", "d3-shape": "^1.2.0", diff --git a/packages/visx-stats/package.json b/packages/visx-stats/package.json index b22ea64cb..c22d4551e 100644 --- a/packages/visx-stats/package.json +++ b/packages/visx-stats/package.json @@ -1,6 +1,6 @@ { "name": "@visx/stats", - "version": "1.3.0", + "version": "1.4.0", "description": "visx stats box violin", "sideEffects": false, "main": "lib/index.js", @@ -32,7 +32,7 @@ "@types/d3-shape": "^1.3.2", "@types/react": "*", "@visx/group": "1.0.0", - "@visx/scale": "1.3.0", + "@visx/scale": "1.4.0", "classnames": "^2.2.5", "d3-shape": "^1.2.0", "prop-types": "^15.5.10" diff --git a/packages/visx-threshold/package.json b/packages/visx-threshold/package.json index 2c6c16178..e16efd701 100644 --- a/packages/visx-threshold/package.json +++ b/packages/visx-threshold/package.json @@ -1,6 +1,6 @@ { "name": "@visx/threshold", - "version": "1.3.0", + "version": "1.4.0", "description": "visx threshold", "sideEffects": false, "main": "lib/index.js", @@ -27,7 +27,7 @@ "@types/classnames": "^2.2.9", "@types/react": "*", "@visx/clip-path": "1.0.0", - "@visx/shape": "1.3.0", + "@visx/shape": "1.4.0", "classnames": "^2.2.5", "prop-types": "^15.5.10" }, diff --git a/packages/visx-visx/package.json b/packages/visx-visx/package.json index 657378147..e0c00a345 100644 --- a/packages/visx-visx/package.json +++ b/packages/visx-visx/package.json @@ -1,6 +1,6 @@ { "name": "@visx/visx", - "version": "1.3.0", + "version": "1.4.0", "description": "One stop install for all visx packages", "sideEffects": false, "main": "lib/index.js", @@ -33,10 +33,10 @@ "react": "^16.3.0-0" }, "dependencies": { - "@visx/annotation": "1.3.0", - "@visx/axis": "1.3.0", + "@visx/annotation": "1.4.0", + "@visx/axis": "1.4.0", "@visx/bounds": "1.0.0", - "@visx/brush": "1.3.0", + "@visx/brush": "1.4.0", "@visx/clip-path": "1.0.0", "@visx/curve": "1.0.0", "@visx/drag": "1.3.0", @@ -44,19 +44,19 @@ "@visx/geo": "1.0.0", "@visx/glyph": "1.0.0", "@visx/gradient": "1.0.0", - "@visx/grid": "1.3.0", + "@visx/grid": "1.4.0", "@visx/group": "1.0.0", "@visx/heatmap": "1.0.0", "@visx/hierarchy": "1.0.0", - "@visx/legend": "1.3.0", - "@visx/marker": "1.3.0", + "@visx/legend": "1.4.0", + "@visx/marker": "1.4.0", "@visx/mock-data": "1.0.0", "@visx/network": "1.1.0", "@visx/pattern": "1.1.0", "@visx/point": "1.0.0", "@visx/responsive": "1.3.0", - "@visx/scale": "1.3.0", - "@visx/shape": "1.3.0", + "@visx/scale": "1.4.0", + "@visx/shape": "1.4.0", "@visx/text": "1.3.0", "@visx/tooltip": "1.3.0", "@visx/voronoi": "1.0.0", diff --git a/packages/visx-xychart/package.json b/packages/visx-xychart/package.json index 29aee8081..69dc0b795 100644 --- a/packages/visx-xychart/package.json +++ b/packages/visx-xychart/package.json @@ -1,6 +1,6 @@ { "name": "@visx/xychart", - "version": "1.3.0", + "version": "1.4.0", "description": "Composable cartesian coordinate chart built with visx primitives", "sideEffects": false, "main": "lib/index.js", @@ -43,15 +43,15 @@ "@types/classnames": "^2.2.9", "@types/lodash": "^4.14.146", "@types/react": "*", - "@visx/annotation": "1.3.0", - "@visx/axis": "1.3.0", + "@visx/annotation": "1.4.0", + "@visx/axis": "1.4.0", "@visx/event": "1.3.0", "@visx/glyph": "1.0.0", - "@visx/grid": "1.3.0", - "@visx/react-spring": "1.3.0", + "@visx/grid": "1.4.0", + "@visx/react-spring": "1.4.0", "@visx/responsive": "1.3.0", - "@visx/scale": "1.3.0", - "@visx/shape": "1.3.0", + "@visx/scale": "1.4.0", + "@visx/shape": "1.4.0", "@visx/text": "1.3.0", "@visx/tooltip": "1.3.0", "@visx/voronoi": "1.0.0",