Skip to content

Commit

Permalink
v3.13.1-alpha.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Dec 16, 2024
1 parent fce2562 commit 4637cb2
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.13.0-alpha.0",
"version": "3.13.1-alpha.0",
"command": {
"publish": {
"allowBranch": "master"
Expand Down
2 changes: 1 addition & 1 deletion packages/visx-bounds/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@visx/bounds",
"version": "3.13.0-alpha.0",
"version": "3.13.1-alpha.0",
"description": "Utilities to make your life with bounding boxes better",
"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.13.0-alpha.0",
"version": "3.13.1-alpha.0",
"description": "visx demo",
"repository": "https://github.com/airbnb/visx",
"scripts": {
Expand Down Expand Up @@ -35,7 +35,7 @@
"@types/prismjs": "^1.16.0",
"@visx/annotation": "3.13.0-alpha.0",
"@visx/axis": "3.13.0-alpha.0",
"@visx/bounds": "3.13.0-alpha.0",
"@visx/bounds": "3.13.1-alpha.0",
"@visx/brush": "3.13.0-alpha.0",
"@visx/chord": "3.13.0-alpha.0",
"@visx/clip-path": "3.13.0-alpha.0",
Expand Down Expand Up @@ -64,12 +64,12 @@
"@visx/stats": "3.13.0-alpha.0",
"@visx/text": "3.13.0-alpha.0",
"@visx/threshold": "3.13.0-alpha.0",
"@visx/tooltip": "3.13.0-alpha.0",
"@visx/tooltip": "3.13.1-alpha.0",
"@visx/vendor": "3.12.0",
"@visx/visx": "3.13.0-alpha.0",
"@visx/visx": "3.13.1-alpha.0",
"@visx/voronoi": "3.13.0-alpha.0",
"@visx/wordcloud": "3.13.0-alpha.0",
"@visx/xychart": "3.13.0-alpha.0",
"@visx/xychart": "3.13.1-alpha.0",
"@visx/zoom": "3.13.0-alpha.0",
"@zeit/next-css": "^1.0.1",
"babel-loader": "^8.2.2",
Expand Down
4 changes: 2 additions & 2 deletions packages/visx-tooltip/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@visx/tooltip",
"version": "3.13.0-alpha.0",
"version": "3.13.1-alpha.0",
"description": "visx tooltip",
"sideEffects": false,
"main": "lib/index.js",
Expand Down Expand Up @@ -29,7 +29,7 @@
"homepage": "https://github.com/airbnb/visx#readme",
"dependencies": {
"@types/react": "*",
"@visx/bounds": "3.13.0-alpha.0",
"@visx/bounds": "3.13.1-alpha.0",
"classnames": "^2.3.1",
"prop-types": "^15.5.10",
"react-use-measure": "^2.0.4"
Expand Down
8 changes: 4 additions & 4 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.0-alpha.0",
"version": "3.13.1-alpha.0",
"description": "One stop install for all visx packages",
"sideEffects": false,
"main": "lib/index.js",
Expand Down Expand Up @@ -35,7 +35,7 @@
"dependencies": {
"@visx/annotation": "3.13.0-alpha.0",
"@visx/axis": "3.13.0-alpha.0",
"@visx/bounds": "3.13.0-alpha.0",
"@visx/bounds": "3.13.1-alpha.0",
"@visx/brush": "3.13.0-alpha.0",
"@visx/clip-path": "3.13.0-alpha.0",
"@visx/curve": "3.12.0",
Expand All @@ -61,10 +61,10 @@
"@visx/shape": "3.13.0-alpha.0",
"@visx/text": "3.13.0-alpha.0",
"@visx/threshold": "3.13.0-alpha.0",
"@visx/tooltip": "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.0-alpha.0",
"@visx/xychart": "3.13.1-alpha.0",
"@visx/zoom": "3.13.0-alpha.0"
}
}
4 changes: 2 additions & 2 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.0-alpha.0",
"version": "3.13.1-alpha.0",
"description": "Composable cartesian coordinate chart built with visx primitives",
"sideEffects": false,
"main": "lib/index.js",
Expand Down Expand Up @@ -52,7 +52,7 @@
"@visx/scale": "3.12.0",
"@visx/shape": "3.13.0-alpha.0",
"@visx/text": "3.13.0-alpha.0",
"@visx/tooltip": "3.13.0-alpha.0",
"@visx/tooltip": "3.13.1-alpha.0",
"@visx/vendor": "3.12.0",
"@visx/voronoi": "3.13.0-alpha.0",
"classnames": "^2.3.1",
Expand Down

0 comments on commit 4637cb2

Please sign in to comment.