diff --git a/CHANGELOG.md b/CHANGELOG.md index 85c199de4..c99ad5a29 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ +## [20.0.0](https://github.com/MTES-MCT/monitor-ui/compare/v19.0.0...v20.0.0) (2024-08-08) + + +### ⚠ BREAKING CHANGES + +* **dev-deps:** - @tanstack/react-table is added as a peer dependency set to v^8.0.0. +- @tanstack/react-virtual is added as a peer dependency set to v^3.0.0. + +### Buid System & Dependencies + +* **dev-deps:** stabilize @tanstack/react-virtual from beta to 3.8.4 ([1ecd065](https://github.com/MTES-MCT/monitor-ui/commit/1ecd06544f3fd2b229eff89773d64097d74db212)) + ## [19.0.0](https://github.com/MTES-MCT/monitor-ui/compare/v18.10.0...v19.0.0) (2024-08-08) diff --git a/package.json b/package.json index a880a14db..fa9ba034c 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@mtes-mct/monitor-ui__root", "description": "Common React components, hooks, utilities and CSS stylesheets for MonitorFish, MonitorEnv and RapportNav.", - "version": "19.0.0", + "version": "20.0.0", "license": "AGPL-3.0", "private": true, "type": "module",