diff --git a/CHANGELOG.md b/CHANGELOG.md index 8111cedce..85c199de4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,14 @@ +## [19.0.0](https://github.com/MTES-MCT/monitor-ui/compare/v18.10.0...v19.0.0) (2024-08-08) + + +### ⚠ BREAKING CHANGES + +* **peer-deps:** @sentry/react must be upgraded to v8. + +### Buid System & Dependencies + +* **peer-deps:** upgrade @sentry/react to v8 ([52be5b7](https://github.com/MTES-MCT/monitor-ui/commit/52be5b7b872d0ea83d75138982c78bb5e156f2d3)) + ## [18.10.0](https://github.com/MTES-MCT/monitor-ui/compare/v18.9.0...v18.10.0) (2024-08-05) diff --git a/package.json b/package.json index 872308825..45a2c3a54 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": "18.10.0", + "version": "19.0.0", "license": "AGPL-3.0", "private": true, "type": "module",