@mtes-mct/monitor-ui 19.0.0 → 21.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 +23 -0
  2. package/index.js +16 -3107
  3. package/package.json +4 -2
package/CHANGELOG.md CHANGED
@@ -1,3 +1,26 @@
1
+ ## [20.0.0](https://github.com/MTES-MCT/monitor-ui/compare/v19.0.0...v20.0.0) (2024-08-08)
2
+
3
+
4
+ ### ⚠ BREAKING CHANGES
5
+
6
+ * **dev-deps:** - @tanstack/react-table is added as a peer dependency set to v^8.0.0.
7
+ - @tanstack/react-virtual is added as a peer dependency set to v^3.0.0.
8
+
9
+ ### Buid System & Dependencies
10
+
11
+ * **dev-deps:** stabilize @tanstack/react-virtual from beta to 3.8.4 ([1ecd065](https://github.com/MTES-MCT/monitor-ui/commit/1ecd06544f3fd2b229eff89773d64097d74db212))
12
+
13
+ ## [19.0.0](https://github.com/MTES-MCT/monitor-ui/compare/v18.10.0...v19.0.0) (2024-08-08)
14
+
15
+
16
+ ### ⚠ BREAKING CHANGES
17
+
18
+ * **peer-deps:** @sentry/react must be upgraded to v8.
19
+
20
+ ### Buid System & Dependencies
21
+
22
+ * **peer-deps:** upgrade @sentry/react to v8 ([52be5b7](https://github.com/MTES-MCT/monitor-ui/commit/52be5b7b872d0ea83d75138982c78bb5e156f2d3))
23
+
1
24
  ## [18.10.0](https://github.com/MTES-MCT/monitor-ui/compare/v18.9.0...v18.10.0) (2024-08-05)
2
25
 
3
26