Skip to content

Commit

Permalink
Bourbon v5.0.0-beta.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Tyson Gach committed Mar 4, 2016
1 parent 6b2105b commit 30773a1
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 4 deletions.
8 changes: 8 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
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.2"
"version": "5.0.0-beta.3"
}
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.2
// Bourbon 5.0.0-beta.3
// 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.2"
VERSION = "5.0.0.beta.3"
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.2"
"version": "5.0.0-beta.3"
}

0 comments on commit 30773a1

Please sign in to comment.