diff --git a/CHANGELOG.md b/CHANGELOG.md index bc64475f..849438aa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ +## [24.7.0](https://github.com/MTES-MCT/monitor-ui/compare/v24.6.0...v24.7.0) (2024-11-12) + + +### Features + +* **global:** export fonts from assets ([d0c53da](https://github.com/MTES-MCT/monitor-ui/commit/d0c53da5beabce301e156bcff15f99addcea3397)) + + +### Buid System & Dependencies + +* **dev-deps:** bump the all-non-major-dependencies group ([7522a2a](https://github.com/MTES-MCT/monitor-ui/commit/7522a2a0a8bdac49f44b4175f8c6fd2f0de98243)) + ## [24.6.0](https://github.com/MTES-MCT/monitor-ui/compare/v24.5.0...v24.6.0) (2024-11-06) diff --git a/package.json b/package.json index 213b5d06..2a6b9d53 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": "24.6.0", + "version": "24.7.0", "license": "AGPL-3.0", "private": true, "type": "module",