Skip to content

Commit

Permalink
v1.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
williaster committed Feb 18, 2021
1 parent 359e914 commit 2d4e9ea
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 @@ -3,7 +3,7 @@
"packages": [
"packages/*"
],
"version": "1.5.0",
"version": "1.6.0",
"command": {
"publish": {
"allowBranch": "master"
Expand Down
2 changes: 1 addition & 1 deletion packages/visx-annotation/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@visx/annotation",
"version": "1.5.0",
"version": "1.6.0",
"description": "visx annotation",
"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": "1.5.0",
"version": "1.6.0",
"description": "visx demo",
"repository": "https://github.com/airbnb/visx",
"scripts": {
Expand Down Expand Up @@ -35,7 +35,7 @@
"@types/d3-time-format": "2.1.0",
"@types/nprogress": "^0.2.0",
"@types/prismjs": "^1.16.0",
"@visx/annotation": "1.5.0",
"@visx/annotation": "1.6.0",
"@visx/axis": "1.5.0",
"@visx/brush": "1.4.0",
"@visx/chord": "1.0.0",
Expand Down Expand Up @@ -65,7 +65,7 @@
"@visx/threshold": "1.4.0",
"@visx/tooltip": "1.5.0",
"@visx/voronoi": "1.0.0",
"@visx/xychart": "1.5.0",
"@visx/xychart": "1.6.0",
"@visx/zoom": "1.3.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": "1.5.0",
"version": "1.6.0",
"description": "One stop install for all visx packages",
"sideEffects": false,
"main": "lib/index.js",
Expand Down Expand Up @@ -33,7 +33,7 @@
"react": "^16.3.0-0"
},
"dependencies": {
"@visx/annotation": "1.5.0",
"@visx/annotation": "1.6.0",
"@visx/axis": "1.5.0",
"@visx/bounds": "1.0.0",
"@visx/brush": "1.4.0",
Expand All @@ -60,7 +60,7 @@
"@visx/text": "1.3.0",
"@visx/tooltip": "1.5.0",
"@visx/voronoi": "1.0.0",
"@visx/xychart": "1.5.0",
"@visx/xychart": "1.6.0",
"@visx/zoom": "1.3.0"
}
}
4 changes: 2 additions & 2 deletions packages/visx-xychart/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@visx/xychart",
"version": "1.5.0",
"version": "1.6.0",
"description": "Composable cartesian coordinate chart built with visx primitives",
"sideEffects": false,
"main": "lib/index.js",
Expand Down Expand Up @@ -43,7 +43,7 @@
"@types/classnames": "^2.2.9",
"@types/lodash": "^4.14.146",
"@types/react": "*",
"@visx/annotation": "1.5.0",
"@visx/annotation": "1.6.0",
"@visx/axis": "1.5.0",
"@visx/event": "1.3.0",
"@visx/glyph": "1.0.0",
Expand Down

0 comments on commit 2d4e9ea

Please sign in to comment.