@wordpress/style-engine 1.37.0 → 1.38.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.38.0 (2024-04-03)
6
+
5
7
  ## 1.37.0 (2024-03-21)
6
8
 
7
9
  ## 1.36.0 (2024-03-06)
@@ -444,6 +444,7 @@ if ( ! class_exists( 'WP_Style_Engine' ) ) {
444
444
  foreach ( $style_definition['classnames'] as $classname => $property_key ) {
445
445
  if ( true === $property_key ) {
446
446
  $classnames[] = $classname;
447
+ continue;
447
448
  }
448
449
 
449
450
  $slug = static::get_slug_from_preset_value( $style_value, $property_key );
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wordpress/style-engine",
3
- "version": "1.37.0",
3
+ "version": "1.38.0",
4
4
  "description": "A suite of parsers and compilers for WordPress styles.",
5
5
  "author": "The WordPress Contributors",
6
6
  "license": "GPL-2.0-or-later",
@@ -35,5 +35,5 @@
35
35
  "publishConfig": {
36
36
  "access": "public"
37
37
  },
38
- "gitHead": "ffc07735d0abfb3f69e91d48f25b7fe8d1ef92d2"
38
+ "gitHead": "ac2b13783c28f959770cf029a797a712f59e1958"
39
39
  }