Skip to content

Commit

Permalink
v3.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Nov 7, 2024
1 parent b7952e4 commit 4aa0fde
Show file tree
Hide file tree
Showing 40 changed files with 172 additions and 172 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.11.0",
"version": "3.12.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.3.0",
"version": "3.12.0",
"description": "visx annotation",
"sideEffects": false,
"main": "lib/index.js",
Expand Down Expand Up @@ -32,9 +32,9 @@
},
"dependencies": {
"@types/react": "*",
"@visx/drag": "3.3.0",
"@visx/group": "3.3.0",
"@visx/text": "3.3.0",
"@visx/drag": "3.12.0",
"@visx/group": "3.12.0",
"@visx/text": "3.12.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.10.1",
"version": "3.12.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.3.0",
"@visx/point": "3.3.0",
"@visx/scale": "3.5.0",
"@visx/shape": "3.5.0",
"@visx/text": "3.3.0",
"@visx/group": "3.12.0",
"@visx/point": "3.12.0",
"@visx/scale": "3.12.0",
"@visx/shape": "3.12.0",
"@visx/text": "3.12.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.3.0",
"version": "3.12.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.10.4",
"version": "3.12.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.3.0",
"@visx/event": "3.3.0",
"@visx/group": "3.3.0",
"@visx/scale": "3.5.0",
"@visx/shape": "3.5.0",
"@visx/drag": "3.12.0",
"@visx/event": "3.12.0",
"@visx/group": "3.12.0",
"@visx/scale": "3.12.0",
"@visx/shape": "3.12.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.3.0",
"version": "3.12.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.3.0",
"version": "3.12.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.3.0",
"version": "3.12.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": "3.5.0",
"version": "3.12.0",
"description": "visx delaunay",
"sideEffects": false,
"main": "lib/index.js",
Expand Down Expand Up @@ -32,7 +32,7 @@
},
"dependencies": {
"@types/react": "*",
"@visx/vendor": "3.5.0",
"@visx/vendor": "3.12.0",
"classnames": "^2.3.1",
"prop-types": "^15.6.1"
},
Expand Down
78 changes: 39 additions & 39 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.11.0",
"version": "3.12.0",
"description": "visx demo",
"repository": "https://github.com/airbnb/visx",
"scripts": {
Expand Down Expand Up @@ -33,44 +33,44 @@
"@types/d3-scale-chromatic": "^1.3.1",
"@types/nprogress": "^0.2.0",
"@types/prismjs": "^1.16.0",
"@visx/annotation": "3.3.0",
"@visx/axis": "3.10.1",
"@visx/bounds": "3.3.0",
"@visx/brush": "3.10.4",
"@visx/chord": "3.3.0",
"@visx/clip-path": "3.3.0",
"@visx/curve": "3.3.0",
"@visx/delaunay": "3.5.0",
"@visx/drag": "3.3.0",
"@visx/event": "3.3.0",
"@visx/geo": "3.5.0",
"@visx/glyph": "3.3.0",
"@visx/gradient": "3.3.0",
"@visx/grid": "3.5.0",
"@visx/group": "3.3.0",
"@visx/heatmap": "3.3.0",
"@visx/hierarchy": "3.3.0",
"@visx/legend": "3.10.3",
"@visx/marker": "3.5.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.10.1",
"@visx/responsive": "3.10.2",
"@visx/sankey": "1.0.0",
"@visx/scale": "3.5.0",
"@visx/shape": "3.5.0",
"@visx/stats": "3.5.0",
"@visx/text": "3.3.0",
"@visx/threshold": "3.5.0",
"@visx/tooltip": "3.3.0",
"@visx/vendor": "3.5.0",
"@visx/visx": "3.11.0",
"@visx/voronoi": "3.3.0",
"@visx/wordcloud": "3.3.0",
"@visx/xychart": "3.11.0",
"@visx/zoom": "3.3.0",
"@visx/annotation": "3.12.0",
"@visx/axis": "3.12.0",
"@visx/bounds": "3.12.0",
"@visx/brush": "3.12.0",
"@visx/chord": "3.12.0",
"@visx/clip-path": "3.12.0",
"@visx/curve": "3.12.0",
"@visx/delaunay": "3.12.0",
"@visx/drag": "3.12.0",
"@visx/event": "3.12.0",
"@visx/geo": "3.12.0",
"@visx/glyph": "3.12.0",
"@visx/gradient": "3.12.0",
"@visx/grid": "3.12.0",
"@visx/group": "3.12.0",
"@visx/heatmap": "3.12.0",
"@visx/hierarchy": "3.12.0",
"@visx/legend": "3.12.0",
"@visx/marker": "3.12.0",
"@visx/mock-data": "3.12.0",
"@visx/network": "3.12.0",
"@visx/pattern": "3.12.0",
"@visx/point": "3.12.0",
"@visx/react-spring": "3.12.0",
"@visx/responsive": "3.12.0",
"@visx/sankey": "3.12.0",
"@visx/scale": "3.12.0",
"@visx/shape": "3.12.0",
"@visx/stats": "3.12.0",
"@visx/text": "3.12.0",
"@visx/threshold": "3.12.0",
"@visx/tooltip": "3.12.0",
"@visx/vendor": "3.12.0",
"@visx/visx": "3.12.0",
"@visx/voronoi": "3.12.0",
"@visx/wordcloud": "3.12.0",
"@visx/xychart": "3.12.0",
"@visx/zoom": "3.12.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.3.0",
"version": "3.12.0",
"description": "visx drag",
"sideEffects": false,
"main": "lib/index.js",
Expand Down Expand Up @@ -35,8 +35,8 @@
},
"dependencies": {
"@types/react": "*",
"@visx/event": "3.3.0",
"@visx/point": "3.3.0",
"@visx/event": "3.12.0",
"@visx/point": "3.12.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.3.0",
"version": "3.12.0",
"description": "visx event",
"sideEffects": false,
"main": "lib/index.js",
Expand Down Expand Up @@ -32,6 +32,6 @@
},
"dependencies": {
"@types/react": "*",
"@visx/point": "3.3.0"
"@visx/point": "3.12.0"
}
}
6 changes: 3 additions & 3 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.5.0",
"version": "3.12.0",
"description": "visx geo",
"sideEffects": false,
"main": "lib/index.js",
Expand Down Expand Up @@ -31,8 +31,8 @@
"dependencies": {
"@types/geojson": "*",
"@types/react": "*",
"@visx/group": "3.3.0",
"@visx/vendor": "3.5.0",
"@visx/group": "3.12.0",
"@visx/vendor": "3.12.0",
"classnames": "^2.3.1",
"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.3.0",
"version": "3.12.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.3.0",
"@visx/group": "3.12.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.3.0",
"version": "3.12.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.5.0",
"version": "3.12.0",
"description": "visx grid",
"sideEffects": false,
"main": "lib/index.js",
Expand Down Expand Up @@ -32,11 +32,11 @@
},
"dependencies": {
"@types/react": "*",
"@visx/curve": "3.3.0",
"@visx/group": "3.3.0",
"@visx/point": "3.3.0",
"@visx/scale": "3.5.0",
"@visx/shape": "3.5.0",
"@visx/curve": "3.12.0",
"@visx/group": "3.12.0",
"@visx/point": "3.12.0",
"@visx/scale": "3.12.0",
"@visx/shape": "3.12.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.3.0",
"version": "3.12.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.3.0",
"version": "3.12.0",
"description": "visx heatmap",
"sideEffects": false,
"main": "lib/index.js",
Expand Down Expand Up @@ -35,7 +35,7 @@
},
"dependencies": {
"@types/react": "*",
"@visx/group": "3.3.0",
"@visx/group": "3.12.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.3.0",
"version": "3.12.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.3.0",
"@visx/group": "3.12.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.10.3",
"version": "3.12.0",
"description": "visx legend",
"sideEffects": false,
"main": "lib/index.js",
Expand Down Expand Up @@ -35,8 +35,8 @@
},
"dependencies": {
"@types/react": "*",
"@visx/group": "3.3.0",
"@visx/scale": "3.5.0",
"@visx/group": "3.12.0",
"@visx/scale": "3.12.0",
"classnames": "^2.3.1",
"prop-types": "^15.5.10"
}
Expand Down
Loading

0 comments on commit 4aa0fde

Please sign in to comment.