From 5b1a88c1ac539cdb36e9c7997e06071bfca0fa23 Mon Sep 17 00:00:00 2001 From: Tyson Gach Date: Wed, 2 Nov 2016 22:03:45 -0400 Subject: [PATCH] Bourbon v5.0.0-beta.7 --- CHANGELOG.md | 9 ++++++++- README.md | 2 +- bower.json | 2 +- core/_bourbon.scss | 2 +- lib/bourbon/version.rb | 2 +- package.json | 2 +- 6 files changed, 13 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f7b504742..8ff5d22c0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 @@ -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 diff --git a/README.md b/README.md index 0be4996f4..38906f5dc 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/bower.json b/bower.json index 12afd7e95..eaf5b4d93 100644 --- a/bower.json +++ b/bower.json @@ -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" } diff --git a/core/_bourbon.scss b/core/_bourbon.scss index 1b1d46289..244206202 100644 --- a/core/_bourbon.scss +++ b/core/_bourbon.scss @@ -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 diff --git a/lib/bourbon/version.rb b/lib/bourbon/version.rb index 7d4abf561..5e9e85984 100644 --- a/lib/bourbon/version.rb +++ b/lib/bourbon/version.rb @@ -1,3 +1,3 @@ module Bourbon - VERSION = "5.0.0.beta.6" + VERSION = "5.0.0.beta.7" end diff --git a/package.json b/package.json index 63accf790..fb3e7505a 100644 --- a/package.json +++ b/package.json @@ -29,5 +29,5 @@ "scripts": { "test": "bundle exec rake" }, - "version": "5.0.0-beta.6" + "version": "5.0.0-beta.7" }