@wordpress/keycodes 4.48.2-next.v.202606191442.0 → 4.49.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +2 -0
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -2,6 +2,8 @@
2
2
 
3
3
  ## Unreleased
4
4
 
5
+ ## 4.49.0 (2026-06-24)
6
+
5
7
  ## 4.48.1 (2026-06-16)
6
8
 
7
9
  ## 4.48.0 (2026-06-10)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wordpress/keycodes",
3
- "version": "4.48.2-next.v.202606191442.0+17fe7db8a",
3
+ "version": "4.49.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",
@@ -43,7 +43,7 @@
43
43
  "types": "build-types",
44
44
  "sideEffects": false,
45
45
  "dependencies": {
46
- "@wordpress/i18n": "^6.21.2-next.v.202606191442.0+17fe7db8a"
46
+ "@wordpress/i18n": "^6.22.0"
47
47
  },
48
48
  "peerDependencies": {
49
49
  "@types/react": "^18.3.27"
@@ -56,5 +56,5 @@
56
56
  "publishConfig": {
57
57
  "access": "public"
58
58
  },
59
- "gitHead": "1b6a19222df5a88f161880b5789efb3171d8f425"
59
+ "gitHead": "0e7112a4f4fde4ea15bd9060489b8f6fe11eb6ca"
60
60
  }