@trackunit/iris-app 2.5.24 → 2.5.27

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 +27 -0
  2. package/package.json +6 -6
package/CHANGELOG.md CHANGED
@@ -1,3 +1,30 @@
1
+ ## 2.5.27 (2026-08-28)
2
+
3
+ ### 🧱 Updated Dependencies
4
+
5
+ - Updated iris-app-build-utilities to 2.4.26
6
+ - Updated iris-app-api to 2.4.20
7
+ - Updated react-vite-test-setup to 0.0.115
8
+ - Updated css-classname-utils to 0.0.23
9
+ - Updated react-graphql-tools to 1.17.6
10
+ - Updated shared-utils to 1.16.23
11
+
12
+ ## 2.5.26 (2026-08-27)
13
+
14
+ ### 🧱 Updated Dependencies
15
+
16
+ - Updated iris-app-build-utilities to 2.4.25
17
+ - Updated iris-app-api to 2.4.19
18
+ - Updated react-graphql-tools to 1.17.5
19
+
20
+ ## 2.5.25 (2026-08-27)
21
+
22
+ ### 🧱 Updated Dependencies
23
+
24
+ - Updated iris-app-build-utilities to 2.4.24
25
+ - Updated iris-app-api to 2.4.18
26
+ - Updated react-graphql-tools to 1.17.4
27
+
1
28
  ## 2.5.24 (2026-08-27)
2
29
 
3
30
  ### 🧱 Updated Dependencies
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@trackunit/iris-app",
3
- "version": "2.5.24",
3
+ "version": "2.5.27",
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.22",
13
+ "@trackunit/css-classname-utils": "0.0.23",
14
14
  "@typescript-eslint/types": "8.58.1",
15
15
  "@typescript-eslint/typescript-estree": "8.58.1",
16
16
  "pacote": "^21.0.4",
@@ -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.23",
30
- "@trackunit/react-graphql-tools": "1.17.3",
31
- "@trackunit/shared-utils": "1.16.22",
32
- "@trackunit/iris-app-api": "2.4.17",
29
+ "@trackunit/iris-app-build-utilities": "2.4.26",
30
+ "@trackunit/react-graphql-tools": "1.17.6",
31
+ "@trackunit/shared-utils": "1.16.23",
32
+ "@trackunit/iris-app-api": "2.4.20",
33
33
  "tslib": "^2.6.2",
34
34
  "@clack/prompts": "^1.0.0",
35
35
  "@npm/types": "^1.0.2",