8000 Release 8.2.2 version · postcss/postcss@1ab7808 · GitHub
[go: up one dir, main page]

Skip to content

Commit 1ab7808

Browse files
committed
Release 8.2.2 version
1 parent b48a75e commit 1ab7808

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
# Change Log
22
This project adheres to [Semantic Versioning](https://semver.org/).
33

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+
49
## 8.2.1
510
* Fixed `Node#toJSON()` and `postcss.fromJSON()` (by Niklas Mischkulnig).
611

lib/processor.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ let Root = require('./root')
55

66
class Processor {
77
constructor (plugins = []) {
8-
this.version = '8.2.1'
8+
this.version = '8.2.2'
99
this.plugins = this.normalize(plugins)
1010
}
1111

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "postcss",
3-
"version": "8.2.1",
3+
"version": "8.2.2",
44
"description": "Tool for transforming styles with JS plugins",
55
"engines": {
66
"node": "^10 || ^12 || >=14"

0 commit comments

Comments
 (0)
0