Skip to content

Commit

Permalink
v2.16.1
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Dec 20, 2022
1 parent a4b2ef0 commit 31a5492
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 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": "2.16.0",
"version": "2.16.1",
"command": {
"publish": {
"allowBranch": "master"
Expand Down
2 changes: 1 addition & 1 deletion packages/visx-brush/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@visx/brush",
"version": "2.12.2",
"version": "2.16.1",
"description": "visx brush",
"sideEffects": false,
"main": "lib/index.js",
Expand Down
6 changes: 3 additions & 3 deletions packages/visx-demo/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@visx/demo",
"version": "2.16.0",
"version": "2.16.1",
"description": "visx demo",
"repository": "https://github.com/airbnb/visx",
"scripts": {
Expand Down Expand Up @@ -38,7 +38,7 @@
"@types/prismjs": "^1.16.0",
"@visx/annotation": "2.12.2",
"@visx/axis": "2.14.0",
"@visx/brush": "2.12.2",
"@visx/brush": "2.16.1",
"@visx/chord": "2.10.0",
"@visx/clip-path": "2.10.0",
"@visx/curve": "2.1.0",
Expand Down Expand Up @@ -67,7 +67,7 @@
"@visx/tooltip": "2.16.0",
"@visx/voronoi": "2.10.0",
"@visx/wordcloud": "2.10.0",
"@visx/xychart": "2.16.0",
"@visx/xychart": "2.16.1",
"@visx/zoom": "2.10.0",
"@zeit/next-css": "^1.0.1",
"babel-loader": "^8.2.2",
Expand Down
6 changes: 3 additions & 3 deletions packages/visx-visx/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@visx/visx",
"version": "2.16.0",
"version": "2.16.1",
"description": "One stop install for all visx packages",
"sideEffects": false,
"main": "lib/index.js",
Expand Down Expand Up @@ -36,7 +36,7 @@
"@visx/annotation": "2.12.2",
"@visx/axis": "2.14.0",
"@visx/bounds": "2.16.0",
"@visx/brush": "2.12.2",
"@visx/brush": "2.16.1",
"@visx/clip-path": "2.10.0",
"@visx/curve": "2.1.0",
"@visx/drag": "2.10.0",
Expand All @@ -62,7 +62,7 @@
"@visx/tooltip": "2.16.0",
"@visx/voronoi": "2.10.0",
"@visx/wordcloud": "2.10.0",
"@visx/xychart": "2.16.0",
"@visx/xychart": "2.16.1",
"@visx/zoom": "2.10.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": "2.16.0",
"version": "2.16.1",
"description": "Composable cartesian coordinate chart built with visx primitives",
"sideEffects": false,
"main": "lib/index.js",
Expand Down

0 comments on commit 31a5492

Please sign in to comment.