@trackunit/iris-app 2.2.20 → 2.2.22

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 (2) hide show
  1. package/CHANGELOG.md +27 -0
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,3 +1,30 @@
1
+ ## 2.2.22 (2026-07-28)
2
+
3
+ ### 🩹 Fixes
4
+
5
+ - resolve fleet-map-page lint failure and prettier.config.mjs regressions ([2252abe2418](https://github.com/Trackunit/manager/commit/2252abe2418))
6
+
7
+ ### 🧱 Updated Dependencies
8
+
9
+ - Updated iris-app-build-utilities to 2.1.22
10
+ - Updated iris-app-api to 2.1.21
11
+ - Updated react-vite-test-setup to 0.0.81
12
+ - Updated shared-utils to 1.15.83
13
+
14
+ ### ❤️ Thank You
15
+
16
+ - Cursor @cursoragent
17
+ - Michael Buss Rønne
18
+
19
+ ## 2.2.21 (2026-07-27)
20
+
21
+ ### 🧱 Updated Dependencies
22
+
23
+ - Updated iris-app-build-utilities to 2.1.21
24
+ - Updated iris-app-api to 2.1.20
25
+ - Updated react-vite-test-setup to 0.0.80
26
+ - Updated shared-utils to 1.15.82
27
+
1
28
  ## 2.2.20 (2026-07-27)
2
29
 
3
30
  ### 🧱 Updated Dependencies
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@trackunit/iris-app",
3
- "version": "2.2.20",
3
+ "version": "2.2.22",
4
4
  "license": "SEE LICENSE IN LICENSE.txt",
5
5
  "main": "src/index.js",
6
6
  "generators": "./generators.json",
@@ -23,8 +23,8 @@
23
23
  "@nx/react": "22.7.5",
24
24
  "@npmcli/arborist": "^9.1.9",
25
25
  "win-ca": "^3.5.1",
26
- "@trackunit/shared-utils": "1.15.81",
27
- "@trackunit/iris-app-api": "2.1.19",
26
+ "@trackunit/shared-utils": "1.15.83",
27
+ "@trackunit/iris-app-api": "2.1.21",
28
28
  "tslib": "^2.6.2",
29
29
  "@clack/prompts": "^1.0.0",
30
30
  "@npm/types": "^1.0.2",