Skip to content

Commit 7c79845

Browse files
author
github-actions
committed
v3.10.4
1 parent 04e25d8 commit 7c79845

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
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.10.3",
5+
"version": "3.10.4",
66
"command": {
77
"publish": {
88
"allowBranch": "master"

packages/visx-brush/package.json

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

packages/visx-demo/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@visx/demo",
3-
"version": "3.10.3",
3+
"version": "3.10.4",
44
"description": "visx demo",
55
"repository": "https://github.com/airbnb/visx",
66
"scripts": {
@@ -36,7 +36,7 @@
3636
"@visx/annotation": "3.3.0",
3737
"@visx/axis": "3.10.1",
3838
"@visx/bounds": "3.3.0",
39-
"@visx/brush": "3.6.1",
39+
"@visx/brush": "3.10.4",
4040
"@visx/chord": "3.3.0",
4141
"@visx/clip-path": "3.3.0",
4242
"@visx/curve": "3.3.0",
@@ -65,7 +65,7 @@
6565
"@visx/threshold": "3.5.0",
6666
"@visx/tooltip": "3.3.0",
6767
"@visx/vendor": "3.5.0",
68-
"@visx/visx": "3.10.3",
68+
"@visx/visx": "3.10.4",
6969
"@visx/voronoi": "3.3.0",
7070
"@visx/wordcloud": "3.3.0",
7171
"@visx/xychart": "3.10.2",

packages/visx-visx/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@visx/visx",
3-
"version": "3.10.3",
3+
"version": "3.10.4",
44
"description": "One stop install for all visx packages",
55
"sideEffects": false,
66
"main": "lib/index.js",
@@ -36,7 +36,7 @@
3636
"@visx/annotation": "3.3.0",
3737
"@visx/axis": "3.10.1",
3838
"@visx/bounds": "3.3.0",
39-
"@visx/brush": "3.6.1",
39+
"@visx/brush": "3.10.4",
4040
"@visx/clip-path": "3.3.0",
4141
"@visx/curve": "3.3.0",
4242
"@visx/delaunay": "3.5.0",

0 commit comments

Comments
 (0)