postcss-preset-env 7.3.2 → 7.3.3
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 +8 -0
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,13 @@
|
|
|
1
1
|
# Changes to PostCSS Preset Env
|
|
2
2
|
|
|
3
|
+
### 7.3.3 (February 13, 2022)
|
|
4
|
+
|
|
5
|
+
- Updated `cssdb` to `6.3.0` (minor)
|
|
6
|
+
|
|
7
|
+
### 6.7.1 (February 13, 2022)
|
|
8
|
+
|
|
9
|
+
- Added notice when using preset-env with PostCSS > 7 to prompt to upgrade.
|
|
10
|
+
|
|
3
11
|
### 7.3.2 (February 12, 2022)
|
|
4
12
|
|
|
5
13
|
- Updated `postcss-lab-function` to `4.1.0` (minor)
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "postcss-preset-env",
|
|
3
|
-
"version": "7.3.
|
|
3
|
+
"version": "7.3.3",
|
|
4
4
|
"description": "Convert modern CSS into something browsers understand",
|
|
5
5
|
"author": "Jonathan Neal <jonathantneal@hotmail.com>",
|
|
6
6
|
"license": "CC0-1.0",
|
|
@@ -45,7 +45,7 @@
|
|
|
45
45
|
"css-blank-pseudo": "^3.0.3",
|
|
46
46
|
"css-has-pseudo": "^3.0.4",
|
|
47
47
|
"css-prefers-color-scheme": "^6.0.3",
|
|
48
|
-
"cssdb": "^6.
|
|
48
|
+
"cssdb": "^6.3.0",
|
|
49
49
|
"postcss-attribute-case-insensitive": "^5.0.0",
|
|
50
50
|
"postcss-clamp": "^3.0.0",
|
|
51
51
|
"postcss-color-functional-notation": "^4.2.2",
|