Skip to content

Commit

Permalink
v3.10.1
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Mar 8, 2024
1 parent 8e86426 commit 6548716
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 15 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.0",
"version": "3.10.1",
"command": {
"publish": {
"allowBranch": "master"
Expand Down
2 changes: 1 addition & 1 deletion packages/visx-axis/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@visx/axis",
"version": "3.9.0",
"version": "3.10.1",
"description": "visx axis",
"sideEffects": false,
"main": "lib/index.js",
Expand Down
10 changes: 5 additions & 5 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.0",
"version": "3.10.1",
"description": "visx demo",
"repository": "https://github.com/airbnb/visx",
"scripts": {
Expand Down Expand Up @@ -34,7 +34,7 @@
"@types/nprogress": "^0.2.0",
"@types/prismjs": "^1.16.0",
"@visx/annotation": "3.3.0",
"@visx/axis": "3.9.0",
"@visx/axis": "3.10.1",
"@visx/bounds": "3.3.0",
"@visx/brush": "3.6.1",
"@visx/chord": "3.3.0",
Expand All @@ -56,7 +56,7 @@
"@visx/network": "3.3.0",
"@visx/pattern": "3.3.0",
"@visx/point": "3.3.0",
"@visx/react-spring": "3.9.0",
"@visx/react-spring": "3.10.1",
"@visx/responsive": "3.10.0",
"@visx/scale": "3.5.0",
"@visx/shape": "3.5.0",
Expand All @@ -65,10 +65,10 @@
"@visx/threshold": "3.5.0",
"@visx/tooltip": "3.3.0",
"@visx/vendor": "3.5.0",
"@visx/visx": "3.10.0",
"@visx/visx": "3.10.1",
"@visx/voronoi": "3.3.0",
"@visx/wordcloud": "3.3.0",
"@visx/xychart": "3.10.0",
"@visx/xychart": "3.10.1",
"@visx/zoom": "3.3.0",
"@zeit/next-css": "^1.0.1",
"babel-loader": "^8.2.2",
Expand Down
4 changes: 2 additions & 2 deletions packages/visx-react-spring/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@visx/react-spring",
"version": "3.9.0",
"version": "3.10.1",
"description": "visx primitives that rely on react-spring for animation",
"sideEffects": false,
"main": "lib/index.js",
Expand Down Expand Up @@ -43,7 +43,7 @@
},
"dependencies": {
"@types/react": "*",
"@visx/axis": "3.9.0",
"@visx/axis": "3.10.1",
"@visx/grid": "3.5.0",
"@visx/scale": "3.5.0",
"@visx/text": "3.3.0",
Expand Down
6 changes: 3 additions & 3 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.0",
"version": "3.10.1",
"description": "One stop install for all visx packages",
"sideEffects": false,
"main": "lib/index.js",
Expand Down Expand Up @@ -34,7 +34,7 @@
},
"dependencies": {
"@visx/annotation": "3.3.0",
"@visx/axis": "3.9.0",
"@visx/axis": "3.10.1",
"@visx/bounds": "3.3.0",
"@visx/brush": "3.6.1",
"@visx/clip-path": "3.3.0",
Expand Down Expand Up @@ -63,7 +63,7 @@
"@visx/tooltip": "3.3.0",
"@visx/voronoi": "3.3.0",
"@visx/wordcloud": "3.3.0",
"@visx/xychart": "3.10.0",
"@visx/xychart": "3.10.1",
"@visx/zoom": "3.3.0"
}
}
6 changes: 3 additions & 3 deletions packages/visx-xychart/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@visx/xychart",
"version": "3.10.0",
"version": "3.10.1",
"description": "Composable cartesian coordinate chart built with visx primitives",
"sideEffects": false,
"main": "lib/index.js",
Expand Down Expand Up @@ -43,11 +43,11 @@
"@types/lodash": "^4.14.172",
"@types/react": "*",
"@visx/annotation": "3.3.0",
"@visx/axis": "3.9.0",
"@visx/axis": "3.10.1",
"@visx/event": "3.3.0",
"@visx/glyph": "3.3.0",
"@visx/grid": "3.5.0",
"@visx/react-spring": "3.9.0",
"@visx/react-spring": "3.10.1",
"@visx/responsive": "3.10.0",
"@visx/scale": "3.5.0",
"@visx/shape": "3.5.0",
Expand Down

0 comments on commit 6548716

Please sign in to comment.