File tree 4 files changed +13
-7
lines changed
4 files changed +13
-7
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] ( https://github.com/postcss-modules-local-by-default/compare/v4.0.0-rc.5...v4.0.0 ) - 2020-13-08
7
+
8
+ ### Fixes
9
+
10
+ - compatibility with other plugins
11
+
6
12
## [ 4.0.0-rc.5] ( https://github.com/postcss-modules-local-by-default/compare/v4.0.0-rc.4...v4.0.0-rc.5 ) - 2020-11-08
7
13
8
14
### 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.5 " ,
3
+ "version" : " 4.0.0" ,
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" : [
46
46
"prettier" : " ^2.1.2"
47
47
},
48
48
"dependencies" : {
49
- "icss-utils" : " ^5.0.0-rc.0 "
49
+ "icss-utils" : " ^5.0.0"
50
50
},
51
51
"peerDependencies" : {
52
52
"postcss" : " ^8.1.0"
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ module.exports = (options) => {
20
20
const definitions = { } ;
21
21
22
22
return {
23
- OnceExit ( root , postcss ) {
23
+ Once ( root , postcss ) {
24
24
root . walkAtRules ( / v a l u e / i, ( atRule ) => {
25
25
const matches = atRule . params . match ( matchImports ) ;
26
26
Original file line number Diff line number Diff line change 1872
1872
dependencies :
1873
1873
safer-buffer ">= 2.1.2 < 3"
1874
1874
1875
- icss-utils@^5.0.0-rc.0 :
1876
- version "5.0.0-rc.0 "
1877
- resolved "https://registry.yarnpkg.com/icss-utils/-/icss-utils-5.0.0-rc.0. tgz#c72082bd0edaa2cd85b25bfe98db2e49be8d4306 "
1878
- integrity sha512-iTcLOd8eGcKQBusS3SRQYCK324r6Aov3GlfWRbRYC9oAp93v1qm7kBWB0WeEjZ3rGoOvymTkQUhOiTokNz9mKg ==
1875
+ icss-utils@^5.0.0 :
1876
+ version "5.0.0"
1877
+ resolved "https://registry.yarnpkg.com/icss-utils/-/icss-utils-5.0.0. tgz#03ed56c3accd32f9caaf1752ebf64ef12347bb84 "
1878
+ integrity sha512-aF2Cf/CkEZrI/vsu5WI/I+akFgdbwQHVE9YRZxATrhH4PVIe6a3BIjwjEcW+z+jP/hNh+YvM3lAAn1wJQ6opSg ==
1879
1879
1880
1880
ignore@^4.0.6 :
1881
1881
version "4.0.6"
You can’t perform that action at this time.
0 commit comments