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

Commit

Permalink
Neat v2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
whmii committed Feb 17, 2017
1 parent 6b35881 commit 7294933
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 6 deletions.
14 changes: 12 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,16 @@ project adheres to [Semantic Versioning](http://semver.org).

## [Unreleased]

Nothing at the moment.

## [2.0.0]

### Fixed

- Custom grids inherit undefined properties from global `$neat-grid`
- Fixed instillation from CLI
- Remove float property from `grid-collapse`

## [2.0.0.beta.2]

### Added
Expand Down Expand Up @@ -77,7 +87,6 @@ project adheres to [Semantic Versioning](http://semver.org).
- `$visual-grid-index` has been removed
- `$visual-grid-opacity` has been removed


## 1.8.0 - 2016-06-21

### Added
Expand Down Expand Up @@ -303,7 +312,8 @@ project adheres to [Semantic Versioning](http://semver.org).

- Initial release

[Unreleased]: https://github.com/thoughtbot/neat/compare/v2.0.0.beta.1...neat-2.0.0
[Unreleased]: https://github.com/thoughtbot/neat/compare/v2.0.0...HEAD
[2.0.0]: https://github.com/thoughtbot/neat/compare/v2.0.0.beta.2...v2.0.0
[2.0.0.beta.2]: https://github.com/thoughtbot/neat/compare/v2.0.0.beta.1...v2.0.0.beta.2
[2.0.0.beta.1]: https://github.com/thoughtbot/neat/compare/v2.0.0.alpha.1...v2.0.0.beta.1
[2.0.0.alpha.1]: https://github.com/thoughtbot/neat/compare/v2.0.0.alpha.0...v2.0.0.alpha.1
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": "2.0.0-beta.2",
"version": "2.0.0",
"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 2.0.0-beta.2
// Neat 2.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 = "2.0.0.beta.2"
VERSION = "2.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": "2.0.0-beta.2",
"version": "2.0.0",
"description": "A lightweight, semantic grid framework",
"keywords": [
"columns",
Expand Down

0 comments on commit 7294933

Please sign in to comment.