@trackunit/iris-app 2.0.1 → 2.0.3
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 +34 -0
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,37 @@
|
|
|
1
|
+
## 2.0.3 (2026-06-02)
|
|
2
|
+
|
|
3
|
+
### 🧱 Updated Dependencies
|
|
4
|
+
|
|
5
|
+
- Updated iris-app-build-utilities to 2.0.3
|
|
6
|
+
- Updated iris-app-api to 2.0.3
|
|
7
|
+
- Updated react-vite-test-setup to 0.0.13
|
|
8
|
+
- Updated shared-utils to 1.15.12
|
|
9
|
+
|
|
10
|
+
## 2.0.2 (2026-06-01)
|
|
11
|
+
|
|
12
|
+
### 🚀 Features
|
|
13
|
+
|
|
14
|
+
- **GLU-1179:** add @trackunit/iris-app-playwright and @trackunit/nx-playwright skeleton libraries ([5f03b8c460e](https://github.com/Trackunit/manager/commit/5f03b8c460e))
|
|
15
|
+
|
|
16
|
+
### 🩹 Fixes
|
|
17
|
+
|
|
18
|
+
- **GLU-1178:** address PR #23370 review feedback ([#23370](https://github.com/Trackunit/manager/issues/23370))
|
|
19
|
+
- **GLU-1178:** address PR review feedback on Playwright support ([#23328](https://github.com/Trackunit/manager/issues/23328))
|
|
20
|
+
|
|
21
|
+
### 🧱 Updated Dependencies
|
|
22
|
+
|
|
23
|
+
- Updated iris-app-build-utilities to 2.0.2
|
|
24
|
+
- Updated iris-app-api to 2.0.2
|
|
25
|
+
- Updated react-vite-test-setup to 0.0.12
|
|
26
|
+
- Updated shared-utils to 1.15.11
|
|
27
|
+
|
|
28
|
+
### ❤️ Thank You
|
|
29
|
+
|
|
30
|
+
- Claude
|
|
31
|
+
- Claude Opus 4.7 (1M context)
|
|
32
|
+
- Cursor @cursoragent
|
|
33
|
+
- Mikkel Thorbjørn Andersen
|
|
34
|
+
|
|
1
35
|
## 2.0.1 (2026-05-28)
|
|
2
36
|
|
|
3
37
|
### 🧱 Updated Dependencies
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@trackunit/iris-app",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.3",
|
|
4
4
|
"license": "SEE LICENSE IN LICENSE.txt",
|
|
5
5
|
"main": "src/index.js",
|
|
6
6
|
"generators": "./generators.json",
|
|
@@ -23,8 +23,8 @@
|
|
|
23
23
|
"@nx/react": "22.6.5",
|
|
24
24
|
"@npmcli/arborist": "^9.1.9",
|
|
25
25
|
"win-ca": "^3.5.1",
|
|
26
|
-
"@trackunit/shared-utils": "1.15.
|
|
27
|
-
"@trackunit/iris-app-api": "2.0.
|
|
26
|
+
"@trackunit/shared-utils": "1.15.12",
|
|
27
|
+
"@trackunit/iris-app-api": "2.0.3",
|
|
28
28
|
"tslib": "^2.6.2",
|
|
29
29
|
"@clack/prompts": "^1.0.0",
|
|
30
30
|
"@npm/types": "^1.0.2",
|