Skip to content

Commit 7e48004

Browse files
PostCSS Preset Env 7.3.3
1 parent f77a944 commit 7e48004

File tree

3 files changed

+19
-11
lines changed

3 files changed

+19
-11
lines changed

package-lock.json

+9-9
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

plugin-packs/postcss-preset-env/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changes to PostCSS Preset Env
22

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+
311
### 7.3.2 (February 12, 2022)
412

513
- Updated `postcss-lab-function` to `4.1.0` (minor)

plugin-packs/postcss-preset-env/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "postcss-preset-env",
3-
"version": "7.3.2",
3+
"version": "7.3.3",
44
"description": "Convert modern CSS into something browsers understand",
55
"author": "Jonathan Neal <jonathantneal@hotmail.com>",
66
"license": "CC0-1.0",
@@ -45,7 +45,7 @@
4545
"css-blank-pseudo": "^3.0.3",
4646
"css-has-pseudo": "^3.0.4",
4747
"css-prefers-color-scheme": "^6.0.3",
48-
"cssdb": "^6.2.1",
48+
"cssdb": "^6.3.0",
4949
"postcss-attribute-case-insensitive": "^5.0.0",
5050
"postcss-clamp": "^3.0.0",
5151
"postcss-color-functional-notation": "^4.2.2",

0 commit comments

Comments
 (0)