postcss-preset-env 5.2.3 → 5.3.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 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Changes to PostCSS Preset Env
2
2
 
3
+ ### 5.3.0 (July 24, 2018)
4
+
5
+ - Updated: `postcss-lab-function` to v1.1.0 (minor update)
6
+
3
7
  ### 5.2.3 (July 21, 2018)
4
8
 
5
9
  - Updated: `postcss-color-mod-function` to v2.4.3 (patch update)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "postcss-preset-env",
3
- "version": "5.2.3",
3
+ "version": "5.3.0",
4
4
  "description": "Convert modern CSS into something browsers understand",
5
5
  "author": "Jonathan Neal <jonathantneal@hotmail.com>",
6
6
  "license": "CC0-1.0",
@@ -47,7 +47,7 @@
47
47
  "postcss-gap-properties": "^1.0.0",
48
48
  "postcss-image-set-function": "^2.0.0",
49
49
  "postcss-initial": "^2.0.0",
50
- "postcss-lab-function": "^1.0.1",
50
+ "postcss-lab-function": "^1.1.0",
51
51
  "postcss-logical": "^1.1.1",
52
52
  "postcss-media-minmax": "^3.0.0",
53
53
  "postcss-nesting": "^6.0.0",