Skip to content

Commit

Permalink
v3.2.0-alpha.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Jun 28, 2023
1 parent e71d281 commit 766c087
Show file tree
Hide file tree
Showing 15 changed files with 60 additions and 60 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.1.3",
"version": "3.2.0-alpha.0",
"command": {
"publish": {
"allowBranch": "master"
Expand Down
6 changes: 3 additions & 3 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.1.0",
"version": "3.2.0-alpha.0",
"description": "visx axis",
"sideEffects": false,
"main": "lib/index.js",
Expand Down Expand Up @@ -31,8 +31,8 @@
"@types/react": "*",
"@visx/group": "3.0.0",
"@visx/point": "3.0.1",
"@visx/scale": "3.0.0",
"@visx/shape": "3.0.0",
"@visx/scale": "3.2.0-alpha.0",
"@visx/shape": "3.2.0-alpha.0",
"@visx/text": "3.0.0",
"classnames": "^2.3.1",
"prop-types": "^15.6.0"
Expand Down
6 changes: 3 additions & 3 deletions packages/visx-brush/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@visx/brush",
"version": "3.0.1",
"version": "3.2.0-alpha.0",
"description": "visx brush",
"sideEffects": false,
"main": "lib/index.js",
Expand Down Expand Up @@ -36,8 +36,8 @@
"@visx/drag": "3.0.1",
"@visx/event": "3.0.1",
"@visx/group": "3.0.0",
"@visx/scale": "3.0.0",
"@visx/shape": "3.0.0",
"@visx/scale": "3.2.0-alpha.0",
"@visx/shape": "3.2.0-alpha.0",
"classnames": "^2.3.1",
"prop-types": "^15.6.1"
}
Expand Down
28 changes: 14 additions & 14 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.1.3",
"version": "3.2.0-alpha.0",
"description": "visx demo",
"repository": "https://github.com/airbnb/visx",
"scripts": {
Expand Down Expand Up @@ -34,9 +34,9 @@
"@types/nprogress": "^0.2.0",
"@types/prismjs": "^1.16.0",
"@visx/annotation": "3.0.1",
"@visx/axis": "3.1.0",
"@visx/axis": "3.2.0-alpha.0",
"@visx/bounds": "3.0.0",
"@visx/brush": "3.0.1",
"@visx/brush": "3.2.0-alpha.0",
"@visx/chord": "3.0.0",
"@visx/clip-path": "3.0.0",
"@visx/curve": "3.0.0",
Expand All @@ -45,29 +45,29 @@
"@visx/geo": "3.0.0",
"@visx/glyph": "3.0.0",
"@visx/gradient": "3.0.0",
"@visx/grid": "3.0.1",
"@visx/grid": "3.2.0-alpha.0",
"@visx/group": "3.0.0",
"@visx/heatmap": "3.0.0",
"@visx/hierarchy": "3.0.0",
"@visx/legend": "3.0.0",
"@visx/marker": "3.0.0",
"@visx/legend": "3.2.0-alpha.0",
"@visx/marker": "3.2.0-alpha.0",
"@visx/mock-data": "3.0.0",
"@visx/network": "3.0.0",
"@visx/pattern": "3.0.0",
"@visx/point": "3.0.1",
"@visx/react-spring": "3.1.0",
"@visx/react-spring": "3.2.0-alpha.0",
"@visx/responsive": "3.0.0",
"@visx/scale": "3.0.0",
"@visx/shape": "3.0.0",
"@visx/stats": "3.0.0",
"@visx/scale": "3.2.0-alpha.0",
"@visx/shape": "3.2.0-alpha.0",
"@visx/stats": "3.2.0-alpha.0",
"@visx/text": "3.0.0",
"@visx/threshold": "3.0.0",
"@visx/threshold": "3.2.0-alpha.0",
"@visx/tooltip": "3.1.2",
"@visx/vendor": "3.0.0",
"@visx/visx": "3.1.3",
"@visx/vendor": "3.2.0-alpha.0",
"@visx/visx": "3.2.0-alpha.0",
"@visx/voronoi": "3.0.0",
"@visx/wordcloud": "3.0.0",
"@visx/xychart": "3.1.3",
"@visx/xychart": "3.2.0-alpha.0",
"@visx/zoom": "3.1.3",
"@zeit/next-css": "^1.0.1",
"babel-loader": "^8.2.2",
Expand Down
6 changes: 3 additions & 3 deletions packages/visx-grid/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@visx/grid",
"version": "3.0.1",
"version": "3.2.0-alpha.0",
"description": "visx grid",
"sideEffects": false,
"main": "lib/index.js",
Expand Down Expand Up @@ -35,8 +35,8 @@
"@visx/curve": "3.0.0",
"@visx/group": "3.0.0",
"@visx/point": "3.0.1",
"@visx/scale": "3.0.0",
"@visx/shape": "3.0.0",
"@visx/scale": "3.2.0-alpha.0",
"@visx/shape": "3.2.0-alpha.0",
"classnames": "^2.3.1",
"prop-types": "^15.6.2"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/visx-legend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@visx/legend",
"version": "3.0.0",
"version": "3.2.0-alpha.0",
"description": "visx legend",
"sideEffects": false,
"main": "lib/index.js",
Expand Down Expand Up @@ -36,7 +36,7 @@
"dependencies": {
"@types/react": "*",
"@visx/group": "3.0.0",
"@visx/scale": "3.0.0",
"@visx/scale": "3.2.0-alpha.0",
"classnames": "^2.3.1",
"prop-types": "^15.5.10"
}
Expand Down
4 changes: 2 additions & 2 deletions packages/visx-marker/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@visx/marker",
"version": "3.0.0",
"version": "3.2.0-alpha.0",
"description": "visx marker",
"sideEffects": false,
"main": "lib/index.js",
Expand Down Expand Up @@ -30,7 +30,7 @@
"dependencies": {
"@types/react": "*",
"@visx/group": "3.0.0",
"@visx/shape": "3.0.0",
"@visx/shape": "3.2.0-alpha.0",
"classnames": "^2.3.1",
"prop-types": "^15.6.2"
},
Expand Down
8 changes: 4 additions & 4 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.1.0",
"version": "3.2.0-alpha.0",
"description": "visx primitives that rely on react-spring for animation",
"sideEffects": false,
"main": "lib/index.js",
Expand Down Expand Up @@ -43,9 +43,9 @@
},
"dependencies": {
"@types/react": "*",
"@visx/axis": "3.1.0",
"@visx/grid": "3.0.1",
"@visx/scale": "3.0.0",
"@visx/axis": "3.2.0-alpha.0",
"@visx/grid": "3.2.0-alpha.0",
"@visx/scale": "3.2.0-alpha.0",
"@visx/text": "3.0.0",
"classnames": "^2.3.1",
"prop-types": "^15.6.2"
Expand Down
4 changes: 2 additions & 2 deletions packages/visx-scale/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@visx/scale",
"version": "3.0.0",
"version": "3.2.0-alpha.0",
"description": "visx scale",
"sideEffects": false,
"main": "lib/index.js",
Expand Down Expand Up @@ -31,7 +31,7 @@
},
"homepage": "https://github.com/airbnb/visx#readme",
"dependencies": {
"@visx/vendor": "3.0.0"
"@visx/vendor": "3.2.0-alpha.0"
},
"publishConfig": {
"access": "public"
Expand Down
4 changes: 2 additions & 2 deletions packages/visx-shape/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@visx/shape",
"version": "3.0.0",
"version": "3.2.0-alpha.0",
"description": "visx shape",
"sideEffects": false,
"main": "lib/index.js",
Expand All @@ -27,7 +27,7 @@
"@types/react": "*",
"@visx/curve": "3.0.0",
"@visx/group": "3.0.0",
"@visx/scale": "3.0.0",
"@visx/scale": "3.2.0-alpha.0",
"classnames": "^2.3.1",
"d3-path": "^1.0.5",
"d3-shape": "^1.2.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/visx-stats/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@visx/stats",
"version": "3.0.0",
"version": "3.2.0-alpha.0",
"description": "visx stats box violin",
"sideEffects": false,
"main": "lib/index.js",
Expand Down Expand Up @@ -31,7 +31,7 @@
"@types/d3-shape": "^1.3.2",
"@types/react": "*",
"@visx/group": "3.0.0",
"@visx/scale": "3.0.0",
"@visx/scale": "3.2.0-alpha.0",
"classnames": "^2.3.1",
"d3-shape": "^1.2.0",
"prop-types": "^15.5.10"
Expand Down
4 changes: 2 additions & 2 deletions packages/visx-threshold/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@visx/threshold",
"version": "3.0.0",
"version": "3.2.0-alpha.0",
"description": "visx threshold",
"sideEffects": false,
"main": "lib/index.js",
Expand All @@ -26,7 +26,7 @@
"dependencies": {
"@types/react": "*",
"@visx/clip-path": "3.0.0",
"@visx/shape": "3.0.0",
"@visx/shape": "3.2.0-alpha.0",
"classnames": "^2.3.1",
"prop-types": "^15.5.10"
},
Expand Down
6 changes: 3 additions & 3 deletions packages/visx-vendor/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@visx/vendor",
"version": "3.0.0",
"version": "3.2.0-alpha.0",
"description": "vendored packages for visx",
"sideEffects": false,
"repository": "https://github.com/airbnb/visx",
Expand Down Expand Up @@ -31,8 +31,8 @@
},
"devDependencies": {
"@babel/plugin-transform-modules-commonjs": "^7.22.5",
"babel-plugin-module-resolver": "^5.0.0",
"@types/rimraf": "^3.0.2",
"babel-plugin-module-resolver": "^5.0.0",
"chalk": "4.1.0",
"compare-versions": "^5.0.0",
"rimraf": "^3.0.2"
Expand All @@ -52,4 +52,4 @@
"require": "./lib/internmap.js"
}
}
}
}
20 changes: 10 additions & 10 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.1.3",
"version": "3.2.0-alpha.0",
"description": "One stop install for all visx packages",
"sideEffects": false,
"main": "lib/index.js",
Expand Down Expand Up @@ -34,35 +34,35 @@
},
"dependencies": {
"@visx/annotation": "3.0.1",
"@visx/axis": "3.1.0",
"@visx/axis": "3.2.0-alpha.0",
"@visx/bounds": "3.0.0",
"@visx/brush": "3.0.1",
"@visx/brush": "3.2.0-alpha.0",
"@visx/clip-path": "3.0.0",
"@visx/curve": "3.0.0",
"@visx/drag": "3.0.1",
"@visx/event": "3.0.1",
"@visx/geo": "3.0.0",
"@visx/glyph": "3.0.0",
"@visx/gradient": "3.0.0",
"@visx/grid": "3.0.1",
"@visx/grid": "3.2.0-alpha.0",
"@visx/group": "3.0.0",
"@visx/heatmap": "3.0.0",
"@visx/hierarchy": "3.0.0",
"@visx/legend": "3.0.0",
"@visx/marker": "3.0.0",
"@visx/legend": "3.2.0-alpha.0",
"@visx/marker": "3.2.0-alpha.0",
"@visx/mock-data": "3.0.0",
"@visx/network": "3.0.0",
"@visx/pattern": "3.0.0",
"@visx/point": "3.0.1",
"@visx/responsive": "3.0.0",
"@visx/scale": "3.0.0",
"@visx/shape": "3.0.0",
"@visx/scale": "3.2.0-alpha.0",
"@visx/shape": "3.2.0-alpha.0",
"@visx/text": "3.0.0",
"@visx/threshold": "3.0.0",
"@visx/threshold": "3.2.0-alpha.0",
"@visx/tooltip": "3.1.2",
"@visx/voronoi": "3.0.0",
"@visx/wordcloud": "3.0.0",
"@visx/xychart": "3.1.3",
"@visx/xychart": "3.2.0-alpha.0",
"@visx/zoom": "3.1.3"
}
}
14 changes: 7 additions & 7 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.1.3",
"version": "3.2.0-alpha.0",
"description": "Composable cartesian coordinate chart built with visx primitives",
"sideEffects": false,
"main": "lib/index.js",
Expand Down Expand Up @@ -43,18 +43,18 @@
"@types/lodash": "^4.14.172",
"@types/react": "*",
"@visx/annotation": "3.0.1",
"@visx/axis": "3.1.0",
"@visx/axis": "3.2.0-alpha.0",
"@visx/event": "3.0.1",
"@visx/glyph": "3.0.0",
"@visx/grid": "3.0.1",
"@visx/react-spring": "3.1.0",
"@visx/grid": "3.2.0-alpha.0",
"@visx/react-spring": "3.2.0-alpha.0",
"@visx/responsive": "3.0.0",
"@visx/scale": "3.0.0",
"@visx/shape": "3.0.0",
"@visx/scale": "3.2.0-alpha.0",
"@visx/shape": "3.2.0-alpha.0",
"@visx/text": "3.0.0",
"@visx/tooltip": "3.1.2",
"@visx/vendor": "3.2.0-alpha.0",
"@visx/voronoi": "3.0.0",
"@visx/vendor": "3.0.0",
"classnames": "^2.3.1",
"d3-interpolate-path": "2.2.1",
"d3-shape": "^2.0.0",
Expand Down

0 comments on commit 766c087

Please sign in to comment.