Skip to content

Commit

Permalink
v0.61.2
Browse files Browse the repository at this point in the history
  • Loading branch information
plouc committed Dec 31, 2019
1 parent 842ae0d commit a9b51a3
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions api/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nivo/api",
"version": "0.61.1",
"version": "0.61.2",
"description": "Rendering API for nivo dataviz React/d3 components",
"main": "src/app.js",
"licenses": [
Expand Down Expand Up @@ -35,7 +35,7 @@
"@nivo/parallel-coordinates": "0.61.0",
"@nivo/pie": "0.61.1",
"@nivo/radar": "0.61.1",
"@nivo/sankey": "0.61.1",
"@nivo/sankey": "0.61.2",
"@nivo/scatterplot": "0.61.1",
"@nivo/stream": "0.61.1",
"@nivo/sunburst": "0.61.0",
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.61.1",
"version": "0.61.2",
"npmClient": "yarn",
"useWorkspaces": true
}
2 changes: 1 addition & 1 deletion packages/sankey/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nivo/sankey",
"version": "0.61.1",
"version": "0.61.2",
"license": "MIT",
"author": {
"name": "Raphaël Benitte",
Expand Down
4 changes: 2 additions & 2 deletions website/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nivo-website",
"version": "0.61.1",
"version": "0.61.2",
"private": true,
"description": "nivo website",
"dependencies": {
Expand All @@ -21,7 +21,7 @@
"@nivo/parallel-coordinates": "0.61.0",
"@nivo/pie": "0.61.1",
"@nivo/radar": "0.61.1",
"@nivo/sankey": "0.61.1",
"@nivo/sankey": "0.61.2",
"@nivo/scatterplot": "0.61.1",
"@nivo/stream": "0.61.1",
"@nivo/sunburst": "0.61.0",
Expand Down

0 comments on commit a9b51a3

Please sign in to comment.