diff --git a/CHANGELOG.md b/CHANGELOG.md index d0141942a..9ca261125 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [10.16.1](https://github.com/MTES-MCT/monitor-ui/compare/v10.16.0...v10.16.1) (2023-12-20) + + +### Bug Fixes + +* **fields:** fix disabled prop in select component ([ab49d6e](https://github.com/MTES-MCT/monitor-ui/commit/ab49d6ecf026992d00165df6eee60b5266ba3c20)) + ## [10.16.0](https://github.com/MTES-MCT/monitor-ui/compare/v10.15.2...v10.16.0) (2023-12-20) diff --git a/package.json b/package.json index f590989ab..3dbd7aebf 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.16.0", + "version": "10.16.1", "license": "AGPL-3.0", "private": true, "type": "module",