From 9a76e1bf29057160bd8987b1385a9db58480e59d Mon Sep 17 00:00:00 2001 From: Tyson Gach Date: Mon, 26 Jun 2017 13:10:17 -0400 Subject: [PATCH] Bourbon v5.0.0.beta.8 --- CHANGELOG.md | 8 +++++++- README.md | 2 +- bower.json | 2 +- core/_bourbon.scss | 2 +- lib/bourbon/version.rb | 2 +- package.json | 2 +- 6 files changed, 12 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b6ec2c960..a5dac8d31 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 @@ -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 diff --git a/README.md b/README.md index a1591dd5a..7d91bad22 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 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 diff --git a/bower.json b/bower.json index 447444883..8e26fd6b8 100644 --- a/bower.json +++ b/bower.json @@ -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" } diff --git a/core/_bourbon.scss b/core/_bourbon.scss index 11b265b89..442ca8330 100644 --- a/core/_bourbon.scss +++ b/core/_bourbon.scss @@ -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 diff --git a/lib/bourbon/version.rb b/lib/bourbon/version.rb index 5e9e85984..451548d68 100644 --- a/lib/bourbon/version.rb +++ b/lib/bourbon/version.rb @@ -1,3 +1,3 @@ module Bourbon - VERSION = "5.0.0.beta.7" + VERSION = "5.0.0.beta.8" end diff --git a/package.json b/package.json index 0116b8b77..e5f95a8c7 100644 --- a/package.json +++ b/package.json @@ -30,5 +30,5 @@ "scripts": { "test": "bundle exec rake" }, - "version": "5.0.0-beta.7" + "version": "5.0.0-beta.8" }