Skip to content

Commit

Permalink
v1.6.1-alpha.9
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Feb 28, 2021
1 parent 996474d commit 3233f35
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 @@ -3,7 +3,7 @@
"packages": [
"packages/*"
],
"version": "1.6.0",
"version": "1.6.1-alpha.9",
"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.6.0",
"version": "1.6.1-alpha.9",
"description": "visx demo",
"repository": "https://github.com/airbnb/visx",
"scripts": {
Expand Down Expand Up @@ -53,7 +53,7 @@
"@visx/legend": "1.4.0",
"@visx/marker": "1.4.0",
"@visx/mock-data": "1.5.0",
"@visx/network": "1.1.0",
"@visx/network": "1.6.1-alpha.9",
"@visx/pattern": "1.1.0",
"@visx/point": "1.0.0",
"@visx/react-spring": "1.5.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/visx-network/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@visx/network",
"version": "1.1.0",
"version": "1.6.1-alpha.9",
"description": "visx network",
"sideEffects": false,
"repository": "https://github.com/airbnb/visx",
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.6.0",
"version": "1.6.1-alpha.9",
"description": "One stop install for all visx packages",
"sideEffects": false,
"main": "lib/index.js",
Expand Down Expand Up @@ -51,7 +51,7 @@
"@visx/legend": "1.4.0",
"@visx/marker": "1.4.0",
"@visx/mock-data": "1.5.0",
"@visx/network": "1.1.0",
"@visx/network": "1.6.1-alpha.9",
"@visx/pattern": "1.1.0",
"@visx/point": "1.0.0",
"@visx/responsive": "1.3.0",
Expand Down

0 comments on commit 3233f35

Please sign in to comment.