File tree Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file.
3
3
This project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
4
4
5
5
## [ Unreleased] [ unreleased ]
6
+ ### Changed
7
+ - Nothing yet.
8
+
9
+ ## [ 0.0.8] - 2015-06-11
6
10
### Added
7
11
- Pure mode where only local scope is allowed.
8
12
@@ -41,10 +45,11 @@ This project adheres to [Semantic Versioning](http://semver.org/).
41
45
- Automatic local classes
42
46
- Explicit global selectors with ` :global `
43
47
44
- [ unreleased ] : https://github.com/postcss-modules-local-by-default/compare/v0.0.7 ...HEAD
48
+ [ unreleased ] : https://github.com/postcss-modules-local-by-default/compare/v0.0.8 ...HEAD
45
49
[ 0.0.2 ] : https://github.com/postcss-modules-local-by-default/compare/v0.0.1...v0.0.2
46
50
[ 0.0.3 ] : https://github.com/postcss-modules-local-by-default/compare/v0.0.2...v0.0.3
47
51
[ 0.0.4 ] : https://github.com/postcss-modules-local-by-default/compare/v0.0.3...v0.0.4
48
52
[ 0.0.5 ] : https://github.com/postcss-modules-local-by-default/compare/v0.0.4...v0.0.5
49
53
[ 0.0.6 ] : https://github.com/postcss-modules-local-by-default/compare/v0.0.5...v0.0.6
50
54
[ 0.0.7 ] : https://github.com/postcss-modules-local-by-default/compare/v0.0.6...v0.0.7
55
+ [ 0.0.8 ] : https://github.com/postcss-modules-local-by-default/compare/v0.0.7...v0.0.8
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " postcss-modules-local-by-default" ,
3
- "version" : " 0.0.7 " ,
3
+ "version" : " 0.0.8 " ,
4
4
"description" : " A CSS Modules transform to make local scope the default" ,
5
5
"keywords" : [
6
6
" css-modules" ,
You can’t perform that action at this time.
0 commit comments