File tree Expand file tree Collapse file tree 3 files changed +7
-2
lines changed Expand file tree Collapse file tree 3 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 1
1
# Change Log
2
2
This project adheres to [ Semantic Versioning] ( https://semver.org/ ) .
3
3
4
+ ## 8.2.2
5
+ * Fixed CSS-in-JS support (by James Garbutt).
6
+ * Fixed plugin types (by Ludovico Fischer).
7
+ * Fixed ` Result#warn() ` types.
8
+
4
9
## 8.2.1
5
10
* Fixed ` Node#toJSON() ` and ` postcss.fromJSON() ` (by Niklas Mischkulnig).
6
11
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ let Root = require('./root')
5
5
6
6
class Processor {
7
7
constructor ( plugins = [ ] ) {
8
- this . version = '8.2.1 '
8
+ this . version = '8.2.2 '
9
9
this . plugins = this . normalize ( plugins )
10
10
}
11
11
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " postcss" ,
3
- "version" : " 8.2.1 " ,
3
+ "version" : " 8.2.2 " ,
4
4
"description" : " Tool for transforming styles with JS plugins" ,
5
5
"engines" : {
6
6
"node" : " ^10 || ^12 || >=14"
You can’t perform that action at this time.
0 commit comments