@wordpress/keyboard-shortcuts 5.1.0 → 5.3.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 +7 -3
  2. package/package.json +5 -5
package/CHANGELOG.md CHANGED
@@ -2,6 +2,10 @@
2
2
 
3
3
  ## Unreleased
4
4
 
5
+ ## 5.3.0 (2024-07-10)
6
+
7
+ ## 5.2.0 (2024-06-26)
8
+
5
9
  ## 5.1.0 (2024-06-15)
6
10
 
7
11
  ## 5.0.0 (2024-05-31)
@@ -126,7 +130,7 @@
126
130
 
127
131
  ## 3.1.1 (2022-02-10)
128
132
 
129
- ### Bug Fix
133
+ ### Bug Fixes
130
134
 
131
135
  - Removed unused `@wordpress/compose` dependency ([#38388](https://github.com/WordPress/gutenberg/pull/38388)).
132
136
 
@@ -134,7 +138,7 @@
134
138
 
135
139
  ## 3.0.0 (2021-07-29)
136
140
 
137
- ### Breaking Change
141
+ ### Breaking Changes
138
142
 
139
143
  - Upgraded React components to work with v17.0 ([#29118](https://github.com/WordPress/gutenberg/pull/29118)). There are no new features in React v17.0 as explained in the [blog post](https://reactjs.org/blog/2020/10/20/react-v17.html).
140
144
 
@@ -153,7 +157,7 @@
153
157
 
154
158
  ## 1.13.0 (2020-12-17)
155
159
 
156
- ### New Feature
160
+ ### New Features
157
161
 
158
162
  - Added a store definition `store` for the keyboard shortcuts namespace to use with `@wordpress/data` API ([#26655](https://github.com/WordPress/gutenberg/pull/26655)).
159
163
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wordpress/keyboard-shortcuts",
3
- "version": "5.1.0",
3
+ "version": "5.3.0",
4
4
  "description": "Handling keyboard shortcuts.",
5
5
  "author": "The WordPress Contributors",
6
6
  "license": "GPL-2.0-or-later",
@@ -27,9 +27,9 @@
27
27
  "react-native": "src/index",
28
28
  "dependencies": {
29
29
  "@babel/runtime": "^7.16.0",
30
- "@wordpress/data": "^10.1.0",
31
- "@wordpress/element": "^6.1.0",
32
- "@wordpress/keycodes": "^4.1.0"
30
+ "@wordpress/data": "^10.3.0",
31
+ "@wordpress/element": "^6.3.0",
32
+ "@wordpress/keycodes": "^4.3.0"
33
33
  },
34
34
  "peerDependencies": {
35
35
  "react": "^18.0.0"
@@ -37,5 +37,5 @@
37
37
  "publishConfig": {
38
38
  "access": "public"
39
39
  },
40
- "gitHead": "66d3bf12e67d16deddc4b4a9ec42e1d0bed3479a"
40
+ "gitHead": "122867d355ca4edc63d3a3bbd9411d3a2e1458df"
41
41
  }