@wordpress/style-engine 2.1.0 → 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.
- package/CHANGELOG.md +3 -1
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,8 @@
|
|
|
2
2
|
|
|
3
3
|
## Unreleased
|
|
4
4
|
|
|
5
|
+
## 2.2.0 (2024-06-26)
|
|
6
|
+
|
|
5
7
|
## 2.1.0 (2024-06-15)
|
|
6
8
|
|
|
7
9
|
## 2.0.0 (2024-05-31)
|
|
@@ -104,7 +106,7 @@
|
|
|
104
106
|
|
|
105
107
|
## 1.1.0 (2022-09-21)
|
|
106
108
|
|
|
107
|
-
###
|
|
109
|
+
### Enhancements
|
|
108
110
|
|
|
109
111
|
- Allow for prettified output ([#42909](https://github.com/WordPress/gutenberg/pull/42909)).
|
|
110
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.
|
|
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": "
|
|
39
|
+
"gitHead": "aa5b14bb5bdbb8d8a02914e154c3bc1c2f18ace6"
|
|
40
40
|
}
|