@mtes-mct/monitor-ui 18.10.0 → 20.0.0

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.
Files changed (3) hide show
  1. package/CHANGELOG.md +25 -0
  2. package/index.js +16 -3107
  3. package/package.json +4 -2
package/CHANGELOG.md CHANGED
@@ -1,3 +1,28 @@
1
+ ## [19.0.0](https://github.com/MTES-MCT/monitor-ui/compare/v18.10.0...v19.0.0) (2024-08-08)
2
+
3
+
4
+ ### ⚠ BREAKING CHANGES
5
+
6
+ * **peer-deps:** @sentry/react must be upgraded to v8.
7
+
8
+ ### Buid System & Dependencies
9
+
10
+ * **peer-deps:** upgrade @sentry/react to v8 ([52be5b7](https://github.com/MTES-MCT/monitor-ui/commit/52be5b7b872d0ea83d75138982c78bb5e156f2d3))
11
+
12
+ ## [18.10.0](https://github.com/MTES-MCT/monitor-ui/compare/v18.9.0...v18.10.0) (2024-08-05)
13
+
14
+
15
+ ### Features
16
+
17
+ * **icons:** add invalid icon ([a72a198](https://github.com/MTES-MCT/monitor-ui/commit/a72a198dfa8495b016e7395815ca50d0c1c26cd0))
18
+
19
+
20
+ ### Buid System & Dependencies
21
+
22
+ * **deps:** bump @babel/runtime in the non-major-dependencies group ([554e667](https://github.com/MTES-MCT/monitor-ui/commit/554e667373a2f44613a45925eed8c5f2db1404e1))
23
+ * **deps:** bump @tanstack/react-table ([a8e68fb](https://github.com/MTES-MCT/monitor-ui/commit/a8e68fbf0ab272dd5d3e85152af296f1e065f3a0))
24
+ * **dev-deps:** bump the all-non-major-dependencies group ([fecdd12](https://github.com/MTES-MCT/monitor-ui/commit/fecdd1262ba5bf0e619f3dae7af661774adf2195))
25
+
1
26
  ## [18.9.0](https://github.com/MTES-MCT/monitor-ui/compare/v18.8.0...v18.9.0) (2024-07-30)
2
27
 
3
28
  ### Features