Skip to content

Commit

Permalink
v1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
williaster committed Jan 11, 2021
1 parent ad43f17 commit 6cd86b6
Show file tree
Hide file tree
Showing 15 changed files with 56 additions and 56 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": "1.3.0",
"version": "1.4.0",
"command": {
"publish": {
"allowBranch": "master"
Expand Down
4 changes: 2 additions & 2 deletions packages/visx-annotation/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@visx/annotation",
"version": "1.3.0",
"version": "1.4.0",
"description": "visx annotation",
"sideEffects": false,
"main": "lib/index.js",
Expand Down Expand Up @@ -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",
Expand Down
6 changes: 3 additions & 3 deletions packages/visx-axis/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@visx/axis",
"version": "1.3.0",
"version": "1.4.0",
"description": "visx axis",
"sideEffects": false,
"main": "lib/index.js",
Expand Down Expand Up @@ -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"
Expand Down
6 changes: 3 additions & 3 deletions packages/visx-brush/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@visx/brush",
"version": "1.3.0",
"version": "1.4.0",
"description": "visx brush",
"sideEffects": false,
"main": "lib/index.js",
Expand Down Expand Up @@ -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"
}
}
26 changes: 13 additions & 13 deletions packages/visx-demo/package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down Expand Up @@ -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",
Expand All @@ -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",
Expand Down
6 changes: 3 additions & 3 deletions packages/visx-grid/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@visx/grid",
"version": "1.3.0",
"version": "1.4.0",
"description": "visx grid",
"sideEffects": false,
"main": "lib/index.js",
Expand Down Expand Up @@ -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"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/visx-legend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@visx/legend",
"version": "1.3.0",
"version": "1.4.0",
"description": "visx legend",
"sideEffects": false,
"main": "lib/index.js",
Expand Down Expand Up @@ -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"
}
Expand Down
4 changes: 2 additions & 2 deletions packages/visx-marker/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@visx/marker",
"version": "1.3.0",
"version": "1.4.0",
"description": "visx marker",
"sideEffects": false,
"main": "lib/index.js",
Expand Down Expand Up @@ -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"
},
Expand Down
8 changes: 4 additions & 4 deletions packages/visx-react-spring/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion packages/visx-scale/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@visx/scale",
"version": "1.3.0",
"version": "1.4.0",
"description": "visx scale",
"sideEffects": false,
"main": "lib/index.js",
Expand Down
4 changes: 2 additions & 2 deletions packages/visx-shape/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@visx/shape",
"version": "1.3.0",
"version": "1.4.0",
"description": "visx shape",
"sideEffects": false,
"main": "lib/index.js",
Expand Down Expand Up @@ -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",
Expand Down
4 changes: 2 additions & 2 deletions packages/visx-stats/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down Expand Up @@ -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"
Expand Down
4 changes: 2 additions & 2 deletions packages/visx-threshold/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@visx/threshold",
"version": "1.3.0",
"version": "1.4.0",
"description": "visx threshold",
"sideEffects": false,
"main": "lib/index.js",
Expand All @@ -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"
},
Expand Down
18 changes: 9 additions & 9 deletions packages/visx-visx/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down Expand Up @@ -33,30 +33,30 @@
"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",
"@visx/event": "1.3.0",
"@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",
Expand Down
14 changes: 7 additions & 7 deletions packages/visx-xychart/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down Expand Up @@ -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",
Expand Down

0 comments on commit 6cd86b6

Please sign in to comment.