@trackunit/iris-app 1.7.104 → 1.7.111

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 +70 -0
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -1,3 +1,73 @@
1
+ ## 1.7.111 (2025-12-02)
2
+
3
+ ### 🧱 Updated Dependencies
4
+
5
+ - Updated iris-app-build-utilities to 1.7.106
6
+ - Updated iris-app-webpack-plugin to 1.7.107
7
+ - Updated iris-app-api to 1.9.41
8
+ - Updated react-test-setup to 1.4.103
9
+ - Updated shared-utils to 1.9.103
10
+
11
+ ## 1.7.110 (2025-12-02)
12
+
13
+ ### 🧱 Updated Dependencies
14
+
15
+ - Updated iris-app-build-utilities to 1.7.105
16
+ - Updated iris-app-webpack-plugin to 1.7.106
17
+ - Updated iris-app-api to 1.9.40
18
+ - Updated react-test-setup to 1.4.102
19
+ - Updated shared-utils to 1.9.102
20
+
21
+ ## 1.7.109 (2025-12-02)
22
+
23
+ ### 🧱 Updated Dependencies
24
+
25
+ - Updated iris-app-build-utilities to 1.7.104
26
+ - Updated iris-app-webpack-plugin to 1.7.105
27
+ - Updated iris-app-api to 1.9.39
28
+ - Updated react-test-setup to 1.4.101
29
+ - Updated shared-utils to 1.9.101
30
+
31
+ ## 1.7.108 (2025-12-01)
32
+
33
+ ### 🧱 Updated Dependencies
34
+
35
+ - Updated iris-app-build-utilities to 1.7.103
36
+ - Updated iris-app-webpack-plugin to 1.7.104
37
+ - Updated iris-app-api to 1.9.38
38
+ - Updated react-test-setup to 1.4.100
39
+ - Updated shared-utils to 1.9.100
40
+
41
+ ## 1.7.107 (2025-12-01)
42
+
43
+ ### 🧱 Updated Dependencies
44
+
45
+ - Updated iris-app-build-utilities to 1.7.102
46
+ - Updated iris-app-webpack-plugin to 1.7.103
47
+ - Updated iris-app-api to 1.9.37
48
+ - Updated react-test-setup to 1.4.99
49
+ - Updated shared-utils to 1.9.99
50
+
51
+ ## 1.7.106 (2025-12-01)
52
+
53
+ ### 🧱 Updated Dependencies
54
+
55
+ - Updated iris-app-build-utilities to 1.7.101
56
+ - Updated iris-app-webpack-plugin to 1.7.102
57
+ - Updated iris-app-api to 1.9.36
58
+ - Updated react-test-setup to 1.4.98
59
+ - Updated shared-utils to 1.9.98
60
+
61
+ ## 1.7.105 (2025-11-28)
62
+
63
+ ### 🧱 Updated Dependencies
64
+
65
+ - Updated iris-app-build-utilities to 1.7.100
66
+ - Updated iris-app-webpack-plugin to 1.7.101
67
+ - Updated iris-app-api to 1.9.35
68
+ - Updated react-test-setup to 1.4.97
69
+ - Updated shared-utils to 1.9.97
70
+
1
71
  ## 1.7.104 (2025-11-28)
2
72
 
3
73
  ### 🧱 Updated Dependencies
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@trackunit/iris-app",
3
- "version": "1.7.104",
3
+ "version": "1.7.111",
4
4
  "license": "SEE LICENSE IN LICENSE.txt",
5
5
  "main": "src/index.js",
6
6
  "generators": "./generators.json",
@@ -32,9 +32,9 @@
32
32
  "@npmcli/arborist": "^7.3.1",
33
33
  "webpack-bundle-analyzer": "^4.8.0",
34
34
  "win-ca": "^3.5.1",
35
- "@trackunit/shared-utils": "1.9.96",
36
- "@trackunit/iris-app-api": "1.9.34",
37
- "@trackunit/iris-app-webpack-plugin": "1.7.100",
35
+ "@trackunit/shared-utils": "1.9.103",
36
+ "@trackunit/iris-app-api": "1.9.41",
37
+ "@trackunit/iris-app-webpack-plugin": "1.7.107",
38
38
  "tslib": "^2.6.2"
39
39
  },
40
40
  "types": "./src/index.d.ts",