@wordpress/keycodes 3.29.0 → 3.31.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.31.0 (2023-04-12)
6
+
7
+ ## 3.30.0 (2023-03-29)
8
+
5
9
  ## 3.29.0 (2023-03-15)
6
10
 
7
11
  ## 3.28.0 (2023-03-01)
package/README.md CHANGED
@@ -128,8 +128,7 @@ _Returns_
128
128
 
129
129
  ### isKeyboardEvent
130
130
 
131
- An object that contains functions to check if a keyboard event matches a
132
- predefined shortcut combination.
131
+ An object that contains functions to check if a keyboard event matches a predefined shortcut combination.
133
132
 
134
133
  _Usage_
135
134
 
@@ -149,8 +148,7 @@ Keycode for LEFT key.
149
148
 
150
149
  ### modifiers
151
150
 
152
- Object that contains functions that return the available modifier
153
- depending on platform.
151
+ Object that contains functions that return the available modifier depending on platform.
154
152
 
155
153
  _Type_
156
154
 
@@ -192,8 +190,7 @@ Keycode for SHIFT key.
192
190
 
193
191
  ### shortcutAriaLabel
194
192
 
195
- An object that contains functions to return an aria label for a keyboard
196
- shortcut.
193
+ An object that contains functions to return an aria label for a keyboard shortcut.
197
194
 
198
195
  _Usage_
199
196
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wordpress/keycodes",
3
- "version": "3.29.0",
3
+ "version": "3.31.0",
4
4
  "description": "Keycodes utilities for WordPress. Used to check for keyboard events across browsers/operating systems.",
5
5
  "author": "The WordPress Contributors",
6
6
  "license": "GPL-2.0-or-later",
@@ -28,11 +28,11 @@
28
28
  "sideEffects": false,
29
29
  "dependencies": {
30
30
  "@babel/runtime": "^7.16.0",
31
- "@wordpress/i18n": "^4.29.0",
31
+ "@wordpress/i18n": "^4.31.0",
32
32
  "change-case": "^4.1.2"
33
33
  },
34
34
  "publishConfig": {
35
35
  "access": "public"
36
36
  },
37
- "gitHead": "9534a7b3bbf07c1d40b94fdb7a3d091f297bfb06"
37
+ "gitHead": "d61700b9f1c72ba0b030fc815ef1685b4f4031ec"
38
38
  }