From e1cf0c3718c4f8170df8c34c7db2f9d7eb562729 Mon Sep 17 00:00:00 2001 From: ivangabriele <5957876+ivangabriele@users.noreply.github.com> Date: Wed, 20 Mar 2024 12:06:40 +0000 Subject: [PATCH] ci(release): 13.7.3 --- CHANGELOG.md | 8 ++++++++ package.json | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 13d76ccc6..b5da563a0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +## [13.7.3](https://github.com/MTES-MCT/monitor-ui/compare/v13.7.2...v13.7.3) (2024-03-20) + + +### Bug Fixes + +* **cypress:** handle searchable MultiSelect in fill() command ([9a66bb1](https://github.com/MTES-MCT/monitor-ui/commit/9a66bb19b07b482dbab49bdaf7c96d359e7aa1e6)) +* **fields:** the CoordinatesInput now displays the * when isRequired ([e38c209](https://github.com/MTES-MCT/monitor-ui/commit/e38c209f06a221b14a1a9917fe3925048fbea405)) + ## [13.7.2](https://github.com/MTES-MCT/monitor-ui/compare/v13.7.1...v13.7.2) (2024-03-18) diff --git a/package.json b/package.json index 9328f396e..e17634da4 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": "13.7.2", + "version": "13.7.3", "license": "AGPL-3.0", "private": true, "type": "module",