Skip to content

Commit

Permalink
v3.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Dec 15, 2023
1 parent a361e6e commit 70a460f
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.6.0",
"version": "3.6.1",
"command": {
"publish": {
"allowBranch": "master"
Expand Down
2 changes: 1 addition & 1 deletion packages/visx-brush/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@visx/brush",
"version": "3.6.0",
"version": "3.6.1",
"description": "visx brush",
"sideEffects": false,
"main": "lib/index.js",
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.6.0",
"version": "3.6.1",
"description": "visx demo",
"repository": "https://github.com/airbnb/visx",
"scripts": {
Expand Down Expand Up @@ -36,7 +36,7 @@
"@visx/annotation": "3.3.0",
"@visx/axis": "3.5.0",
"@visx/bounds": "3.3.0",
"@visx/brush": "3.6.0",
"@visx/brush": "3.6.1",
"@visx/chord": "3.3.0",
"@visx/clip-path": "3.3.0",
"@visx/curve": "3.3.0",
Expand Down Expand Up @@ -65,7 +65,7 @@
"@visx/threshold": "3.5.0",
"@visx/tooltip": "3.3.0",
"@visx/vendor": "3.5.0",
"@visx/visx": "3.6.0",
"@visx/visx": "3.6.1",
"@visx/voronoi": "3.3.0",
"@visx/wordcloud": "3.3.0",
"@visx/xychart": "3.5.1",
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.6.0",
"version": "3.6.1",
"description": "One stop install for all visx packages",
"sideEffects": false,
"main": "lib/index.js",
Expand Down Expand Up @@ -36,7 +36,7 @@
"@visx/annotation": "3.3.0",
"@visx/axis": "3.5.0",
"@visx/bounds": "3.3.0",
"@visx/brush": "3.6.0",
"@visx/brush": "3.6.1",
"@visx/clip-path": "3.3.0",
"@visx/curve": "3.3.0",
"@visx/delaunay": "3.5.0",
Expand Down

0 comments on commit 70a460f

Please sign in to comment.