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).
77
88Nothing at the moment.
99
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/
1121
1222## [ 5.0.0-beta.8] - 2017-06-26
1323
Original file line number Diff line number Diff line change 1111- Human-readable: We aim for clarity over brevity.
1212- Lightweight: Zero output post-install and has no visual opinion.
1313
14- The current stable version is ** 4.3.4** . The ` master ` branch on GitHub is
15- version 5.0.0.beta.8.
16-
1714 [ Bourbon ] : http://bourbon.io
1815 [ Sass ] : http://sass-lang.com
1916
@@ -133,7 +130,7 @@ version 5.0.0.beta.8.
133130 @import " bourbon" ;
134131 ` ` `
135132
136- ** Pro Tip:** Check out this [example gulp project][gulp-example] that
133+ ** Pro Tip:** Check out this [example gulp project][gulp-example] that
137134 uses Bourbon and Neat.
138135
139136 [gulp-example]: https://github.com/thoughtbot/gulp-bourbon-neat-example
Original file line number Diff line number Diff line change 3535 "type" : " git" ,
3636 "url" : " https://github.com/thoughtbot/bourbon.git"
3737 },
38- "version" : " 5.0.0-beta.8 "
38+ "version" : " 5.0.0"
3939}
Original file line number Diff line number Diff line change 1- // Bourbon 5.0.0-beta.8
1+ // Bourbon 5.0.0
22// http://bourbon.io
33// Copyright 2011-2018 thoughtbot, inc.
44// MIT License
Original file line number Diff line number Diff line change 11module Bourbon
2- VERSION = "5.0.0.beta.8 "
2+ VERSION = "5.0.0"
33end
Original file line number Diff line number Diff line change 3030 "scripts" : {
3131 "test" : " bundle exec rake"
3232 },
33- "version" : " 5.0.0-beta.8 "
33+ "version" : " 5.0.0"
3434}
You can’t perform that action at this time.
0 commit comments