@trackunit/iris-app 1.18.12 → 1.18.15

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
+ ## 1.18.15 (2026-04-24)
2
+
3
+ ### 🧱 Updated Dependencies
4
+
5
+ - Updated iris-app-build-utilities to 1.15.14
6
+ - Updated iris-app-api to 1.17.14
7
+ - Updated react-test-setup to 1.8.108
8
+ - Updated shared-utils to 1.13.109
9
+
10
+ ## 1.18.14 (2026-04-23)
11
+
12
+ ### 🧱 Updated Dependencies
13
+
14
+ - Updated iris-app-build-utilities to 1.15.13
15
+ - Updated iris-app-api to 1.17.13
16
+ - Updated react-test-setup to 1.8.107
17
+ - Updated shared-utils to 1.13.108
18
+
19
+ ## 1.18.13 (2026-04-23)
20
+
21
+ ### 🧱 Updated Dependencies
22
+
23
+ - Updated iris-app-build-utilities to 1.15.12
24
+ - Updated iris-app-api to 1.17.12
25
+ - Updated react-test-setup to 1.8.106
26
+ - Updated shared-utils to 1.13.107
27
+
1
28
  ## 1.18.12 (2026-04-23)
2
29
 
3
30
  ### 🧱 Updated Dependencies
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@trackunit/iris-app",
3
- "version": "1.18.12",
3
+ "version": "1.18.15",
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.6.5",
24
24
  "@npmcli/arborist": "^9.1.9",
25
25
  "win-ca": "^3.5.1",
26
- "@trackunit/shared-utils": "1.13.106",
27
- "@trackunit/iris-app-api": "1.17.11",
26
+ "@trackunit/shared-utils": "1.13.109",
27
+ "@trackunit/iris-app-api": "1.17.14",
28
28
  "tslib": "^2.6.2",
29
29
  "@clack/prompts": "^1.0.0",
30
30
  "@npm/types": "^1.0.2",