Skip to content

Commit

Permalink
v0.83.0
Browse files Browse the repository at this point in the history
  • Loading branch information
plouc committed May 7, 2023
1 parent 0aeb88c commit 5ee7cba
Show file tree
Hide file tree
Showing 46 changed files with 33,782 additions and 25,369 deletions.
2 changes: 1 addition & 1 deletion api/package.json
@@ -1,6 +1,6 @@
{
"name": "@nivo/api",
"version": "0.82.1",
"version": "0.83.0",
"private": true,
"description": "Rendering API for nivo dataviz React/d3 components",
"main": "src/app.js",
Expand Down
2 changes: 1 addition & 1 deletion cypress/package.json
@@ -1,6 +1,6 @@
{
"name": "nivo-e2e",
"version": "0.82.1",
"version": "0.83.0",
"private": true,
"description": "nivo end-to-end tests",
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
@@ -1,6 +1,6 @@
{
"packages": ["packages/*", "api"],
"version": "0.82.1",
"version": "0.83.0",
"npmClient": "pnpm",
"useWorkspaces": true
}
2 changes: 1 addition & 1 deletion packages/annotations/package.json
@@ -1,6 +1,6 @@
{
"name": "@nivo/annotations",
"version": "0.82.1",
"version": "0.83.0",
"license": "MIT",
"author": {
"name": "Raphaël Benitte",
Expand Down
6 changes: 3 additions & 3 deletions packages/arcs/package.json
@@ -1,6 +1,6 @@
{
"name": "@nivo/arcs",
"version": "0.82.1",
"version": "0.83.0",
"license": "MIT",
"author": {
"name": "Raphaël Benitte",
Expand Down Expand Up @@ -31,8 +31,8 @@
"@nivo/colors": "workspace:*",
"@nivo/core": "workspace:*",
"@react-spring/web": "9.4.5 || ^9.7.2",
"d3-shape": "^1.3.5",
"@types/d3-shape": "^2.0.0"
"@types/d3-shape": "^2.0.0",
"d3-shape": "^1.3.5"
},
"peerDependencies": {
"react": ">= 16.14.0 < 19.0.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/axes/package.json
@@ -1,6 +1,6 @@
{
"name": "@nivo/axes",
"version": "0.82.1",
"version": "0.83.0",
"license": "MIT",
"author": {
"name": "Raphaël Benitte",
Expand Down
2 changes: 1 addition & 1 deletion packages/bar/package.json
@@ -1,6 +1,6 @@
{
"name": "@nivo/bar",
"version": "0.82.1",
"version": "0.83.0",
"license": "MIT",
"author": {
"name": "Raphaël Benitte",
Expand Down
2 changes: 1 addition & 1 deletion packages/boxplot/package.json
@@ -1,6 +1,6 @@
{
"name": "@nivo/boxplot",
"version": "0.82.1",
"version": "0.83.0",
"license": "MIT",
"author": {
"name": "Raphaël Benitte",
Expand Down
2 changes: 1 addition & 1 deletion packages/bullet/package.json
@@ -1,6 +1,6 @@
{
"name": "@nivo/bullet",
"version": "0.82.1",
"version": "0.83.0",
"license": "MIT",
"author": {
"name": "Raphaël Benitte",
Expand Down
2 changes: 1 addition & 1 deletion packages/bump/package.json
@@ -1,6 +1,6 @@
{
"name": "@nivo/bump",
"version": "0.82.1",
"version": "0.83.0",
"license": "MIT",
"author": {
"name": "Raphaël Benitte",
Expand Down
2 changes: 1 addition & 1 deletion packages/calendar/package.json
@@ -1,6 +1,6 @@
{
"name": "@nivo/calendar",
"version": "0.82.1",
"version": "0.83.0",
"license": "MIT",
"author": {
"name": "Raphaël Benitte",
Expand Down
2 changes: 1 addition & 1 deletion packages/canvas/package.json
@@ -1,6 +1,6 @@
{
"name": "@nivo/canvas",
"version": "0.82.1",
"version": "0.83.0",
"license": "MIT",
"author": {
"name": "Raphaël Benitte",
Expand Down
2 changes: 1 addition & 1 deletion packages/chord/package.json
@@ -1,6 +1,6 @@
{
"name": "@nivo/chord",
"version": "0.82.1",
"version": "0.83.0",
"license": "MIT",
"author": {
"name": "Raphaël Benitte",
Expand Down
2 changes: 1 addition & 1 deletion packages/circle-packing/package.json
@@ -1,6 +1,6 @@
{
"name": "@nivo/circle-packing",
"version": "0.82.1",
"version": "0.83.0",
"license": "MIT",
"author": {
"name": "Raphaël Benitte",
Expand Down
2 changes: 1 addition & 1 deletion packages/colors/package.json
@@ -1,6 +1,6 @@
{
"name": "@nivo/colors",
"version": "0.82.1",
"version": "0.83.0",
"license": "MIT",
"author": {
"name": "Raphaël Benitte",
Expand Down
4 changes: 2 additions & 2 deletions packages/core/package.json
@@ -1,6 +1,6 @@
{
"name": "@nivo/core",
"version": "0.82.1",
"version": "0.83.0",
"license": "MIT",
"author": {
"name": "Raphaël Benitte",
Expand All @@ -24,13 +24,13 @@
"@nivo/recompose": "workspace:*",
"@nivo/tooltip": "workspace:*",
"@react-spring/web": "9.4.5 || ^9.7.2",
"@types/d3-shape": "^2.0.0",
"d3-color": "^3.1.0",
"d3-format": "^1.4.4",
"d3-interpolate": "^2.0.1",
"d3-scale": "^3.2.3",
"d3-scale-chromatic": "^2.0.0",
"d3-shape": "^1.3.5",
"@types/d3-shape": "^2.0.0",
"d3-time-format": "^3.0.0",
"lodash": "^4.17.21"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/express/package.json
@@ -1,6 +1,6 @@
{
"name": "@nivo/express",
"version": "0.82.1",
"version": "0.83.0",
"license": "MIT",
"author": {
"name": "Raphaël Benitte",
Expand Down
2 changes: 1 addition & 1 deletion packages/funnel/package.json
@@ -1,6 +1,6 @@
{
"name": "@nivo/funnel",
"version": "0.82.1",
"version": "0.83.0",
"license": "MIT",
"author": {
"name": "Raphaël Benitte",
Expand Down
2 changes: 1 addition & 1 deletion packages/generators/package.json
@@ -1,6 +1,6 @@
{
"name": "@nivo/generators",
"version": "0.82.1",
"version": "0.83.0",
"licenses": [
{
"type": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/geo/package.json
@@ -1,6 +1,6 @@
{
"name": "@nivo/geo",
"version": "0.82.1",
"version": "0.83.0",
"license": "MIT",
"author": {
"name": "Raphaël Benitte",
Expand Down
2 changes: 1 addition & 1 deletion packages/grid/package.json
@@ -1,7 +1,7 @@
{
"name": "@nivo/grid",
"description": "grid components for nivo dataviz library",
"version": "0.82.1",
"version": "0.83.0",
"license": "MIT",
"author": {
"name": "Raphaël Benitte",
Expand Down
2 changes: 1 addition & 1 deletion packages/heatmap/package.json
@@ -1,6 +1,6 @@
{
"name": "@nivo/heatmap",
"version": "0.82.1",
"version": "0.83.0",
"license": "MIT",
"author": {
"name": "Raphaël Benitte",
Expand Down
2 changes: 1 addition & 1 deletion packages/legends/package.json
@@ -1,7 +1,7 @@
{
"name": "@nivo/legends",
"description": "legend components for nivo dataviz library",
"version": "0.82.1",
"version": "0.83.0",
"license": "MIT",
"author": {
"name": "Raphaël Benitte",
Expand Down
2 changes: 1 addition & 1 deletion packages/line/package.json
@@ -1,6 +1,6 @@
{
"name": "@nivo/line",
"version": "0.82.1",
"version": "0.83.0",
"license": "MIT",
"author": {
"name": "Raphaël Benitte",
Expand Down
2 changes: 1 addition & 1 deletion packages/marimekko/package.json
@@ -1,6 +1,6 @@
{
"name": "@nivo/marimekko",
"version": "0.82.1",
"version": "0.83.0",
"license": "MIT",
"author": {
"name": "Raphaël Benitte",
Expand Down
2 changes: 1 addition & 1 deletion packages/network/package.json
@@ -1,6 +1,6 @@
{
"name": "@nivo/network",
"version": "0.82.1",
"version": "0.83.0",
"license": "MIT",
"author": {
"name": "Raphaël Benitte",
Expand Down
2 changes: 1 addition & 1 deletion packages/parallel-coordinates/package.json
@@ -1,6 +1,6 @@
{
"name": "@nivo/parallel-coordinates",
"version": "0.82.1",
"version": "0.83.0",
"license": "MIT",
"author": {
"name": "Raphaël Benitte",
Expand Down
2 changes: 1 addition & 1 deletion packages/pie/package.json
@@ -1,6 +1,6 @@
{
"name": "@nivo/pie",
"version": "0.82.1",
"version": "0.83.0",
"license": "MIT",
"author": {
"name": "Raphaël Benitte",
Expand Down
2 changes: 1 addition & 1 deletion packages/polar-axes/package.json
@@ -1,6 +1,6 @@
{
"name": "@nivo/polar-axes",
"version": "0.82.1",
"version": "0.83.0",
"license": "MIT",
"author": {
"name": "Raphaël Benitte",
Expand Down
2 changes: 1 addition & 1 deletion packages/radar/package.json
@@ -1,6 +1,6 @@
{
"name": "@nivo/radar",
"version": "0.82.1",
"version": "0.83.0",
"license": "MIT",
"author": {
"name": "Raphaël Benitte",
Expand Down
2 changes: 1 addition & 1 deletion packages/radial-bar/package.json
@@ -1,6 +1,6 @@
{
"name": "@nivo/radial-bar",
"version": "0.82.1",
"version": "0.83.0",
"license": "MIT",
"author": {
"name": "Raphaël Benitte",
Expand Down
2 changes: 1 addition & 1 deletion packages/recompose/package.json
@@ -1,6 +1,6 @@
{
"name": "@nivo/recompose",
"version": "0.82.1",
"version": "0.83.0",
"keywords": [
"nivo",
"react",
Expand Down
2 changes: 1 addition & 1 deletion packages/sankey/package.json
@@ -1,6 +1,6 @@
{
"name": "@nivo/sankey",
"version": "0.82.1",
"version": "0.83.0",
"license": "MIT",
"author": {
"name": "Raphaël Benitte",
Expand Down
2 changes: 1 addition & 1 deletion packages/scales/package.json
@@ -1,6 +1,6 @@
{
"name": "@nivo/scales",
"version": "0.82.1",
"version": "0.83.0",
"license": "MIT",
"author": {
"name": "Raphaël Benitte",
Expand Down
2 changes: 1 addition & 1 deletion packages/scatterplot/package.json
@@ -1,6 +1,6 @@
{
"name": "@nivo/scatterplot",
"version": "0.82.1",
"version": "0.83.0",
"license": "MIT",
"author": {
"name": "Raphaël Benitte",
Expand Down
2 changes: 1 addition & 1 deletion packages/static/package.json
@@ -1,6 +1,6 @@
{
"name": "@nivo/static",
"version": "0.82.1",
"version": "0.83.0",
"license": "MIT",
"author": {
"name": "Raphaël Benitte",
Expand Down
2 changes: 1 addition & 1 deletion packages/stream/package.json
@@ -1,6 +1,6 @@
{
"name": "@nivo/stream",
"version": "0.82.1",
"version": "0.83.0",
"license": "MIT",
"author": {
"name": "Raphaël Benitte",
Expand Down
2 changes: 1 addition & 1 deletion packages/sunburst/package.json
@@ -1,6 +1,6 @@
{
"name": "@nivo/sunburst",
"version": "0.82.1",
"version": "0.83.0",
"license": "MIT",
"author": {
"name": "Raphaël Benitte",
Expand Down
2 changes: 1 addition & 1 deletion packages/swarmplot/package.json
@@ -1,6 +1,6 @@
{
"name": "@nivo/swarmplot",
"version": "0.82.1",
"version": "0.83.0",
"license": "MIT",
"author": {
"name": "Raphaël Benitte",
Expand Down
2 changes: 1 addition & 1 deletion packages/tooltip/package.json
@@ -1,6 +1,6 @@
{
"name": "@nivo/tooltip",
"version": "0.82.1",
"version": "0.83.0",
"license": "MIT",
"author": {
"name": "Raphaël Benitte",
Expand Down
2 changes: 1 addition & 1 deletion packages/treemap/package.json
@@ -1,6 +1,6 @@
{
"name": "@nivo/treemap",
"version": "0.82.1",
"version": "0.83.0",
"license": "MIT",
"author": {
"name": "Raphaël Benitte",
Expand Down
2 changes: 1 addition & 1 deletion packages/voronoi/package.json
@@ -1,6 +1,6 @@
{
"name": "@nivo/voronoi",
"version": "0.82.1",
"version": "0.83.0",
"license": "MIT",
"author": {
"name": "Raphaël Benitte",
Expand Down
8 changes: 4 additions & 4 deletions packages/waffle/package.json
@@ -1,6 +1,6 @@
{
"name": "@nivo/waffle",
"version": "0.82.1",
"version": "0.83.0",
"license": "MIT",
"author": {
"name": "Raphaël Benitte",
Expand Down Expand Up @@ -35,11 +35,11 @@
"@nivo/grid": "workspace:*",
"@nivo/legends": "workspace:*",
"@nivo/tooltip": "workspace:*",
"@react-spring/web": "9.4.5 || ^9.7.2",
"@types/d3-shape": "^2.0.0",
"@types/prop-types": "^15.7.2",
"prop-types": "^15.7.2",
"@react-spring/web": "9.4.5 || ^9.7.2",
"d3-shape": "^1.3.5"
"d3-shape": "^1.3.5",
"prop-types": "^15.7.2"
},
"peerDependencies": {
"react": ">= 16.14.0 < 19.0.0"
Expand Down

1 comment on commit 5ee7cba

@vercel
Copy link

@vercel vercel bot commented on 5ee7cba May 7, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

nivo – ./

nivo-plouc.vercel.app
www.nivo.rocks
nivo-git-master-plouc.vercel.app
nivo.rocks
nivo.vercel.app

Please sign in to comment.