@trackunit/iris-app 2.0.1 → 2.0.2

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