@uuv/a11y 1.0.0-beta.41 → 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 +28 -0
- package/bundle/uuv-a11y.bundle.js +2 -2
- package/dist/CHANGELOG.md +23 -0
- package/dist/package.json +2 -2
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,31 @@
|
|
|
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
|
+
|
|
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)
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
### Bug Fixes
|
|
18
|
+
|
|
19
|
+
* **assistant:** update dependency @uiw/codemirror-theme-github to v4.23.1 ([e294930](https://github.com/Orange-OpenSource/uuv/commit/e2949303b2cf97af6ea9853fb270aa8c2e64bc10))
|
|
20
|
+
* **assistant:** update dependency @uiw/react-codemirror to v4.23.1 ([554e5e7](https://github.com/Orange-OpenSource/uuv/commit/554e5e7997c8d1065345ddd9de0a63722fd97f1e))
|
|
21
|
+
* **assistant:** update dependency antd to v5.20.5 ([43e76bb](https://github.com/Orange-OpenSource/uuv/commit/43e76bb51b7698c3c6d776d738edc6836a7c5302))
|
|
22
|
+
|
|
23
|
+
|
|
24
|
+
### Features
|
|
25
|
+
|
|
26
|
+
* **runner-cypress:** update dependency cypress to v13.14.2 ([1671339](https://github.com/Orange-OpenSource/uuv/commit/1671339c850a7f967d5b1d18443a3975696f238e))
|
|
27
|
+
* **runner-playwright:** update playwright monorepo to v1.47.0 ([d8cf142](https://github.com/Orange-OpenSource/uuv/commit/d8cf14292602977514c6f1a43fe52057778fc353))
|
|
28
|
+
|
|
1
29
|
# [1.0.0-beta.41](https://github.com/Orange-OpenSource/uuv/compare/a11y-v1.0.0-beta.40...a11y-v1.0.0-beta.41) (2024-08-25)
|
|
2
30
|
|
|
3
31
|
|