Skip to content

Commit

Permalink
v1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
williaster committed Nov 25, 2020
1 parent 45199f4 commit e2bbccb
Show file tree
Hide file tree
Showing 13 changed files with 44 additions and 44 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.1.0",
"version": "1.2.0",
"command": {
"publish": {
"allowBranch": "master"
Expand Down
6 changes: 3 additions & 3 deletions packages/visx-annotation/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@visx/annotation",
"version": "1.1.0",
"version": "1.2.0",
"description": "visx annotation",
"sideEffects": false,
"main": "lib/index.js",
Expand Down Expand Up @@ -33,10 +33,10 @@
"dependencies": {
"@types/classnames": "^2.2.9",
"@types/react": "*",
"@visx/drag": "1.0.0",
"@visx/drag": "1.2.0",
"@visx/group": "1.0.0",
"@visx/point": "1.0.0",
"@visx/shape": "1.1.0",
"@visx/shape": "1.2.0",
"@visx/text": "1.1.0",
"classnames": "^2.2.5",
"prop-types": "^15.5.10",
Expand Down
4 changes: 2 additions & 2 deletions packages/visx-axis/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@visx/axis",
"version": "1.1.0",
"version": "1.2.0",
"description": "visx axis",
"sideEffects": false,
"main": "lib/index.js",
Expand Down Expand Up @@ -33,7 +33,7 @@
"@visx/group": "1.0.0",
"@visx/point": "1.0.0",
"@visx/scale": "1.1.0",
"@visx/shape": "1.1.0",
"@visx/shape": "1.2.0",
"@visx/text": "1.1.0",
"classnames": "^2.2.5",
"prop-types": "^15.6.0"
Expand Down
6 changes: 3 additions & 3 deletions packages/visx-brush/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@visx/brush",
"version": "1.1.0",
"version": "1.2.0",
"description": "visx brush",
"sideEffects": false,
"main": "lib/index.js",
Expand Down Expand Up @@ -33,9 +33,9 @@
"react": "^15.0.0-0 || ^16.0.0-0"
},
"dependencies": {
"@visx/drag": "1.0.0",
"@visx/drag": "1.2.0",
"@visx/group": "1.0.0",
"@visx/shape": "1.1.0",
"@visx/shape": "1.2.0",
"classnames": "^2.2.5",
"prop-types": "^15.6.1"
},
Expand Down
22 changes: 11 additions & 11 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.1.0",
"version": "1.2.0",
"description": "visx demo",
"repository": "https://github.com/airbnb/visx",
"scripts": {
Expand Down Expand Up @@ -33,37 +33,37 @@
"@types/d3-time-format": "2.1.0",
"@types/nprogress": "^0.2.0",
"@types/prismjs": "^1.16.0",
"@visx/annotation": "1.1.0",
"@visx/axis": "1.1.0",
"@visx/brush": "1.1.0",
"@visx/annotation": "1.2.0",
"@visx/axis": "1.2.0",
"@visx/brush": "1.2.0",
"@visx/chord": "1.0.0",
"@visx/clip-path": "1.0.0",
"@visx/curve": "1.0.0",
"@visx/drag": "1.0.0",
"@visx/drag": "1.2.0",
"@visx/event": "1.0.0",
"@visx/geo": "1.0.0",
"@visx/glyph": "1.0.0",
"@visx/gradient": "1.0.0",
"@visx/grid": "1.1.0",
"@visx/grid": "1.2.0",
"@visx/group": "1.0.0",
"@visx/heatmap": "1.0.0",
"@visx/hierarchy": "1.0.0",
"@visx/legend": "1.1.0",
"@visx/marker": "1.1.0",
"@visx/marker": "1.2.0",
"@visx/mock-data": "1.0.0",
"@visx/network": "1.1.0",
"@visx/pattern": "1.1.0",
"@visx/point": "1.0.0",
"@visx/react-spring": "1.1.0",
"@visx/react-spring": "1.2.0",
"@visx/responsive": "1.1.0",
"@visx/scale": "1.1.0",
"@visx/shape": "1.1.0",
"@visx/shape": "1.2.0",
"@visx/stats": "1.1.0",
"@visx/text": "1.1.0",
"@visx/threshold": "1.1.0",
"@visx/threshold": "1.2.0",
"@visx/tooltip": "1.1.0",
"@visx/voronoi": "1.0.0",
"@visx/xychart": "1.1.0",
"@visx/xychart": "1.2.0",
"@visx/zoom": "1.0.0",
"@zeit/next-css": "^1.0.1",
"classnames": "^2.2.5",
Expand Down
2 changes: 1 addition & 1 deletion packages/visx-drag/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@visx/drag",
"version": "1.0.0",
"version": "1.2.0",
"description": "visx drag",
"sideEffects": false,
"main": "lib/index.js",
Expand Down
4 changes: 2 additions & 2 deletions packages/visx-grid/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@visx/grid",
"version": "1.1.0",
"version": "1.2.0",
"description": "visx grid",
"sideEffects": false,
"main": "lib/index.js",
Expand Down Expand Up @@ -36,7 +36,7 @@
"@visx/group": "1.0.0",
"@visx/point": "1.0.0",
"@visx/scale": "1.1.0",
"@visx/shape": "1.1.0",
"@visx/shape": "1.2.0",
"classnames": "^2.2.5",
"prop-types": "^15.6.2"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/visx-marker/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@visx/marker",
"version": "1.1.0",
"version": "1.2.0",
"description": "visx marker",
"sideEffects": false,
"main": "lib/index.js",
Expand Down Expand Up @@ -31,7 +31,7 @@
"@types/classnames": "^2.2.9",
"@types/react": "*",
"@visx/group": "1.0.0",
"@visx/shape": "1.1.0",
"@visx/shape": "1.2.0",
"classnames": "^2.2.5",
"prop-types": "^15.6.2"
},
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.1.0",
"version": "1.2.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.1.0",
"@visx/grid": "1.1.0",
"@visx/axis": "1.2.0",
"@visx/grid": "1.2.0",
"@visx/scale": "1.1.0",
"@visx/text": "1.1.0",
"classnames": "^2.2.5",
Expand Down
2 changes: 1 addition & 1 deletion packages/visx-shape/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@visx/shape",
"version": "1.1.0",
"version": "1.2.0",
"description": "visx shape",
"sideEffects": false,
"main": "lib/index.js",
Expand Down
4 changes: 2 additions & 2 deletions packages/visx-threshold/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@visx/threshold",
"version": "1.1.0",
"version": "1.2.0",
"description": "visx threshold",
"sideEffects": false,
"main": "lib/index.js",
Expand All @@ -27,7 +27,7 @@
"@types/classnames": "^2.2.9",
"@types/react": "*",
"@visx/clip-path": "1.0.0",
"@visx/shape": "1.1.0",
"@visx/shape": "1.2.0",
"classnames": "^2.2.5",
"prop-types": "^15.5.10"
},
Expand Down
16 changes: 8 additions & 8 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.1.0",
"version": "1.2.0",
"description": "One stop install for all visx packages",
"sideEffects": false,
"main": "lib/index.js",
Expand Down Expand Up @@ -33,30 +33,30 @@
"react": "^16.3.0-0"
},
"dependencies": {
"@visx/annotation": "1.1.0",
"@visx/axis": "1.1.0",
"@visx/annotation": "1.2.0",
"@visx/axis": "1.2.0",
"@visx/bounds": "1.0.0",
"@visx/brush": "1.1.0",
"@visx/brush": "1.2.0",
"@visx/clip-path": "1.0.0",
"@visx/curve": "1.0.0",
"@visx/drag": "1.0.0",
"@visx/drag": "1.2.0",
"@visx/event": "1.0.0",
"@visx/geo": "1.0.0",
"@visx/glyph": "1.0.0",
"@visx/gradient": "1.0.0",
"@visx/grid": "1.1.0",
"@visx/grid": "1.2.0",
"@visx/group": "1.0.0",
"@visx/heatmap": "1.0.0",
"@visx/hierarchy": "1.0.0",
"@visx/legend": "1.1.0",
"@visx/marker": "1.1.0",
"@visx/marker": "1.2.0",
"@visx/mock-data": "1.0.0",
"@visx/network": "1.1.0",
"@visx/pattern": "1.1.0",
"@visx/point": "1.0.0",
"@visx/responsive": "1.1.0",
"@visx/scale": "1.1.0",
"@visx/shape": "1.1.0",
"@visx/shape": "1.2.0",
"@visx/text": "1.1.0",
"@visx/tooltip": "1.1.0",
"@visx/voronoi": "1.0.0",
Expand Down
10 changes: 5 additions & 5 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.1.0",
"version": "1.2.0",
"description": "Composable cartesian coordinate chart built with visx primitives",
"sideEffects": false,
"private": true,
Expand Down Expand Up @@ -44,14 +44,14 @@
"@types/classnames": "^2.2.9",
"@types/lodash": "^4.14.146",
"@types/react": "*",
"@visx/axis": "1.1.0",
"@visx/axis": "1.2.0",
"@visx/event": "1.0.0",
"@visx/grid": "1.1.0",
"@visx/glyph": "1.0.0",
"@visx/react-spring": "1.1.0",
"@visx/grid": "1.2.0",
"@visx/react-spring": "1.2.0",
"@visx/responsive": "1.1.0",
"@visx/scale": "1.1.0",
"@visx/shape": "1.1.0",
"@visx/shape": "1.2.0",
"@visx/text": "1.1.0",
"@visx/tooltip": "1.1.0",
"@visx/voronoi": "1.0.0",
Expand Down

0 comments on commit e2bbccb

Please sign in to comment.