Skip to content
This repository was archived by the owner on Dec 21, 2021. It is now read-only.

Commit 00063de

Browse files
committed
2.0.1
1 parent 20f253f commit 00063de

File tree

2 files changed

+12
-8
lines changed

2 files changed

+12
-8
lines changed

CHANGELOG.md

+6-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,13 @@
11
# Changes to PostCSS Environment Variables
22

3+
### 2.0.1 (September 18, 2018)
4+
5+
- Updated: Support for PostCSS Values Parser 2
6+
37
### 2.0.0 (September 17, 2018)
48

5-
- Updated: Support for PostCSS v7+
6-
- Updated: Support for Node v6+
9+
- Updated: Support for PostCSS 7+
10+
- Updated: Support for Node 6+
711
- Updated: Changed `variables` option to `importFrom` option
812

913
### 1.0.0 (April 28, 2018)

package.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "postcss-env-function",
3-
"version": "2.0.0",
3+
"version": "2.0.1",
44
"description": "Use env() variables in CSS",
55
"author": "Jonathan Neal <jonathantneal@hotmail.com>",
66
"license": "CC0-1.0",
@@ -24,23 +24,23 @@
2424
"test:tape": "postcss-tape"
2525
},
2626
"engines": {
27-
"node": ">=4.0.0"
27+
"node": ">=6.0.0"
2828
},
2929
"dependencies": {
3030
"postcss": "^7.0.2",
31-
"postcss-values-parser": "^1.5.0"
31+
"postcss-values-parser": "^2.0.0"
3232
},
3333
"devDependencies": {
34-
"@babel/core": "^7.0.0",
34+
"@babel/core": "^7.1.0",
3535
"@babel/plugin-syntax-dynamic-import": "^7.0.0",
36-
"@babel/preset-env": "^7.0.0",
36+
"@babel/preset-env": "^7.1.0",
3737
"babel-eslint": "^9.0.0",
3838
"eslint": "^5.6.0",
3939
"eslint-config-dev": "^2.0.0",
4040
"postcss-tape": "^2.2.0",
4141
"pre-commit": "^1.2.2",
4242
"rollup": "^0.66.0",
43-
"rollup-plugin-babel": "^4.0.1"
43+
"rollup-plugin-babel": "^4.0.3"
4444
},
4545
"eslintConfig": {
4646
"extends": "dev",

0 commit comments

Comments
 (0)