Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitc7bae29

Browse files
committed
Release 8.3.4 version
1 parent8b4a8b1 commitc7bae29

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

‎CHANGELOG.md

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

4+
##8.3.4
5+
* Fixed broken AST detection.
6+
47
##8.3.3
58
* Fixed broken AST on`postcss` dependency duplication in custom parsers.
69

‎lib/processor.js

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

77
classProcessor{
88
constructor(plugins=[]){
9-
this.version='8.3.3'
9+
this.version='8.3.4'
1010
this.plugins=this.normalize(plugins)
1111
}
1212

‎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.3.3",
3+
"version":"8.3.4",
44
"description":"Tool for transforming styles with JS plugins",
55
"engines": {
66
"node":"^10 || ^12 || >=14"

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp