@uuv/a11y 1.0.0-beta.42 → 1.0.0-beta.43
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/bundle/uuv-a11y.bundle.js +2 -2
- package/dist/CHANGELOG.md +15 -0
- package/dist/package.json +2 -2
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,16 @@
|
|
|
1
|
+
# [1.0.0-beta.43](https://github.com/Orange-OpenSource/uuv/compare/a11y-v1.0.0-beta.42...a11y-v1.0.0-beta.43) (2024-09-15)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* **assistant:** update dependency antd to v5.20.6 ([63c3caa](https://github.com/Orange-OpenSource/uuv/commit/63c3caa427c4fc4000a8a54f9cfde5ebbd6c43c0))
|
|
7
|
+
* **runner-playwright:** update playwright monorepo to v1.47.1 ([a33a626](https://github.com/Orange-OpenSource/uuv/commit/a33a6267074f966e8a7ca761ec5b11a50c21734b))
|
|
8
|
+
|
|
9
|
+
|
|
10
|
+
### Features
|
|
11
|
+
|
|
12
|
+
* **deps:** update dependency tslib to v2.7.0 ([23cc2de](https://github.com/Orange-OpenSource/uuv/commit/23cc2de00462008055e8e8303aaf1468b5d9a870))
|
|
13
|
+
|
|
1
14
|
# [1.0.0-beta.42](https://github.com/Orange-OpenSource/uuv/compare/a11y-v1.0.0-beta.41...a11y-v1.0.0-beta.42) (2024-09-08)
|
|
2
15
|
|
|
3
16
|
|