@wordpress/commands 1.36.1-next.8b30e05b0.0 → 1.37.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,8 @@
2
2
 
3
3
  ## Unreleased
4
4
 
5
+ ## 1.37.0 (2025-12-23)
6
+
5
7
  ## 1.36.0 (2025-11-26)
6
8
 
7
9
  ## 1.35.0 (2025-11-12)
@@ -228,6 +228,7 @@
228
228
  overflow: hidden;
229
229
  text-overflow: ellipsis;
230
230
  white-space: nowrap;
231
+ flex: 1;
231
232
  }
232
233
 
233
234
  .commands-command-menu__item mark {
@@ -228,6 +228,7 @@
228
228
  overflow: hidden;
229
229
  text-overflow: ellipsis;
230
230
  white-space: nowrap;
231
+ flex: 1;
231
232
  }
232
233
 
233
234
  .commands-command-menu__item mark {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wordpress/commands",
3
- "version": "1.36.1-next.8b30e05b0.0",
3
+ "version": "1.37.0",
4
4
  "description": "Handles the commands menu.",
5
5
  "author": "The WordPress Contributors",
6
6
  "license": "GPL-2.0-or-later",
@@ -36,14 +36,14 @@
36
36
  "react-native": "src/index",
37
37
  "wpScript": true,
38
38
  "dependencies": {
39
- "@wordpress/base-styles": "^6.12.1-next.8b30e05b0.0",
40
- "@wordpress/components": "^30.9.1-next.8b30e05b0.0",
41
- "@wordpress/data": "^10.36.1-next.8b30e05b0.0",
42
- "@wordpress/element": "^6.36.1-next.8b30e05b0.0",
43
- "@wordpress/i18n": "^6.9.1-next.8b30e05b0.0",
44
- "@wordpress/icons": "^11.3.1-next.8b30e05b0.0",
45
- "@wordpress/keyboard-shortcuts": "^5.36.1-next.8b30e05b0.0",
46
- "@wordpress/private-apis": "^1.36.1-next.8b30e05b0.0",
39
+ "@wordpress/base-styles": "^6.13.0",
40
+ "@wordpress/components": "^31.0.0",
41
+ "@wordpress/data": "^10.37.0",
42
+ "@wordpress/element": "^6.37.0",
43
+ "@wordpress/i18n": "^6.10.0",
44
+ "@wordpress/icons": "^11.4.0",
45
+ "@wordpress/keyboard-shortcuts": "^5.37.0",
46
+ "@wordpress/private-apis": "^1.37.0",
47
47
  "clsx": "^2.1.1",
48
48
  "cmdk": "^1.0.0"
49
49
  },
@@ -54,5 +54,5 @@
54
54
  "publishConfig": {
55
55
  "access": "public"
56
56
  },
57
- "gitHead": "2466f6bc223f8be98c55e1ac7270e8c3e413eaaf"
57
+ "gitHead": "2cf13ec6cf86153c9b3cf369bf5c59046f5cd950"
58
58
  }
@@ -155,6 +155,7 @@
155
155
  overflow: hidden;
156
156
  text-overflow: ellipsis;
157
157
  white-space: nowrap;
158
+ flex: 1;
158
159
  }
159
160
 
160
161
  .commands-command-menu__item mark {