@uuv/a11y 1.0.0-beta.103 → 1.0.0-beta.104
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 +17 -0
- package/bundle/uuv-a11y.bundle.js +2 -2
- package/bundle/uuv-a11y.bundle.js.LICENSE.txt +1 -1
- package/dist/CHANGELOG.md +7 -0
- package/dist/package.json +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,20 @@
|
|
|
1
|
+
# [1.0.0-beta.104](https://github.com/e2e-test-quest/uuv/compare/a11y-v1.0.0-beta.103...a11y-v1.0.0-beta.104) (2026-04-21)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* **deps:** update dependency @ai-sdk/anthropic to v3.0.71 ([20df877](https://github.com/e2e-test-quest/uuv/commit/20df877b84a46e8848476092326dcef63cb42147))
|
|
7
|
+
* **deps:** update dependency @ai-sdk/google to v3.0.64 ([1a56ab5](https://github.com/e2e-test-quest/uuv/commit/1a56ab59d9fdce318322a595e7df5c323b5fb7a1))
|
|
8
|
+
* **deps:** update dependency @ai-sdk/mcp to v1.0.36 ([7e57b14](https://github.com/e2e-test-quest/uuv/commit/7e57b1495fdb0feefd453f66b4eb0a597ab1df4b))
|
|
9
|
+
* **deps:** update dependency @ai-sdk/openai to v3.0.53 ([dae8bdc](https://github.com/e2e-test-quest/uuv/commit/dae8bdc3356aa98ff3ffd224e8d9490818cacc46))
|
|
10
|
+
* **deps:** update dependency ai to v6.0.168 ([0148c2c](https://github.com/e2e-test-quest/uuv/commit/0148c2ca9f025f644386d7ac9933c494b4035a48))
|
|
11
|
+
* **runner-playwright:** update dependency axe-core to v4.11.3 ([33178af](https://github.com/e2e-test-quest/uuv/commit/33178afaab25ecdd3e62a885035cc3ee30a925df))
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
### Features
|
|
15
|
+
|
|
16
|
+
* **runner-playwright:** update dependency @cucumber/cucumber to v12.8.1 ([a463012](https://github.com/e2e-test-quest/uuv/commit/a463012a3954eebdc60a7ce8b36aba62e462d64e))
|
|
17
|
+
|
|
1
18
|
# [1.0.0-beta.103](https://github.com/e2e-test-quest/uuv/compare/a11y-v1.0.0-beta.102...a11y-v1.0.0-beta.103) (2026-04-09)
|
|
2
19
|
|
|
3
20
|
|