@trackunit/iris-app 1.14.5 → 1.14.8

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 +32 -0
  2. package/package.json +6 -6
package/CHANGELOG.md CHANGED
@@ -1,3 +1,35 @@
1
+ ## 1.14.8 (2026-03-20)
2
+
3
+ ### 🧱 Updated Dependencies
4
+
5
+ - Updated iris-app-build-utilities to 1.13.9
6
+ - Updated react-test-setup to 1.8.76
7
+ - Updated shared-utils to 1.13.76
8
+
9
+ ## 1.14.7 (2026-03-19)
10
+
11
+ ### 🧱 Updated Dependencies
12
+
13
+ - Updated iris-app-build-utilities to 1.13.8
14
+ - Updated iris-app-api to 1.15.7
15
+
16
+ ## 1.14.6 (2026-03-19)
17
+
18
+ ### 🩹 Fixes
19
+
20
+ - upgrade csp-header to v6.3.1 and remove sandbox workaround ([#19](https://github.com/Trackunit/manager/issues/19))
21
+
22
+ ### 🧱 Updated Dependencies
23
+
24
+ - Updated iris-app-build-utilities to 1.13.7
25
+ - Updated iris-app-api to 1.15.6
26
+ - Updated react-test-setup to 1.8.75
27
+ - Updated shared-utils to 1.13.75
28
+
29
+ ### ❤️ Thank You
30
+
31
+ - Mads Mætzke Tandrup
32
+
1
33
  ## 1.14.5 (2026-03-18)
2
34
 
3
35
  ### 🧱 Updated Dependencies
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@trackunit/iris-app",
3
- "version": "1.14.5",
3
+ "version": "1.14.8",
4
4
  "license": "SEE LICENSE IN LICENSE.txt",
5
5
  "main": "src/index.js",
6
6
  "generators": "./generators.json",
@@ -18,18 +18,18 @@
18
18
  "ts-morph": "^20.0.0",
19
19
  "@phenomnomnominal/tsquery": "^6.1.3",
20
20
  "typescript": "5.9.3",
21
- "@nx/devkit": "22.4.4",
22
21
  "@nx/js": "22.4.4",
23
22
  "@nx/eslint": "22.4.4",
24
23
  "@nx/react": "22.4.4",
25
- "nx": "22.4.4",
26
24
  "@npmcli/arborist": "^9.1.9",
27
25
  "win-ca": "^3.5.1",
28
- "@trackunit/shared-utils": "1.13.74",
29
- "@trackunit/iris-app-api": "1.15.5",
26
+ "@trackunit/shared-utils": "1.13.76",
27
+ "@trackunit/iris-app-api": "1.15.7",
30
28
  "tslib": "^2.6.2",
31
29
  "@clack/prompts": "^1.0.0",
32
- "@npm/types": "^1.0.2"
30
+ "@npm/types": "^1.0.2",
31
+ "@nx/devkit": "22.4.4",
32
+ "nx": "22.4.4"
33
33
  },
34
34
  "types": "./src/index.d.ts",
35
35
  "type": "commonjs"