@trackunit/iris-app 1.11.29 → 1.11.31

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,32 @@
1
+ ## 1.11.31 (2026-02-13)
2
+
3
+ ### 🧱 Updated Dependencies
4
+
5
+ - Updated iris-app-build-utilities to 1.12.31
6
+ - Updated iris-app-webpack-plugin to 1.11.31
7
+ - Updated iris-app-api to 1.14.28
8
+ - Updated react-test-setup to 1.8.29
9
+ - Updated shared-utils to 1.13.29
10
+
11
+ ## 1.11.30 (2026-02-12)
12
+
13
+ ### 🩹 Fixes
14
+
15
+ - update all outdated .cursor/rules/ and .cursor/commands/ references to .cursor/skills/ ([67f185c7bec](https://github.com/Trackunit/manager/commit/67f185c7bec))
16
+
17
+ ### 🧱 Updated Dependencies
18
+
19
+ - Updated iris-app-build-utilities to 1.12.30
20
+ - Updated iris-app-webpack-plugin to 1.11.30
21
+ - Updated iris-app-api to 1.14.27
22
+ - Updated react-test-setup to 1.8.28
23
+ - Updated shared-utils to 1.13.28
24
+
25
+ ### ❤️ Thank You
26
+
27
+ - Cursor Agent @cursoragent
28
+ - Kasper Laursen @ghost-of-kla-trackunit
29
+
1
30
  ## 1.11.29 (2026-02-11)
2
31
 
3
32
  ### 🧱 Updated Dependencies
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@trackunit/iris-app",
3
- "version": "1.11.29",
3
+ "version": "1.11.31",
4
4
  "license": "SEE LICENSE IN LICENSE.txt",
5
5
  "main": "src/index.js",
6
6
  "generators": "./generators.json",
@@ -31,9 +31,9 @@
31
31
  "@npmcli/arborist": "^9.1.9",
32
32
  "webpack-bundle-analyzer": "^4.8.0",
33
33
  "win-ca": "^3.5.1",
34
- "@trackunit/shared-utils": "1.13.27",
35
- "@trackunit/iris-app-api": "1.14.26",
36
- "@trackunit/iris-app-webpack-plugin": "1.11.29",
34
+ "@trackunit/shared-utils": "1.13.29",
35
+ "@trackunit/iris-app-api": "1.14.28",
36
+ "@trackunit/iris-app-webpack-plugin": "1.11.31",
37
37
  "tslib": "^2.6.2",
38
38
  "@clack/prompts": "^1.0.0"
39
39
  },
@@ -10,7 +10,7 @@ nx g @trackunit/iris-app:ai-agent-sync
10
10
 
11
11
  ## What it syncs
12
12
 
13
- - `.cursor/rules/` - Cursor AI rules for the IrisX App SDK
13
+ - `.cursor/skills/` - Cursor AI skills for the IrisX App SDK
14
14
 
15
15
  ## Flow
16
16