@wordpress/a11y 3.30.0 → 3.32.0

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 CHANGED
@@ -2,6 +2,10 @@
2
2
 
3
3
  ## Unreleased
4
4
 
5
+ ## 3.32.0 (2023-04-26)
6
+
7
+ ## 3.31.0 (2023-04-12)
8
+
5
9
  ## 3.30.0 (2023-03-29)
6
10
 
7
11
  ## 3.29.0 (2023-03-15)
package/README.md CHANGED
@@ -22,8 +22,7 @@ Create the live regions.
22
22
 
23
23
  ### speak
24
24
 
25
- Allows you to easily announce dynamic interface updates to screen readers using ARIA live regions.
26
- This module is inspired by the `speak` function in `wp-a11y.js`.
25
+ Allows you to easily announce dynamic interface updates to screen readers using ARIA live regions. This module is inspired by the `speak` function in `wp-a11y.js`.
27
26
 
28
27
  _Usage_
29
28
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wordpress/a11y",
3
- "version": "3.30.0",
3
+ "version": "3.32.0",
4
4
  "description": "Accessibility (a11y) utilities for WordPress.",
5
5
  "author": "The WordPress Contributors",
6
6
  "license": "GPL-2.0-or-later",
@@ -29,11 +29,11 @@
29
29
  "types": "build-types",
30
30
  "dependencies": {
31
31
  "@babel/runtime": "^7.16.0",
32
- "@wordpress/dom-ready": "^3.30.0",
33
- "@wordpress/i18n": "^4.30.0"
32
+ "@wordpress/dom-ready": "^3.32.0",
33
+ "@wordpress/i18n": "^4.32.0"
34
34
  },
35
35
  "publishConfig": {
36
36
  "access": "public"
37
37
  },
38
- "gitHead": "d5c28a67b11e91e3e4b8e90346bfcb90909364d6"
38
+ "gitHead": "6df0c62d43b8901414ccd22ffbe56eaa99d012a6"
39
39
  }