This repository was archived by the owner on Sep 13, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +13
-4
lines changed Expand file tree Collapse file tree 4 files changed +13
-4
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,16 @@ project adheres to [Semantic Versioning](http://semver.org).
7
7
8
8
Nothing at the moment.
9
9
10
- [ unreleased ] : https://github.com/thoughtbot/bourbon/compare/v5.1.0...HEAD
10
+ [ unreleased ] : https://github.com/thoughtbot/bourbon/compare/v6.0.0...HEAD
11
+
12
+ ## [ 6.0.0] - 2019-07-10
13
+
14
+ ### Removed
15
+
16
+ - Installation through Bower is no longer supported.
17
+ - The sass gem (the deprecated Ruby Sass) is no longer a runtime dependency.
18
+
19
+ [ 6.0.0 ] : https://github.com/thoughtbot/bourbon/compare/v5.1.0...v6.0.0
11
20
12
21
## [ 5.1.0] - 2018-07-20
13
22
Original file line number Diff line number Diff line change 1
- // Bourbon 5.1 .0
1
+ // Bourbon 6.0 .0
2
2
// https://www.bourbon.io/
3
3
// Copyright 2011-2019 thoughtbot, inc.
4
4
// MIT License
Original file line number Diff line number Diff line change 1
1
module Bourbon
2
- VERSION = "5.1 .0"
2
+ VERSION = "6.0 .0"
3
3
end
Original file line number Diff line number Diff line change 35
35
"stylelint" : " npx stylelint 'core/**/*.scss'" ,
36
36
"test" : " bundle exec rake"
37
37
},
38
- "version" : " 5.1 .0"
38
+ "version" : " 6.0 .0"
39
39
}
You can’t perform that action at this time.
0 commit comments