@wordpress/style-engine 2.0.2 → 2.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 +2 -2
package/CHANGELOG.md CHANGED
@@ -2,6 +2,10 @@
2
2
 
3
3
  ## Unreleased
4
4
 
5
+ ## 2.2.0 (2024-06-26)
6
+
7
+ ## 2.1.0 (2024-06-15)
8
+
5
9
  ## 2.0.0 (2024-05-31)
6
10
 
7
11
  ### Breaking Changes
@@ -102,7 +106,7 @@
102
106
 
103
107
  ## 1.1.0 (2022-09-21)
104
108
 
105
- ### Enhancement
109
+ ### Enhancements
106
110
 
107
111
  - Allow for prettified output ([#42909](https://github.com/WordPress/gutenberg/pull/42909)).
108
112
  - Enqueue block supports styles in Gutenberg ([#42880](https://github.com/WordPress/gutenberg/pull/42880)).
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wordpress/style-engine",
3
- "version": "2.0.2",
3
+ "version": "2.2.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",
@@ -36,5 +36,5 @@
36
36
  "publishConfig": {
37
37
  "access": "public"
38
38
  },
39
- "gitHead": "a68c6b5ef53956cccf4961d53d79b6af7e00ae60"
39
+ "gitHead": "aa5b14bb5bdbb8d8a02914e154c3bc1c2f18ace6"
40
40
  }