Skip to content
This repository has been archived by the owner on Apr 6, 2020. It is now read-only.

Commit

Permalink
v0.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
bartkozal committed Jun 28, 2015
1 parent 882bbb0 commit f68d39e
Show file tree
Hide file tree
Showing 3 changed files with 71 additions and 2 deletions.
69 changes: 69 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,69 @@
## v0.0.7 (2015-06-28)

General:

- documentation
- changelog
- `grunt server` task

Features:

- spacing helpers
- box model helpers
- `.grid-pair`, `.list-reset`, `.list-inline`, `$link-underline`,
`$link-active`

Bugfixes:

- fix `.grid-item` display value
- fix width helpers to work with other elements than grid

## v0.0.6 (2015-06-21)

General:

- documentation

## v0.0.5 (2015-03-23)

Features:

- style generic HTML elements
- box model helpers
- text helpers
- color variables

## v0.0.4 (2015-01-03)

Features:

- grid based on flexbox
- width helpers

## v0.0.3 (2015-01-03)

General:

- test page

Features:

- vertical rhythm

## v0.0.2 (2014-12-29)

General:

- README

## v0.0.1 (2014-09-01)

General:

- description
- set up Bower

Features:

- normalize
- box model
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hocus-pocus",
"version": "0.0.6",
"version": "0.0.7",
"homepage": "https://github.com/bkzl/hocus-pocus",
"authors": [
"Bartlomiej Kozal <bkzl@me.com>"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hocus-pocus",
"version": "0.0.6",
"version": "0.0.7",
"repository": "bkzl/hocus-pocus",
"license": "MIT",
"devDependencies": {
Expand Down

0 comments on commit f68d39e

Please sign in to comment.