Skip to content

Commit

Permalink
ci(release): 22.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ivangabriele committed Sep 9, 2024
1 parent f2b5188 commit f9a3256
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
## [22.0.0](https://github.com/MTES-MCT/monitor-ui/compare/v21.3.0...v22.0.0) (2024-09-09)


### ⚠ BREAKING CHANGES

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

### Bug Fixes

* **elements:** add missing styled component prop prefixes in Button ([6e9a56d](https://github.com/MTES-MCT/monitor-ui/commit/6e9a56d8c3f8e7190030a580372ce55d2df2f740))
* **elements:** add missing styled component prop prefixes in Label ([f2b5188](https://github.com/MTES-MCT/monitor-ui/commit/f2b518858d3fc959dddeff5d039f6cb5527680d5))

## [21.3.0](https://github.com/MTES-MCT/monitor-ui/compare/v21.2.1...v21.3.0) (2024-09-06)


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": "21.3.0",
"version": "22.0.0",
"license": "AGPL-3.0",
"private": true,
"type": "module",
Expand Down

0 comments on commit f9a3256

Please sign in to comment.