@uuv/a11y 1.0.0-beta.56 → 1.0.0-beta.58
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 +30 -0
- package/bundle/uuv-a11y.bundle.js +2 -2
- package/dist/CHANGELOG.md +23 -0
- package/dist/package.json +3 -3
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,33 @@
|
|
|
1
|
+
# [1.0.0-beta.58](https://github.com/e2e-test-quest/uuv/compare/a11y-v1.0.0-beta.57...a11y-v1.0.0-beta.58) (2024-12-29)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* **assistant:** update dependency antd to v5.22.7 ([a5873ae](https://github.com/e2e-test-quest/uuv/commit/a5873ae614acf0ea2ac15737224159f62319a855))
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
### Features
|
|
10
|
+
|
|
11
|
+
* **a11y:** update testing-library monorepo ([3d86317](https://github.com/e2e-test-quest/uuv/commit/3d8631760747a532fcf721b65920ec44cc471bcd))
|
|
12
|
+
* add @uuv/a11y dependency to @uuv/playwright ([323aee0](https://github.com/e2e-test-quest/uuv/commit/323aee0f4d1d52653e7d6209f496a1322fe6cba3))
|
|
13
|
+
* **assistant:** update dependency @codemirror/view to v6.36.1 ([2a7f3f8](https://github.com/e2e-test-quest/uuv/commit/2a7f3f8c10785b5af1c15d11c8b69fb9368bec50))
|
|
14
|
+
|
|
15
|
+
# [1.0.0-beta.57](https://github.com/e2e-test-quest/uuv/compare/a11y-v1.0.0-beta.56...a11y-v1.0.0-beta.57) (2024-12-22)
|
|
16
|
+
|
|
17
|
+
|
|
18
|
+
### Bug Fixes
|
|
19
|
+
|
|
20
|
+
* **assistant:** update dependency @uiw/codemirror-theme-github to v4.23.7 ([186f12e](https://github.com/e2e-test-quest/uuv/commit/186f12e27cead4d33ea237f0397262d6af3ba515))
|
|
21
|
+
* **assistant:** update dependency @uiw/react-codemirror to v4.23.7 ([357b9cf](https://github.com/e2e-test-quest/uuv/commit/357b9cfb908a5a8b90e67053328abb4b05ab069d))
|
|
22
|
+
* **assistant:** update dependency antd to v5.22.5 ([9dc158d](https://github.com/e2e-test-quest/uuv/commit/9dc158d474a9e507b4c8f3054fc8808371064937))
|
|
23
|
+
* **runner-playwright:** update playwright monorepo to v1.49.1 ([101653f](https://github.com/e2e-test-quest/uuv/commit/101653f646eb6e881fde6ef5b5af608f2856eec1))
|
|
24
|
+
|
|
25
|
+
|
|
26
|
+
### Features
|
|
27
|
+
|
|
28
|
+
* **runner-cypress:** update dependency cypress to v13.17.0 ([937dd6e](https://github.com/e2e-test-quest/uuv/commit/937dd6eb08c10c89e095d04e1965596dd95c14dc))
|
|
29
|
+
* **runner-playwright:** update dependency webpack to v5.97.1 ([f8ad895](https://github.com/e2e-test-quest/uuv/commit/f8ad895ddad3f3a752f384c9bb9b6a128526bc5d))
|
|
30
|
+
|
|
1
31
|
# [1.0.0-beta.56](https://github.com/e2e-test-quest/uuv/compare/a11y-v1.0.0-beta.55...a11y-v1.0.0-beta.56) (2024-12-15)
|
|
2
32
|
|
|
3
33
|
|