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-beta.2
Browse files Browse the repository at this point in the history
  • Loading branch information
whmii committed Dec 8, 2016
1 parent 5e8d3ba commit 73576e4
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 5 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,14 @@ project adheres to [Semantic Versioning](http://semver.org).

## [Unreleased]

## [2.0.0.beta.2]

### Added

- Added `grid-visual` to show visual grid guides
- Added ltr/rtl support

## Removed
### Removed

- Removed `node-sass` dependency from `package.json`

Expand Down Expand Up @@ -302,6 +304,7 @@ 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
[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
[2.0.0.alpha.0]: https://github.com/thoughtbot/neat/compare/v1.8.0...v2.0.0.alpha.0
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 built with Bourbon",
"version": "2.0.0-beta.1",
"version": "2.0.0-beta.2",
"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.1
// Neat 2.0.0-beta.2
// 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.1"
VERSION = "2.0.0.beta.2"
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.1",
"version": "2.0.0-beta.2",
"description": "A lightweight, semantic grid framework built with Bourbon",
"keywords": [
"columns",
Expand Down

0 comments on commit 73576e4

Please sign in to comment.