Skip to content

Commit

Permalink
ci(release): 23.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ivangabriele committed Sep 12, 2024
1 parent 3572267 commit 26bdaee
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,22 @@
## [23.0.0](https://github.com/MTES-MCT/monitor-ui/compare/v22.1.0...v23.0.0) (2024-09-12)


### ⚠ BREAKING CHANGES

* **elements:** - `disabled` is renamed `$isDisabled` in `Legend` props.
- `hasError` is renamed `$hasError` in `Legend` props.
- `isHidden` is renamed `$isHidden` in `Legend` props.

### Bug Fixes

* **elements:** prefix styled component props in Legend ([ef4284a](https://github.com/MTES-MCT/monitor-ui/commit/ef4284a50dee68cdb6c65308d2ae42da2798efdf))
* **fields:** prefix styled components props in DateRangePicker ([3572267](https://github.com/MTES-MCT/monitor-ui/commit/3572267c6e285d87f7c9efd006bf7c0daf592a5e))


### Buid System & Dependencies

* **deps:** bump express from 4.19.2 to 4.21.0 ([46d1134](https://github.com/MTES-MCT/monitor-ui/commit/46d113401e48191f59f9c8e309761ba2e44ccbb0))

## [22.1.0](https://github.com/MTES-MCT/monitor-ui/compare/v22.0.1...v22.1.0) (2024-09-12)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": "22.1.0",
"version": "23.0.0",
"license": "AGPL-3.0",
"private": true,
"type": "module",
Expand Down

0 comments on commit 26bdaee

Please sign in to comment.