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.1
Browse files Browse the repository at this point in the history
  • Loading branch information
whmii committed Aug 20, 2016
1 parent 516c797 commit c1a702b
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ project adheres to [Semantic Versioning](http://semver.org).
- Added `grid-push` functionality
- Added `grid-shift` functionality
- Added `grid-media` to allow the creation of media queries with custom grids
- Added `grid-collapse` to allow the creation of nested layouts

### Changed

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 built with Bourbon",
"version": "2.0.0-alpha.1",
"version": "2.0.0-beta.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 2.0.0-alpha.1
// Neat 2.0.0-beta.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 = "2.0.0.alpha.1"
VERSION = "2.0.0.beta.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": "2.0.0-alpha.1",
"version": "2.0.0-beta.1",
"description": "A lightweight, semantic grid framework built with Bourbon",
"keywords": [
"columns",
Expand Down

0 comments on commit c1a702b

Please sign in to comment.