@uuv/a11y 1.0.0-beta.62 → 1.0.0-beta.63
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 +13 -0
- package/dist/CHANGELOG.md +9 -0
- package/dist/package.json +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,16 @@
|
|
|
1
|
+
# [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
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* **deps:** update dependency chart.js to v4.4.8 ([1b34479](https://github.com/e2e-test-quest/uuv/commit/1b34479b6d07921dde0b3835ce8c23e2a56824a9))
|
|
7
|
+
* **runner-playwright:** update dependency multiple-cucumber-html-reporter to v3.9.1 ([5beda1d](https://github.com/e2e-test-quest/uuv/commit/5beda1dd42a4d2ccd2639bb5e0f84f953548e8da))
|
|
8
|
+
|
|
9
|
+
|
|
10
|
+
### Features
|
|
11
|
+
|
|
12
|
+
* **deps:** update dependency @cucumber/messages to v27.2.0 ([9360afb](https://github.com/e2e-test-quest/uuv/commit/9360afb54c314d009273b5e1e98b623ada494587))
|
|
13
|
+
|
|
1
14
|
# [1.0.0-beta.62](https://github.com/e2e-test-quest/uuv/compare/a11y-v1.0.0-beta.61...a11y-v1.0.0-beta.62) (2025-02-11)
|
|
2
15
|
|
|
3
16
|
|
package/dist/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,12 @@
|
|
|
1
|
+
# [1.0.0-beta.62](https://github.com/e2e-test-quest/uuv/compare/a11y-v1.0.0-beta.61...a11y-v1.0.0-beta.62) (2025-02-11)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Features
|
|
5
|
+
|
|
6
|
+
* **assistant:** update dependency antd to v5.24.0 ([420fa88](https://github.com/e2e-test-quest/uuv/commit/420fa88c4d73b95f5b8be677a801200b033e22e1))
|
|
7
|
+
* **deps:** update dependency @cucumber/gherkin to v31 ([f661a82](https://github.com/e2e-test-quest/uuv/commit/f661a825045b94d3cb7f578266a9872cdd84f02a))
|
|
8
|
+
* **runner-playwright:** update dependency axe-playwright to v2.1.0 ([dfb261a](https://github.com/e2e-test-quest/uuv/commit/dfb261acae0584f696e26c2ce0b10e06e9064e72))
|
|
9
|
+
|
|
1
10
|
# [1.0.0-beta.61](https://github.com/e2e-test-quest/uuv/compare/a11y-v1.0.0-beta.60...a11y-v1.0.0-beta.61) (2025-02-02)
|
|
2
11
|
|
|
3
12
|
|
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.62",
|
|
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.63",
|
|
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)",
|