Skip to content

Commit

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

## [Unreleased (`master`)][unreleased]

Nothing at the moment.

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

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

### Added

- A `style` property has been added to our `package.json`, which makes for easy
Expand All @@ -21,7 +27,7 @@ project adheres to [Semantic Versioning](http://semver.org).
custom path.
- Fixed an issue that would cause Bourbon to not be found within Rails apps.

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

## [5.0.0-beta.7] - 2016-11-03

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ It is…
- 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.7.
version 5.0.0.beta.8.

[Bourbon]: http://bourbon.io
[Sass]: http://sass-lang.com
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.7"
"version": "5.0.0-beta.8"
}
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.7
// Bourbon 5.0.0-beta.8
// http://bourbon.io
// Copyright 2011-2017 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.7"
VERSION = "5.0.0.beta.8"
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.7"
"version": "5.0.0-beta.8"
}

0 comments on commit 9a76e1b

Please sign in to comment.