@trackunit/iris-app 2.1.11 → 2.1.14

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,37 @@
1
+ ## 2.1.14 (2026-07-02)
2
+
3
+ ### 🚀 Features
4
+
5
+ - **migrations:** standard migration scaffold for all publish:npm packages [GLU-1354] ([#24119](https://github.com/Trackunit/manager/pull/24119))
6
+
7
+ ### 🧱 Updated Dependencies
8
+
9
+ - Updated iris-app-build-utilities to 2.0.50
10
+ - Updated iris-app-api to 2.0.46
11
+ - Updated react-vite-test-setup to 0.0.55
12
+ - Updated shared-utils to 1.15.55
13
+
14
+ ### ❤️ Thank You
15
+
16
+ - Cursor @cursoragent
17
+ - Mikkel Thorbjørn Andersen @mta-trackunit
18
+
19
+ ## 2.1.13 (2026-07-02)
20
+
21
+ ### 🧱 Updated Dependencies
22
+
23
+ - Updated iris-app-build-utilities to 2.0.49
24
+ - Updated iris-app-api to 2.0.45
25
+ - Updated react-vite-test-setup to 0.0.54
26
+ - Updated shared-utils to 1.15.54
27
+
28
+ ## 2.1.12 (2026-07-02)
29
+
30
+ ### 🧱 Updated Dependencies
31
+
32
+ - Updated iris-app-build-utilities to 2.0.48
33
+ - Updated shared-utils to 1.15.53
34
+
1
35
  ## 2.1.11 (2026-07-01)
2
36
 
3
37
  ### 🧱 Updated Dependencies
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ //# sourceMappingURL=entry.js.map
@@ -0,0 +1,3 @@
1
+ {
2
+ "generators": {}
3
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@trackunit/iris-app",
3
- "version": "2.1.11",
3
+ "version": "2.1.14",
4
4
  "license": "SEE LICENSE IN LICENSE.txt",
5
5
  "main": "src/index.js",
6
6
  "generators": "./generators.json",
@@ -23,14 +23,15 @@
23
23
  "@nx/react": "22.7.5",
24
24
  "@npmcli/arborist": "^9.1.9",
25
25
  "win-ca": "^3.5.1",
26
- "@trackunit/shared-utils": "1.15.52",
27
- "@trackunit/iris-app-api": "2.0.44",
26
+ "@trackunit/shared-utils": "1.15.55",
27
+ "@trackunit/iris-app-api": "2.0.46",
28
28
  "tslib": "^2.6.2",
29
29
  "@clack/prompts": "^1.0.0",
30
30
  "@npm/types": "^1.0.2",
31
31
  "@nx/devkit": "22.7.5",
32
32
  "nx": "22.7.5"
33
33
  },
34
+ "migrations": "./migrations.json",
34
35
  "types": "./src/index.d.ts",
35
36
  "type": "commonjs"
36
37
  }