diff --git a/.npmignore b/.npmignore index fc6cd4c5d..3bab16f0d 100644 --- a/.npmignore +++ b/.npmignore @@ -8,6 +8,7 @@ logs/ .eslintcache/ .idea/ .npm/ +.next/ .vscode/ .yarnclean diff --git a/CHANGELOG.md b/CHANGELOG.md index 24a900df5..046d95447 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,6 @@ # Changelog +- [v0.0.192](#v00192) - [v0.0.191](#v00191) - [v0.0.190](#v00190) - [v0.0.189](#v00189) @@ -83,6 +84,65 @@ ------ +# v0.0.192 + +See [#484](https://github.com/hshoff/vx/pull/484) for details. + +#### :boom: Breaking Changes + +- [breaking] Deprecate `build/` and `dist/`, use `lib/` and `esm/` instead +- [breaking] Deprecate umd builds + +#### :house: Internal + +- use `babel` not `rollup` +- use `yarn` not `npm` + - this will enable `workspaces` so that we can push all config to the root instead of duplicating across every package as is the case now +- Stricter linting rules (e.g., `.jsx` required for `React` files) + + +#### :trophy: Contributors + +- [williaster](https://github.com/williaster) + +``` +Changes: + - @vx/annotation: 0.0.190 => 0.0.192 + - @vx/axis: 0.0.191 => 0.0.192 + - @vx/bounds: 0.0.189 => 0.0.192 + - @vx/boxplot: 0.0.190 => 0.0.192 + - @vx/brush: 0.0.189 => 0.0.192 + - @vx/chord: 0.0.189 => 0.0.192 + - @vx/clip-path: 0.0.189 => 0.0.192 + - @vx/curve: 0.0.189 => 0.0.192 + - @vx/demo: 0.0.191 => 0.0.192 + - @vx/drag: 0.0.189 => 0.0.192 + - @vx/event: 0.0.189 => 0.0.192 + - @vx/geo: 0.0.190 => 0.0.192 + - @vx/glyph: 0.0.190 => 0.0.192 + - @vx/gradient: 0.0.189 => 0.0.192 + - @vx/grid: 0.0.190 => 0.0.192 + - @vx/group: 0.0.190 => 0.0.192 + - @vx/heatmap: 0.0.190 => 0.0.192 + - @vx/hierarchy: 0.0.190 => 0.0.192 + - @vx/legend: 0.0.190 => 0.0.192 + - @vx/marker: 0.0.190 => 0.0.192 + - @vx/mock-data: 0.0.189 => 0.0.192 + - @vx/network: 0.0.190 => 0.0.192 + - @vx/pattern: 0.0.189 => 0.0.192 + - @vx/point: 0.0.189 => 0.0.192 + - @vx/responsive: 0.0.189 => 0.0.192 + - @vx/scale: 0.0.190 => 0.0.192 + - @vx/shape: 0.0.190 => 0.0.192 + - @vx/stats: 0.0.190 => 0.0.192 + - @vx/text: 0.0.191 => 0.0.192 + - @vx/threshold: 0.0.190 => 0.0.192 + - @vx/tooltip: 0.0.189 => 0.0.192 + - @vx/voronoi: 0.0.190 => 0.0.192 + - @vx/vx: 0.0.191 => 0.0.192 + - @vx/zoom: 0.0.189 => 0.0.192 +``` + # v0.0.191 See [#487](https://github.com/hshoff/vx/pull/487) for details. diff --git a/lerna.json b/lerna.json index 4cd1ff456..76c938b05 100644 --- a/lerna.json +++ b/lerna.json @@ -3,7 +3,7 @@ "packages": [ "packages/*" ], - "version": "0.0.191", + "version": "0.0.192", "command": { "publish": { "allowBranch": "master" diff --git a/package.json b/package.json index 76921d2a8..b48918b73 100644 --- a/package.json +++ b/package.json @@ -51,6 +51,7 @@ "@airbnb/config-typescript": "^2.0.0", "@airbnb/nimbus": "^2.0.0", "@types/enzyme": "^3.10.3", + "@types/jest": "^24.0.18", "@types/jsdom": "^12.2.4", "@types/react-test-renderer": "^16.9.0", "coveralls": "^3.0.6", @@ -117,6 +118,7 @@ { "files": "*.{js,jsx,ts,tsx}", "rules": { + "no-useless-rename": "off", "linebreak-style": "off", "operator-linebreak": "off", "no-use-before-define": "off", @@ -131,6 +133,7 @@ "import/prefer-default-export": "off", "promise/param-names": "off", "react/sort-comp": "off", + "react/jsx-curly-brace-presence": "off", "react/jsx-filename-extension": "off", "react/jsx-no-literals": "off", "react/jsx-props-no-spreading": "off", diff --git a/packages/vx-annotation/package.json b/packages/vx-annotation/package.json index 1b10a2c5f..501dafe67 100644 --- a/packages/vx-annotation/package.json +++ b/packages/vx-annotation/package.json @@ -1,6 +1,6 @@ { "name": "@vx/annotation", - "version": "0.0.190", + "version": "0.0.192", "description": "vx annotation", "sideEffects": false, "main": "lib/index.js", @@ -33,9 +33,9 @@ "react": "^15.0.0-0 || ^16.0.0-0" }, "dependencies": { - "@vx/group": "0.0.190", - "@vx/point": "0.0.189", - "@vx/shape": "0.0.190", + "@vx/group": "0.0.192", + "@vx/point": "0.0.192", + "@vx/shape": "0.0.192", "classnames": "^2.2.5", "prop-types": "^15.5.10" }, diff --git a/packages/vx-axis/package.json b/packages/vx-axis/package.json index 8d75db50f..b489b3bf4 100644 --- a/packages/vx-axis/package.json +++ b/packages/vx-axis/package.json @@ -1,6 +1,6 @@ { "name": "@vx/axis", - "version": "0.0.191", + "version": "0.0.192", "description": "vx axis", "sideEffects": false, "main": "lib/index.js", @@ -30,10 +30,10 @@ }, "homepage": "https://github.com/hshoff/vx#readme", "dependencies": { - "@vx/group": "0.0.190", - "@vx/point": "0.0.189", - "@vx/shape": "0.0.190", - "@vx/text": "0.0.191", + "@vx/group": "0.0.192", + "@vx/point": "0.0.192", + "@vx/shape": "0.0.192", + "@vx/text": "0.0.192", "classnames": "^2.2.5", "prop-types": "^15.6.0" }, diff --git a/packages/vx-bounds/package.json b/packages/vx-bounds/package.json index 92c722aa4..b8376dbc3 100644 --- a/packages/vx-bounds/package.json +++ b/packages/vx-bounds/package.json @@ -1,6 +1,6 @@ { "name": "@vx/bounds", - "version": "0.0.189", + "version": "0.0.192", "description": "Utilities to make your life with bounding boxes better", "sideEffects": false, "main": "lib/index.js", diff --git a/packages/vx-boxplot/package.json b/packages/vx-boxplot/package.json index 1831aa0b9..05767af79 100644 --- a/packages/vx-boxplot/package.json +++ b/packages/vx-boxplot/package.json @@ -1,6 +1,6 @@ { "name": "@vx/boxplot", - "version": "0.0.190", + "version": "0.0.192", "description": "vx box plot", "sideEffects": false, "main": "lib/index.js", @@ -30,7 +30,7 @@ }, "homepage": "https://github.com/hshoff/vx#readme", "dependencies": { - "@vx/group": "0.0.190", + "@vx/group": "0.0.192", "classnames": "^2.2.5", "prop-types": "^15.5.10" }, diff --git a/packages/vx-brush/package.json b/packages/vx-brush/package.json index 45f0a31ef..a37ad2290 100644 --- a/packages/vx-brush/package.json +++ b/packages/vx-brush/package.json @@ -1,6 +1,6 @@ { "name": "@vx/brush", - "version": "0.0.189", + "version": "0.0.192", "description": "vx brush", "sideEffects": false, "main": "lib/index.js", diff --git a/packages/vx-chord/package.json b/packages/vx-chord/package.json index ac9c2e7d9..49bad10f2 100644 --- a/packages/vx-chord/package.json +++ b/packages/vx-chord/package.json @@ -1,6 +1,6 @@ { "name": "@vx/chord", - "version": "0.0.189", + "version": "0.0.192", "description": "vx group", "sideEffects": false, "main": "lib/index.js", diff --git a/packages/vx-clip-path/package.json b/packages/vx-clip-path/package.json index be73eb4c2..30e67adcd 100644 --- a/packages/vx-clip-path/package.json +++ b/packages/vx-clip-path/package.json @@ -1,6 +1,6 @@ { "name": "@vx/clip-path", - "version": "0.0.189", + "version": "0.0.192", "description": "vx clip-path", "sideEffects": false, "main": "lib/index.js", diff --git a/packages/vx-curve/package.json b/packages/vx-curve/package.json index c59b7410c..dafd5b2ef 100644 --- a/packages/vx-curve/package.json +++ b/packages/vx-curve/package.json @@ -1,6 +1,6 @@ { "name": "@vx/curve", - "version": "0.0.189", + "version": "0.0.192", "description": "vx curve", "sideEffects": false, "main": "lib/index.js", diff --git a/packages/vx-demo/package.json b/packages/vx-demo/package.json index ec28b9ca3..2ac7110aa 100644 --- a/packages/vx-demo/package.json +++ b/packages/vx-demo/package.json @@ -1,6 +1,6 @@ { "name": "@vx/demo", - "version": "0.0.191", + "version": "0.0.192", "description": "vx demo", "repository": "https://github.com/hshoff/vx", "scripts": { @@ -16,37 +16,37 @@ "author": "@hshoff", "license": "MIT", "dependencies": { - "@vx/annotation": "0.0.190", - "@vx/axis": "0.0.191", - "@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.190", - "@vx/glyph": "0.0.190", - "@vx/gradient": "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.190", - "@vx/pattern": "0.0.189", - "@vx/point": "0.0.189", - "@vx/responsive": "0.0.189", - "@vx/scale": "0.0.190", - "@vx/shape": "0.0.190", - "@vx/stats": "0.0.190", - "@vx/text": "0.0.191", - "@vx/threshold": "0.0.190", - "@vx/tooltip": "0.0.189", - "@vx/voronoi": "0.0.190", - "@vx/zoom": "0.0.189", + "@vx/annotation": "0.0.192", + "@vx/axis": "0.0.192", + "@vx/boxplot": "0.0.192", + "@vx/brush": "0.0.192", + "@vx/chord": "0.0.192", + "@vx/clip-path": "0.0.192", + "@vx/curve": "0.0.192", + "@vx/drag": "0.0.192", + "@vx/event": "0.0.192", + "@vx/geo": "0.0.192", + "@vx/glyph": "0.0.192", + "@vx/gradient": "0.0.192", + "@vx/grid": "0.0.192", + "@vx/group": "0.0.192", + "@vx/heatmap": "0.0.192", + "@vx/hierarchy": "0.0.192", + "@vx/legend": "0.0.192", + "@vx/marker": "0.0.192", + "@vx/mock-data": "0.0.192", + "@vx/network": "0.0.192", + "@vx/pattern": "0.0.192", + "@vx/point": "0.0.192", + "@vx/responsive": "0.0.192", + "@vx/scale": "0.0.192", + "@vx/shape": "0.0.192", + "@vx/stats": "0.0.192", + "@vx/text": "0.0.192", + "@vx/threshold": "0.0.192", + "@vx/tooltip": "0.0.192", + "@vx/voronoi": "0.0.192", + "@vx/zoom": "0.0.192", "classnames": "^2.2.5", "d3-array": "^1.1.1", "d3-collection": "^1.0.4", diff --git a/packages/vx-drag/package.json b/packages/vx-drag/package.json index 833f9c3d7..b4c7d3a83 100644 --- a/packages/vx-drag/package.json +++ b/packages/vx-drag/package.json @@ -1,6 +1,6 @@ { "name": "@vx/drag", - "version": "0.0.189", + "version": "0.0.192", "description": "vx drag", "sideEffects": false, "main": "lib/index.js", @@ -36,7 +36,7 @@ "react": "^15.0.0-0 || ^16.0.0-0" }, "dependencies": { - "@vx/event": "0.0.189", + "@vx/event": "0.0.192", "prop-types": "^15.5.10" } } diff --git a/packages/vx-event/package.json b/packages/vx-event/package.json index 4b0f6b257..04d22e174 100644 --- a/packages/vx-event/package.json +++ b/packages/vx-event/package.json @@ -1,6 +1,6 @@ { "name": "@vx/event", - "version": "0.0.189", + "version": "0.0.192", "description": "vx event", "sideEffects": false, "main": "lib/index.js", @@ -30,6 +30,6 @@ "access": "public" }, "dependencies": { - "@vx/point": "0.0.189" + "@vx/point": "0.0.192" } } diff --git a/packages/vx-geo/package.json b/packages/vx-geo/package.json index f41cc446d..01f32c724 100644 --- a/packages/vx-geo/package.json +++ b/packages/vx-geo/package.json @@ -1,6 +1,6 @@ { "name": "@vx/geo", - "version": "0.0.190", + "version": "0.0.192", "description": "vx geo", "sideEffects": false, "main": "lib/index.js", @@ -31,7 +31,7 @@ }, "homepage": "https://github.com/hshoff/vx#readme", "dependencies": { - "@vx/group": "0.0.190", + "@vx/group": "0.0.192", "classnames": "^2.2.5", "d3-geo": "^1.11.3", "prop-types": "^15.5.10" diff --git a/packages/vx-glyph/package.json b/packages/vx-glyph/package.json index f58052cc9..5aa7cebce 100644 --- a/packages/vx-glyph/package.json +++ b/packages/vx-glyph/package.json @@ -1,6 +1,6 @@ { "name": "@vx/glyph", - "version": "0.0.190", + "version": "0.0.192", "description": "vx glyph", "sideEffects": false, "main": "lib/index.js", @@ -40,7 +40,7 @@ "@types/classnames": "^2.2.9", "@types/d3-shape": "^1.3.1", "@types/react": "*", - "@vx/group": "0.0.190", + "@vx/group": "0.0.192", "classnames": "^2.2.5", "d3-shape": "^1.2.0", "prop-types": "^15.6.2" diff --git a/packages/vx-gradient/package.json b/packages/vx-gradient/package.json index 0530d4443..8057786f9 100644 --- a/packages/vx-gradient/package.json +++ b/packages/vx-gradient/package.json @@ -1,6 +1,6 @@ { "name": "@vx/gradient", - "version": "0.0.189", + "version": "0.0.192", "description": "vx gradient", "sideEffects": false, "main": "lib/index.js", diff --git a/packages/vx-grid/package.json b/packages/vx-grid/package.json index b379103c3..24e307a34 100644 --- a/packages/vx-grid/package.json +++ b/packages/vx-grid/package.json @@ -1,6 +1,6 @@ { "name": "@vx/grid", - "version": "0.0.190", + "version": "0.0.192", "description": "vx grid", "sideEffects": false, "main": "lib/index.js", @@ -33,9 +33,9 @@ "react": "^15.0.0-0 || ^16.0.0-0" }, "dependencies": { - "@vx/group": "0.0.190", - "@vx/point": "0.0.189", - "@vx/shape": "0.0.190", + "@vx/group": "0.0.192", + "@vx/point": "0.0.192", + "@vx/shape": "0.0.192", "classnames": "^2.2.5", "prop-types": "^15.6.2" }, diff --git a/packages/vx-group/package.json b/packages/vx-group/package.json index e5e43c24a..44049364a 100644 --- a/packages/vx-group/package.json +++ b/packages/vx-group/package.json @@ -1,6 +1,6 @@ { "name": "@vx/group", - "version": "0.0.190", + "version": "0.0.192", "description": "vx group", "sideEffects": false, "main": "lib/index.js", diff --git a/packages/vx-heatmap/package.json b/packages/vx-heatmap/package.json index 06d2bd205..1cffebddf 100644 --- a/packages/vx-heatmap/package.json +++ b/packages/vx-heatmap/package.json @@ -1,6 +1,6 @@ { "name": "@vx/heatmap", - "version": "0.0.190", + "version": "0.0.192", "description": "vx heatmap", "sideEffects": false, "main": "lib/index.js", @@ -36,7 +36,7 @@ "react": "^15.0.0-0 || ^16.0.0-0" }, "dependencies": { - "@vx/group": "0.0.190", + "@vx/group": "0.0.192", "classnames": "^2.2.5", "prop-types": "^15.6.1" } diff --git a/packages/vx-hierarchy/package.json b/packages/vx-hierarchy/package.json index d9260ef7e..e04bb523c 100644 --- a/packages/vx-hierarchy/package.json +++ b/packages/vx-hierarchy/package.json @@ -1,6 +1,6 @@ { "name": "@vx/hierarchy", - "version": "0.0.190", + "version": "0.0.192", "description": "vx tree", "sideEffects": false, "main": "lib/index.js", @@ -33,7 +33,7 @@ "access": "public" }, "dependencies": { - "@vx/group": "0.0.190", + "@vx/group": "0.0.192", "classnames": "^2.2.5", "d3-hierarchy": "^1.1.4", "prop-types": "^15.6.1" diff --git a/packages/vx-legend/package.json b/packages/vx-legend/package.json index b01a0a57a..5a1c44618 100644 --- a/packages/vx-legend/package.json +++ b/packages/vx-legend/package.json @@ -1,6 +1,6 @@ { "name": "@vx/legend", - "version": "0.0.190", + "version": "0.0.192", "description": "vx legend", "sideEffects": false, "main": "lib/index.js", @@ -36,7 +36,7 @@ "access": "public" }, "dependencies": { - "@vx/group": "0.0.190", + "@vx/group": "0.0.192", "classnames": "^2.2.5", "prop-types": "^15.5.10" } diff --git a/packages/vx-marker/package.json b/packages/vx-marker/package.json index d3fd9eb13..fd7e46bf6 100644 --- a/packages/vx-marker/package.json +++ b/packages/vx-marker/package.json @@ -1,6 +1,6 @@ { "name": "@vx/marker", - "version": "0.0.190", + "version": "0.0.192", "description": "vx marker", "sideEffects": false, "main": "lib/index.js", @@ -30,8 +30,8 @@ }, "homepage": "https://github.com/hshoff/vx#readme", "dependencies": { - "@vx/group": "0.0.190", - "@vx/shape": "0.0.190", + "@vx/group": "0.0.192", + "@vx/shape": "0.0.192", "classnames": "^2.2.5", "prop-types": "^15.6.2" }, diff --git a/packages/vx-mock-data/package.json b/packages/vx-mock-data/package.json index 7252540c2..88ab848d8 100644 --- a/packages/vx-mock-data/package.json +++ b/packages/vx-mock-data/package.json @@ -1,6 +1,6 @@ { "name": "@vx/mock-data", - "version": "0.0.189", + "version": "0.0.192", "description": "vx mock data", "sideEffects": false, "main": "lib/index.js", diff --git a/packages/vx-network/package.json b/packages/vx-network/package.json index c6c3741b6..058fa1838 100644 --- a/packages/vx-network/package.json +++ b/packages/vx-network/package.json @@ -1,6 +1,6 @@ { "name": "@vx/network", - "version": "0.0.190", + "version": "0.0.192", "description": "vx network", "sideEffects": false, "repository": "https://github.com/hshoff/vx", @@ -22,7 +22,7 @@ "author": "@andyfang_dz", "license": "MIT", "dependencies": { - "@vx/group": "0.0.190", + "@vx/group": "0.0.192", "classnames": "^2.2.5", "d3-force": "^1.0.6", "prop-types": "^15.6.2" diff --git a/packages/vx-pattern/package.json b/packages/vx-pattern/package.json index cd9f5b13d..3607e3cb5 100644 --- a/packages/vx-pattern/package.json +++ b/packages/vx-pattern/package.json @@ -1,6 +1,6 @@ { "name": "@vx/pattern", - "version": "0.0.189", + "version": "0.0.192", "description": "vx pattern", "sideEffects": false, "main": "lib/index.js", diff --git a/packages/vx-point/package.json b/packages/vx-point/package.json index 3d21b8ba9..df59f63b2 100644 --- a/packages/vx-point/package.json +++ b/packages/vx-point/package.json @@ -1,6 +1,6 @@ { "name": "@vx/point", - "version": "0.0.189", + "version": "0.0.192", "description": "vx point", "sideEffects": false, "main": "lib/index.js", diff --git a/packages/vx-responsive/package.json b/packages/vx-responsive/package.json index 53f247b5d..f80ee1482 100644 --- a/packages/vx-responsive/package.json +++ b/packages/vx-responsive/package.json @@ -1,6 +1,6 @@ { "name": "@vx/responsive", - "version": "0.0.189", + "version": "0.0.192", "description": "vx responsive svg", "sideEffects": false, "main": "lib/index.js", diff --git a/packages/vx-scale/package.json b/packages/vx-scale/package.json index 0dd3588fa..18365f23e 100644 --- a/packages/vx-scale/package.json +++ b/packages/vx-scale/package.json @@ -1,6 +1,6 @@ { "name": "@vx/scale", - "version": "0.0.190", + "version": "0.0.192", "description": "vx scale", "sideEffects": false, "main": "lib/index.js", diff --git a/packages/vx-shape/package.json b/packages/vx-shape/package.json index 892f1e2ee..44789baf9 100644 --- a/packages/vx-shape/package.json +++ b/packages/vx-shape/package.json @@ -1,6 +1,6 @@ { "name": "@vx/shape", - "version": "0.0.190", + "version": "0.0.192", "description": "vx shape", "sideEffects": false, "main": "lib/index.js", @@ -23,9 +23,9 @@ "author": "@hshoff", "license": "MIT", "dependencies": { - "@vx/curve": "0.0.189", - "@vx/group": "0.0.190", - "@vx/point": "0.0.189", + "@vx/curve": "0.0.192", + "@vx/group": "0.0.192", + "@vx/point": "0.0.192", "classnames": "^2.2.5", "d3-path": "^1.0.5", "d3-shape": "^1.2.0", diff --git a/packages/vx-stats/package.json b/packages/vx-stats/package.json index e5e83701d..d0970a39f 100644 --- a/packages/vx-stats/package.json +++ b/packages/vx-stats/package.json @@ -1,6 +1,6 @@ { "name": "@vx/stats", - "version": "0.0.190", + "version": "0.0.192", "description": "vx stats box violin", "sideEffects": false, "main": "lib/index.js", @@ -30,8 +30,8 @@ }, "homepage": "https://github.com/hshoff/vx#readme", "dependencies": { - "@vx/group": "0.0.190", - "@vx/scale": "0.0.190", + "@vx/group": "0.0.192", + "@vx/scale": "0.0.192", "classnames": "^2.2.5", "d3-shape": "^1.2.0", "prop-types": "^15.5.10" diff --git a/packages/vx-text/package.json b/packages/vx-text/package.json index 5abfe1048..b495e0b7c 100644 --- a/packages/vx-text/package.json +++ b/packages/vx-text/package.json @@ -1,6 +1,6 @@ { "name": "@vx/text", - "version": "0.0.191", + "version": "0.0.192", "description": "vx text", "sideEffects": false, "main": "lib/index.js", diff --git a/packages/vx-threshold/package.json b/packages/vx-threshold/package.json index c4053e459..f117f953c 100644 --- a/packages/vx-threshold/package.json +++ b/packages/vx-threshold/package.json @@ -1,6 +1,6 @@ { "name": "@vx/threshold", - "version": "0.0.190", + "version": "0.0.192", "description": "vx threshold", "sideEffects": false, "main": "lib/index.js", @@ -23,8 +23,8 @@ "author": "@hshoff", "license": "MIT", "dependencies": { - "@vx/clip-path": "0.0.189", - "@vx/shape": "0.0.190", + "@vx/clip-path": "0.0.192", + "@vx/shape": "0.0.192", "classnames": "^2.2.5", "prop-types": "^15.5.10" }, diff --git a/packages/vx-tooltip/package.json b/packages/vx-tooltip/package.json index 7c80ed8a5..19747d3a9 100644 --- a/packages/vx-tooltip/package.json +++ b/packages/vx-tooltip/package.json @@ -1,6 +1,6 @@ { "name": "@vx/tooltip", - "version": "0.0.189", + "version": "0.0.192", "description": "vx tooltip", "sideEffects": false, "main": "lib/index.js", @@ -27,7 +27,7 @@ }, "homepage": "https://github.com/hshoff/vx#readme", "dependencies": { - "@vx/bounds": "0.0.189", + "@vx/bounds": "0.0.192", "classnames": "^2.2.5", "prop-types": "^15.5.10" }, diff --git a/packages/vx-voronoi/package.json b/packages/vx-voronoi/package.json index 60194d10d..4ec15164c 100644 --- a/packages/vx-voronoi/package.json +++ b/packages/vx-voronoi/package.json @@ -1,6 +1,6 @@ { "name": "@vx/voronoi", - "version": "0.0.190", + "version": "0.0.192", "description": "vx voronoi", "sideEffects": false, "main": "lib/index.js", @@ -33,7 +33,7 @@ "access": "public" }, "dependencies": { - "@vx/group": "0.0.190", + "@vx/group": "0.0.192", "classnames": "^2.2.5", "d3-voronoi": "^1.1.2", "prop-types": "^15.6.1" diff --git a/packages/vx-vx/package.json b/packages/vx-vx/package.json index 45cd26a07..67b2dede7 100644 --- a/packages/vx-vx/package.json +++ b/packages/vx-vx/package.json @@ -1,6 +1,6 @@ { "name": "@vx/vx", - "version": "0.0.191", + "version": "0.0.192", "description": "One stop install for all vx packages", "sideEffects": false, "main": "lib/index.js", @@ -33,34 +33,34 @@ "react": "^16.3.0-0" }, "dependencies": { - "@vx/annotation": "0.0.190", - "@vx/axis": "0.0.191", - "@vx/bounds": "0.0.189", - "@vx/boxplot": "0.0.190", - "@vx/brush": "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.190", - "@vx/glyph": "0.0.190", - "@vx/gradient": "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.190", - "@vx/pattern": "0.0.189", - "@vx/point": "0.0.189", - "@vx/responsive": "0.0.189", - "@vx/scale": "0.0.190", - "@vx/shape": "0.0.190", - "@vx/text": "0.0.191", - "@vx/tooltip": "0.0.189", - "@vx/voronoi": "0.0.190", - "@vx/zoom": "0.0.189" + "@vx/annotation": "0.0.192", + "@vx/axis": "0.0.192", + "@vx/bounds": "0.0.192", + "@vx/boxplot": "0.0.192", + "@vx/brush": "0.0.192", + "@vx/clip-path": "0.0.192", + "@vx/curve": "0.0.192", + "@vx/drag": "0.0.192", + "@vx/event": "0.0.192", + "@vx/geo": "0.0.192", + "@vx/glyph": "0.0.192", + "@vx/gradient": "0.0.192", + "@vx/grid": "0.0.192", + "@vx/group": "0.0.192", + "@vx/heatmap": "0.0.192", + "@vx/hierarchy": "0.0.192", + "@vx/legend": "0.0.192", + "@vx/marker": "0.0.192", + "@vx/mock-data": "0.0.192", + "@vx/network": "0.0.192", + "@vx/pattern": "0.0.192", + "@vx/point": "0.0.192", + "@vx/responsive": "0.0.192", + "@vx/scale": "0.0.192", + "@vx/shape": "0.0.192", + "@vx/text": "0.0.192", + "@vx/tooltip": "0.0.192", + "@vx/voronoi": "0.0.192", + "@vx/zoom": "0.0.192" } } diff --git a/packages/vx-zoom/package.json b/packages/vx-zoom/package.json index 658119d30..73ee3fca7 100644 --- a/packages/vx-zoom/package.json +++ b/packages/vx-zoom/package.json @@ -1,6 +1,6 @@ { "name": "@vx/zoom", - "version": "0.0.189", + "version": "0.0.192", "description": "vx zoom", "sideEffects": false, "main": "lib/index.js", @@ -36,7 +36,7 @@ "react": "^15.0.0-0 || ^16.0.0-0" }, "dependencies": { - "@vx/event": "0.0.189", + "@vx/event": "0.0.192", "prop-types": "^15.6.2" } }