@uuv/a11y 1.0.0-beta.64 → 1.0.0-beta.65
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 +15 -0
- package/dist/CHANGELOG.md +7 -0
- package/dist/package.json +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,18 @@
|
|
|
1
|
+
# [1.0.0-beta.65](https://github.com/e2e-test-quest/uuv/compare/a11y-v1.0.0-beta.64...a11y-v1.0.0-beta.65) (2025-03-05)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* **a11y:** update dependency rxjs to v7.8.2 ([a2d97bc](https://github.com/e2e-test-quest/uuv/commit/a2d97bc1ab46ebc7d53afcff30041f8fd79598a3))
|
|
7
|
+
* **assistant:** update codemirror ([d319dec](https://github.com/e2e-test-quest/uuv/commit/d319dec8788269942a7d9c5f6e76d549ed0cc126))
|
|
8
|
+
* **assistant:** update dependency @uiw/codemirror-theme-github to v4.23.10 ([67d021c](https://github.com/e2e-test-quest/uuv/commit/67d021c310f781469b14b05524d8d22c25162c23))
|
|
9
|
+
* **runner-cypress:** update dependency junit-report-merger to v7.0.1 ([c644145](https://github.com/e2e-test-quest/uuv/commit/c644145dfa51a0728e5491e6fe20c233bc4f949c))
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
### Features
|
|
13
|
+
|
|
14
|
+
* **deps:** update dependency @cucumber/gherkin to v32 ([75c57c3](https://github.com/e2e-test-quest/uuv/commit/75c57c3319236706aa8cf18dcdb1e2c346e01732))
|
|
15
|
+
|
|
1
16
|
# [1.0.0-beta.64](https://github.com/e2e-test-quest/uuv/compare/a11y-v1.0.0-beta.63...a11y-v1.0.0-beta.64) (2025-02-23)
|
|
2
17
|
|
|
3
18
|
|
package/dist/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,10 @@
|
|
|
1
|
+
# [1.0.0-beta.64](https://github.com/e2e-test-quest/uuv/compare/a11y-v1.0.0-beta.63...a11y-v1.0.0-beta.64) (2025-02-23)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* set multiple-cucumber-html-reporter to v 3.9.0 and useCDN to true, [#980](https://github.com/e2e-test-quest/uuv/issues/980) ([a85c1c8](https://github.com/e2e-test-quest/uuv/commit/a85c1c898dbd2137ec75c2a2eb79a3d372609b9e))
|
|
7
|
+
|
|
1
8
|
# [1.0.0-beta.63](https://github.com/e2e-test-quest/uuv/compare/a11y-v1.0.0-beta.62...a11y-v1.0.0-beta.63) (2025-02-19)
|
|
2
9
|
|
|
3
10
|
|
package/dist/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@uuv/a11y",
|
|
3
|
-
"version": "1.0.0-beta.
|
|
3
|
+
"version": "1.0.0-beta.64",
|
|
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.
|
|
3
|
+
"version": "1.0.0-beta.65",
|
|
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)",
|