@uuv/a11y 1.0.0-beta.66 → 1.0.0-beta.68
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 +27 -0
- package/bundle/uuv-a11y.bundle.js +2 -2
- package/dist/CHANGELOG.md +22 -0
- package/dist/package.json +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,30 @@
|
|
|
1
|
+
# [1.0.0-beta.68](https://github.com/e2e-test-quest/uuv/compare/a11y-v1.0.0-beta.67...a11y-v1.0.0-beta.68) (2025-04-21)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* **deps:** update dependency bootstrap to v5.3.5 ([c698360](https://github.com/e2e-test-quest/uuv/commit/c698360522ac4f4ea60e73f05cf2aa5b748bc314))
|
|
7
|
+
* **deps:** update dependency chart.js to v4.4.9 ([2dbb916](https://github.com/e2e-test-quest/uuv/commit/2dbb9162d28774c839fba79c9414f340b675d7e0))
|
|
8
|
+
* **runner-commons:** update dependency figlet to v1.8.1 ([54c4b28](https://github.com/e2e-test-quest/uuv/commit/54c4b2843bc72c98e4aea015bc33e5304a91c8c3))
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
### Features
|
|
12
|
+
|
|
13
|
+
* **runner-playwright:** update dependency webpack to v5.99.6 ([2c219f6](https://github.com/e2e-test-quest/uuv/commit/2c219f61a65431cca7d5553d935031a7f60b9b68))
|
|
14
|
+
|
|
15
|
+
# [1.0.0-beta.67](https://github.com/e2e-test-quest/uuv/compare/a11y-v1.0.0-beta.66...a11y-v1.0.0-beta.67) (2025-03-27)
|
|
16
|
+
|
|
17
|
+
|
|
18
|
+
### Bug Fixes
|
|
19
|
+
|
|
20
|
+
* **runner-cypress:** update dependency @cypress/webpack-preprocessor to v6.0.4 ([eee7215](https://github.com/e2e-test-quest/uuv/commit/eee7215613a276a5ab854a0a024b318c4335ca61))
|
|
21
|
+
* **runner-playwright:** update dependency nanoid to v3.3.11 ([c2adcce](https://github.com/e2e-test-quest/uuv/commit/c2adcceb0cadf44786a32f7531bc4a46c81d5463))
|
|
22
|
+
|
|
23
|
+
|
|
24
|
+
### Features
|
|
25
|
+
|
|
26
|
+
* **runner-playwright:** update playwright monorepo to v1.51.1 ([3f0f81f](https://github.com/e2e-test-quest/uuv/commit/3f0f81fe901fb8e77c7739857389831188ec5620))
|
|
27
|
+
|
|
1
28
|
# [1.0.0-beta.66](https://github.com/e2e-test-quest/uuv/compare/a11y-v1.0.0-beta.65...a11y-v1.0.0-beta.66) (2025-03-16)
|
|
2
29
|
|
|
3
30
|
|