Skip to content
This repository has been archived by the owner on Dec 15, 2024. It is now read-only.

Commit

Permalink
add changelog entry for 0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Garet McKinley committed Feb 5, 2017
1 parent 3824883 commit 01cd33e
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,18 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p

### Changed

## [v0.6.0] - 2017-02-05

### Added

- `BreakpointProvider` for setting custom breakpoints (thanks @nathanielpiche!)
- `withBreakpoints` HOC for passing breakpoint properties

### Changed

- Switch `debug` mode's `border` to `outline`
- Make `react` a `peerDependency`

## [v0.5.0] - 2017-01-24

### Added
Expand Down Expand Up @@ -93,7 +105,8 @@ Added Support for the following CSS flex props on the `Row` component:
- Made progress on code comments
- Various linting

[Unreleased]: https://github.com/JSBros/hedron/compare/v0.5.0...master
[Unreleased]: https://github.com/JSBros/hedron/compare/v0.6.0...master
[v0.6.0]: https://github.com/JSBros/hedron/compare/v0.5.0...v0.6.0
[v0.5.0]: https://github.com/JSBros/hedron/compare/v0.4.0...v0.5.0
[v0.4.0]: https://github.com/JSBros/hedron/compare/v0.3.0...v0.4.0
[v0.3.0]: https://github.com/JSBros/hedron/compare/v0.2.0...v0.3.0
Expand Down

0 comments on commit 01cd33e

Please sign in to comment.