Skip to content
This repository has been archived by the owner on Jul 14, 2023. It is now read-only.

Commit

Permalink
Neat v4.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tysongach committed Jul 10, 2019
1 parent ee43636 commit 488ac43
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 4 deletions.
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,13 @@ project adheres to [Semantic Versioning](http://semver.org).

Nothing at the moment.

## [4.0.0] - 2019-07-10

### Removed

- Installation through Bower is no longer supported.
- The sass gem (the deprecated Ruby Sass) is no longer a runtime dependency.

## [3.0.1] - 2019-01-07

### Fixed
Expand Down Expand Up @@ -368,7 +375,8 @@ Nothing at the moment.

- Initial release

[unreleased]: https://github.com/thoughtbot/neat/compare/v3.0.1...HEAD
[unreleased]: https://github.com/thoughtbot/neat/compare/v4.0.0...HEAD
[4.0.0]: https://github.com/thoughtbot/neat/compare/v3.0.1...v4.0.0
[3.0.1]: https://github.com/thoughtbot/neat/compare/v3.0.0...v3.0.1
[3.0.0]: https://github.com/thoughtbot/neat/compare/v2.1.0...v3.0.0
[2.1.0]: https://github.com/thoughtbot/neat/compare/v2.0.0...v2.1.0
Expand Down
2 changes: 1 addition & 1 deletion core/_neat.scss
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
@charset "UTF-8";
// Neat 3.0.1
// Neat 4.0.0
// http://neat.bourbon.io
// Copyright 2012 thoughtbot, inc.
// MIT License
Expand Down
2 changes: 1 addition & 1 deletion lib/neat/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Neat
VERSION = "3.0.1"
VERSION = "4.0.0"
end
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "bourbon-neat",
"version": "3.0.1",
"version": "4.0.0",
"description": "A lightweight, semantic grid framework",
"keywords": [
"columns",
Expand Down

0 comments on commit 488ac43

Please sign in to comment.