@wordpress/commands 1.54.2-next.v.202608281122.0 → 1.55.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,7 +2,7 @@
2
2
 
3
3
  ## Unreleased
4
4
 
5
- ## 1.54.1-next.0 (2026-08-28)
5
+ ## 1.55.0 (2026-09-10)
6
6
 
7
7
  ### Internal
8
8
 
@@ -170,9 +170,6 @@
170
170
  line-height: 24px;
171
171
  border-radius: 0;
172
172
  }
173
- .commands-command-menu__container [cmdk-input]::-moz-placeholder {
174
- color: #757575;
175
- }
176
173
  .commands-command-menu__container [cmdk-input]::placeholder {
177
174
  color: #757575;
178
175
  }
@@ -170,9 +170,6 @@
170
170
  line-height: 24px;
171
171
  border-radius: 0;
172
172
  }
173
- .commands-command-menu__container [cmdk-input]::-moz-placeholder {
174
- color: #757575;
175
- }
176
173
  .commands-command-menu__container [cmdk-input]::placeholder {
177
174
  color: #757575;
178
175
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wordpress/commands",
3
- "version": "1.54.2-next.v.202608281122.0",
3
+ "version": "1.55.0",
4
4
  "description": "Handles the commands menu.",
5
5
  "author": "The WordPress Contributors",
6
6
  "license": "GPL-2.0-or-later",
@@ -43,16 +43,16 @@
43
43
  },
44
44
  "wpScript": true,
45
45
  "dependencies": {
46
- "@wordpress/base-styles": "^13.0.1-next.v.202608281122.0",
47
- "@wordpress/components": "^40.1.1-next.v.202608281122.0",
48
- "@wordpress/data": "^10.54.2-next.v.202608281122.0",
49
- "@wordpress/element": "^8.6.2-next.v.202608281122.0",
50
- "@wordpress/i18n": "^6.27.1-next.v.202608281122.0",
51
- "@wordpress/icons": "^15.5.1-next.v.202608281122.0",
52
- "@wordpress/keyboard-shortcuts": "^5.54.1-next.v.202608281122.0",
53
- "@wordpress/keycodes": "^4.54.1-next.v.202608281122.0",
54
- "@wordpress/preferences": "^4.54.2-next.v.202608281122.0",
55
- "@wordpress/private-apis": "^1.54.1-next.v.202608281122.0",
46
+ "@wordpress/base-styles": "^13.1.0",
47
+ "@wordpress/components": "^40.1.0",
48
+ "@wordpress/data": "^10.55.0",
49
+ "@wordpress/element": "^8.7.0",
50
+ "@wordpress/i18n": "^6.28.0",
51
+ "@wordpress/icons": "^16.0.0",
52
+ "@wordpress/keyboard-shortcuts": "^5.55.0",
53
+ "@wordpress/keycodes": "^4.55.0",
54
+ "@wordpress/preferences": "^4.55.0",
55
+ "@wordpress/private-apis": "^1.55.0",
56
56
  "clsx": "^2.1.1",
57
57
  "cmdk": "^1.0.0"
58
58
  },
@@ -63,5 +63,5 @@
63
63
  "publishConfig": {
64
64
  "access": "public"
65
65
  },
66
- "gitHead": "de479d415171765f7b573c81aeec5334ff506a12"
66
+ "gitHead": "485f42ae8a1c58ceea18371a507fd4acfa86fbd8"
67
67
  }