@trackunit/iris-app 1.14.4 → 1.14.7

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