Skip to content

Commit

Permalink
v3.13.2-alpha.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Dec 16, 2024
1 parent 797b78e commit 4b6dd16
Show file tree
Hide file tree
Showing 9 changed files with 30 additions and 30 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.13.1-alpha.0",
"version": "3.13.2-alpha.0",
"command": {
"publish": {
"allowBranch": "master"
Expand Down
4 changes: 2 additions & 2 deletions packages/visx-annotation/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@visx/annotation",
"version": "3.13.0-alpha.0",
"version": "3.13.2-alpha.0",
"description": "visx annotation",
"sideEffects": false,
"main": "lib/index.js",
Expand Down Expand Up @@ -34,7 +34,7 @@
"@types/react": "*",
"@visx/drag": "3.13.0-alpha.0",
"@visx/group": "3.13.0-alpha.0",
"@visx/text": "3.13.0-alpha.0",
"@visx/text": "3.13.2-alpha.0",
"classnames": "^2.3.1",
"prop-types": "^15.5.10",
"react-use-measure": "^2.0.4"
Expand Down
4 changes: 2 additions & 2 deletions packages/visx-axis/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@visx/axis",
"version": "3.13.0-alpha.0",
"version": "3.13.2-alpha.0",
"description": "visx axis",
"sideEffects": false,
"main": "lib/index.js",
Expand Down Expand Up @@ -33,7 +33,7 @@
"@visx/point": "3.12.0",
"@visx/scale": "3.12.0",
"@visx/shape": "3.13.0-alpha.0",
"@visx/text": "3.13.0-alpha.0",
"@visx/text": "3.13.2-alpha.0",
"classnames": "^2.3.1",
"prop-types": "^15.6.0"
},
Expand Down
16 changes: 8 additions & 8 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.13.1-alpha.0",
"version": "3.13.2-alpha.0",
"description": "visx demo",
"repository": "https://github.com/airbnb/visx",
"scripts": {
Expand Down Expand Up @@ -33,8 +33,8 @@
"@types/d3-scale-chromatic": "^1.3.1",
"@types/nprogress": "^0.2.0",
"@types/prismjs": "^1.16.0",
"@visx/annotation": "3.13.0-alpha.0",
"@visx/axis": "3.13.0-alpha.0",
"@visx/annotation": "3.13.2-alpha.0",
"@visx/axis": "3.13.2-alpha.0",
"@visx/bounds": "3.13.1-alpha.0",
"@visx/brush": "3.13.0-alpha.0",
"@visx/chord": "3.13.0-alpha.0",
Expand All @@ -56,20 +56,20 @@
"@visx/network": "3.13.0-alpha.0",
"@visx/pattern": "3.13.0-alpha.0",
"@visx/point": "3.12.0",
"@visx/react-spring": "3.13.0-alpha.0",
"@visx/responsive": "3.13.0-alpha.0",
"@visx/react-spring": "3.13.2-alpha.0",
"@visx/responsive": "3.13.2-alpha.0",
"@visx/sankey": "3.13.0-alpha.0",
"@visx/scale": "3.12.0",
"@visx/shape": "3.13.0-alpha.0",
"@visx/stats": "3.13.0-alpha.0",
"@visx/text": "3.13.0-alpha.0",
"@visx/text": "3.13.2-alpha.0",
"@visx/threshold": "3.13.0-alpha.0",
"@visx/tooltip": "3.13.1-alpha.0",
"@visx/vendor": "3.12.0",
"@visx/visx": "3.13.1-alpha.0",
"@visx/visx": "3.13.2-alpha.0",
"@visx/voronoi": "3.13.0-alpha.0",
"@visx/wordcloud": "3.13.0-alpha.0",
"@visx/xychart": "3.13.1-alpha.0",
"@visx/xychart": "3.13.2-alpha.0",
"@visx/zoom": "3.13.0-alpha.0",
"@zeit/next-css": "^1.0.1",
"babel-loader": "^8.2.2",
Expand Down
6 changes: 3 additions & 3 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.13.0-alpha.0",
"version": "3.13.2-alpha.0",
"description": "visx primitives that rely on react-spring for animation",
"sideEffects": false,
"main": "lib/index.js",
Expand Down Expand Up @@ -43,10 +43,10 @@
},
"dependencies": {
"@types/react": "*",
"@visx/axis": "3.13.0-alpha.0",
"@visx/axis": "3.13.2-alpha.0",
"@visx/grid": "3.13.0-alpha.0",
"@visx/scale": "3.12.0",
"@visx/text": "3.13.0-alpha.0",
"@visx/text": "3.13.2-alpha.0",
"classnames": "^2.3.1",
"prop-types": "^15.6.2"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/visx-responsive/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@visx/responsive",
"version": "3.13.0-alpha.0",
"version": "3.13.2-alpha.0",
"description": "visx responsive svg",
"sideEffects": false,
"main": "lib/index.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/visx-text/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@visx/text",
"version": "3.13.0-alpha.0",
"version": "3.13.2-alpha.0",
"description": "visx text",
"sideEffects": false,
"main": "lib/index.js",
Expand Down
12 changes: 6 additions & 6 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.13.1-alpha.0",
"version": "3.13.2-alpha.0",
"description": "One stop install for all visx packages",
"sideEffects": false,
"main": "lib/index.js",
Expand Down Expand Up @@ -33,8 +33,8 @@
"react": "^16.3.0-0 || ^17.0.0-0 || ^18.0.0-0 || ^19.0.0-0"
},
"dependencies": {
"@visx/annotation": "3.13.0-alpha.0",
"@visx/axis": "3.13.0-alpha.0",
"@visx/annotation": "3.13.2-alpha.0",
"@visx/axis": "3.13.2-alpha.0",
"@visx/bounds": "3.13.1-alpha.0",
"@visx/brush": "3.13.0-alpha.0",
"@visx/clip-path": "3.13.0-alpha.0",
Expand All @@ -55,16 +55,16 @@
"@visx/network": "3.13.0-alpha.0",
"@visx/pattern": "3.13.0-alpha.0",
"@visx/point": "3.12.0",
"@visx/responsive": "3.13.0-alpha.0",
"@visx/responsive": "3.13.2-alpha.0",
"@visx/sankey": "3.13.0-alpha.0",
"@visx/scale": "3.12.0",
"@visx/shape": "3.13.0-alpha.0",
"@visx/text": "3.13.0-alpha.0",
"@visx/text": "3.13.2-alpha.0",
"@visx/threshold": "3.13.0-alpha.0",
"@visx/tooltip": "3.13.1-alpha.0",
"@visx/voronoi": "3.13.0-alpha.0",
"@visx/wordcloud": "3.13.0-alpha.0",
"@visx/xychart": "3.13.1-alpha.0",
"@visx/xychart": "3.13.2-alpha.0",
"@visx/zoom": "3.13.0-alpha.0"
}
}
12 changes: 6 additions & 6 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.13.1-alpha.0",
"version": "3.13.2-alpha.0",
"description": "Composable cartesian coordinate chart built with visx primitives",
"sideEffects": false,
"main": "lib/index.js",
Expand Down Expand Up @@ -42,16 +42,16 @@
"dependencies": {
"@types/lodash": "^4.14.172",
"@types/react": "*",
"@visx/annotation": "3.13.0-alpha.0",
"@visx/axis": "3.13.0-alpha.0",
"@visx/annotation": "3.13.2-alpha.0",
"@visx/axis": "3.13.2-alpha.0",
"@visx/event": "3.12.0",
"@visx/glyph": "3.13.0-alpha.0",
"@visx/grid": "3.13.0-alpha.0",
"@visx/react-spring": "3.13.0-alpha.0",
"@visx/responsive": "3.13.0-alpha.0",
"@visx/react-spring": "3.13.2-alpha.0",
"@visx/responsive": "3.13.2-alpha.0",
"@visx/scale": "3.12.0",
"@visx/shape": "3.13.0-alpha.0",
"@visx/text": "3.13.0-alpha.0",
"@visx/text": "3.13.2-alpha.0",
"@visx/tooltip": "3.13.1-alpha.0",
"@visx/vendor": "3.12.0",
"@visx/voronoi": "3.13.0-alpha.0",
Expand Down

0 comments on commit 4b6dd16

Please sign in to comment.