@trackunit/iris-app 2.5.19 → 2.5.20
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 +17 -0
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,20 @@
|
|
|
1
|
+
## 2.5.20 (2026-08-27)
|
|
2
|
+
|
|
3
|
+
### 🚀 Features
|
|
4
|
+
|
|
5
|
+
- **host:** resolve account.user.view from the viewUsers account action ([68660fa3246](https://github.com/Trackunit/manager/commit/68660fa3246))
|
|
6
|
+
|
|
7
|
+
### 🧱 Updated Dependencies
|
|
8
|
+
|
|
9
|
+
- Updated iris-app-build-utilities to 2.4.19
|
|
10
|
+
- Updated iris-app-api to 2.4.13
|
|
11
|
+
- Updated react-graphql-tools to 1.16.3
|
|
12
|
+
|
|
13
|
+
### ❤️ Thank You
|
|
14
|
+
|
|
15
|
+
- Claude Opus 5 (1M context)
|
|
16
|
+
- Kenneth Sejrsgaard-Jacobsen
|
|
17
|
+
|
|
1
18
|
## 2.5.19 (2026-08-25)
|
|
2
19
|
|
|
3
20
|
### 🩹 Fixes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@trackunit/iris-app",
|
|
3
|
-
"version": "2.5.
|
|
3
|
+
"version": "2.5.20",
|
|
4
4
|
"license": "SEE LICENSE IN LICENSE.txt",
|
|
5
5
|
"main": "src/index.js",
|
|
6
6
|
"generators": "./generators.json",
|
|
@@ -26,10 +26,10 @@
|
|
|
26
26
|
"@nx/react": "23.1.0",
|
|
27
27
|
"@npmcli/arborist": "^9.1.9",
|
|
28
28
|
"win-ca": "^3.5.1",
|
|
29
|
-
"@trackunit/iris-app-build-utilities": "2.4.
|
|
30
|
-
"@trackunit/react-graphql-tools": "1.16.
|
|
29
|
+
"@trackunit/iris-app-build-utilities": "2.4.19",
|
|
30
|
+
"@trackunit/react-graphql-tools": "1.16.3",
|
|
31
31
|
"@trackunit/shared-utils": "1.16.22",
|
|
32
|
-
"@trackunit/iris-app-api": "2.4.
|
|
32
|
+
"@trackunit/iris-app-api": "2.4.13",
|
|
33
33
|
"tslib": "^2.6.2",
|
|
34
34
|
"@clack/prompts": "^1.0.0",
|
|
35
35
|
"@npm/types": "^1.0.2",
|