@trackunit/iris-app 2.5.7-alpha-ee69623c029.0 → 2.5.9

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 +37 -0
  2. package/package.json +6 -6
package/CHANGELOG.md CHANGED
@@ -1,3 +1,40 @@
1
+ ## 2.5.9 (2026-08-18)
2
+
3
+ ### 🧱 Updated Dependencies
4
+
5
+ - Updated iris-app-build-utilities to 2.4.9
6
+ - Updated shared-utils to 1.16.16
7
+
8
+ ## 2.5.8 (2026-08-18)
9
+
10
+ ### 🚀 Features
11
+
12
+ - enhance E2E password resolution with caching and reset functionality ([5e4b0321578](https://github.com/Trackunit/manager/commit/5e4b0321578))
13
+
14
+ ### 🧱 Updated Dependencies
15
+
16
+ - Updated iris-app-build-utilities to 2.4.8
17
+ - Updated iris-app-api to 2.4.5
18
+ - Updated react-vite-test-setup to 0.0.108
19
+ - Updated css-classname-utils to 0.0.16
20
+ - Updated react-graphql-tools to 1.15.13
21
+ - Updated shared-utils to 1.16.15
22
+
23
+ ### ❤️ Thank You
24
+
25
+ - Mikkel Thorbjørn Andersen
26
+
27
+ ## 2.5.7 (2026-08-18)
28
+
29
+ ### 🧱 Updated Dependencies
30
+
31
+ - Updated iris-app-build-utilities to 2.4.7
32
+ - Updated iris-app-api to 2.4.4
33
+ - Updated react-vite-test-setup to 0.0.107
34
+ - Updated css-classname-utils to 0.0.15
35
+ - Updated react-graphql-tools to 1.15.12
36
+ - Updated shared-utils to 1.16.14
37
+
1
38
  ## 2.5.6 (2026-08-18)
2
39
 
3
40
  ### 🧱 Updated Dependencies
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@trackunit/iris-app",
3
- "version": "2.5.7-alpha-ee69623c029.0",
3
+ "version": "2.5.9",
4
4
  "license": "SEE LICENSE IN LICENSE.txt",
5
5
  "main": "src/index.js",
6
6
  "generators": "./generators.json",
@@ -10,7 +10,7 @@
10
10
  "node": ">=24.x"
11
11
  },
12
12
  "dependencies": {
13
- "@trackunit/css-classname-utils": "0.0.15-alpha-ee69623c029.0",
13
+ "@trackunit/css-classname-utils": "0.0.16",
14
14
  "pacote": "^21.0.4",
15
15
  "libnpmpublish": "^11.1.3",
16
16
  "open": "^10.2.0",
@@ -24,10 +24,10 @@
24
24
  "@nx/react": "23.1.0",
25
25
  "@npmcli/arborist": "^9.1.9",
26
26
  "win-ca": "^3.5.1",
27
- "@trackunit/iris-app-build-utilities": "2.4.7-alpha-ee69623c029.0",
28
- "@trackunit/react-graphql-tools": "1.15.12-alpha-ee69623c029.0",
29
- "@trackunit/shared-utils": "1.16.14-alpha-ee69623c029.0",
30
- "@trackunit/iris-app-api": "2.4.4-alpha-ee69623c029.0",
27
+ "@trackunit/iris-app-build-utilities": "2.4.9",
28
+ "@trackunit/react-graphql-tools": "1.15.13",
29
+ "@trackunit/shared-utils": "1.16.16",
30
+ "@trackunit/iris-app-api": "2.4.5",
31
31
  "tslib": "^2.6.2",
32
32
  "@clack/prompts": "^1.0.0",
33
33
  "@npm/types": "^1.0.2",