@trackunit/iris-app 1.4.13 → 1.4.16

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.
package/CHANGELOG.md CHANGED
@@ -1,3 +1,41 @@
1
+ ## 1.4.16 (2025-07-17)
2
+
3
+ ### 🩹 Fixes
4
+
5
+ - Don't save last deployed SHA if dev wasn't deployed to ensure all builds are run ([d442f517988](https://github.com/Trackunit/manager/commit/d442f517988))
6
+
7
+ ### 🧱 Updated Dependencies
8
+
9
+ - Updated iris-app-build-utilities to 1.4.16
10
+ - Updated iris-app-webpack-plugin to 1.4.16
11
+ - Updated iris-app-api to 1.4.16
12
+ - Updated react-test-setup to 1.1.15
13
+ - Updated shared-utils to 1.6.15
14
+
15
+ ### ❤️ Thank You
16
+
17
+ - Mads Mætzke Tandrup
18
+
19
+ ## 1.4.15 (2025-07-17)
20
+
21
+ ### 🧱 Updated Dependencies
22
+
23
+ - Updated iris-app-build-utilities to 1.4.15
24
+ - Updated iris-app-webpack-plugin to 1.4.15
25
+ - Updated iris-app-api to 1.4.15
26
+ - Updated react-test-setup to 1.1.14
27
+ - Updated shared-utils to 1.6.14
28
+
29
+ ## 1.4.14 (2025-07-16)
30
+
31
+ ### 🧱 Updated Dependencies
32
+
33
+ - Updated iris-app-build-utilities to 1.4.14
34
+ - Updated iris-app-webpack-plugin to 1.4.14
35
+ - Updated iris-app-api to 1.4.14
36
+ - Updated react-test-setup to 1.1.13
37
+ - Updated shared-utils to 1.6.13
38
+
1
39
  ## 1.4.13 (2025-07-16)
2
40
 
3
41
  ### 🧱 Updated Dependencies
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@trackunit/iris-app",
3
- "version": "1.4.13",
3
+ "version": "1.4.16",
4
4
  "license": "SEE LICENSE IN LICENSE.txt",
5
5
  "main": "src/index.js",
6
6
  "generators": "./generators.json",
@@ -32,12 +32,12 @@
32
32
  "@npmcli/arborist": "^7.3.1",
33
33
  "webpack-bundle-analyzer": "^4.8.0",
34
34
  "win-ca": "^3.5.1",
35
- "@trackunit/iris-app-build-utilities": "1.4.13",
36
- "@trackunit/shared-utils": "1.6.12",
37
- "@trackunit/iris-app-api": "1.4.13",
38
- "@trackunit/iris-app-webpack-plugin": "1.4.13",
35
+ "@trackunit/iris-app-build-utilities": "1.4.16",
36
+ "@trackunit/shared-utils": "1.6.15",
37
+ "@trackunit/iris-app-api": "1.4.16",
38
+ "@trackunit/iris-app-webpack-plugin": "1.4.16",
39
39
  "tslib": "^2.6.2",
40
- "@trackunit/react-test-setup": "1.1.12"
40
+ "@trackunit/react-test-setup": "1.1.15"
41
41
  },
42
42
  "types": "./src/index.d.ts",
43
43
  "type": "commonjs"
@@ -11,8 +11,6 @@ const irisAppManifest: IrisAppManifest = {
11
11
  dependencies: nxPackageJson.dependencies || {},
12
12
  devDependencies: nxPackageJson.devDependencies || {},
13
13
 
14
- validDomains: [],
15
-
16
14
  installation: {
17
15
  accountIds: 'ALL_ACCOUNTS',
18
16
  pricingPlanPolicy: {