Skip to content

Commit

Permalink
v0.70.1
Browse files Browse the repository at this point in the history
  • Loading branch information
wyze committed May 27, 2021
1 parent a091183 commit 460d79b
Show file tree
Hide file tree
Showing 34 changed files with 236 additions and 219 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
<a name="v0.70.1"></a>
## v0.70.1 (2021-05-27)


#### Bug Fixes

* **bar:** add getTooltipLabel to BarItemProps typings (#1550) ([a0911832](https://github.com/plouc/nivo/commit/a0911832570f01c2c9d9719d64f4606eb6bf50f4))
* **core:** export ThemeProvider in typings (#1547) ([b820166b](https://github.com/plouc/nivo/commit/b820166b025431be95cbb45a467be92d96bcbdb5))
* **geo:** add legends prop to typings for Choropleth (#1548) ([25270001](https://github.com/plouc/nivo/commit/2527000182aaaf9570deb31eb1526e78685d0cca))
* **legends:** mark data and padding props as optional (#1545) ([31995708](https://github.com/plouc/nivo/commit/319957083acbd764d8fc306844687cf2f08f97a1))
* **line:**
* correct typing for lineGenerator prop (#1549) ([b66ac11a](https://github.com/plouc/nivo/commit/b66ac11ac80553dc4075de90b882d85dc5c0d0b6))
* update types from DataFormatter to ValueFormat (#1546) ([37c89e02](https://github.com/plouc/nivo/commit/37c89e0207c912ad5e21d27ee22a72b84f439ac2))
* **packages:** remove `global` from default props (#1544) ([4eb54cad](https://github.com/plouc/nivo/commit/4eb54cad40f8772ee45bab1664d5767d2b765136))



<a name="v0.70.0"></a>
## v0.70.0 (2021-05-24)

Expand Down
40 changes: 20 additions & 20 deletions api/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nivo/api",
"version": "0.70.0",
"version": "0.70.1",
"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.70.0",
"@nivo/bullet": "0.70.0",
"@nivo/calendar": "0.70.0",
"@nivo/chord": "0.70.0",
"@nivo/circle-packing": "0.70.0",
"@nivo/core": "0.70.0",
"@nivo/bar": "0.70.1",
"@nivo/bullet": "0.70.1",
"@nivo/calendar": "0.70.1",
"@nivo/chord": "0.70.1",
"@nivo/circle-packing": "0.70.1",
"@nivo/core": "0.70.1",
"@nivo/generators": "0.70.0",
"@nivo/heatmap": "0.70.0",
"@nivo/legends": "0.70.0",
"@nivo/line": "0.70.0",
"@nivo/parallel-coordinates": "0.70.0",
"@nivo/pie": "0.70.0",
"@nivo/radar": "0.70.0",
"@nivo/sankey": "0.70.0",
"@nivo/scatterplot": "0.70.0",
"@nivo/stream": "0.70.0",
"@nivo/sunburst": "0.70.0",
"@nivo/treemap": "0.70.0",
"@nivo/voronoi": "0.70.0",
"@nivo/waffle": "0.70.0",
"@nivo/heatmap": "0.70.1",
"@nivo/legends": "0.70.1",
"@nivo/line": "0.70.1",
"@nivo/parallel-coordinates": "0.70.1",
"@nivo/pie": "0.70.1",
"@nivo/radar": "0.70.1",
"@nivo/sankey": "0.70.1",
"@nivo/scatterplot": "0.70.1",
"@nivo/stream": "0.70.1",
"@nivo/sunburst": "0.70.1",
"@nivo/treemap": "0.70.1",
"@nivo/voronoi": "0.70.1",
"@nivo/waffle": "0.70.1",
"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.70.0",
"version": "0.70.1",
"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.70.0",
"version": "0.70.1",
"license": "MIT",
"author": {
"name": "Raphaël Benitte",
Expand All @@ -27,15 +27,15 @@
"dist/"
],
"dependencies": {
"@nivo/colors": "0.70.0",
"@nivo/colors": "0.70.1",
"@react-spring/web": "9.1.2",
"lodash": "^4.17.11"
},
"devDependencies": {
"@nivo/core": "0.70.0"
"@nivo/core": "0.70.1"
},
"peerDependencies": {
"@nivo/core": "0.70.0",
"@nivo/core": "0.70.1",
"prop-types": ">= 15.5.10 < 16.0.0",
"react": ">= 16.8.4 < 18.0.0"
},
Expand Down
8 changes: 4 additions & 4 deletions packages/arcs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nivo/arcs",
"version": "0.70.0",
"version": "0.70.1",
"license": "MIT",
"author": {
"name": "Raphaël Benitte",
Expand Down Expand Up @@ -28,16 +28,16 @@
"!dist/tsconfig.tsbuildinfo"
],
"dependencies": {
"@nivo/colors": "0.70.0",
"@nivo/colors": "0.70.1",
"@react-spring/web": "9.1.2",
"d3-shape": "^1.3.5"
},
"devDependencies": {
"@nivo/core": "0.70.0",
"@nivo/core": "0.70.1",
"@types/d3-shape": "^2.0.0"
},
"peerDependencies": {
"@nivo/core": "0.70.0",
"@nivo/core": "0.70.1",
"react": ">= 16.8.4 < 18.0.0"
},
"publishConfig": {
Expand Down
6 changes: 3 additions & 3 deletions packages/axes/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nivo/axes",
"version": "0.70.0",
"version": "0.70.1",
"license": "MIT",
"author": {
"name": "Raphaël Benitte",
Expand Down Expand Up @@ -34,13 +34,13 @@
"d3-time-format": "^2.1.3"
},
"devDependencies": {
"@nivo/core": "0.70.0",
"@nivo/core": "0.70.1",
"@types/d3-format": "^1.4.1",
"@types/d3-time": "^1.1.1",
"@types/d3-time-format": "^2.3.1"
},
"peerDependencies": {
"@nivo/core": "0.70.0",
"@nivo/core": "0.70.1",
"prop-types": ">= 15.5.10 < 16.0.0",
"react": ">= 16.8.4 < 18.0.0"
},
Expand Down
16 changes: 8 additions & 8 deletions packages/bar/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nivo/bar",
"version": "0.70.0",
"version": "0.70.1",
"license": "MIT",
"author": {
"name": "Raphaël Benitte",
Expand Down Expand Up @@ -28,23 +28,23 @@
"dist/"
],
"dependencies": {
"@nivo/annotations": "0.70.0",
"@nivo/axes": "0.70.0",
"@nivo/colors": "0.70.0",
"@nivo/legends": "0.70.0",
"@nivo/annotations": "0.70.1",
"@nivo/axes": "0.70.1",
"@nivo/colors": "0.70.1",
"@nivo/legends": "0.70.1",
"@nivo/recompose": "0.70.0",
"@nivo/scales": "0.70.0",
"@nivo/tooltip": "0.70.0",
"@nivo/tooltip": "0.70.1",
"d3-scale": "^3.2.3",
"d3-shape": "^1.2.2",
"lodash": "^4.17.11",
"react-motion": "^0.5.2"
},
"devDependencies": {
"@nivo/core": "0.70.0"
"@nivo/core": "0.70.1"
},
"peerDependencies": {
"@nivo/core": "0.70.0",
"@nivo/core": "0.70.1",
"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.70.0",
"version": "0.70.1",
"license": "MIT",
"author": {
"name": "Raphaël Benitte",
Expand Down Expand Up @@ -29,19 +29,19 @@
"!dist/tsconfig.tsbuildinfo"
],
"dependencies": {
"@nivo/axes": "0.70.0",
"@nivo/colors": "0.70.0",
"@nivo/legends": "0.70.0",
"@nivo/tooltip": "0.70.0",
"@nivo/axes": "0.70.1",
"@nivo/colors": "0.70.1",
"@nivo/legends": "0.70.1",
"@nivo/tooltip": "0.70.1",
"@react-spring/web": "9.1.2",
"d3-scale": "^3.2.3"
},
"devDependencies": {
"@nivo/core": "0.70.0",
"@nivo/core": "0.70.1",
"@types/d3-scale": "^3.2.2"
},
"peerDependencies": {
"@nivo/core": "0.70.0",
"@nivo/core": "0.70.1",
"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.70.0",
"version": "0.70.1",
"license": "MIT",
"author": {
"name": "Raphaël Benitte",
Expand Down Expand Up @@ -30,18 +30,18 @@
"dist/"
],
"dependencies": {
"@nivo/axes": "0.70.0",
"@nivo/colors": "0.70.0",
"@nivo/legends": "0.70.0",
"@nivo/tooltip": "0.70.0",
"@nivo/axes": "0.70.1",
"@nivo/colors": "0.70.1",
"@nivo/legends": "0.70.1",
"@nivo/tooltip": "0.70.1",
"@react-spring/web": "9.1.2",
"d3-shape": "^1.3.5"
},
"devDependencies": {
"@nivo/core": "0.70.0"
"@nivo/core": "0.70.1"
},
"peerDependencies": {
"@nivo/core": "0.70.0",
"@nivo/core": "0.70.1",
"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.70.0",
"version": "0.70.1",
"license": "MIT",
"author": {
"name": "Raphaël Benitte",
Expand Down Expand Up @@ -28,8 +28,8 @@
"dist/"
],
"dependencies": {
"@nivo/legends": "0.70.0",
"@nivo/tooltip": "0.70.0",
"@nivo/legends": "0.70.1",
"@nivo/tooltip": "0.70.1",
"d3-scale": "^3.2.3",
"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.70.0"
"@nivo/core": "0.70.1"
},
"peerDependencies": {
"@nivo/core": "0.70.0",
"@nivo/core": "0.70.1",
"prop-types": ">= 15.5.10 < 16.0.0",
"react": ">= 16.8.4 < 18.0.0"
},
Expand Down
14 changes: 7 additions & 7 deletions packages/chord/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nivo/chord",
"version": "0.70.0",
"version": "0.70.1",
"license": "MIT",
"author": {
"name": "Raphaël Benitte",
Expand Down Expand Up @@ -28,20 +28,20 @@
"dist/"
],
"dependencies": {
"@nivo/arcs": "0.70.0",
"@nivo/colors": "0.70.0",
"@nivo/legends": "0.70.0",
"@nivo/tooltip": "0.70.0",
"@nivo/arcs": "0.70.1",
"@nivo/colors": "0.70.1",
"@nivo/legends": "0.70.1",
"@nivo/tooltip": "0.70.1",
"d3-chord": "^1.0.6",
"d3-shape": "^1.3.5",
"lodash": "^4.17.11",
"react-motion": "^0.5.2"
},
"devDependencies": {
"@nivo/core": "0.70.0"
"@nivo/core": "0.70.1"
},
"peerDependencies": {
"@nivo/core": "0.70.0",
"@nivo/core": "0.70.1",
"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.70.0",
"version": "0.70.1",
"license": "MIT",
"author": {
"name": "Raphaël Benitte",
Expand Down Expand Up @@ -29,18 +29,18 @@
"!dist/tsconfig.tsbuildinfo"
],
"dependencies": {
"@nivo/colors": "0.70.0",
"@nivo/tooltip": "0.70.0",
"@nivo/colors": "0.70.1",
"@nivo/tooltip": "0.70.1",
"@react-spring/web": "9.1.2",
"d3-hierarchy": "^1.1.8",
"lodash": "^4.17.11"
},
"devDependencies": {
"@nivo/core": "0.70.0",
"@nivo/core": "0.70.1",
"@types/d3-hierarchy": "^1.1.7"
},
"peerDependencies": {
"@nivo/core": "0.70.0",
"@nivo/core": "0.70.1",
"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.70.0",
"version": "0.70.1",
"license": "MIT",
"author": {
"name": "Raphaël Benitte",
Expand Down Expand Up @@ -28,14 +28,14 @@
"react-motion": "^0.5.2"
},
"devDependencies": {
"@nivo/core": "0.70.0",
"@nivo/core": "0.70.1",
"@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.70.0",
"@nivo/core": "0.70.1",
"prop-types": ">= 15.5.10 < 16.0.0",
"react": ">= 16.8.4 < 18.0.0"
},
Expand Down
Loading

0 comments on commit 460d79b

Please sign in to comment.