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

Commit 307e30e

Browse files
committed
Fixed: remove some deprecation notice related to postcss 4.1
Ref postcss/postcss#272
1 parent 8ce257c commit 307e30e

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# 1.2.1 - 2015-03-02
2+
3+
- Fixed: remove some deprecation notice related to postcss 4.1 ([postcss/postcss#272](https://github.com/postcss/postcss/issues/272))
4+
15
# 1.2.0 - 2015-04-02
26

37
- Added: pseudoElements single colon fallback for pseudoElements double colons

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cssnext",
3-
"version": "1.2.0",
3+
"version": "1.2.1",
44
"description": "Use tomorrow's CSS syntax, today",
55
"keywords": [
66
"css",
@@ -51,7 +51,7 @@
5151
"postcss-import": "^5.0.0",
5252
"postcss-media-minmax": "^1.1.0",
5353
"postcss-pseudoelements": "^2.1.1",
54-
"postcss-url": "^2.0.0",
54+
"postcss-url": "^3.0.0",
5555
"read-file-stdin": "^0.2.0",
5656
"to-slug-case": "^0.1.2",
5757
"to-space-case": "^0.1.3",

0 commit comments

Comments
 (0)