From a104cd0ceaa90f2ba27e7ed9a42a39ccfbb2f0c8 Mon Sep 17 00:00:00 2001 From: ivangabriele <5957876+ivangabriele@users.noreply.github.com> Date: Wed, 14 Aug 2024 15:04:47 +0000 Subject: [PATCH] ci(release): 21.0.1 --- CHANGELOG.md | 12 ++++++++++++ package.json | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a38d5bc7c..33438ec64 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ +## [21.0.1](https://github.com/MTES-MCT/monitor-ui/compare/v21.0.0...v21.0.1) (2024-08-14) + + +### Bug Fixes + +* **cypress:** allow string id in cy.getTableRowById() command ([b97fa08](https://github.com/MTES-MCT/monitor-ui/commit/b97fa086760c912466e73e226170f4d0809a8367)) + + +### Buid System & Dependencies + +* bump yarn from v4.0.2 to v4.4.0 ([be8e50d](https://github.com/MTES-MCT/monitor-ui/commit/be8e50da1787e8329a4013b304169b2751620fb6)) + ## [21.0.0](https://github.com/MTES-MCT/monitor-ui/compare/v20.0.0...v21.0.0) (2024-08-12) diff --git a/package.json b/package.json index 28f2478f3..9795d64b8 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": "21.0.0", + "version": "21.0.1", "license": "AGPL-3.0", "private": true, "type": "module",