@mtes-mct/monitor-ui 2.3.1 → 2.3.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +7 -0
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,10 @@
|
|
|
1
|
+
## [2.3.1](https://github.com/MTES-MCT/monitor-ui/compare/v2.3.0...v2.3.1) (2022-12-19)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* **fields:** restore DatePicker calendar as body modal ([#146](https://github.com/MTES-MCT/monitor-ui/issues/146)) ([b5f300f](https://github.com/MTES-MCT/monitor-ui/commit/b5f300f40ab3078b4b676b0663603f088492a0aa))
|
|
7
|
+
|
|
1
8
|
# [2.3.0](https://github.com/MTES-MCT/monitor-ui/compare/v2.2.1...v2.3.0) (2022-12-16)
|
|
2
9
|
|
|
3
10
|
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mtes-mct/monitor-ui",
|
|
3
3
|
"description": "Common React UI components and styles for Monitorfish and Monitorenv.",
|
|
4
|
-
"version": "2.3.
|
|
4
|
+
"version": "2.3.2",
|
|
5
5
|
"license": "AGPL-3.0",
|
|
6
6
|
"engines": {
|
|
7
7
|
"node": "18",
|
|
@@ -46,5 +46,5 @@
|
|
|
46
46
|
},
|
|
47
47
|
"sideEffects": false,
|
|
48
48
|
"type": "module",
|
|
49
|
-
"types": "./index.d.ts"
|
|
49
|
+
"types": "./src/index.d.ts"
|
|
50
50
|
}
|