@wordpress/commands 1.0.3 → 1.2.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 +5 -1
  2. package/package.json +9 -9
package/CHANGELOG.md CHANGED
@@ -2,6 +2,10 @@
2
2
 
3
3
  ## Unreleased
4
4
 
5
+ ## 1.2.0 (2024-06-26)
6
+
7
+ ## 1.1.0 (2024-06-15)
8
+
5
9
  ## 1.0.0 (2024-05-31)
6
10
 
7
11
  ### Breaking Changes
@@ -32,7 +36,7 @@
32
36
 
33
37
  ## 0.20.0 (2024-01-10)
34
38
 
35
- ## Enhancements
39
+ ### Enhancements
36
40
 
37
41
  - Support conditional commands and commands loaders using the "disabled" config.
38
42
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wordpress/commands",
3
- "version": "1.0.3",
3
+ "version": "1.2.0",
4
4
  "description": "Handles the commands menu.",
5
5
  "author": "The WordPress Contributors",
6
6
  "license": "GPL-2.0-or-later",
@@ -28,13 +28,13 @@
28
28
  "react-native": "src/index",
29
29
  "dependencies": {
30
30
  "@babel/runtime": "^7.16.0",
31
- "@wordpress/components": "^28.0.3",
32
- "@wordpress/data": "^10.0.2",
33
- "@wordpress/element": "^6.0.1",
34
- "@wordpress/i18n": "^5.0.1",
35
- "@wordpress/icons": "^10.0.2",
36
- "@wordpress/keyboard-shortcuts": "^5.0.2",
37
- "@wordpress/private-apis": "^1.0.2",
31
+ "@wordpress/components": "^28.2.0",
32
+ "@wordpress/data": "^10.2.0",
33
+ "@wordpress/element": "^6.2.0",
34
+ "@wordpress/i18n": "^5.2.0",
35
+ "@wordpress/icons": "^10.2.0",
36
+ "@wordpress/keyboard-shortcuts": "^5.2.0",
37
+ "@wordpress/private-apis": "^1.2.0",
38
38
  "clsx": "^2.1.1",
39
39
  "cmdk": "^0.2.0"
40
40
  },
@@ -45,5 +45,5 @@
45
45
  "publishConfig": {
46
46
  "access": "public"
47
47
  },
48
- "gitHead": "9dd5f8dcfa4fc7242e5d48be20ee789ad087b432"
48
+ "gitHead": "aa5b14bb5bdbb8d8a02914e154c3bc1c2f18ace6"
49
49
  }