Skip to content

Commit

Permalink
v3.10.3
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed May 20, 2024
1 parent 2d411a3 commit ed021d7
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 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.10.2",
"version": "3.10.3",
"command": {
"publish": {
"allowBranch": "master"
Expand Down
6 changes: 3 additions & 3 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.10.2",
"version": "3.10.3",
"description": "visx demo",
"repository": "https://github.com/airbnb/visx",
"scripts": {
Expand Down Expand Up @@ -50,7 +50,7 @@
"@visx/group": "3.3.0",
"@visx/heatmap": "3.3.0",
"@visx/hierarchy": "3.3.0",
"@visx/legend": "3.5.0",
"@visx/legend": "3.10.3",
"@visx/marker": "3.5.0",
"@visx/mock-data": "3.3.0",
"@visx/network": "3.3.0",
Expand All @@ -65,7 +65,7 @@
"@visx/threshold": "3.5.0",
"@visx/tooltip": "3.3.0",
"@visx/vendor": "3.5.0",
"@visx/visx": "3.10.2",
"@visx/visx": "3.10.3",
"@visx/voronoi": "3.3.0",
"@visx/wordcloud": "3.3.0",
"@visx/xychart": "3.10.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/visx-legend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@visx/legend",
"version": "3.5.0",
"version": "3.10.3",
"description": "visx legend",
"sideEffects": false,
"main": "lib/index.js",
Expand Down
4 changes: 2 additions & 2 deletions packages/visx-visx/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@visx/visx",
"version": "3.10.2",
"version": "3.10.3",
"description": "One stop install for all visx packages",
"sideEffects": false,
"main": "lib/index.js",
Expand Down Expand Up @@ -49,7 +49,7 @@
"@visx/group": "3.3.0",
"@visx/heatmap": "3.3.0",
"@visx/hierarchy": "3.3.0",
"@visx/legend": "3.5.0",
"@visx/legend": "3.10.3",
"@visx/marker": "3.5.0",
"@visx/mock-data": "3.3.0",
"@visx/network": "3.3.0",
Expand Down

0 comments on commit ed021d7

Please sign in to comment.