@wordpress/base-styles 5.1.0 → 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.
Files changed (2) hide show
  1. package/CHANGELOG.md +4 -2
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -2,6 +2,8 @@
2
2
 
3
3
  ## Unreleased
4
4
 
5
+ ## 5.2.0 (2024-06-26)
6
+
5
7
  ## 5.1.0 (2024-06-15)
6
8
 
7
9
  ## 5.0.0 (2024-05-31)
@@ -98,7 +100,7 @@
98
100
 
99
101
  ## 4.0.0 (2021-09-09)
100
102
 
101
- ### Breaking Change
103
+ ### Breaking Changes
102
104
 
103
105
  - Remove the background-colors, foreground-colors, and gradient-colors mixins.
104
106
 
@@ -111,6 +113,6 @@
111
113
 
112
114
  ## 1.2.0 (2020-01-13)
113
115
 
114
- ### Bug Fix
116
+ ### Bug Fixes
115
117
 
116
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.1.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": "66d3bf12e67d16deddc4b4a9ec42e1d0bed3479a"
30
+ "gitHead": "aa5b14bb5bdbb8d8a02914e154c3bc1c2f18ace6"
31
31
  }