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

Commit

Permalink
Neat v2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tysongach committed Jun 27, 2017
1 parent d83a2f7 commit a2d62a9
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 6 deletions.
8 changes: 6 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ project adheres to [Semantic Versioning](http://semver.org).

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

Nothing at the moment.

## [2.1.0] - 2017-06-27

### Added

- A `--path` CLI option, which lets you install Neat into specific
Expand All @@ -19,7 +23,6 @@ project adheres to [Semantic Versioning](http://semver.org).
- Simplified the gradient used in the `grid-visual` mixin for more consistent
cross-browser behaviour. ([#569])

[unreleased]: https://github.com/thoughtbot/neat/compare/v2.0.0...HEAD
[#459]: https://github.com/thoughtbot/neat/pull/459
[#514]: https://github.com/thoughtbot/neat/pull/514
[#569]: https://github.com/thoughtbot/neat/pull/569
Expand Down Expand Up @@ -330,7 +333,8 @@ project adheres to [Semantic Versioning](http://semver.org).

- Initial release

[Unreleased]: https://github.com/thoughtbot/neat/compare/v2.0.0...HEAD
[unreleased]: https://github.com/thoughtbot/neat/compare/v2.1.0...HEAD
[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
[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
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",
"version": "2.1.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
// Neat 2.1.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"
VERSION = "2.1.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",
"version": "2.1.0",
"description": "A lightweight, semantic grid framework",
"keywords": [
"columns",
Expand Down

0 comments on commit a2d62a9

Please sign in to comment.