@trackunit/iris-app 1.3.114 → 1.3.117

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 +28 -0
  2. package/package.json +7 -6
package/CHANGELOG.md CHANGED
@@ -1,3 +1,31 @@
1
+ ## 1.3.117 (2025-05-20)
2
+
3
+ ### 🧱 Updated Dependencies
4
+
5
+ - Updated iris-app-build-utilities to 1.3.116
6
+ - Updated iris-app-webpack-plugin to 1.3.116
7
+ - Updated iris-app-api to 1.3.116
8
+ - Updated react-test-setup to 1.0.0
9
+ - Updated shared-utils to 1.5.110
10
+
11
+ ## 1.3.116 (2025-05-19)
12
+
13
+ ### 🧱 Updated Dependencies
14
+
15
+ - Updated iris-app-build-utilities to 1.3.115
16
+ - Updated iris-app-webpack-plugin to 1.3.115
17
+ - Updated iris-app-api to 1.3.115
18
+ - Updated shared-utils to 1.5.109
19
+
20
+ ## 1.3.115 (2025-05-19)
21
+
22
+ ### 🧱 Updated Dependencies
23
+
24
+ - Updated iris-app-build-utilities to 1.3.114
25
+ - Updated iris-app-webpack-plugin to 1.3.114
26
+ - Updated iris-app-api to 1.3.114
27
+ - Updated shared-utils to 1.5.108
28
+
1
29
  ## 1.3.114 (2025-05-16)
2
30
 
3
31
  ### 🧱 Updated Dependencies
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@trackunit/iris-app",
3
- "version": "1.3.114",
3
+ "version": "1.3.117",
4
4
  "license": "SEE LICENSE IN LICENSE.txt",
5
5
  "main": "src/index.js",
6
6
  "generators": "./generators.json",
@@ -33,11 +33,12 @@
33
33
  "@npmcli/arborist": "^7.3.1",
34
34
  "webpack-bundle-analyzer": "^4.8.0",
35
35
  "win-ca": "^3.5.1",
36
- "@trackunit/iris-app-build-utilities": "1.3.113",
37
- "@trackunit/shared-utils": "1.5.107",
38
- "@trackunit/iris-app-api": "1.3.113",
39
- "@trackunit/iris-app-webpack-plugin": "1.3.113",
40
- "tslib": "^2.6.2"
36
+ "@trackunit/iris-app-build-utilities": "1.3.116",
37
+ "@trackunit/shared-utils": "1.5.110",
38
+ "@trackunit/iris-app-api": "1.3.116",
39
+ "@trackunit/iris-app-webpack-plugin": "1.3.116",
40
+ "tslib": "^2.6.2",
41
+ "@trackunit/react-test-setup": "1.0.0"
41
42
  },
42
43
  "types": "./src/index.d.ts",
43
44
  "type": "commonjs"