Skip to content

Commit

Permalink
v0.75.0
Browse files Browse the repository at this point in the history
  • Loading branch information
plouc committed Dec 17, 2021
1 parent feb6de6 commit bfe8126
Show file tree
Hide file tree
Showing 41 changed files with 289 additions and 246 deletions.
45 changes: 44 additions & 1 deletion CHANGELOG.md
@@ -1,5 +1,48 @@
<a name="v0.75.0"></a>
## v0.75.0 (2021-12-17)


#### Features

* **api:**
* create new @nivo/static & @nivo/express packages ([fc0f27ff](https://github.com/plouc/nivo/commit/fc0f27ff314f783713c3497d625a3f8992038512))
* fix heroku deployment ([a4dbb440](https://github.com/plouc/nivo/commit/a4dbb440c12fc8cd42153a039ed74ecfe87a5adc))
* migrate API to TypeScript and fix stale mappings and examples ([d53681b4](https://github.com/plouc/nivo/commit/d53681b439d3bac08e978491a56518b3fe9c98b5))
* **build:**
* init support for development builds ([643a1c95](https://github.com/plouc/nivo/commit/643a1c95a117d62d0e2c3a1ea7f6d60bfaae1994))
* fix build after upgrading a bunch of dependencies ([60cdbbbf](https://github.com/plouc/nivo/commit/60cdbbbf1a9f2631f0703f7c69f8d0cbbb9b6522))
* **eslint:**
* enable eslint for the website ([1ec5fbd0](https://github.com/plouc/nivo/commit/1ec5fbd0a8ff392aa185589c980f2f80fc6b48f9))
* enable eslint for the api ([35d4a4a7](https://github.com/plouc/nivo/commit/35d4a4a702251b8b098fb235b8d79b5d521f77fc))
* **storybook:** upgrade storybook and addons ([64ac24e0](https://github.com/plouc/nivo/commit/64ac24e048a333155887c0a94f3accebd2362014))
* **ts:** upgrade TypeScript version ([eff43e28](https://github.com/plouc/nivo/commit/eff43e2865c337e2c1aae263f92e548a51756c33))
* **website:**
* update the API url to match the new path ([ec6e7d96](https://github.com/plouc/nivo/commit/ec6e7d963baa72aec959cc4c62e74ee6a6204662))
* fix gatsby build due to dependencies updates ([6bfeaa86](https://github.com/plouc/nivo/commit/6bfeaa86e443359dfcd77fe7f26ea48a49a2388f))
* update gatsby ([50778907](https://github.com/plouc/nivo/commit/50778907b4c76f0a32b617117f640ff5e465b13d))

#### Bug Fixes

* **bar:** avoid to redefine react forwardRef type ([cd6e3ec3](https://github.com/plouc/nivo/commit/cd6e3ec37791393f88519924778602ba9da06065))
* **build:** fix error with duplicated typings for eslint by forcing the resolution of the package ([384e4240](https://github.com/plouc/nivo/commit/384e424070e313158dda140f4c12f8a76cffe9ee))
* **ci:** fix triggers for the CI workflow ([0750223f](https://github.com/plouc/nivo/commit/0750223fc78721ed5e744b152b0f2d52c31efa2e))
* **core:**
* import missing SVGProps type ([feb6de60](https://github.com/plouc/nivo/commit/feb6de60ec34ce289792e72db3eaacd3dcf6814a))
* export linearGradientDef in typings ([7cfbfc96](https://github.com/plouc/nivo/commit/7cfbfc9623631cd94e165f25a1919cf9019dbdb3))
* **format:** fix formatting issues ([7d03e9a3](https://github.com/plouc/nivo/commit/7d03e9a39b5439007740a1eabdf6b4eebcc4c4e4))
* **swarmplot:** use the borderWidth property - fixes #1813 ([edd3990c](https://github.com/plouc/nivo/commit/edd3990c0846353c001853531948477ea7837500))
* **website:** fix React runtime issue with Gatsby ([e36b06b3](https://github.com/plouc/nivo/commit/e36b06b30120db374d9163cbefe3eaa44ed8a9be))

#### Chore

* **eslint:** upgrade eslint ([82138679](https://github.com/plouc/nivo/commit/821386794a03273103f2c759faa4942d698ec74a))
* **node:** update Node.js to v16 ([b15f63cb](https://github.com/plouc/nivo/commit/b15f63cb94bb2f431c95f2145434a0b5dd267021))
* **rollup:** update rollup ([c253548f](https://github.com/plouc/nivo/commit/c253548fb18c6c6745d9a8abb0b6d6fedde74b99))



<a name="v0.74.1"></a>
## v0.74.1 (2021-12-13)
## v0.74.1 (%cs)


#### Features
Expand Down
4 changes: 2 additions & 2 deletions api/package.json
@@ -1,6 +1,6 @@
{
"name": "@nivo/api",
"version": "0.74.1",
"version": "0.75.0",
"private": true,
"description": "Rendering API for nivo dataviz React/d3 components",
"main": "src/app.js",
Expand All @@ -22,7 +22,7 @@
"nodemon": "^1.18.10"
},
"dependencies": {
"@nivo/express": "0.74.1",
"@nivo/express": "0.75.0",
"@types/body-parser": "^1.19.2",
"@types/cors": "^2.8.12",
"@types/express": "^4.17.13",
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Expand Up @@ -3,7 +3,7 @@
"packages/*",
"api"
],
"version": "0.74.1",
"version": "0.75.0",
"npmClient": "yarn",
"useWorkspaces": true
}
8 changes: 4 additions & 4 deletions packages/annotations/package.json
@@ -1,6 +1,6 @@
{
"name": "@nivo/annotations",
"version": "0.74.1",
"version": "0.75.0",
"license": "MIT",
"author": {
"name": "Raphaël Benitte",
Expand Down Expand Up @@ -28,15 +28,15 @@
"!dist/tsconfig.tsbuildinfo"
],
"dependencies": {
"@nivo/colors": "0.74.1",
"@nivo/colors": "0.75.0",
"@react-spring/web": "9.3.1",
"lodash": "^4.17.21"
},
"devDependencies": {
"@nivo/core": "0.74.1"
"@nivo/core": "0.75.0"
},
"peerDependencies": {
"@nivo/core": "0.74.1",
"@nivo/core": "0.75.0",
"react": ">= 16.14.0 < 18.0.0"
},
"publishConfig": {
Expand Down
8 changes: 4 additions & 4 deletions packages/arcs/package.json
@@ -1,6 +1,6 @@
{
"name": "@nivo/arcs",
"version": "0.74.1",
"version": "0.75.0",
"license": "MIT",
"author": {
"name": "Raphaël Benitte",
Expand Down Expand Up @@ -28,16 +28,16 @@
"!dist/tsconfig.tsbuildinfo"
],
"dependencies": {
"@nivo/colors": "0.74.1",
"@nivo/colors": "0.75.0",
"@react-spring/web": "9.3.1",
"d3-shape": "^1.3.5"
},
"devDependencies": {
"@nivo/core": "0.74.1",
"@nivo/core": "0.75.0",
"@types/d3-shape": "^2.0.0"
},
"peerDependencies": {
"@nivo/core": "0.74.1",
"@nivo/core": "0.75.0",
"react": ">= 16.14.0 < 18.0.0"
},
"publishConfig": {
Expand Down
8 changes: 4 additions & 4 deletions packages/axes/package.json
@@ -1,6 +1,6 @@
{
"name": "@nivo/axes",
"version": "0.74.1",
"version": "0.75.0",
"license": "MIT",
"author": {
"name": "Raphaël Benitte",
Expand All @@ -27,18 +27,18 @@
"!dist/tsconfig.tsbuildinfo"
],
"dependencies": {
"@nivo/scales": "0.74.0",
"@nivo/scales": "0.75.0",
"@react-spring/web": "9.3.1",
"d3-format": "^1.4.4",
"d3-time-format": "^3.0.0"
},
"devDependencies": {
"@nivo/core": "0.74.1",
"@nivo/core": "0.75.0",
"@types/d3-format": "^1.4.1",
"@types/d3-time-format": "^2.3.1"
},
"peerDependencies": {
"@nivo/core": "0.74.1",
"@nivo/core": "0.75.0",
"prop-types": ">= 15.5.10 < 16.0.0",
"react": ">= 16.14.0 < 18.0.0"
},
Expand Down
18 changes: 9 additions & 9 deletions packages/bar/package.json
@@ -1,6 +1,6 @@
{
"name": "@nivo/bar",
"version": "0.74.1",
"version": "0.75.0",
"license": "MIT",
"author": {
"name": "Raphaël Benitte",
Expand Down Expand Up @@ -29,22 +29,22 @@
"!dist/tsconfig.tsbuildinfo"
],
"dependencies": {
"@nivo/annotations": "0.74.1",
"@nivo/axes": "0.74.1",
"@nivo/colors": "0.74.1",
"@nivo/legends": "0.74.1",
"@nivo/scales": "0.74.0",
"@nivo/tooltip": "0.74.1",
"@nivo/annotations": "0.75.0",
"@nivo/axes": "0.75.0",
"@nivo/colors": "0.75.0",
"@nivo/legends": "0.75.0",
"@nivo/scales": "0.75.0",
"@nivo/tooltip": "0.75.0",
"@react-spring/web": "9.3.1",
"d3-scale": "^3.2.3",
"d3-shape": "^1.2.2",
"lodash": "^4.17.21"
},
"devDependencies": {
"@nivo/core": "0.74.1"
"@nivo/core": "0.75.0"
},
"peerDependencies": {
"@nivo/core": "0.74.1",
"@nivo/core": "0.75.0",
"react": ">= 16.14.0 < 18.0.0"
},
"publishConfig": {
Expand Down
14 changes: 7 additions & 7 deletions packages/bullet/package.json
@@ -1,6 +1,6 @@
{
"name": "@nivo/bullet",
"version": "0.74.1",
"version": "0.75.0",
"license": "MIT",
"author": {
"name": "Raphaël Benitte",
Expand Down Expand Up @@ -29,17 +29,17 @@
"!dist/tsconfig.tsbuildinfo"
],
"dependencies": {
"@nivo/axes": "0.74.1",
"@nivo/colors": "0.74.1",
"@nivo/legends": "0.74.1",
"@nivo/tooltip": "0.74.1",
"@nivo/axes": "0.75.0",
"@nivo/colors": "0.75.0",
"@nivo/legends": "0.75.0",
"@nivo/tooltip": "0.75.0",
"@react-spring/web": "9.3.1"
},
"devDependencies": {
"@nivo/core": "0.74.1"
"@nivo/core": "0.75.0"
},
"peerDependencies": {
"@nivo/core": "0.74.1",
"@nivo/core": "0.75.0",
"react": ">= 16.14.0 < 18.0.0"
},
"publishConfig": {
Expand Down
14 changes: 7 additions & 7 deletions packages/bump/package.json
@@ -1,6 +1,6 @@
{
"name": "@nivo/bump",
"version": "0.74.1",
"version": "0.75.0",
"license": "MIT",
"author": {
"name": "Raphaël Benitte",
Expand Down Expand Up @@ -30,18 +30,18 @@
"dist/"
],
"dependencies": {
"@nivo/axes": "0.74.1",
"@nivo/colors": "0.74.1",
"@nivo/legends": "0.74.1",
"@nivo/tooltip": "0.74.1",
"@nivo/axes": "0.75.0",
"@nivo/colors": "0.75.0",
"@nivo/legends": "0.75.0",
"@nivo/tooltip": "0.75.0",
"@react-spring/web": "9.3.1",
"d3-shape": "^1.3.5"
},
"devDependencies": {
"@nivo/core": "0.74.1"
"@nivo/core": "0.75.0"
},
"peerDependencies": {
"@nivo/core": "0.74.1",
"@nivo/core": "0.75.0",
"prop-types": ">= 15.5.10 < 16.0.0",
"react": ">= 16.14.0 < 18.0.0"
},
Expand Down
10 changes: 5 additions & 5 deletions packages/calendar/package.json
@@ -1,6 +1,6 @@
{
"name": "@nivo/calendar",
"version": "0.74.1",
"version": "0.75.0",
"license": "MIT",
"author": {
"name": "Raphaël Benitte",
Expand Down Expand Up @@ -29,18 +29,18 @@
"!dist/tsconfig.tsbuildinfo"
],
"dependencies": {
"@nivo/legends": "0.74.1",
"@nivo/tooltip": "0.74.1",
"@nivo/legends": "0.75.0",
"@nivo/tooltip": "0.75.0",
"d3-scale": "^3.2.3",
"d3-time": "^1.0.10",
"d3-time-format": "^3.0.0",
"lodash": "^4.17.21"
},
"devDependencies": {
"@nivo/core": "0.74.1"
"@nivo/core": "0.75.0"
},
"peerDependencies": {
"@nivo/core": "0.74.1",
"@nivo/core": "0.75.0",
"react": ">= 16.14.0 < 18.0.0"
},
"publishConfig": {
Expand Down
14 changes: 7 additions & 7 deletions packages/chord/package.json
@@ -1,6 +1,6 @@
{
"name": "@nivo/chord",
"version": "0.74.1",
"version": "0.75.0",
"license": "MIT",
"author": {
"name": "Raphaël Benitte",
Expand Down Expand Up @@ -28,20 +28,20 @@
"dist/"
],
"dependencies": {
"@nivo/arcs": "0.74.1",
"@nivo/colors": "0.74.1",
"@nivo/legends": "0.74.1",
"@nivo/tooltip": "0.74.1",
"@nivo/arcs": "0.75.0",
"@nivo/colors": "0.75.0",
"@nivo/legends": "0.75.0",
"@nivo/tooltip": "0.75.0",
"d3-chord": "^1.0.6",
"d3-shape": "^1.3.5",
"lodash": "^4.17.21",
"react-motion": "^0.5.2"
},
"devDependencies": {
"@nivo/core": "0.74.1"
"@nivo/core": "0.75.0"
},
"peerDependencies": {
"@nivo/core": "0.74.1",
"@nivo/core": "0.75.0",
"prop-types": ">= 15.5.10 < 16.0.0",
"react": ">= 16.14.0 < 18.0.0"
},
Expand Down
10 changes: 5 additions & 5 deletions packages/circle-packing/package.json
@@ -1,6 +1,6 @@
{
"name": "@nivo/circle-packing",
"version": "0.74.1",
"version": "0.75.0",
"license": "MIT",
"author": {
"name": "Raphaël Benitte",
Expand Down Expand Up @@ -29,18 +29,18 @@
"!dist/tsconfig.tsbuildinfo"
],
"dependencies": {
"@nivo/colors": "0.74.1",
"@nivo/tooltip": "0.74.1",
"@nivo/colors": "0.75.0",
"@nivo/tooltip": "0.75.0",
"@react-spring/web": "9.3.1",
"d3-hierarchy": "^1.1.8",
"lodash": "^4.17.21"
},
"devDependencies": {
"@nivo/core": "0.74.1",
"@nivo/core": "0.75.0",
"@types/d3-hierarchy": "^1.1.7"
},
"peerDependencies": {
"@nivo/core": "0.74.1",
"@nivo/core": "0.75.0",
"prop-types": ">= 15.5.10 < 16.0.0",
"react": ">= 16.14.0 < 18.0.0"
},
Expand Down
6 changes: 3 additions & 3 deletions packages/colors/package.json
@@ -1,6 +1,6 @@
{
"name": "@nivo/colors",
"version": "0.74.1",
"version": "0.75.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.74.1",
"@nivo/core": "0.75.0",
"@types/d3-color": "^2.0.0",
"@types/d3-scale-chromatic": "^2.0.0",
"@types/lodash": "^4.14.170",
"@types/react-motion": "^0.0.29"
},
"peerDependencies": {
"@nivo/core": "0.74.1",
"@nivo/core": "0.75.0",
"prop-types": ">= 15.5.10 < 16.0.0",
"react": ">= 16.14.0 < 18.0.0"
},
Expand Down

0 comments on commit bfe8126

Please sign in to comment.