Skip to content

Commit 4aa0fde

Browse files
author
github-actions
committed
v3.12.0
1 parent b7952e4 commit 4aa0fde

File tree

40 files changed

+172
-172
lines changed

40 files changed

+172
-172
lines changed

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"packages": [
33
"packages/*"
44
],
5-
"version": "3.11.0",
5+
"version": "3.12.0",
66
"command": {
77
"publish": {
88
"allowBranch": "master"

packages/visx-annotation/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@visx/annotation",
3-
"version": "3.3.0",
3+
"version": "3.12.0",
44
"description": "visx annotation",
55
"sideEffects": false,
66
"main": "lib/index.js",
@@ -32,9 +32,9 @@
3232
},
3333
"dependencies": {
3434
"@types/react": "*",
35-
"@visx/drag": "3.3.0",
36-
"@visx/group": "3.3.0",
37-
"@visx/text": "3.3.0",
35+
"@visx/drag": "3.12.0",
36+
"@visx/group": "3.12.0",
37+
"@visx/text": "3.12.0",
3838
"classnames": "^2.3.1",
3939
"prop-types": "^15.5.10",
4040
"react-use-measure": "^2.0.4"

packages/visx-axis/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@visx/axis",
3-
"version": "3.10.1",
3+
"version": "3.12.0",
44
"description": "visx axis",
55
"sideEffects": false,
66
"main": "lib/index.js",
@@ -29,11 +29,11 @@
2929
"homepage": "https://github.com/airbnb/visx#readme",
3030
"dependencies": {
3131
"@types/react": "*",
32-
"@visx/group": "3.3.0",
33-
"@visx/point": "3.3.0",
34-
"@visx/scale": "3.5.0",
35-
"@visx/shape": "3.5.0",
36-
"@visx/text": "3.3.0",
32+
"@visx/group": "3.12.0",
33+
"@visx/point": "3.12.0",
34+
"@visx/scale": "3.12.0",
35+
"@visx/shape": "3.12.0",
36+
"@visx/text": "3.12.0",
3737
"classnames": "^2.3.1",
3838
"prop-types": "^15.6.0"
3939
},

packages/visx-bounds/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@visx/bounds",
3-
"version": "3.3.0",
3+
"version": "3.12.0",
44
"description": "Utilities to make your life with bounding boxes better",
55
"sideEffects": false,
66
"main": "lib/index.js",

packages/visx-brush/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@visx/brush",
3-
"version": "3.10.4",
3+
"version": "3.12.0",
44
"description": "visx brush",
55
"sideEffects": false,
66
"main": "lib/index.js",
@@ -33,11 +33,11 @@
3333
"react": "^16.0.0-0 || ^17.0.0-0 || ^18.0.0-0"
3434
},
3535
"dependencies": {
36-
"@visx/drag": "3.3.0",
37-
"@visx/event": "3.3.0",
38-
"@visx/group": "3.3.0",
39-
"@visx/scale": "3.5.0",
40-
"@visx/shape": "3.5.0",
36+
"@visx/drag": "3.12.0",
37+
"@visx/event": "3.12.0",
38+
"@visx/group": "3.12.0",
39+
"@visx/scale": "3.12.0",
40+
"@visx/shape": "3.12.0",
4141
"classnames": "^2.3.1",
4242
"prop-types": "^15.6.1"
4343
}

packages/visx-chord/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@visx/chord",
3-
"version": "3.3.0",
3+
"version": "3.12.0",
44
"description": "visx group",
55
"sideEffects": false,
66
"main": "lib/index.js",

packages/visx-clip-path/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@visx/clip-path",
3-
"version": "3.3.0",
3+
"version": "3.12.0",
44
"description": "visx clip-path",
55
"sideEffects": false,
66
"main": "lib/index.js",

packages/visx-curve/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@visx/curve",
3-
"version": "3.3.0",
3+
"version": "3.12.0",
44
"description": "visx curve",
55
"sideEffects": false,
66
"main": "lib/index.js",

packages/visx-delaunay/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@visx/delaunay",
3-
"version": "3.5.0",
3+
"version": "3.12.0",
44
"description": "visx delaunay",
55
"sideEffects": false,
66
"main": "lib/index.js",
@@ -32,7 +32,7 @@
3232
},
3333
"dependencies": {
3434
"@types/react": "*",
35-
"@visx/vendor": "3.5.0",
35+
"@visx/vendor": "3.12.0",
3636
"classnames": "^2.3.1",
3737
"prop-types": "^15.6.1"
3838
},

