@wordpress/postcss-plugins-preset 4.2.0 → 4.2.1-next.4d3b314fd5.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/package.json +3 -3
- package/CHANGELOG.md +0 -34
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wordpress/postcss-plugins-preset",
|
|
3
|
-
"version": "4.2.0",
|
|
3
|
+
"version": "4.2.1-next.4d3b314fd5.0",
|
|
4
4
|
"description": "PostCSS sharable plugins preset for WordPress development.",
|
|
5
5
|
"author": "The WordPress Contributors",
|
|
6
6
|
"license": "GPL-2.0-or-later",
|
|
@@ -29,7 +29,7 @@
|
|
|
29
29
|
],
|
|
30
30
|
"main": "lib/index.js",
|
|
31
31
|
"dependencies": {
|
|
32
|
-
"@wordpress/base-styles": "^4.9.0",
|
|
32
|
+
"@wordpress/base-styles": "^4.9.1-next.4d3b314fd5.0",
|
|
33
33
|
"autoprefixer": "^10.2.5"
|
|
34
34
|
},
|
|
35
35
|
"peerDependencies": {
|
|
@@ -38,5 +38,5 @@
|
|
|
38
38
|
"publishConfig": {
|
|
39
39
|
"access": "public"
|
|
40
40
|
},
|
|
41
|
-
"gitHead": "
|
|
41
|
+
"gitHead": "25054766423cb49d959eb656c2533530073ff5c2"
|
|
42
42
|
}
|
package/CHANGELOG.md
DELETED
|
@@ -1,34 +0,0 @@
|
|
|
1
|
-
<!-- Learn how to maintain this file at https://github.com/WordPress/gutenberg/tree/HEAD/packages#maintaining-changelogs. -->
|
|
2
|
-
|
|
3
|
-
## Unreleased
|
|
4
|
-
|
|
5
|
-
## 4.2.0 (2022-09-21)
|
|
6
|
-
|
|
7
|
-
## 4.0.0 (2022-08-24)
|
|
8
|
-
|
|
9
|
-
### Breaking Change
|
|
10
|
-
|
|
11
|
-
- Increase the minimum Node.js version to 14 ([#43141](https://github.com/WordPress/gutenberg/pull/43141)).
|
|
12
|
-
|
|
13
|
-
## 3.0.0 (2021-04-29)
|
|
14
|
-
|
|
15
|
-
### Breaking Changes
|
|
16
|
-
|
|
17
|
-
- The bundled `autoprefixer` dependency has been updated from requiring `^9.8.6` to requiring `^10.2.5` (see [Breaking Changes](https://github.com/postcss/autoprefixer/releases/tag/10.0.0), [#27821](https://github.com/WordPress/gutenberg/pull/27821)).
|
|
18
|
-
- The bundled `postcss-custom-properties` dependency has been updated from requiring `^10.0.0` to requiring `^11.0.0` (see [Breaking Changes](https://github.com/postcss/postcss-custom-properties/releases/tag/11.0.0), [#27821](https://github.com/WordPress/gutenberg/pull/27821)).
|
|
19
|
-
|
|
20
|
-
## 2.0.0 (2021-01-21)
|
|
21
|
-
|
|
22
|
-
### Breaking Changes
|
|
23
|
-
|
|
24
|
-
- Increase the minimum Node.js version to 12 ([#27934](https://github.com/WordPress/gutenberg/pull/27934)).
|
|
25
|
-
|
|
26
|
-
## 1.5.1 (2020-10-19)
|
|
27
|
-
|
|
28
|
-
### Security
|
|
29
|
-
|
|
30
|
-
- Updated `postcss-custom-properties` dependency to `v10.0.0` that no longer contains vulnerable dependency `url-regex`.
|
|
31
|
-
|
|
32
|
-
## 1.0.0 (2020-05-28)
|
|
33
|
-
|
|
34
|
-
Initial release.
|