Skip to content

Commit ed021d7

Browse files
author
github-actions
committed
v3.10.3
1 parent 2d411a3 commit ed021d7

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

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.2",
3+
"version": "3.10.3",
44
"description": "visx demo",
55
"repository": "https://github.com/airbnb/visx",
66
"scripts": {
@@ -50,7 +50,7 @@
5050
"@visx/group": "3.3.0",
5151
"@visx/heatmap": "3.3.0",
5252
"@visx/hierarchy": "3.3.0",
53-
"@visx/legend": "3.5.0",
53+
"@visx/legend": "3.10.3",
5454
"@visx/marker": "3.5.0",
5555
"@visx/mock-data": "3.3.0",
5656
"@visx/network": "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.2",
68+
"@visx/visx": "3.10.3",
6969
"@visx/voronoi": "3.3.0",
7070
"@visx/wordcloud": "3.3.0",
7171
"@visx/xychart": "3.10.2",

packages/visx-legend/package.json

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

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.2",
3+
"version": "3.10.3",
44
"description": "One stop install for all visx packages",
55
"sideEffects": false,
66
"main": "lib/index.js",
@@ -49,7 +49,7 @@
4949
"@visx/group": "3.3.0",
5050
"@visx/heatmap": "3.3.0",
5151
"@visx/hierarchy": "3.3.0",
52-
"@visx/legend": "3.5.0",
52+
"@visx/legend": "3.10.3",
5353
"@visx/marker": "3.5.0",
5454
"@visx/mock-data": "3.3.0",
5555
"@visx/network": "3.3.0",

0 commit comments

Comments
 (0)