Skip to content

Commit

Permalink
Release 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tj committed Aug 4, 2011
1 parent cb47ab8 commit 9ade70e
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
11 changes: 11 additions & 0 deletions History.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,15 @@

0.1.0 / 2011-08-04
==================

* Added `box` style mixin [podviaznikov]
* Added `box-flex-group` to vendor.styl [podviaznikov]
* Added `box-direction` support [podviaznikov]
* Added `backface-visibility` [podviaznikov]
* Added `columns` support [podviaznikov]
* Added animations into vendor [podviaznikov]
* Lowered text-indent to a moderate -99999em, since my browser (Chromium 13.0.767.1 on Linux amd64) won't hide text if text-indent is below -6990506em.

0.0.8 / 2011-05-24
==================

Expand Down
2 changes: 1 addition & 1 deletion lib/nib.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ try {
* Library version.
*/

exports.version = '0.0.8';
exports.version = '0.0.9';

/**
* Stylus path.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "nib",
"description": "Stylus mixins and utilities",
"version": "0.0.8",
"version": "0.1.0",
"repository": {
"type": "git",
"url": "git://github.com/visionmedia/nib.git"
Expand Down

0 comments on commit 9ade70e

Please sign in to comment.