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

Commit 74d5098

Browse files
committed
Bourbon v5.0.0
1 parent b34604e commit 74d5098

File tree

6 files changed

+16
-9
lines changed

6 files changed

+16
-9
lines changed

CHANGELOG.md

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

88
Nothing at the moment.
99

10-
[unreleased]: https://github.com/thoughtbot/bourbon/compare/v5.0.0.beta.8...HEAD
10+
[unreleased]: https://github.com/thoughtbot/bourbon/compare/v5.0.0...HEAD
11+
12+
## [5.0.0] - 2018-01-05
13+
14+
Bourbon 5.0.0 is a major release with lots of changes and removals, which are
15+
documented below in each of the alpha and beta releases. There are no changes
16+
between v5.0.0-beta.8 and v5.0.0. For information on how to upgrade from v4 to
17+
v5, read our [migrating guide][migrating-guide].
18+
19+
[5.0.0]: https://github.com/thoughtbot/bourbon/compare/v5.0.0.beta.8...v5.0.0
20+
[migrating-guide]: http://www.bourbon.io/docs/migrating-from-v4-to-v5/
1121

1222
## [5.0.0-beta.8] - 2017-06-26
1323

README.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,6 @@ It is…
1111
- Human-readable: We aim for clarity over brevity.
1212
- Lightweight: Zero output post-install and has no visual opinion.
1313

14-
The current stable version is **4.3.4**. The `master` branch on GitHub is
15-
version 5.0.0.beta.8.
16-
1714
[Bourbon]: http://bourbon.io
1815
[Sass]: http://sass-lang.com
1916

@@ -133,7 +130,7 @@ version 5.0.0.beta.8.
133130
@import "bourbon";
134131
```
135132

136-
**Pro Tip:** Check out this [example gulp project][gulp-example] that
133+
**Pro Tip:** Check out this [example gulp project][gulp-example] that
137134
uses Bourbon and Neat.
138135

139136
[gulp-example]: https://github.com/thoughtbot/gulp-bourbon-neat-example

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.8"
38+
"version": "5.0.0"
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.8
1+
// Bourbon 5.0.0
22
// http://bourbon.io
33
// Copyright 2011-2018 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.8"
2+
VERSION = "5.0.0"
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.8"
33+
"version": "5.0.0"
3434
}

0 commit comments

Comments
 (0)