@wordpress/base-styles 5.0.1 → 5.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 +6 -2
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,10 @@
|
|
|
2
2
|
|
|
3
3
|
## Unreleased
|
|
4
4
|
|
|
5
|
+
## 5.2.0 (2024-06-26)
|
|
6
|
+
|
|
7
|
+
## 5.1.0 (2024-06-15)
|
|
8
|
+
|
|
5
9
|
## 5.0.0 (2024-05-31)
|
|
6
10
|
|
|
7
11
|
### Breaking Changes
|
|
@@ -96,7 +100,7 @@
|
|
|
96
100
|
|
|
97
101
|
## 4.0.0 (2021-09-09)
|
|
98
102
|
|
|
99
|
-
### Breaking
|
|
103
|
+
### Breaking Changes
|
|
100
104
|
|
|
101
105
|
- Remove the background-colors, foreground-colors, and gradient-colors mixins.
|
|
102
106
|
|
|
@@ -109,6 +113,6 @@
|
|
|
109
113
|
|
|
110
114
|
## 1.2.0 (2020-01-13)
|
|
111
115
|
|
|
112
|
-
### Bug
|
|
116
|
+
### Bug Fixes
|
|
113
117
|
|
|
114
118
|
- Import `colors` into `variables` since the latter depends on the former.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wordpress/base-styles",
|
|
3
|
-
"version": "5.0
|
|
3
|
+
"version": "5.2.0",
|
|
4
4
|
"description": "Base SCSS utilities and variables for WordPress.",
|
|
5
5
|
"author": "The WordPress Contributors",
|
|
6
6
|
"license": "GPL-2.0-or-later",
|
|
@@ -27,5 +27,5 @@
|
|
|
27
27
|
"publishConfig": {
|
|
28
28
|
"access": "public"
|
|
29
29
|
},
|
|
30
|
-
"gitHead": "
|
|
30
|
+
"gitHead": "aa5b14bb5bdbb8d8a02914e154c3bc1c2f18ace6"
|
|
31
31
|
}
|