File tree 2 files changed +13
-2
lines changed
2 files changed +13
-2
lines changed Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
This project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
5
5
6
+ ## [ 4.0.0-rc.3] ( https://github.com/postcss-modules-local-by-default/compare/v4.0.0-rc.2...v4.0.0-rc.3 ) - 2020-10-08
7
+
8
+ ### BREAKING CHANGE
9
+
10
+ - minimum supported ` postcss ` version is ` ^8.1.0 `
11
+
12
+ ### Fixes
13
+
14
+ - minimum supported ` Node.js ` version is ` ^10 || ^12 || >= 14 `
15
+ - compatibility with PostCSS 8
16
+
6
17
## [ 4.0.0-rc.2] ( https://github.com/postcss-modules-local-by-default/compare/v4.0.0-rc.1...v4.0.0-rc.2 ) - 2020-09-22
7
18
8
19
### Fixes
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " postcss-modules-values" ,
3
- "version" : " 4.0.0-rc.2 " ,
3
+ "version" : " 4.0.0-rc.3 " ,
4
4
"description" : " PostCSS plugin for CSS Modules to pass arbitrary values between your module files" ,
5
5
"main" : " src/index.js" ,
6
6
"files" : [
7
7
" src"
8
8
],
9
9
"engines" : {
10
- "node" : " >= 10.13.0 || >= 12.13.0 || >= 14"
10
+ "node" : " ^10 || ^12 || >= 14"
11
11
},
12
12
"scripts" : {
13
13
"prettier" : " prettier -l --ignore-path .gitignore ." ,
You can’t perform that action at this time.
0 commit comments