@uuv/a11y 1.0.0-beta.100 → 1.0.0-beta.102
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 +21 -0
- package/bundle/uuv-a11y.bundle.js +2 -2
- package/bundle/uuv-a11y.bundle.js.LICENSE.txt +1 -1
- package/dist/CHANGELOG.md +24 -0
- package/dist/package.json +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,24 @@
|
|
|
1
|
+
# [1.0.0-beta.102](https://github.com/e2e-test-quest/uuv/compare/a11y-v1.0.0-beta.101...a11y-v1.0.0-beta.102) (2026-04-06)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Features
|
|
5
|
+
|
|
6
|
+
* **mcp-server:** introduce uuv assistant architect with tool and prompt genNominalTestCase, [#1326](https://github.com/e2e-test-quest/uuv/issues/1326) ([1aea5b2](https://github.com/e2e-test-quest/uuv/commit/1aea5b26fe12b953b9841c632ffc56a6536c22ae))
|
|
7
|
+
|
|
8
|
+
# [1.0.0-beta.101](https://github.com/e2e-test-quest/uuv/compare/a11y-v1.0.0-beta.100...a11y-v1.0.0-beta.101) (2026-04-05)
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
### Bug Fixes
|
|
12
|
+
|
|
13
|
+
* **runner-playwright:** update dependency axe-core to v4.11.2 ([6be5e42](https://github.com/e2e-test-quest/uuv/commit/6be5e428c862d08e218d60cff9785c0d77962c57))
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
### Features
|
|
17
|
+
|
|
18
|
+
* **assistant:** update dependency playwright-chromium to v1.59.1 ([d430c96](https://github.com/e2e-test-quest/uuv/commit/d430c96e7445eb262ca27900c0b778058c8b08f7))
|
|
19
|
+
* **deps:** update dependency @modelcontextprotocol/sdk to v1.29.0 ([e311320](https://github.com/e2e-test-quest/uuv/commit/e3113201ae81eb7bc488e9af0224416186417ec1))
|
|
20
|
+
* **deps:** update docusaurus monorepo to v3.9.2 ([cba0174](https://github.com/e2e-test-quest/uuv/commit/cba0174f196682e1bd7642c2ce91c895f5300ca8))
|
|
21
|
+
|
|
1
22
|
# [1.0.0-beta.100](https://github.com/e2e-test-quest/uuv/compare/a11y-v1.0.0-beta.99...a11y-v1.0.0-beta.100) (2026-03-29)
|
|
2
23
|
|
|
3
24
|
|