Skip to content

Commit

Permalink
Bourbon v5.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tysongach committed Jan 5, 2018
1 parent b34604e commit 74d5098
Show file tree
Hide file tree
Showing 6 changed files with 16 additions and 9 deletions.
12 changes: 11 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,17 @@ project adheres to [Semantic Versioning](http://semver.org).

Nothing at the moment.

[unreleased]: https://github.com/thoughtbot/bourbon/compare/v5.0.0.beta.8...HEAD
[unreleased]: https://github.com/thoughtbot/bourbon/compare/v5.0.0...HEAD

## [5.0.0] - 2018-01-05

Bourbon 5.0.0 is a major release with lots of changes and removals, which are
documented below in each of the alpha and beta releases. There are no changes
between v5.0.0-beta.8 and v5.0.0. For information on how to upgrade from v4 to
v5, read our [migrating guide][migrating-guide].

[5.0.0]: https://github.com/thoughtbot/bourbon/compare/v5.0.0.beta.8...v5.0.0
[migrating-guide]: http://www.bourbon.io/docs/migrating-from-v4-to-v5/

## [5.0.0-beta.8] - 2017-06-26

Expand Down
5 changes: 1 addition & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,6 @@ It is…
- Human-readable: We aim for clarity over brevity.
- Lightweight: Zero output post-install and has no visual opinion.

The current stable version is **4.3.4**. The `master` branch on GitHub is
version 5.0.0.beta.8.

[Bourbon]: http://bourbon.io
[Sass]: http://sass-lang.com

Expand Down Expand Up @@ -133,7 +130,7 @@ version 5.0.0.beta.8.
@import "bourbon";
```

**Pro Tip:** Check out this [example gulp project][gulp-example] that
**Pro Tip:** Check out this [example gulp project][gulp-example] that
uses Bourbon and Neat.

[gulp-example]: https://github.com/thoughtbot/gulp-bourbon-neat-example
Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,5 @@
"type": "git",
"url": "https://github.com/thoughtbot/bourbon.git"
},
"version": "5.0.0-beta.8"
"version": "5.0.0"
}
2 changes: 1 addition & 1 deletion core/_bourbon.scss
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Bourbon 5.0.0-beta.8
// Bourbon 5.0.0
// http://bourbon.io
// Copyright 2011-2018 thoughtbot, inc.
// MIT License
Expand Down
2 changes: 1 addition & 1 deletion lib/bourbon/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Bourbon
VERSION = "5.0.0.beta.8"
VERSION = "5.0.0"
end
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,5 @@
"scripts": {
"test": "bundle exec rake"
},
"version": "5.0.0-beta.8"
"version": "5.0.0"
}

0 comments on commit 74d5098

Please sign in to comment.