packages/visx-demo/package.json

Lines changed: 39 additions & 39 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@visx/demo",
3-
"version": "3.11.0",
3+
"version": "3.12.0",
44
"description": "visx demo",
55
"repository": "https://github.com/airbnb/visx",
66
"scripts": {
@@ -33,44 +33,44 @@
3333
"@types/d3-scale-chromatic": "^1.3.1",
3434
"@types/nprogress": "^0.2.0",
3535
"@types/prismjs": "^1.16.0",
36-
"@visx/annotation": "3.3.0",
37-
"@visx/axis": "3.10.1",
38-
"@visx/bounds": "3.3.0",
39-
"@visx/brush": "3.10.4",
40-
"@visx/chord": "3.3.0",
41-
"@visx/clip-path": "3.3.0",
42-
"@visx/curve": "3.3.0",
43-
"@visx/delaunay": "3.5.0",
44-
"@visx/drag": "3.3.0",
45-
"@visx/event": "3.3.0",
46-
"@visx/geo": "3.5.0",
47-
"@visx/glyph": "3.3.0",
48-
"@visx/gradient": "3.3.0",
49-
"@visx/grid": "3.5.0",
50-
"@visx/group": "3.3.0",
51-
"@visx/heatmap": "3.3.0",
52-
"@visx/hierarchy": "3.3.0",
53-
"@visx/legend": "3.10.3",
54-
"@visx/marker": "3.5.0",
55-
"@visx/mock-data": "3.3.0",
56-
"@visx/network": "3.3.0",
57-
"@visx/pattern": "3.3.0",
58-
"@visx/point": "3.3.0",
59-
"@visx/react-spring": "3.10.1",
60-
"@visx/responsive": "3.10.2",
61-
"@visx/sankey": "1.0.0",
62-
"@visx/scale": "3.5.0",
63-
"@visx/shape": "3.5.0",
64-
"@visx/stats": "3.5.0",
65-
"@visx/text": "3.3.0",
66-
"@visx/threshold": "3.5.0",
67-
"@visx/tooltip": "3.3.0",
68-
"@visx/vendor": "3.5.0",
69-
"@visx/visx": "3.11.0",
70-
"@visx/voronoi": "3.3.0",
71-
"@visx/wordcloud": "3.3.0",
72-
"@visx/xychart": "3.11.0",
73-
"@visx/zoom": "3.3.0",
36+
"@visx/annotation": "3.12.0",
37+
"@visx/axis": "3.12.0",
38+
"@visx/bounds": "3.12.0",
39+
"@visx/brush": "3.12.0",
40+
"@visx/chord": "3.12.0",
41+
"@visx/clip-path": "3.12.0",
42+
"@visx/curve": "3.12.0",
43+
"@visx/delaunay": "3.12.0",
44+
"@visx/drag": "3.12.0",
45+
"@visx/event": "3.12.0",
46+
"@visx/geo": "3.12.0",
47+
"@visx/glyph": "3.12.0",
48+
"@visx/gradient": "3.12.0",
49+
"@visx/grid": "3.12.0",
50+
"@visx/group": "3.12.0",
51+
"@visx/heatmap": "3.12.0",
52+
"@visx/hierarchy": "3.12.0",
53+
"@visx/legend": "3.12.0",
54+
"@visx/marker": "3.12.0",
55+
"@visx/mock-data": "3.12.0",
56+
"@visx/network": "3.12.0",
57+
"@visx/pattern": "3.12.0",
58+
"@visx/point": "3.12.0",
59+
"@visx/react-spring": "3.12.0",
60+
"@visx/responsive": "3.12.0",
61+
"@visx/sankey": "3.12.0",
62+
"@visx/scale": "3.12.0",
63+
"@visx/shape": "3.12.0",
64+
"@visx/stats": "3.12.0",
65+
"@visx/text": "3.12.0",
66+
"@visx/threshold": "3.12.0",
67+
"@visx/tooltip": "3.12.0",
68+
"@visx/vendor": "3.12.0",
69+
"@visx/visx": "3.12.0",
70+
"@visx/voronoi": "3.12.0",
71+
"@visx/wordcloud": "3.12.0",
72+
"@visx/xychart": "3.12.0",
73+
"@visx/zoom": "3.12.0",
7474
"@zeit/next-css": "^1.0.1",
7575
"babel-loader": "^8.2.2",
7676
"classnames": "^2.3.1",

0 commit comments

Comments
 (0)