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.0
Browse files Browse the repository at this point in the history
  • Loading branch information
whmii committed Jun 29, 2018
1 parent 9ea34b6 commit 3d78e54
Show file tree
Hide file tree
Showing 6 changed files with 4,699 additions and 7 deletions.
7 changes: 6 additions & 1 deletion 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.

## [3.0.0] - 2018-06-29

- Extend grid-media to accept multiple custom grids

## [2.1.0] - 2017-06-27
Expand Down Expand Up @@ -357,7 +361,8 @@ project adheres to [Semantic Versioning](http://semver.org).

- Initial release

[unreleased]: https://github.com/thoughtbot/neat/compare/v2.1.0...HEAD
[unreleased]: https://github.com/thoughtbot/neat/compare/v3.0.0...HEAD
[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
[2.0.0.beta.2]: https://github.com/thoughtbot/neat/compare/v2.0.0.beta.1...v2.0.0.beta.2
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.1.0",
"version": "3.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.1.0
// Neat 3.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.1.0"
VERSION = "3.0.0"
end
Loading

0 comments on commit 3d78e54

Please sign in to comment.