@trackunit/iris-app 1.7.104 → 1.7.112

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