Skip to content
This repository was archived by the owner on Sep 13, 2024. It is now read-only.

Commit 9a76e1b

Browse files
committed
Bourbon v5.0.0.beta.8
1 parent 1ed2c91 commit 9a76e1b

File tree

6 files changed

+12
-6
lines changed

6 files changed

+12
-6
lines changed

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ project adheres to [Semantic Versioning](http://semver.org).
55

66
## [Unreleased (`master`)][unreleased]
77

8+
Nothing at the moment.
9+
10+
[unreleased]: https://github.com/thoughtbot/bourbon/compare/v5.0.0.beta.8...HEAD
11+
12+
## [5.0.0-beta.8] - 2017-06-26
13+
814
### Added
915

1016
- 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).
2127
custom path.
2228
- Fixed an issue that would cause Bourbon to not be found within Rails apps.
2329

24-
[unreleased]: https://github.com/thoughtbot/bourbon/compare/v5.0.0.beta.7...HEAD
30+
[5.0.0-beta.8]: https://github.com/thoughtbot/bourbon/compare/v5.0.0.beta.7...v5.0.0.beta.8
2531

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

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ It is…
1212
- Lightweight: Zero output post-install and has no visual opinion.
1313

1414
The current stable version is **4.3.4**. The `master` branch on GitHub is
15-
version 5.0.0.beta.7.
15+
version 5.0.0.beta.8.
1616

1717
[Bourbon]: http://bourbon.io
1818
[Sass]: http://sass-lang.com

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,5 +35,5 @@
3535
"type": "git",
3636
"url": "https://github.com/thoughtbot/bourbon.git"
3737
},
38-
"version": "5.0.0-beta.7"
38+
"version": "5.0.0-beta.8"
3939
}

core/_bourbon.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Bourbon 5.0.0-beta.7
1+
// Bourbon 5.0.0-beta.8
22
// http://bourbon.io
33
// Copyright 2011-2017 thoughtbot, inc.
44
// MIT License

lib/bourbon/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module Bourbon
2-
VERSION = "5.0.0.beta.7"
2+
VERSION = "5.0.0.beta.8"
33
end

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,5 +30,5 @@
3030
"scripts": {
3131
"test": "bundle exec rake"
3232
},
33-
"version": "5.0.0-beta.7"
33+
"version": "5.0.0-beta.8"
3434
}

0 commit comments

Comments
 (0)