# 0.1.0 - 05/16/2016
- added inital utilities

# 0.2.0 - 05/16/2016
- flattened @loops/@conditionals for faster consumption

# 0.2.1 - 05/16/2016
- figuring out how this publish helper works

# 0.2.2 - 05/16/2016
- update readme

# 0.2.3 - 05/16/2016
- Fix left + right decls for spacing helpers

# 0.2.4 - 05/16/2016
- Fix positional name collision

# 0.2.5 - 05/16/2016
- Fix typos in font-weight, letter spacing

# 0.2.6 - 05/16/2016
- use vars for letter-spacing

# 0.2.7 - 05/16/2016
- use `-` in display helpers

# 0.3.0 - 05/17/2016
- add var interpolation in comments
- add z-index utils
- fix letter spacing variable names

# 0.3.1 - 05/17/2016
- fix mq var bug in font-style

# 0.4.1 - 05/20/2016 (PULLED)
this release accidentally commented imports out.

# 0.4.2 - 05/20/2016
- add max-width
- update css-modularscale

# 0.4.3 - 05/21/2016
- fix typo in flex-grow, causing it to be invalid.
- fixed a typo where we were using the justify-content attributes
  for the align-items properties.

# 0.5.0 - 05/24/2016
- add `display: none` utilities

# 0.6.0 - 05/24/2016
- add `text-transform` utilities

# 0.6.1 - 05/24/2016
- fix `margin: auto` props

# 0.7.0 - 05/27/2016
- add `h:full` for full height

# 0.7.1 - 05/28/2016
- fix misnamed "t-d:s" ~> "t-d:l-t"

# 0.7.2 - 05/31/2016
- fix typo on height variable

# 0.7.3 - 05/31/2016
- fix typo on baseline alignment

# 1.0.0-rc.1 - 06/03/2016
- Add documentation 😹 

# 1.0.0-rc.7 - 07/04/2016
- Add pseudoclasses to text-decoration
	```
		.hover/t-d:u
	```
- Add documentation 😹 

# 1.0.0-rc.9 – 10/12/2016
- Add flex-grow
- Add flex-shrink
- Add flex-basis

# 1.2.0 - 4/12/17
- Add cursor

# 1.2.1 - 4/12/17
- remove peerdeps

# 1.3.0 - 7/12/17
- Add list-style-type
