postcss 8.1.0 → 8.1.1
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.
Potentially problematic release.
This version of postcss might be problematic. Click here for more details.
- package/CHANGELOG.md +6 -0
- package/lib/processor.js +1 -1
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
@@ -1,6 +1,9 @@
|
|
1
1
|
# Change Log
|
2
2
|
This project adheres to [Semantic Versioning](http://semver.org/).
|
3
3
|
|
4
|
+
## 8.1.1
|
5
|
+
* Update funding link.
|
6
|
+
|
4
7
|
## 8.1 “Duke Gemory”
|
5
8
|
* Added `Once` and `OnceExit` events.
|
6
9
|
* Fixed `Root` and `RootExit` events re-visiting.
|
@@ -68,6 +71,9 @@ This project adheres to [Semantic Versioning](http://semver.org/).
|
|
68
71
|
* Removed docs from npm package.
|
69
72
|
* Replaced `chalk` to `colorette`.
|
70
73
|
|
74
|
+
## 7.0.35
|
75
|
+
* Add migration guide link to PostCSS 8 error text.
|
76
|
+
|
71
77
|
## 7.0.34
|
72
78
|
* Fix compatibility with `postcss-scss` 2.
|
73
79
|
|
package/lib/processor.js
CHANGED
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "postcss",
|
3
|
-
"version": "8.1.
|
3
|
+
"version": "8.1.1",
|
4
4
|
"description": "Tool for transforming styles with JS plugins",
|
5
5
|
"engines": {
|
6
6
|
"node": "^10 || ^12 || >=14"
|
@@ -25,8 +25,8 @@
|
|
25
25
|
"transpiler"
|
26
26
|
],
|
27
27
|
"funding": {
|
28
|
-
"type": "
|
29
|
-
"url": "https://
|
28
|
+
"type": "opencollective",
|
29
|
+
"url": "https://opencollective.com/postcss/"
|
30
30
|
},
|
31
31
|
"author": "Andrey Sitnik <andrey@sitnik.ru>",
|
32
32
|
"license": "MIT",
|