postcss-preset-env 9.5.7 → 9.5.8

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 +6 -6
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # Changes to PostCSS Preset Env
2
2
 
3
+ ### 9.5.8
4
+
5
+ _April 21, 2024_
6
+
7
+ - Updated [`postcss-pseudo-class-any-link`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-pseudo-class-any-link) to [`9.0.2`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-pseudo-class-any-link/CHANGELOG.md#902) (patch)
8
+
3
9
  ### 9.5.7
4
10
 
5
11
  _April 21, 2024_
@@ -22,10 +28,4 @@ _April 18, 2024_
22
28
 
23
29
  - Updated [`css-blank-pseudo`](https://github.com/csstools/postcss-plugins/tree/main/plugins/css-blank-pseudo) to [`6.0.2`](https://github.com/csstools/postcss-plugins/tree/main/plugins/css-blank-pseudo/CHANGELOG.md#602) (patch)
24
30
 
25
- ### 9.5.5
26
-
27
- _April 11, 2024_
28
-
29
- - Updated [`postcss-custom-properties`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-custom-properties) to [`13.3.7`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-custom-properties/CHANGELOG.md#1337) (patch)
30
-
31
31
  [Full CHANGELOG](https://github.com/csstools/postcss-plugins/tree/main/plugin-packs/postcss-preset-env/CHANGELOG.md)
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "postcss-preset-env",
3
3
  "description": "Convert modern CSS into something browsers understand",
4
- "version": "9.5.7",
4
+ "version": "9.5.8",
5
5
  "contributors": [
6
6
  {
7
7
  "name": "Antonio Laguna",
@@ -109,7 +109,7 @@
109
109
  "postcss-overflow-shorthand": "^5.0.1",
110
110
  "postcss-page-break": "^3.0.4",
111
111
  "postcss-place": "^9.0.1",
112
- "postcss-pseudo-class-any-link": "^9.0.1",
112
+ "postcss-pseudo-class-any-link": "^9.0.2",
113
113
  "postcss-replace-overflow-wrap": "^4.0.0",
114
114
  "postcss-selector-not": "^7.0.2"
115
115
  },