From 30773a1226b2d007fd8e7dd5e0458592f101fa13 Mon Sep 17 00:00:00 2001 From: Tyson Gach Date: Fri, 4 Mar 2016 15:39:43 -0500 Subject: [PATCH] Bourbon v5.0.0-beta.3 --- NEWS.md | 8 ++++++++ bower.json | 2 +- core/_bourbon.scss | 2 +- lib/bourbon/version.rb | 2 +- package.json | 2 +- 5 files changed, 12 insertions(+), 4 deletions(-) diff --git a/NEWS.md b/NEWS.md index 3b85cb5dc..4bb5b27d6 100644 --- a/NEWS.md +++ b/NEWS.md @@ -3,6 +3,14 @@ The noteworthy changes for each Bourbon version are included here. For a complete changelog, see the Git history for each version via the version links. +## [5.0.0-beta.3] - March 4, 2016 + +### Added + +- Added `pathname` requirement to resolve install issues. + +[5.0.0-beta.3]: https://github.com/thoughtbot/bourbon/compare/v5.0.0.beta.2...v5.0.0.beta.3 + ## [5.0.0-beta.2] - March 3, 2016 ### Added diff --git a/bower.json b/bower.json index 86ea9bc2d..ce4eaeeb3 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.2" + "version": "5.0.0-beta.3" } diff --git a/core/_bourbon.scss b/core/_bourbon.scss index 4a698d882..0becdb1c6 100644 --- a/core/_bourbon.scss +++ b/core/_bourbon.scss @@ -1,4 +1,4 @@ -// Bourbon 5.0.0-beta.2 +// Bourbon 5.0.0-beta.3 // http://bourbon.io // Copyright 2011 thoughtbot, inc. // MIT License diff --git a/lib/bourbon/version.rb b/lib/bourbon/version.rb index d9bad9268..cd30291e8 100644 --- a/lib/bourbon/version.rb +++ b/lib/bourbon/version.rb @@ -1,3 +1,3 @@ module Bourbon - VERSION = "5.0.0.beta.2" + VERSION = "5.0.0.beta.3" end diff --git a/package.json b/package.json index e8787ade3..0407e52c2 100644 --- a/package.json +++ b/package.json @@ -29,5 +29,5 @@ "scripts": { "test": "bundle exec rake" }, - "version": "5.0.0-beta.2" + "version": "5.0.0-beta.3" }