This repository was archived by the owner on Sep 13, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 6 files changed +12
-6
lines changed Expand file tree Collapse file tree 6 files changed +12
-6
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,12 @@ project adheres to [Semantic Versioning](http://semver.org).
5
5
6
6
## [ Unreleased (` master ` )] [ unreleased ]
7
7
8
+ Nothing at the moment.
9
+
10
+ [ unreleased ] : https://github.com/thoughtbot/bourbon/compare/v5.0.0.beta.8...HEAD
11
+
12
+ ## [ 5.0.0-beta.8] - 2017-06-26
13
+
8
14
### Added
9
15
10
16
- A ` style ` property has been added to our ` package.json ` , which makes for easy
@@ -21,7 +27,7 @@ project adheres to [Semantic Versioning](http://semver.org).
21
27
custom path.
22
28
- Fixed an issue that would cause Bourbon to not be found within Rails apps.
23
29
24
- [ unreleased ] : https://github.com/thoughtbot/bourbon/compare/v5.0.0.beta.7...HEAD
30
+ [ 5.0.0-beta.8 ] : https://github.com/thoughtbot/bourbon/compare/v5.0.0.beta.7...v5.0.0.beta.8
25
31
26
32
## [ 5.0.0-beta.7] - 2016-11-03
27
33
Original file line number Diff line number Diff line change 12
12
- Lightweight: Zero output post-install and has no visual opinion.
13
13
14
14
The current stable version is ** 4.3.4** . The ` master ` branch on GitHub is
15
- version 5.0.0.beta.7 .
15
+ version 5.0.0.beta.8 .
16
16
17
17
[ Bourbon ] : http://bourbon.io
18
18
[ Sass ] : http://sass-lang.com
Original file line number Diff line number Diff line change 35
35
"type" : " git" ,
36
36
"url" : " https://github.com/thoughtbot/bourbon.git"
37
37
},
38
- "version" : " 5.0.0-beta.7 "
38
+ "version" : " 5.0.0-beta.8 "
39
39
}
Original file line number Diff line number Diff line change 1
- // Bourbon 5.0.0-beta.7
1
+ // Bourbon 5.0.0-beta.8
2
2
// http://bourbon.io
3
3
// Copyright 2011-2017 thoughtbot, inc.
4
4
// MIT License
Original file line number Diff line number Diff line change 1
1
module Bourbon
2
- VERSION = "5.0.0.beta.7 "
2
+ VERSION = "5.0.0.beta.8 "
3
3
end
Original file line number Diff line number Diff line change 30
30
"scripts" : {
31
31
"test" : " bundle exec rake"
32
32
},
33
- "version" : " 5.0.0-beta.7 "
33
+ "version" : " 5.0.0-beta.8 "
34
34
}
You can’t perform that action at this time.
0 commit comments