Skip to content

Commit

Permalink
v0.67.0
Browse files Browse the repository at this point in the history
  • Loading branch information
plouc committed Dec 10, 2020
1 parent 07c8ba1 commit 26069a2
Show file tree
Hide file tree
Showing 35 changed files with 299 additions and 299 deletions.
162 changes: 81 additions & 81 deletions CHANGELOG.md

Large diffs are not rendered by default.

42 changes: 21 additions & 21 deletions api/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nivo/api",
"version": "0.66.0",
"version": "0.67.0",
"description": "Rendering API for nivo dataviz React/d3 components",
"main": "src/app.js",
"licenses": [
Expand All @@ -22,26 +22,26 @@
"nodemon": "^1.18.10"
},
"dependencies": {
"@nivo/bar": "0.66.0",
"@nivo/bullet": "0.66.0",
"@nivo/calendar": "0.66.0",
"@nivo/chord": "0.66.0",
"@nivo/circle-packing": "0.66.0",
"@nivo/core": "0.66.0",
"@nivo/generators": "0.66.0",
"@nivo/heatmap": "0.66.0",
"@nivo/legends": "0.66.0",
"@nivo/line": "0.66.0",
"@nivo/parallel-coordinates": "0.66.0",
"@nivo/pie": "0.66.0",
"@nivo/radar": "0.66.0",
"@nivo/sankey": "0.66.0",
"@nivo/scatterplot": "0.66.0",
"@nivo/stream": "0.66.0",
"@nivo/sunburst": "0.66.0",
"@nivo/treemap": "0.66.0",
"@nivo/voronoi": "0.66.0",
"@nivo/waffle": "0.66.0",
"@nivo/bar": "0.67.0",
"@nivo/bullet": "0.67.0",
"@nivo/calendar": "0.67.0",
"@nivo/chord": "0.67.0",
"@nivo/circle-packing": "0.67.0",
"@nivo/core": "0.67.0",
"@nivo/generators": "0.67.0",
"@nivo/heatmap": "0.67.0",
"@nivo/legends": "0.67.0",
"@nivo/line": "0.67.0",
"@nivo/parallel-coordinates": "0.67.0",
"@nivo/pie": "0.67.0",
"@nivo/radar": "0.67.0",
"@nivo/sankey": "0.67.0",
"@nivo/scatterplot": "0.67.0",
"@nivo/stream": "0.67.0",
"@nivo/sunburst": "0.67.0",
"@nivo/treemap": "0.67.0",
"@nivo/voronoi": "0.67.0",
"@nivo/waffle": "0.67.0",
"body-parser": "^1.17.2",
"compression": "^1.7.0",
"cors": "^2.8.4",
Expand Down
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/*",
"api"
],
"version": "0.66.0",
"version": "0.67.0",
"npmClient": "yarn",
"useWorkspaces": true
}
8 changes: 4 additions & 4 deletions packages/annotations/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nivo/annotations",
"version": "0.66.0",
"version": "0.67.0",
"license": "MIT",
"author": {
"name": "Raphaël Benitte",
Expand All @@ -27,15 +27,15 @@
"dist/"
],
"dependencies": {
"@nivo/colors": "0.66.0",
"@nivo/colors": "0.67.0",
"lodash": "^4.17.11",
"react-spring": "9.0.0-rc.3"
},
"devDependencies": {
"@nivo/core": "0.66.0"
"@nivo/core": "0.67.0"
},
"peerDependencies": {
"@nivo/core": "0.66.0",
"@nivo/core": "0.67.0",
"prop-types": ">= 15.5.10 < 16.0.0",
"react": ">= 16.8.4 < 18.0.0"
},
Expand Down
8 changes: 4 additions & 4 deletions packages/axes/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nivo/axes",
"version": "0.66.0",
"version": "0.67.0",
"license": "MIT",
"author": {
"name": "Raphaël Benitte",
Expand All @@ -26,17 +26,17 @@
"dist/"
],
"dependencies": {
"@nivo/scales": "0.66.0",
"@nivo/scales": "0.67.0",
"d3-format": "^1.4.4",
"d3-time": "^1.0.11",
"d3-time-format": "^2.1.3",
"react-spring": "9.0.0-rc.3"
},
"devDependencies": {
"@nivo/core": "0.66.0"
"@nivo/core": "0.67.0"
},
"peerDependencies": {
"@nivo/core": "0.66.0",
"@nivo/core": "0.67.0",
"prop-types": ">= 15.5.10 < 16.0.0",
"react": ">= 16.8.4 < 18.0.0"
},
Expand Down
18 changes: 9 additions & 9 deletions packages/bar/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nivo/bar",
"version": "0.66.0",
"version": "0.67.0",
"license": "MIT",
"author": {
"name": "Raphaël Benitte",
Expand Down Expand Up @@ -28,23 +28,23 @@
"dist/"
],
"dependencies": {
"@nivo/annotations": "0.66.0",
"@nivo/axes": "0.66.0",
"@nivo/colors": "0.66.0",
"@nivo/legends": "0.66.0",
"@nivo/scales": "0.66.0",
"@nivo/tooltip": "0.66.0",
"@nivo/annotations": "0.67.0",
"@nivo/axes": "0.67.0",
"@nivo/colors": "0.67.0",
"@nivo/legends": "0.67.0",
"@nivo/scales": "0.67.0",
"@nivo/tooltip": "0.67.0",
"d3-scale": "^3.0.0",
"d3-shape": "^1.2.2",
"lodash": "^4.17.11",
"react-motion": "^0.5.2",
"recompose": "^0.30.0"
},
"devDependencies": {
"@nivo/core": "0.66.0"
"@nivo/core": "0.67.0"
},
"peerDependencies": {
"@nivo/core": "0.66.0",
"@nivo/core": "0.67.0",
"prop-types": ">= 15.5.10 < 16.0.0",
"react": ">= 16.8.4 < 18.0.0"
},
Expand Down
14 changes: 7 additions & 7 deletions packages/bullet/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nivo/bullet",
"version": "0.66.0",
"version": "0.67.0",
"license": "MIT",
"author": {
"name": "Raphaël Benitte",
Expand Down Expand Up @@ -29,19 +29,19 @@
"!dist/tsconfig.tsbuildinfo"
],
"dependencies": {
"@nivo/axes": "0.66.0",
"@nivo/colors": "0.66.0",
"@nivo/legends": "0.66.0",
"@nivo/tooltip": "0.66.0",
"@nivo/axes": "0.67.0",
"@nivo/colors": "0.67.0",
"@nivo/legends": "0.67.0",
"@nivo/tooltip": "0.67.0",
"d3-scale": "^3.0.0",
"react-spring": "9.0.0-rc.3"
},
"devDependencies": {
"@nivo/core": "0.66.0",
"@nivo/core": "0.67.0",
"@types/d3-scale": "^3.2.1"
},
"peerDependencies": {
"@nivo/core": "0.66.0",
"@nivo/core": "0.67.0",
"react": ">= 16.8.4 < 18.0.0"
},
"publishConfig": {
Expand Down
14 changes: 7 additions & 7 deletions packages/bump/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nivo/bump",
"version": "0.66.0",
"version": "0.67.0",
"license": "MIT",
"author": {
"name": "Raphaël Benitte",
Expand Down Expand Up @@ -30,18 +30,18 @@
"dist/"
],
"dependencies": {
"@nivo/axes": "0.66.0",
"@nivo/colors": "0.66.0",
"@nivo/legends": "0.66.0",
"@nivo/tooltip": "0.66.0",
"@nivo/axes": "0.67.0",
"@nivo/colors": "0.67.0",
"@nivo/legends": "0.67.0",
"@nivo/tooltip": "0.67.0",
"d3-shape": "^1.3.5",
"react-spring": "9.0.0-rc.3"
},
"devDependencies": {
"@nivo/core": "0.66.0"
"@nivo/core": "0.67.0"
},
"peerDependencies": {
"@nivo/core": "0.66.0",
"@nivo/core": "0.67.0",
"prop-types": ">= 15.5.10 < 16.0.0",
"react": ">= 16.8.4 < 18.0.0"
},
Expand Down
10 changes: 5 additions & 5 deletions packages/calendar/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nivo/calendar",
"version": "0.66.0",
"version": "0.67.0",
"license": "MIT",
"author": {
"name": "Raphaël Benitte",
Expand Down Expand Up @@ -28,8 +28,8 @@
"dist/"
],
"dependencies": {
"@nivo/legends": "0.66.0",
"@nivo/tooltip": "0.66.0",
"@nivo/legends": "0.67.0",
"@nivo/tooltip": "0.67.0",
"d3-scale": "^3.0.0",
"d3-time": "^1.0.10",
"d3-time-format": "^2.1.3",
Expand All @@ -38,10 +38,10 @@
"lodash.range": "^3.2.0"
},
"devDependencies": {
"@nivo/core": "0.66.0"
"@nivo/core": "0.67.0"
},
"peerDependencies": {
"@nivo/core": "0.66.0",
"@nivo/core": "0.67.0",
"prop-types": ">= 15.5.10 < 16.0.0",
"react": ">= 16.8.4 < 18.0.0"
},
Expand Down
12 changes: 6 additions & 6 deletions packages/chord/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nivo/chord",
"version": "0.66.0",
"version": "0.67.0",
"license": "MIT",
"author": {
"name": "Raphaël Benitte",
Expand Down Expand Up @@ -28,19 +28,19 @@
"dist/"
],
"dependencies": {
"@nivo/colors": "0.66.0",
"@nivo/legends": "0.66.0",
"@nivo/tooltip": "0.66.0",
"@nivo/colors": "0.67.0",
"@nivo/legends": "0.67.0",
"@nivo/tooltip": "0.67.0",
"d3-chord": "^1.0.6",
"d3-shape": "^1.3.5",
"lodash": "^4.17.11",
"react-motion": "^0.5.2"
},
"devDependencies": {
"@nivo/core": "0.66.0"
"@nivo/core": "0.67.0"
},
"peerDependencies": {
"@nivo/core": "0.66.0",
"@nivo/core": "0.67.0",
"prop-types": ">= 15.5.10 < 16.0.0",
"react": ">= 16.8.4 < 18.0.0"
},
Expand Down
10 changes: 5 additions & 5 deletions packages/circle-packing/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nivo/circle-packing",
"version": "0.66.0",
"version": "0.67.0",
"license": "MIT",
"author": {
"name": "Raphaël Benitte",
Expand All @@ -27,18 +27,18 @@
"dist/"
],
"dependencies": {
"@nivo/colors": "0.66.0",
"@nivo/tooltip": "0.66.0",
"@nivo/colors": "0.67.0",
"@nivo/tooltip": "0.67.0",
"d3-hierarchy": "^1.1.8",
"lodash": "^4.17.11",
"react-motion": "^0.5.2",
"recompose": "^0.30.0"
},
"devDependencies": {
"@nivo/core": "0.66.0"
"@nivo/core": "0.67.0"
},
"peerDependencies": {
"@nivo/core": "0.66.0",
"@nivo/core": "0.67.0",
"prop-types": ">= 15.5.10 < 16.0.0",
"react": ">= 16.8.4 < 18.0.0"
},
Expand Down
6 changes: 3 additions & 3 deletions packages/colors/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nivo/colors",
"version": "0.66.0",
"version": "0.67.0",
"license": "MIT",
"author": {
"name": "Raphaël Benitte",
Expand Down Expand Up @@ -28,14 +28,14 @@
"react-motion": "^0.5.2"
},
"devDependencies": {
"@nivo/core": "0.66.0",
"@nivo/core": "0.67.0",
"@types/d3-color": "^2.0.0",
"@types/d3-scale-chromatic": "^2.0.0",
"@types/lodash": "^4.14.149",
"@types/react-motion": "^0.0.29"
},
"peerDependencies": {
"@nivo/core": "0.66.0",
"@nivo/core": "0.67.0",
"prop-types": ">= 15.5.10 < 16.0.0",
"react": ">= 16.8.4 <= 17.0.0"
},
Expand Down
6 changes: 3 additions & 3 deletions packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nivo/core",
"version": "0.66.0",
"version": "0.67.0",
"license": "MIT",
"author": {
"name": "Raphaël Benitte",
Expand Down Expand Up @@ -34,10 +34,10 @@
"resize-observer-polyfill": "^1.5.1"
},
"devDependencies": {
"@nivo/tooltip": "0.66.0"
"@nivo/tooltip": "0.67.0"
},
"peerDependencies": {
"@nivo/tooltip": "0.66.0",
"@nivo/tooltip": "0.67.0",
"prop-types": ">= 15.5.10 < 16.0.0",
"react": ">= 16.8.4 < 18.0.0"
},
Expand Down
6 changes: 3 additions & 3 deletions packages/funnel/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nivo/funnel",
"version": "0.66.0",
"version": "0.67.0",
"license": "MIT",
"author": {
"name": "Raphaël Benitte",
Expand Down Expand Up @@ -33,12 +33,12 @@
"react-spring": "9.0.0-rc.3"
},
"devDependencies": {
"@nivo/core": "0.66.0"
"@nivo/core": "0.67.0"
},
"peerDependencies": {
"@nivo/annotations": "0.63.1",
"@nivo/colors": "0.63.0",
"@nivo/core": "0.66.0",
"@nivo/core": "0.67.0",
"@nivo/tooltip": "0.63.0",
"prop-types": ">= 15.5.10 < 16.0.0",
"react": ">= 16.8.4 < 18.0.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/generators/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nivo/generators",
"version": "0.66.0",
"version": "0.67.0",
"licenses": [
{
"type": "MIT",
Expand Down

0 comments on commit 26069a2

Please sign in to comment.