Skip to content

Commit

Permalink
v1.7.3
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Apr 6, 2021
1 parent 01a33d3 commit d84f7ef
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 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": "1.7.2",
"version": "1.7.3",
"command": {
"publish": {
"allowBranch": "master"
Expand Down
4 changes: 2 additions & 2 deletions packages/visx-demo/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@visx/demo",
"version": "1.7.2",
"version": "1.7.3",
"description": "visx demo",
"repository": "https://github.com/airbnb/visx",
"scripts": {
Expand Down Expand Up @@ -65,7 +65,7 @@
"@visx/threshold": "1.7.0",
"@visx/tooltip": "1.7.2",
"@visx/voronoi": "1.7.0",
"@visx/xychart": "1.7.2",
"@visx/xychart": "1.7.3",
"@visx/zoom": "1.7.0",
"@zeit/next-css": "^1.0.1",
"babel-loader": "^8.2.2",
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": "1.7.2",
"version": "1.7.3",
"description": "One stop install for all visx packages",
"sideEffects": false,
"main": "lib/index.js",
Expand Down Expand Up @@ -60,7 +60,7 @@
"@visx/text": "1.7.0",
"@visx/tooltip": "1.7.2",
"@visx/voronoi": "1.7.0",
"@visx/xychart": "1.7.2",
"@visx/xychart": "1.7.3",
"@visx/zoom": "1.7.0"
}
}
2 changes: 1 addition & 1 deletion packages/visx-xychart/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@visx/xychart",
"version": "1.7.2",
"version": "1.7.3",
"description": "Composable cartesian coordinate chart built with visx primitives",
"sideEffects": false,
"main": "lib/index.js",
Expand Down

0 comments on commit d84f7ef

Please sign in to comment.