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 +16
-9
lines changed Expand file tree Collapse file tree 6 files changed +16
-9
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,17 @@ 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.0.0.beta.8...HEAD
10
+ [ unreleased ] : https://github.com/thoughtbot/bourbon/compare/v5.0.0...HEAD
11
+
12
+ ## [ 5.0.0] - 2018-01-05
13
+
14
+ Bourbon 5.0.0 is a major release with lots of changes and removals, which are
15
+ documented below in each of the alpha and beta releases. There are no changes
16
+ between v5.0.0-beta.8 and v5.0.0. For information on how to upgrade from v4 to
17
+ v5, read our [ migrating guide] [ migrating-guide ] .
18
+
19
+ [ 5.0.0 ] : https://github.com/thoughtbot/bourbon/compare/v5.0.0.beta.8...v5.0.0
20
+ [ migrating-guide ] : http://www.bourbon.io/docs/migrating-from-v4-to-v5/
11
21
12
22
## [ 5.0.0-beta.8] - 2017-06-26
13
23
Original file line number Diff line number Diff line change 11
11
- Human-readable: We aim for clarity over brevity.
12
12
- Lightweight: Zero output post-install and has no visual opinion.
13
13
14
- The current stable version is ** 4.3.4** . The ` master ` branch on GitHub is
15
- version 5.0.0.beta.8.
16
-
17
14
[ Bourbon ] : http://bourbon.io
18
15
[ Sass ] : http://sass-lang.com
19
16
@@ -133,7 +130,7 @@ version 5.0.0.beta.8.
133
130
@import " bourbon" ;
134
131
` ` `
135
132
136
- ** Pro Tip:** Check out this [example gulp project][gulp-example] that
133
+ ** Pro Tip:** Check out this [example gulp project][gulp-example] that
137
134
uses Bourbon and Neat.
138
135
139
136
[gulp-example]: https://github.com/thoughtbot/gulp-bourbon-neat-example
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.8 "
38
+ "version" : " 5.0.0"
39
39
}
Original file line number Diff line number Diff line change 1
- // Bourbon 5.0.0-beta.8
1
+ // Bourbon 5.0.0
2
2
// http://bourbon.io
3
3
// Copyright 2011-2018 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.8 "
2
+ VERSION = "5.0.0"
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.8 "
33
+ "version" : " 5.0.0"
34
34
}
You can’t perform that action at this time.
0 commit comments