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

Commit

Permalink
Neat v3.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
tysongach committed Jan 7, 2019
1 parent a092ff7 commit 101eac6
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 5 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.

## [3.0.1] - 2019-01-07

### Fixed

- Fixed an issue that would cause Neat to not be found when using SassC.
- Fixed `if` function syntax error.

## [3.0.0] - 2018-06-29

- Extend grid-media to accept multiple custom grids
Expand Down Expand Up @@ -361,7 +368,8 @@ Nothing at the moment.

- Initial release

[unreleased]: https://github.com/thoughtbot/neat/compare/v3.0.0...HEAD
[unreleased]: https://github.com/thoughtbot/neat/compare/v3.0.1...HEAD
[3.0.0]: 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
[2.0.0]: https://github.com/thoughtbot/neat/compare/v2.0.0.beta.2...v2.0.0
Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "neat",
"description": "A lightweight, semantic grid framework",
"version": "3.0.0",
"version": "3.0.1",
"main": "core/_neat.scss",
"license": "MIT",
"ignore": [
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.0
// Neat 3.0.1
// 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.0"
VERSION = "3.0.1"
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.0",
"version": "3.0.1",
"description": "A lightweight, semantic grid framework",
"keywords": [
"columns",
Expand Down

0 comments on commit 101eac6

Please sign in to comment.