Skip to content

Commit

Permalink
Bourbon v5.0.0-beta.7
Browse files Browse the repository at this point in the history
  • Loading branch information
tysongach committed Nov 3, 2016
1 parent 29d9ed4 commit 5b1a88c
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 6 deletions.
9 changes: 8 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]

Nothing at the moment.

[Unreleased]: https://github.com/thoughtbot/bourbon/compare/v5.0.0.beta.7...HEAD

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

### Added

- Added `white-space: nowrap;` to the `hide-visually` mixin so that content
Expand All @@ -27,10 +33,11 @@ project adheres to [Semantic Versioning](http://semver.org).
- Renamed the `word-wrap` mixin to `overflow-wrap` to align with the
name change in the [CSS spec].

[Unreleased]: https://github.com/thoughtbot/bourbon/compare/v5.0.0.beta.6...HEAD
[system-fonts]: https://github.com/mrmrs/css-system-fonts
[CSS spec]: https://drafts.csswg.org/css-text-3/#propdef-overflow-wrap

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

## [5.0.0-beta.6] - 2016-06-06

### Added
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 version is **4.2.7**. The `master` branch on GitHub is version
5.0.0-beta.6.
5.0.0-beta.7.

[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 @@ -34,5 +34,5 @@
"type": "git",
"url": "https://github.com/thoughtbot/bourbon.git"
},
"version": "5.0.0-beta.6"
"version": "5.0.0-beta.7"
}
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.6
// Bourbon 5.0.0-beta.7
// http://bourbon.io
// Copyright 2011 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.6"
VERSION = "5.0.0.beta.7"
end
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,5 @@
"scripts": {
"test": "bundle exec rake"
},
"version": "5.0.0-beta.6"
"version": "5.0.0-beta.7"
}

0 comments on commit 5b1a88c

Please sign in to comment.