diff --git a/CHANGELOG.md b/CHANGELOG.md index e22bb69a5..c7920ebf2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [10.12.1](https://github.com/MTES-MCT/monitor-ui/compare/v10.12.0...v10.12.1) (2023-11-15) + + +### Bug Fixes + +* **icon:** fix info icon ([2261c5f](https://github.com/MTES-MCT/monitor-ui/commit/2261c5f9a8ed592017cb9b2604c14619297050e0)) +* **icons:** set transparent background color for RapportNav icons ([7a002bf](https://github.com/MTES-MCT/monitor-ui/commit/7a002bfb64a05579b6713c28a94b742cedb4f5b9)) +* **icons:** update icon components after svg change ([8f00fe8](https://github.com/MTES-MCT/monitor-ui/commit/8f00fe88241cf19a9d68a4a416122d6d7af232e5)) + ## [10.12.0](https://github.com/MTES-MCT/monitor-ui/compare/v10.11.0...v10.12.0) (2023-11-10) diff --git a/package.json b/package.json index 9312eb997..6d25e02af 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": "10.12.0", + "version": "10.12.1", "license": "AGPL-3.0", "private": true, "type": "module",