Skip to content

Commit

Permalink
fix(arcs): fix packages version due to new release
Browse files Browse the repository at this point in the history
  • Loading branch information
plouc committed Dec 18, 2020
1 parent 4c8cde1 commit c1ddb3d
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions packages/arcs/package.json
@@ -1,6 +1,6 @@
{
"name": "@nivo/arcs",
"version": "0.66.0",
"version": "0.67.0",
"license": "MIT",
"author": {
"name": "Raphaël Benitte",
Expand Down Expand Up @@ -32,11 +32,11 @@
"react-spring": "9.0.0-rc.3"
},
"devDependencies": {
"@nivo/core": "0.66.0",
"@nivo/core": "0.67.0",
"@types/d3-shape": "^2.0.0"
},
"peerDependencies": {
"@nivo/core": "0.66.0",
"@nivo/core": "0.67.0",
"react": ">= 16.8.4 < 18.0.0"
},
"publishConfig": {
Expand Down
2 changes: 1 addition & 1 deletion packages/chord/package.json
Expand Up @@ -28,7 +28,7 @@
"dist/"
],
"dependencies": {
"@nivo/arcs": "0.66.0",
"@nivo/arcs": "0.67.0",
"@nivo/colors": "0.67.0",
"@nivo/legends": "0.67.0",
"@nivo/tooltip": "0.67.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/pie/package.json
Expand Up @@ -29,7 +29,7 @@
"!dist/tsconfig.tsbuildinfo"
],
"dependencies": {
"@nivo/arcs": "0.66.0",
"@nivo/arcs": "0.67.0",
"@nivo/colors": "0.67.0",
"@nivo/legends": "0.67.0",
"@nivo/tooltip": "0.67.0",
Expand Down
2 changes: 1 addition & 1 deletion website/package.json
Expand Up @@ -4,7 +4,7 @@
"private": true,
"description": "nivo website",
"dependencies": {
"@nivo/arcs": "0.66.0",
"@nivo/arcs": "0.67.0",
"@nivo/bar": "0.67.0",
"@nivo/bullet": "0.67.0",
"@nivo/bump": "0.67.0",
Expand Down

0 comments on commit c1ddb3d

Please sign in to comment.