Skip to content

Commit

Permalink
v1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
williaster committed Feb 12, 2021
1 parent 824a5d5 commit cab0896
Show file tree
Hide file tree
Showing 10 changed files with 30 additions and 30 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.4.0",
"version": "1.5.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.4.0",
"version": "1.5.0",
"description": "visx annotation",
"sideEffects": false,
"main": "lib/index.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/visx-axis/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@visx/axis",
"version": "1.4.0",
"version": "1.5.0",
"description": "visx axis",
"sideEffects": false,
"main": "lib/index.js",
Expand Down
16 changes: 8 additions & 8 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.4.0",
"version": "1.5.0",
"description": "visx demo",
"repository": "https://github.com/airbnb/visx",
"scripts": {
Expand Down Expand Up @@ -35,8 +35,8 @@
"@types/d3-time-format": "2.1.0",
"@types/nprogress": "^0.2.0",
"@types/prismjs": "^1.16.0",
"@visx/annotation": "1.4.0",
"@visx/axis": "1.4.0",
"@visx/annotation": "1.5.0",
"@visx/axis": "1.5.0",
"@visx/brush": "1.4.0",
"@visx/chord": "1.0.0",
"@visx/clip-path": "1.0.0",
Expand All @@ -46,26 +46,26 @@
"@visx/geo": "1.0.0",
"@visx/glyph": "1.0.0",
"@visx/gradient": "1.0.0",
"@visx/grid": "1.4.0",
"@visx/grid": "1.5.0",
"@visx/group": "1.0.0",
"@visx/heatmap": "1.0.0",
"@visx/hierarchy": "1.0.0",
"@visx/legend": "1.4.0",
"@visx/marker": "1.4.0",
"@visx/mock-data": "1.0.0",
"@visx/mock-data": "1.5.0",
"@visx/network": "1.1.0",
"@visx/pattern": "1.1.0",
"@visx/point": "1.0.0",
"@visx/react-spring": "1.4.0",
"@visx/react-spring": "1.5.0",
"@visx/responsive": "1.3.0",
"@visx/scale": "1.4.0",
"@visx/shape": "1.4.0",
"@visx/stats": "1.4.0",
"@visx/text": "1.3.0",
"@visx/threshold": "1.4.0",
"@visx/tooltip": "1.3.0",
"@visx/tooltip": "1.5.0",
"@visx/voronoi": "1.0.0",
"@visx/xychart": "1.4.0",
"@visx/xychart": "1.5.0",
"@visx/zoom": "1.3.0",
"@zeit/next-css": "^1.0.1",
"babel-loader": "^8.2.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/visx-grid/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@visx/grid",
"version": "1.4.0",
"version": "1.5.0",
"description": "visx grid",
"sideEffects": false,
"main": "lib/index.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/visx-mock-data/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@visx/mock-data",
"version": "1.0.0",
"version": "1.5.0",
"description": "visx mock data",
"sideEffects": false,
"main": "lib/index.js",
Expand Down
6 changes: 3 additions & 3 deletions packages/visx-react-spring/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@visx/react-spring",
"version": "1.4.0",
"version": "1.5.0",
"description": "visx primitives that rely on react-spring for animation",
"sideEffects": false,
"main": "lib/index.js",
Expand Down Expand Up @@ -44,8 +44,8 @@
"dependencies": {
"@types/classnames": "^2.2.9",
"@types/react": "*",
"@visx/axis": "1.4.0",
"@visx/grid": "1.4.0",
"@visx/axis": "1.5.0",
"@visx/grid": "1.5.0",
"@visx/scale": "1.4.0",
"@visx/text": "1.3.0",
"classnames": "^2.2.5",
Expand Down
2 changes: 1 addition & 1 deletion packages/visx-tooltip/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@visx/tooltip",
"version": "1.3.0",
"version": "1.5.0",
"description": "visx tooltip",
"sideEffects": false,
"main": "lib/index.js",
Expand Down
14 changes: 7 additions & 7 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.4.0",
"version": "1.5.0",
"description": "One stop install for all visx packages",
"sideEffects": false,
"main": "lib/index.js",
Expand Down Expand Up @@ -33,8 +33,8 @@
"react": "^16.3.0-0"
},
"dependencies": {
"@visx/annotation": "1.4.0",
"@visx/axis": "1.4.0",
"@visx/annotation": "1.5.0",
"@visx/axis": "1.5.0",
"@visx/bounds": "1.0.0",
"@visx/brush": "1.4.0",
"@visx/clip-path": "1.0.0",
Expand All @@ -44,23 +44,23 @@
"@visx/geo": "1.0.0",
"@visx/glyph": "1.0.0",
"@visx/gradient": "1.0.0",
"@visx/grid": "1.4.0",
"@visx/grid": "1.5.0",
"@visx/group": "1.0.0",
"@visx/heatmap": "1.0.0",
"@visx/hierarchy": "1.0.0",
"@visx/legend": "1.4.0",
"@visx/marker": "1.4.0",
"@visx/mock-data": "1.0.0",
"@visx/mock-data": "1.5.0",
"@visx/network": "1.1.0",
"@visx/pattern": "1.1.0",
"@visx/point": "1.0.0",
"@visx/responsive": "1.3.0",
"@visx/scale": "1.4.0",
"@visx/shape": "1.4.0",
"@visx/text": "1.3.0",
"@visx/tooltip": "1.3.0",
"@visx/tooltip": "1.5.0",
"@visx/voronoi": "1.0.0",
"@visx/xychart": "1.4.0",
"@visx/xychart": "1.5.0",
"@visx/zoom": "1.3.0"
}
}
12 changes: 6 additions & 6 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.4.0",
"version": "1.5.0",
"description": "Composable cartesian coordinate chart built with visx primitives",
"sideEffects": false,
"main": "lib/index.js",
Expand Down Expand Up @@ -43,17 +43,17 @@
"@types/classnames": "^2.2.9",
"@types/lodash": "^4.14.146",
"@types/react": "*",
"@visx/annotation": "1.4.0",
"@visx/axis": "1.4.0",
"@visx/annotation": "1.5.0",
"@visx/axis": "1.5.0",
"@visx/event": "1.3.0",
"@visx/glyph": "1.0.0",
"@visx/grid": "1.4.0",
"@visx/react-spring": "1.4.0",
"@visx/grid": "1.5.0",
"@visx/react-spring": "1.5.0",
"@visx/responsive": "1.3.0",
"@visx/scale": "1.4.0",
"@visx/shape": "1.4.0",
"@visx/text": "1.3.0",
"@visx/tooltip": "1.3.0",
"@visx/tooltip": "1.5.0",
"@visx/voronoi": "1.0.0",
"classnames": "^2.2.5",
"d3-array": "^2.6.0",
Expand Down

0 comments on commit cab0896

Please sign in to comment.