@uuv/a11y 1.0.0-beta.70 → 1.0.0-beta.71

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,10 @@
1
+ # [1.0.0-beta.71](https://github.com/e2e-test-quest/uuv/compare/a11y-v1.0.0-beta.70...a11y-v1.0.0-beta.71) (2025-06-08)
2
+
3
+
4
+ ### Features
5
+
6
+ * **runner-playwright:** update dependency playwright-bdd to v8.3.0 ([5be62fc](https://github.com/e2e-test-quest/uuv/commit/5be62fce63fdd6ebbd5a33cb3b5910a339d18a57))
7
+
1
8
  # [1.0.0-beta.70](https://github.com/e2e-test-quest/uuv/compare/a11y-v1.0.0-beta.69...a11y-v1.0.0-beta.70) (2025-06-01)
2
9
 
3
10
 
package/dist/CHANGELOG.md CHANGED
@@ -1,3 +1,11 @@
1
+ # [1.0.0-beta.70](https://github.com/e2e-test-quest/uuv/compare/a11y-v1.0.0-beta.69...a11y-v1.0.0-beta.70) (2025-06-01)
2
+
3
+
4
+ ### Features
5
+
6
+ * **assistant:** fix assistant uuv test, [#1006](https://github.com/e2e-test-quest/uuv/issues/1006) ([d670572](https://github.com/e2e-test-quest/uuv/commit/d6705723ef7f6f94962b63d52788db721c80c2e2))
7
+ * update cypress to v14, nx to v21, eslint to v9 and move assitant builder to vite ([1db2aa7](https://github.com/e2e-test-quest/uuv/commit/1db2aa7930653af95dc2da27fcf8ef2e38cd737a))
8
+
1
9
  # [1.0.0-beta.69](https://github.com/e2e-test-quest/uuv/compare/a11y-v1.0.0-beta.68...a11y-v1.0.0-beta.69) (2025-05-11)
2
10
 
3
11
 
package/dist/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@uuv/a11y",
3
- "version": "1.0.0-beta.69",
3
+ "version": "1.0.0-beta.70",
4
4
  "type": "commonjs",
5
5
  "author": "Louis Fredice NJAKO MOLOM (https://github.com/luifr10) & Stanley SERVICAL (https://github.com/stanlee974)",
6
6
  "description": "A javascript lib for running a11y validation based on multiple reference(RGAA, etc)",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@uuv/a11y",
3
- "version": "1.0.0-beta.70",
3
+ "version": "1.0.0-beta.71",
4
4
  "type": "commonjs",
5
5
  "author": "Louis Fredice NJAKO MOLOM (https://github.com/luifr10) & Stanley SERVICAL (https://github.com/stanlee974)",
6
6
  "description": "A javascript lib for running a11y validation based on multiple reference(RGAA, etc)",