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

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 +30 -0
  2. package/package.json +6 -6
package/CHANGELOG.md CHANGED
@@ -1,3 +1,33 @@
1
+ ## 2.5.8 (2026-08-18)
2
+
3
+ ### 🚀 Features
4
+
5
+ - enhance E2E password resolution with caching and reset functionality ([5e4b0321578](https://github.com/Trackunit/manager/commit/5e4b0321578))
6
+
7
+ ### 🧱 Updated Dependencies
8
+
9
+ - Updated iris-app-build-utilities to 2.4.8
10
+ - Updated iris-app-api to 2.4.5
11
+ - Updated react-vite-test-setup to 0.0.108
12
+ - Updated css-classname-utils to 0.0.16
13
+ - Updated react-graphql-tools to 1.15.13
14
+ - Updated shared-utils to 1.16.15
15
+
16
+ ### ❤️ Thank You
17
+
18
+ - Mikkel Thorbjørn Andersen
19
+
20
+ ## 2.5.7 (2026-08-18)
21
+
22
+ ### 🧱 Updated Dependencies
23
+
24
+ - Updated iris-app-build-utilities to 2.4.7
25
+ - Updated iris-app-api to 2.4.4
26
+ - Updated react-vite-test-setup to 0.0.107
27
+ - Updated css-classname-utils to 0.0.15
28
+ - Updated react-graphql-tools to 1.15.12
29
+ - Updated shared-utils to 1.16.14
30
+
1
31
  ## 2.5.6 (2026-08-18)
2
32
 
3
33
  ### 🧱 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.8",
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.8",
28
+ "@trackunit/react-graphql-tools": "1.15.13",
29
+ "@trackunit/shared-utils": "1.16.15",
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",