Skip to content

Commit

Permalink
v3.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Jul 11, 2023
1 parent 7324fcd commit cb0efd7
Show file tree
Hide file tree
Showing 39 changed files with 167 additions and 167 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"packages": [
"packages/*"
],
"version": "3.2.1",
"version": "3.3.0",
"command": {
"publish": {
"allowBranch": "master"
Expand Down
8 changes: 4 additions & 4 deletions packages/visx-annotation/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@visx/annotation",
"version": "3.0.1",
"version": "3.3.0",
"description": "visx annotation",
"sideEffects": false,
"main": "lib/index.js",
Expand Down Expand Up @@ -32,9 +32,9 @@
},
"dependencies": {
"@types/react": "*",
"@visx/drag": "3.0.1",
"@visx/group": "3.0.0",
"@visx/text": "3.0.0",
"@visx/drag": "3.3.0",
"@visx/group": "3.3.0",
"@visx/text": "3.3.0",
"classnames": "^2.3.1",
"prop-types": "^15.5.10",
"react-use-measure": "^2.0.4"
Expand Down
12 changes: 6 additions & 6 deletions packages/visx-axis/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@visx/axis",
"version": "3.2.0",
"version": "3.3.0",
"description": "visx axis",
"sideEffects": false,
"main": "lib/index.js",
Expand Down Expand Up @@ -29,11 +29,11 @@
"homepage": "https://github.com/airbnb/visx#readme",
"dependencies": {
"@types/react": "*",
"@visx/group": "3.0.0",
"@visx/point": "3.0.1",
"@visx/scale": "3.2.0",
"@visx/shape": "3.2.0",
"@visx/text": "3.0.0",
"@visx/group": "3.3.0",
"@visx/point": "3.3.0",
"@visx/scale": "3.3.0",
"@visx/shape": "3.3.0",
"@visx/text": "3.3.0",
"classnames": "^2.3.1",
"prop-types": "^15.6.0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/visx-bounds/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@visx/bounds",
"version": "3.0.0",
"version": "3.3.0",
"description": "Utilities to make your life with bounding boxes better",
"sideEffects": false,
"main": "lib/index.js",
Expand Down
12 changes: 6 additions & 6 deletions packages/visx-brush/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@visx/brush",
"version": "3.2.0",
"version": "3.3.0",
"description": "visx brush",
"sideEffects": false,
"main": "lib/index.js",
Expand Down Expand Up @@ -33,11 +33,11 @@
"react": "^16.0.0-0 || ^17.0.0-0 || ^18.0.0-0"
},
"dependencies": {
"@visx/drag": "3.0.1",
"@visx/event": "3.0.1",
"@visx/group": "3.0.0",
"@visx/scale": "3.2.0",
"@visx/shape": "3.2.0",
"@visx/drag": "3.3.0",
"@visx/event": "3.3.0",
"@visx/group": "3.3.0",
"@visx/scale": "3.3.0",
"@visx/shape": "3.3.0",
"classnames": "^2.3.1",
"prop-types": "^15.6.1"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/visx-chord/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@visx/chord",
"version": "3.0.0",
"version": "3.3.0",
"description": "visx group",
"sideEffects": false,
"main": "lib/index.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/visx-clip-path/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@visx/clip-path",
"version": "3.0.0",
"version": "3.3.0",
"description": "visx clip-path",
"sideEffects": false,
"main": "lib/index.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/visx-curve/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@visx/curve",
"version": "3.0.0",
"version": "3.3.0",
"description": "visx curve",
"sideEffects": false,
"main": "lib/index.js",
Expand Down
4 changes: 2 additions & 2 deletions packages/visx-delaunay/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@visx/delaunay",
"version": "1.0.0",
"version": "3.3.0",
"description": "visx delaunay",
"sideEffects": false,
"main": "lib/index.js",
Expand Down Expand Up @@ -32,7 +32,7 @@
},
"dependencies": {
"@types/react": "*",
"@visx/vendor": "3.2.0",
"@visx/vendor": "3.3.0",
"classnames": "^2.3.1",
"prop-types": "^15.6.1"
},
Expand Down
76 changes: 38 additions & 38 deletions packages/visx-demo/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@visx/demo",
"version": "3.2.1",
"version": "3.3.0",
"description": "visx demo",
"repository": "https://github.com/airbnb/visx",
"scripts": {
Expand Down Expand Up @@ -33,43 +33,43 @@
"@types/d3-scale-chromatic": "^1.3.1",
"@types/nprogress": "^0.2.0",
"@types/prismjs": "^1.16.0",
"@visx/annotation": "3.0.1",
"@visx/axis": "3.2.0",
"@visx/bounds": "3.0.0",
"@visx/brush": "3.2.0",
"@visx/chord": "3.0.0",
"@visx/clip-path": "3.0.0",
"@visx/curve": "3.0.0",
"@visx/delaunay": "1.0.0",
"@visx/drag": "3.0.1",
"@visx/event": "3.0.1",
"@visx/geo": "3.0.0",
"@visx/glyph": "3.0.0",
"@visx/gradient": "3.0.0",
"@visx/grid": "3.2.0",
"@visx/group": "3.0.0",
"@visx/heatmap": "3.0.0",
"@visx/hierarchy": "3.0.0",
"@visx/legend": "3.2.0",
"@visx/marker": "3.2.0",
"@visx/mock-data": "3.0.0",
"@visx/network": "3.0.0",
"@visx/pattern": "3.0.0",
"@visx/point": "3.0.1",
"@visx/react-spring": "3.2.0",
"@visx/responsive": "3.0.0",
"@visx/scale": "3.2.0",
"@visx/shape": "3.2.0",
"@visx/stats": "3.2.0",
"@visx/text": "3.0.0",
"@visx/threshold": "3.2.0",
"@visx/tooltip": "3.1.2",
"@visx/vendor": "3.2.0",
"@visx/visx": "3.2.1",
"@visx/voronoi": "3.0.0",
"@visx/wordcloud": "3.0.0",
"@visx/xychart": "3.2.1",
"@visx/zoom": "3.1.3",
"@visx/annotation": "3.3.0",
"@visx/axis": "3.3.0",
"@visx/bounds": "3.3.0",
"@visx/brush": "3.3.0",
"@visx/chord": "3.3.0",
"@visx/clip-path": "3.3.0",
"@visx/curve": "3.3.0",
"@visx/delaunay": "3.3.0",
"@visx/drag": "3.3.0",
"@visx/event": "3.3.0",
"@visx/geo": "3.3.0",
"@visx/glyph": "3.3.0",
"@visx/gradient": "3.3.0",
"@visx/grid": "3.3.0",
"@visx/group": "3.3.0",
"@visx/heatmap": "3.3.0",
"@visx/hierarchy": "3.3.0",
"@visx/legend": "3.3.0",
"@visx/marker": "3.3.0",
"@visx/mock-data": "3.3.0",
"@visx/network": "3.3.0",
"@visx/pattern": "3.3.0",
"@visx/point": "3.3.0",
"@visx/react-spring": "3.3.0",
"@visx/responsive": "3.3.0",
"@visx/scale": "3.3.0",
"@visx/shape": "3.3.0",
"@visx/stats": "3.3.0",
"@visx/text": "3.3.0",
"@visx/threshold": "3.3.0",
"@visx/tooltip": "3.3.0",
"@visx/vendor": "3.3.0",
"@visx/visx": "3.3.0",
"@visx/voronoi": "3.3.0",
"@visx/wordcloud": "3.3.0",
"@visx/xychart": "3.3.0",
"@visx/zoom": "3.3.0",
"@zeit/next-css": "^1.0.1",
"babel-loader": "^8.2.2",
"classnames": "^2.3.1",
Expand Down
6 changes: 3 additions & 3 deletions packages/visx-drag/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@visx/drag",
"version": "3.0.1",
"version": "3.3.0",
"description": "visx drag",
"sideEffects": false,
"main": "lib/index.js",
Expand Down Expand Up @@ -35,8 +35,8 @@
},
"dependencies": {
"@types/react": "*",
"@visx/event": "3.0.1",
"@visx/point": "3.0.1",
"@visx/event": "3.3.0",
"@visx/point": "3.3.0",
"prop-types": "^15.5.10"
}
}
4 changes: 2 additions & 2 deletions packages/visx-event/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@visx/event",
"version": "3.0.1",
"version": "3.3.0",
"description": "visx event",
"sideEffects": false,
"main": "lib/index.js",
Expand Down Expand Up @@ -32,6 +32,6 @@
},
"dependencies": {
"@types/react": "*",
"@visx/point": "3.0.1"
"@visx/point": "3.3.0"
}
}
4 changes: 2 additions & 2 deletions packages/visx-geo/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@visx/geo",
"version": "3.0.0",
"version": "3.3.0",
"description": "visx geo",
"sideEffects": false,
"main": "lib/index.js",
Expand Down Expand Up @@ -32,7 +32,7 @@
"@types/d3-geo": "^1.11.1",
"@types/geojson": "*",
"@types/react": "*",
"@visx/group": "3.0.0",
"@visx/group": "3.3.0",
"classnames": "^2.3.1",
"d3-geo": "^1.11.3",
"prop-types": "^15.5.10"
Expand Down
4 changes: 2 additions & 2 deletions packages/visx-glyph/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@visx/glyph",
"version": "3.0.0",
"version": "3.3.0",
"description": "visx glyph",
"sideEffects": false,
"main": "lib/index.js",
Expand Down Expand Up @@ -36,7 +36,7 @@
"dependencies": {
"@types/d3-shape": "^1.3.1",
"@types/react": "*",
"@visx/group": "3.0.0",
"@visx/group": "3.3.0",
"classnames": "^2.3.1",
"d3-shape": "^1.2.0",
"prop-types": "^15.6.2"
Expand Down
2 changes: 1 addition & 1 deletion packages/visx-gradient/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@visx/gradient",
"version": "3.0.0",
"version": "3.3.0",
"description": "visx gradient",
"sideEffects": false,
"main": "lib/index.js",
Expand Down
12 changes: 6 additions & 6 deletions packages/visx-grid/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@visx/grid",
"version": "3.2.0",
"version": "3.3.0",
"description": "visx grid",
"sideEffects": false,
"main": "lib/index.js",
Expand Down Expand Up @@ -32,11 +32,11 @@
},
"dependencies": {
"@types/react": "*",
"@visx/curve": "3.0.0",
"@visx/group": "3.0.0",
"@visx/point": "3.0.1",
"@visx/scale": "3.2.0",
"@visx/shape": "3.2.0",
"@visx/curve": "3.3.0",
"@visx/group": "3.3.0",
"@visx/point": "3.3.0",
"@visx/scale": "3.3.0",
"@visx/shape": "3.3.0",
"classnames": "^2.3.1",
"prop-types": "^15.6.2"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/visx-group/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@visx/group",
"version": "3.0.0",
"version": "3.3.0",
"description": "visx group",
"sideEffects": false,
"main": "lib/index.js",
Expand Down
4 changes: 2 additions & 2 deletions packages/visx-heatmap/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@visx/heatmap",
"version": "3.0.0",
"version": "3.3.0",
"description": "visx heatmap",
"sideEffects": false,
"main": "lib/index.js",
Expand Down Expand Up @@ -35,7 +35,7 @@
},
"dependencies": {
"@types/react": "*",
"@visx/group": "3.0.0",
"@visx/group": "3.3.0",
"classnames": "^2.3.1",
"prop-types": "^15.6.1"
}
Expand Down
4 changes: 2 additions & 2 deletions packages/visx-hierarchy/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@visx/hierarchy",
"version": "3.0.0",
"version": "3.3.0",
"description": "visx tree",
"sideEffects": false,
"main": "lib/index.js",
Expand Down Expand Up @@ -33,7 +33,7 @@
"dependencies": {
"@types/d3-hierarchy": "^1.1.6",
"@types/react": "*",
"@visx/group": "3.0.0",
"@visx/group": "3.3.0",
"classnames": "^2.3.1",
"d3-hierarchy": "^1.1.4",
"prop-types": "^15.6.1"
Expand Down
6 changes: 3 additions & 3 deletions packages/visx-legend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@visx/legend",
"version": "3.2.0",
"version": "3.3.0",
"description": "visx legend",
"sideEffects": false,
"main": "lib/index.js",
Expand Down Expand Up @@ -35,8 +35,8 @@
},
"dependencies": {
"@types/react": "*",
"@visx/group": "3.0.0",
"@visx/scale": "3.2.0",
"@visx/group": "3.3.0",
"@visx/scale": "3.3.0",
"classnames": "^2.3.1",
"prop-types": "^15.5.10"
}
Expand Down
6 changes: 3 additions & 3 deletions packages/visx-marker/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@visx/marker",
"version": "3.2.0",
"version": "3.3.0",
"description": "visx marker",
"sideEffects": false,
"main": "lib/index.js",
Expand Down Expand Up @@ -29,8 +29,8 @@
"homepage": "https://github.com/airbnb/visx#readme",
"dependencies": {
"@types/react": "*",
"@visx/group": "3.0.0",
"@visx/shape": "3.2.0",
"@visx/group": "3.3.0",
"@visx/shape": "3.3.0",
"classnames": "^2.3.1",
"prop-types": "^15.6.2"
},
Expand Down
Loading

0 comments on commit cb0efd7

Please sign in to comment.