@trackunit/iris-app 1.11.29 → 1.11.30
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,22 @@
|
|
|
1
|
+
## 1.11.30 (2026-02-12)
|
|
2
|
+
|
|
3
|
+
### 🩹 Fixes
|
|
4
|
+
|
|
5
|
+
- update all outdated .cursor/rules/ and .cursor/commands/ references to .cursor/skills/ ([67f185c7bec](https://github.com/Trackunit/manager/commit/67f185c7bec))
|
|
6
|
+
|
|
7
|
+
### 🧱 Updated Dependencies
|
|
8
|
+
|
|
9
|
+
- Updated iris-app-build-utilities to 1.12.30
|
|
10
|
+
- Updated iris-app-webpack-plugin to 1.11.30
|
|
11
|
+
- Updated iris-app-api to 1.14.27
|
|
12
|
+
- Updated react-test-setup to 1.8.28
|
|
13
|
+
- Updated shared-utils to 1.13.28
|
|
14
|
+
|
|
15
|
+
### ❤️ Thank You
|
|
16
|
+
|
|
17
|
+
- Cursor Agent @cursoragent
|
|
18
|
+
- Kasper Laursen @ghost-of-kla-trackunit
|
|
19
|
+
|
|
1
20
|
## 1.11.29 (2026-02-11)
|
|
2
21
|
|
|
3
22
|
### 🧱 Updated Dependencies
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@trackunit/iris-app",
|
|
3
|
-
"version": "1.11.
|
|
3
|
+
"version": "1.11.30",
|
|
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.
|
|
35
|
-
"@trackunit/iris-app-api": "1.14.
|
|
36
|
-
"@trackunit/iris-app-webpack-plugin": "1.11.
|
|
34
|
+
"@trackunit/shared-utils": "1.13.28",
|
|
35
|
+
"@trackunit/iris-app-api": "1.14.27",
|
|
36
|
+
"@trackunit/iris-app-webpack-plugin": "1.11.30",
|
|
37
37
|
"tslib": "^2.6.2",
|
|
38
38
|
"@clack/prompts": "^1.0.0"
|
|
39
39
|
},
|