Skip to content

Commit b1b84c8

Browse files
jonathantnealromainmenke
authored andcommitted
3.0.1
1 parent fe7c574 commit b1b84c8

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

plugins/postcss-image-set-function/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changes to PostCSS image-set() Function
22

3+
### 3.0.1 (September 18, 2018)
4+
5+
- Updated: PostCSS Values Parser 2
6+
37
### 3.0.0 (September 17, 2018)
48

59
- Updated: Support for PostCSS 7+

plugins/postcss-image-set-function/INSTALL.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Installing PostCSS
1+
# Installing PostCSS image-set() Function
22

33
[PostCSS image-set() Function] runs in all Node environments, with special instructions for:
44

plugins/postcss-image-set-function/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "postcss-image-set-function",
3-
"version": "3.0.0",
3+
"version": "3.0.1",
44
"description": "Display resolution-dependent images using the image-set() function in CSS",
55
"author": "Jonathan Neal <jonathantneal@hotmail.com>",
66
"license": "CC0-1.0",
@@ -28,7 +28,7 @@
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": {
3434
"@babel/core": "^7.1.0",

0 commit comments

Comments
 (0)