Skip to content

Commit

Permalink
v3.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Jun 28, 2023
1 parent b3caa7f commit 983aeb6
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 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.2",
"version": "3.1.3",
"command": {
"publish": {
"allowBranch": "master"
Expand Down
8 changes: 4 additions & 4 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.2",
"version": "3.1.3",
"description": "visx demo",
"repository": "https://github.com/airbnb/visx",
"scripts": {
Expand Down Expand Up @@ -66,11 +66,11 @@
"@visx/text": "3.0.0",
"@visx/threshold": "3.0.0",
"@visx/tooltip": "3.1.2",
"@visx/visx": "3.1.2",
"@visx/visx": "3.1.3",
"@visx/voronoi": "3.0.0",
"@visx/wordcloud": "3.0.0",
"@visx/xychart": "3.1.2",
"@visx/zoom": "3.1.1",
"@visx/xychart": "3.1.3",
"@visx/zoom": "3.1.3",
"@zeit/next-css": "^1.0.1",
"babel-loader": "^8.2.2",
"classnames": "^2.3.1",
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": "3.1.2",
"version": "3.1.3",
"description": "One stop install for all visx packages",
"sideEffects": false,
"main": "lib/index.js",
Expand Down Expand Up @@ -62,7 +62,7 @@
"@visx/tooltip": "3.1.2",
"@visx/voronoi": "3.0.0",
"@visx/wordcloud": "3.0.0",
"@visx/xychart": "3.1.2",
"@visx/zoom": "3.1.1"
"@visx/xychart": "3.1.3",
"@visx/zoom": "3.1.3"
}
}
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": "3.1.2",
"version": "3.1.3",
"description": "Composable cartesian coordinate chart built with visx primitives",
"sideEffects": false,
"main": "lib/index.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/visx-zoom/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@visx/zoom",
"version": "3.1.1",
"version": "3.1.3",
"description": "visx zoom",
"sideEffects": false,
"main": "lib/index.js",
Expand Down

0 comments on commit 983aeb6

Please sign in to comment.