## [4.0.1](https://github.com/tedconf/monterey/compare/v4.0.0...v4.0.1) (2020-09-01)


### Bug Fixes

* **input:** update input grays ([c6265e6](https://github.com/tedconf/monterey/commit/c6265e680087fed7c97927a7700d921afc729395)), closes [#25](https://github.com/tedconf/monterey/issues/25)

# [4.0.0](https://github.com/tedconf/monterey/compare/v3.0.0...v4.0.0) (2020-09-01)


### Code Refactoring

* **button:** replace `Button` components with variants ([f72432e](https://github.com/tedconf/monterey/commit/f72432e93844bb6ee80d2037e9dda9d5df856e70))


### BREAKING CHANGES

* **button:** - Removed `GhostButton` component
  please use `Button variant="ghost"
- Removed `LinkButton`
  please use `Button variant="link"`

# [3.0.0](https://github.com/tedconf/monterey/compare/v2.0.0...v3.0.0) (2020-09-01)


### Bug Fixes

* **docs:** darken text to black ([0e662d4](https://github.com/tedconf/monterey/commit/0e662d4cf814956d630ccf555efb45d3a2271fa3))


### Features

* update text styles ([0e9807a](https://github.com/tedconf/monterey/commit/0e9807a4d6691d8e441672a7cbca7169e1de5736))


### BREAKING CHANGES

* - remove -2r|- remove -2u|- add -1m|- add -1u|- remove -1b|- add 1rserif|- remove 3r|- add 3r|- add
3b|- remove 4|- add 4b|- add 5b|- add 7||These text style changes span font size and line height,
which may result in some changes in the appearance of elements which depend on the size of the text
inside of it. We recommend perusing your app for such situations and fixing any holes that this
exposes

# [2.0.0](https://github.com/tedconf/monterey/compare/v2.0.0-alpha.2...v2.0.0) (2020-08-19)

# [2.0.0-alpha.2](https://github.com/tedconf/monterey/compare/v2.0.0-alpha.1...v2.0.0-alpha.2) (2020-08-18)


### Bug Fixes

* **button:** adjust disabled colors with new gray ([bee66f1](https://github.com/tedconf/monterey/commit/bee66f161a22db0753f8507ce9e11504e820fce7))

# [2.0.0-alpha.1](https://github.com/tedconf/monterey/compare/v2.0.0-alpha.0...v2.0.0-alpha.1) (2020-08-18)


### Bug Fixes

* clean up several `gray` misses and inconsistencies ([39e2131](https://github.com/tedconf/monterey/commit/39e213104b961fc572f32149da4c89b2940a01f0))

# [2.0.0-alpha.0](https://github.com/tedconf/monterey/compare/v1.1.0-rc.0...v2.0.0-alpha.0) (2020-08-14)


### Features

* **tokens:** update colors ([0b49551](https://github.com/tedconf/monterey/commit/0b49551e5feb64f0aeb31152f13dbd7dd00fe8fa))


### BREAKING CHANGES

* **tokens:** - use of `gray.0` should be replaced with `black`
- use of `gray.1` and `gray.2` should become `gray.0`
- use of `gray.3` and `gray.4` should become `gray.1`
- use of `gray.5` and `gray.6` should become `gray.2`
- use of `gray.7` should become `gray.3`.
- `red` removed and replaced with `TEDRed` which comes in `0` or `1` only

# [1.1.0-rc.0](https://github.com/tedconf/monterey/compare/v1.0.0-rc.1...v1.1.0-rc.0) (2020-05-05)


### Bug Fixes

* reset: don't reset `outline` ([de6201d](https://github.com/tedconf/monterey/commit/de6201d939ce2a81980742112702018d78982ced))


### Features

* **docs:** document breakpoint / media query tokens ([45db5d6](https://github.com/tedconf/monterey/commit/45db5d6355be002e6a8c8bafa4a4619f833be105))

# [1.0.0-rc.1](https://github.com/tedconf/monterey/compare/v1.1.3-beta.17...v1.0.0-rc.1) (2020-02-20)


### Features

* **styled:** add themed `styled` export ([d4538ad](https://github.com/tedconf/monterey/commit/d4538ad23a6b173d647fc87e247924ba757c018f))
* **tokens:** remove indigo, add red ([887e05b](https://github.com/tedconf/monterey/commit/887e05b63b99babe09128219e904621d1d37e683))

## [1.1.3-beta.17](https://github.com/tedconf/monterey/compare/v1.1.3-beta.16...v1.1.3-beta.17) (2020-02-20)


### Bug Fixes

* **tokens:** properly assign "root" fontSize ([1c2cf6e](https://github.com/tedconf/monterey/commit/1c2cf6e449d9a0f0ab8b2b24c798521933c8f6d1))

## [1.1.3-beta.16](https://github.com/tedconf/monterey/compare/v1.1.3-beta.15...v1.1.3-beta.16) (2020-02-03)


### Bug Fixes

* **tokens:** don't abstract zIndex ([6385087](https://github.com/tedconf/monterey/commit/63850879e8a67acdac81b7bfc42af51ac8a83d4f))

## [1.1.3-beta.15](https://github.com/tedconf/monterey/compare/v1.1.3-beta.14...v1.1.3-beta.15) (2020-01-29)


### Bug Fixes

* add @emotion/styled to peerDeps ([7689473](https://github.com/tedconf/monterey/commit/7689473b0ccafdbc3d66230362d6aa8e30751152))
* **input:** correct typings for adorned input ([9ea200f](https://github.com/tedconf/monterey/commit/9ea200fc61d48e649ad54fef782a3bfc2424d99e))
* **tests:** fix several type issues ([46c30af](https://github.com/tedconf/monterey/commit/46c30af9267343b95f2c55b16e1e5bb212b4789c))


### Features

* **tokens:** strictly type theme according to ThemeUI spec ([0903a23](https://github.com/tedconf/monterey/commit/0903a23795a180655573b354b2d5f8547f375a93))



## [1.1.3-beta.14](https://github.com/tedconf/monterey/compare/v1.1.3-beta.13...v1.1.3-beta.14) (2019-12-20)


### Bug Fixes

* **text:** take null/undefined as a color ([28e022f](https://github.com/tedconf/monterey/commit/28e022f324e29b17445956c6a25d8e65a6785185))

## [1.1.3-beta.13](https://github.com/tedconf/monterey/compare/v1.1.3-beta.12...v1.1.3-beta.13) (2019-11-28)


### Bug Fixes

* **view:** be more permissive on allowed props w/ as ([a0e3c33](https://github.com/tedconf/monterey/commit/a0e3c338d4dbc336cce8a328d31eb12ef0484aa7))
* **view:** properly type the `as` prop ([d5d62a6](https://github.com/tedconf/monterey/commit/d5d62a654a11fe53b975513cb2c03475856ab2a8))


### Features

* **input:** be more specifc on forwardRef types ([d23dba7](https://github.com/tedconf/monterey/commit/d23dba7c9fee889385356cd338287c4a0d4b8967))

## [1.1.3-beta.12](https://github.com/tedconf/monterey/compare/v1.1.3-beta.11...v1.1.3-beta.12) (2019-11-27)


### Bug Fixes

* **button:** allow responsive variants ([fdf4408](https://github.com/tedconf/monterey/commit/fdf44081051790769756f5b0ee0891c50d1d3b1b))
* **button:** use React.HTMLAttributes ([f8173d4](https://github.com/tedconf/monterey/commit/f8173d4a4bcdc7e7af3f33f0717ed5f162c2b3cb))


### Features

* **input:** update input types ([8147a09](https://github.com/tedconf/monterey/commit/8147a096dc740f771d051ee804678baf8071c897))

## [1.1.3-beta.11](https://github.com/tedconf/monterey/compare/v1.1.3-beta.10...v1.1.3-beta.11) (2019-11-13)


### Features

* **text:** support a responsive value for `color` ([2a8091b](https://github.com/tedconf/monterey/commit/2a8091bee9133b41524b008e76729a034c012d9e))

## [1.1.3-beta.10](https://github.com/tedconf/monterey/compare/v1.1.3-beta.9...v1.1.3-beta.10) (2019-11-08)


### Features

* **docs:** add use information for Selectables ([c24de42](https://github.com/tedconf/monterey/commit/c24de42bf9658eb794d99818ffe0145485510733))
* **docs:** categorize form elements ([8ceeb50](https://github.com/tedconf/monterey/commit/8ceeb500e715e0a096bf8f187ae52403875cf149))
* **docs:** update heading styles in MDX ([f0d060d](https://github.com/tedconf/monterey/commit/f0d060d6b2137ab0392e123ed1ad91f1791e5505))

## [1.1.3-beta.9](https://github.com/tedconf/monterey/compare/v1.1.3-beta.8...v1.1.3-beta.9) (2019-11-07)


### Features

* **input:** add textarea type ([5441268](https://github.com/tedconf/monterey/commit/5441268acf358ff0a0ec76569a359b464cf29dac))
* **input:** default textarea to flexible width ([d1dc937](https://github.com/tedconf/monterey/commit/d1dc937b9c398ab9ba8a325e551d47321badc47a))
* **input:** handle error / success messages ([a73f276](https://github.com/tedconf/monterey/commit/a73f2766fb7bb053357fade7febfe88e43496694))
* **input:** introduce input component ([f727bca](https://github.com/tedconf/monterey/commit/f727bca7923801b7ba5628a3e50ec13d59743774))
* **input:** transition width for valid/invalid adornment ([91bf288](https://github.com/tedconf/monterey/commit/91bf288441b1776e984e755f9afe1defb128d4bc))
* **input:** wrap component in `<label>` ([2277995](https://github.com/tedconf/monterey/commit/2277995756749e1a1be1b7fd54b169394a7e2473))
* **view:** support setting `userSelect` on Views ([320f606](https://github.com/tedconf/monterey/commit/320f606e82c13607bbdeb65d4ac939b605448a25))

## [1.1.3-beta.8](https://github.com/tedconf/monterey/compare/v1.1.3-beta.7...v1.1.3-beta.8) (2019-11-06)

## [1.1.3-beta.7](https://github.com/tedconf/monterey/compare/v1.1.3-beta.6...v1.1.3-beta.7) (2019-11-05)


### Bug Fixes

* **docs:** update reference tweet implementation to stretch ([05ff071](https://github.com/tedconf/monterey/commit/05ff0712ca0172f273f7e04aa8eacc91a8eb8398))


### Features

* **docs:** explain sx a bit more ([08836a6](https://github.com/tedconf/monterey/commit/08836a613e6e69f6bac6ac2ce756af79db305d85))
* **tokens:** implement shadows based on material design ([9454993](https://github.com/tedconf/monterey/commit/94549931b200f30031c0949055cd6df26d6f31ee))

## [1.1.3-beta.6](https://github.com/tedconf/monterey/compare/v1.1.3-beta.5...v1.1.3-beta.6) (2019-10-31)


### Features

* **tokens:** codify shadow naming / styles ([f3a09d5](https://github.com/tedconf/monterey/commit/f3a09d5c792fa6cf1952da287a9d11e443b92f0f))

## [1.1.3-beta.5](https://github.com/tedconf/monterey/compare/v1.1.3-beta.4...v1.1.3-beta.5) (2019-10-31)


### Bug Fixes

* **docs:** remove ghost button label from primary buttons ([0f703c7](https://github.com/tedconf/monterey/commit/0f703c74438199a06609df93d0a3eecf6feb9edd))

## [1.1.3-beta.4](https://github.com/tedconf/monterey/compare/v1.1.3-beta.3...v1.1.3-beta.4) (2019-10-30)


### Bug Fixes

* **docs:** only use one configure statement in storybook ([8ed6e31](https://github.com/tedconf/monterey/commit/8ed6e311b750e880c448575e19fb7f063568b1ba))


### Features

* **button:** size itself based on the parent ([69ac16a](https://github.com/tedconf/monterey/commit/69ac16ae0576204ec3442da303e06260f36c8c83))
* **docs:** explain the inclusion of `theme` ([930d753](https://github.com/tedconf/monterey/commit/930d753d069c4fea78ceb10e7e9bed22f6898d0a))
* **view:** default align-items to flex-start ([c7a7bda](https://github.com/tedconf/monterey/commit/c7a7bda855272808f74979b835df2190cef3ca38))

## [1.1.3-beta.3](https://github.com/tedconf/monterey/compare/v1.1.3-beta.2...v1.1.3-beta.3) (2019-10-24)


### Features

* **docs:** write intro guide for emotion and sc users ([fe5b97b](https://github.com/tedconf/monterey/commit/fe5b97b72cf6c942e97e0b1378c513e9fd0c40b6))
* **text:** support an `sx` prop ([1a62ac8](https://github.com/tedconf/monterey/commit/1a62ac878a8b79541491faf824bce435ce34b346))
* **tokens:** increase scale to 500 steps ([56c59a0](https://github.com/tedconf/monterey/commit/56c59a0de6c12ca7d34a928681dee789e297ebff))
* **view:** support additional layout props and pseudoselectors ([cb9946e](https://github.com/tedconf/monterey/commit/cb9946ee1bbcbd8692b45e545b473c33d0ff2d32))

## [1.1.3-beta.2](https://github.com/tedconf/monterey/compare/v1.1.3-beta.1...v1.1.3-beta.2) (2019-10-24)

## [1.1.3-beta.1](https://github.com/tedconf/monterey/compare/v1.1.3-beta.0...v1.1.3-beta.1) (2019-10-14)


### Features

* **text:** add a named export for textVariants ([f7478e6](https://github.com/tedconf/monterey/commit/f7478e6))

## [1.1.3-beta.0](https://github.com/tedconf/monterey/compare/v1.1.2-beta.3...v1.1.3-beta.0) (2019-10-09)


### Bug Fixes

* **button:** reference proper lineHeight ([ba85bfe](https://github.com/tedconf/monterey/commit/ba85bfe))

## [1.1.2-beta.3](https://github.com/tedconf/monterey/compare/v1.1.2-beta.2...v1.1.2-beta.3) (2019-10-02)

## [1.1.2-beta.2](https://github.com/tedconf/monterey/compare/v1.1.2-beta.1...v1.1.2-beta.2) (2019-10-02)


### Features

* export types for components and theme ([dc96f8b](https://github.com/tedconf/monterey/commit/dc96f8b))

## [1.1.2-beta.1](https://github.com/tedconf/monterey/compare/v1.1.2-beta.0...v1.1.2-beta.1) (2019-10-01)


### Features

* **tokens:** update color references ([d121b99](https://github.com/tedconf/monterey/commit/d121b99)), closes [#19](https://github.com/tedconf/monterey/issues/19)

## [1.1.2-beta.0](https://github.com/tedconf/monterey/compare/v1.1.1-beta.0...v1.1.2-beta.0) (2019-10-01)


### Bug Fixes

* **text:** alter line-heights for readability ([0e783ed](https://github.com/tedconf/monterey/commit/0e783ed))

## [1.1.1-beta.0](https://github.com/tedconf/monterey/compare/v1.1.0-beta.0...v1.1.1-beta.0) (2019-10-01)

# [1.1.0-beta.0](https://github.com/tedconf/monterey/compare/v1.0.0-beta.7...v1.1.0-beta.0) (2019-10-01)


### Bug Fixes

* **automation:** sign tags with `-s` not `-S` ([64c8f26](https://github.com/tedconf/monterey/commit/64c8f26))


### Features

* 🎸 clean up swatch docs ([9a0d595](https://github.com/tedconf/monterey/commit/9a0d595))



# [1.0.0-beta.7](https://github.com/tedconf/monterey/compare/v1.0.0-beta.6...v1.0.0-beta.7) (2019-09-30)


### Features

* 🎸 style custom mdx components ([c7cd330](https://github.com/tedconf/monterey/commit/c7cd330))



# [1.0.0-beta.6](https://github.com/tedconf/monterey/compare/v1.0.0-beta.5...v1.0.0-beta.6) (2019-09-27)


### Features

* 🎸 export the `sx` helper ([c39f6f6](https://github.com/tedconf/monterey/commit/c39f6f6))



# [1.0.0-beta.5](https://github.com/tedconf/monterey/compare/v1.0.0-beta.4...v1.0.0-beta.5) (2019-09-27)



# [1.0.0-beta.4](https://github.com/tedconf/monterey/compare/v1.0.0-beta.3...v1.0.0-beta.4) (2019-09-27)


### Features

* 🎸 export jsx pragma ([4d67e49](https://github.com/tedconf/monterey/commit/4d67e49))



# [1.0.0-beta.3](https://github.com/tedconf/monterey/compare/v1.0.0-beta.ts.1...v1.0.0-beta.3) (2019-09-27)


### Bug Fixes

* 🐛 thanks for cathing these bugs typescript ([55cefaa](https://github.com/tedconf/monterey/commit/55cefaa))
* 🐛 ts -> tsx ([67d7a13](https://github.com/tedconf/monterey/commit/67d7a13))


### Features

* 🎸 apply readme to the notes sections ([3d5d3dc](https://github.com/tedconf/monterey/commit/3d5d3dc))
* 🎸 theme and configure storybook and addons ([18f9435](https://github.com/tedconf/monterey/commit/18f9435))



# [1.0.0-beta.ts.1](https://github.com/tedconf/monterey/compare/v1.0.0-beta.ts.0...v1.0.0-beta.ts.1) (2019-09-25)


### Bug Fixes

* 🐛 correct the reset ([55d05a4](https://github.com/tedconf/monterey/commit/55d05a4))



# [1.0.0-beta.ts.0](https://github.com/tedconf/monterey/compare/v1.0.0-beta.1...v1.0.0-beta.ts.0) (2019-09-25)


### Bug Fixes

* 🐛 fix errant find/replace ([c0ce49b](https://github.com/tedconf/monterey/commit/c0ce49b))


### Features

* 🎸 convert to typescript ([38a7a24](https://github.com/tedconf/monterey/commit/38a7a24))
* 🎸 update size variants ([350c6c3](https://github.com/tedconf/monterey/commit/350c6c3)), closes [#18](https://github.com/tedconf/monterey/issues/18)


### BREAKING CHANGES

* any button sizes must be updated



# [1.0.0-beta.1](https://github.com/tedconf/monterey/compare/1.0.0-beta.1...v1.0.0-beta.1) (2019-09-11)



# [1.0.0](https://github.com/tedconf/monterey/compare/v0.1.0-alpha.21...v1.0.0) (2019-09-11)



# [0.1.0-alpha.21](https://github.com/tedconf/monterey/compare/v0.1.0-alpha.20...v0.1.0-alpha.21) (2019-09-11)


### Bug Fixes

* 🐛 use pragma for compilation ([11c6713](https://github.com/tedconf/monterey/commit/11c6713))


### Features

* 🎸 enable `sx` on the View component by default ([f15632b](https://github.com/tedconf/monterey/commit/f15632b))



# [0.1.0-alpha.20](https://github.com/tedconf/monterey/compare/v0.1.0-alpha.19...v0.1.0-alpha.20) (2019-09-10)


### Features

* 🎸 add border and shadow to `View` ([fb45864](https://github.com/tedconf/monterey/commit/fb45864))
* 🎸 update button styles / api ([1ecd9db](https://github.com/tedconf/monterey/commit/1ecd9db))


### BREAKING CHANGES

* color => variant!



# [0.1.0-alpha.19](https://github.com/tedconf/monterey/compare/v0.1.0-alpha.18...v0.1.0-alpha.19) (2019-09-05)


### Features

* 🎸 use 4px scale ([773c6b7](https://github.com/tedconf/monterey/commit/773c6b7))


### BREAKING CHANGES

* double all spacing values!



# [0.1.0-alpha.18](https://github.com/tedconf/monterey/compare/v0.1.0-alpha.17...v0.1.0-alpha.18) (2019-09-05)


### Features

* 🎸 add displayname to the emotion theme provider ([64c2b19](https://github.com/tedconf/monterey/commit/64c2b19))



# [0.1.0-alpha.17](https://github.com/tedconf/monterey/compare/v0.1.0-alpha.16...v0.1.0-alpha.17) (2019-09-05)


### Features

* 🎸 add displayname to reset and theme provider ([73406a6](https://github.com/tedconf/monterey/commit/73406a6))



# [0.1.0-alpha.16](https://github.com/tedconf/monterey/compare/v0.1.0-alpha.15...v0.1.0-alpha.16) (2019-09-05)


### Features

* 🎸 make View flex ([f663004](https://github.com/tedconf/monterey/commit/f663004))


### BREAKING CHANGES

* block -> flex could be bad.



# [0.1.0-alpha.15](https://github.com/tedconf/monterey/compare/v0.1.0-alpha.14...v0.1.0-alpha.15) (2019-09-05)


### Bug Fixes

* 🐛 allow arrays as props ([b703928](https://github.com/tedconf/monterey/commit/b703928))
* 🐛 support array proptype on text ([59f935d](https://github.com/tedconf/monterey/commit/59f935d))



# [0.1.0-alpha.14](https://github.com/tedconf/monterey/compare/v0.1.0-alpha.13...v0.1.0-alpha.14) (2019-09-03)


### Features

* 🎸 add `sizes` config ([a89ff91](https://github.com/tedconf/monterey/commit/a89ff91))



# [0.1.0-alpha.13](https://github.com/tedconf/monterey/compare/v0.1.0-alpha.12...v0.1.0-alpha.13) (2019-09-03)



# [0.1.0-alpha.12](https://github.com/tedconf/monterey/compare/v0.1.0-alpha.11...v0.1.0-alpha.12) (2019-09-03)


### Bug Fixes

* 🐛 remove console.log ([4df903e](https://github.com/tedconf/monterey/commit/4df903e))



# [0.1.0-alpha.11](https://github.com/tedconf/monterey/compare/v0.1.0-alpha.10...v0.1.0-alpha.11) (2019-08-30)


### Features

* **tokens:** add negative values ([e5ccaf5](https://github.com/tedconf/monterey/commit/e5ccaf5))



# [0.1.0-alpha.10](https://github.com/tedconf/monterey/compare/v0.1.0-alpha.9...v0.1.0-alpha.10) (2019-08-30)


### Features

* **components/view:** add view component ([e7e5684](https://github.com/tedconf/monterey/commit/e7e5684))



# [0.1.0-alpha.9](https://github.com/tedconf/monterey/compare/v0.1.0-alpha.8...v0.1.0-alpha.9) (2019-08-30)


### Bug Fixes

* **text:** update letter spacing for -2u ([16bb018](https://github.com/tedconf/monterey/commit/16bb018))



# [0.1.0-alpha.8](https://github.com/tedconf/monterey/compare/v0.1.0-alpha.7...v0.1.0-alpha.8) (2019-08-30)



# [0.1.0-alpha.7](https://github.com/tedconf/monterey/compare/v0.1.0-alpha.6...v0.1.0-alpha.7) (2019-08-30)


### Features

* export jsx and sx ([0f8b43a](https://github.com/tedconf/monterey/commit/0f8b43a))
* **colors:** update colors to latest ([a2148fd](https://github.com/tedconf/monterey/commit/a2148fd))



# [0.1.0-alpha.6](https://github.com/tedconf/monterey/compare/v0.1.0-alpha.5...v0.1.0-alpha.6) (2019-08-30)


### Features

* set hard deps for styled-system ([ca54538](https://github.com/tedconf/monterey/commit/ca54538))



# [0.1.0-alpha.5](https://github.com/tedconf/monterey/compare/v0.1.0-alpha.4...v0.1.0-alpha.5) (2019-08-30)


### Features

* **components/button:** add link button style ([dce95f5](https://github.com/tedconf/monterey/commit/dce95f5))



# [0.1.0-alpha.4](https://github.com/tedconf/monterey/compare/v0.1.0-alpha.3...v0.1.0-alpha.4) (2019-08-29)


### Bug Fixes

* **build:** ignore dist directory ([05bbb1a](https://github.com/tedconf/monterey/commit/05bbb1a))


### Features

* **components/text:** export text component ([19135eb](https://github.com/tedconf/monterey/commit/19135eb))



# [0.1.0-alpha.3](https://github.com/tedconf/monterey/compare/v0.1.0-alpha.2...v0.1.0-alpha.3) (2019-08-29)


### Features

* **components/text:** add generic text component for type styles ([d8c0f70](https://github.com/tedconf/monterey/commit/d8c0f70))



# [0.1.0-alpha.2](https://github.com/tedconf/monterey/compare/v0.1.0-alpha.1...v0.1.0-alpha.2) (2019-08-28)


### Bug Fixes

* **build:** add more peerdeps ([f8a2d17](https://github.com/tedconf/monterey/commit/f8a2d17))



# [0.1.0-alpha.1](https://github.com/tedconf/monterey/compare/v0.1.0-alpha.0...v0.1.0-alpha.1) (2019-08-28)


### Bug Fixes

* **build:** properly scope deps ([0d16f9f](https://github.com/tedconf/monterey/commit/0d16f9f))



# [0.1.0-alpha.0](https://github.com/tedconf/monterey/compare/7ef4b93...v0.1.0-alpha.0) (2019-08-28)


### Features

* **build:** add compile step ([57e51a2](https://github.com/tedconf/monterey/commit/57e51a2))
* **button/ghost:** gray -> grays ([9dcd305](https://github.com/tedconf/monterey/commit/9dcd305))
* **buttons:** add button variations ([7ef4b93](https://github.com/tedconf/monterey/commit/7ef4b93))
* **demo:** migrate to storybook ([f834212](https://github.com/tedconf/monterey/commit/f834212))
* **fonts:** add latest inter ([26159a1](https://github.com/tedconf/monterey/commit/26159a1))
* **text:** update text scale and codify styles ([a34c49f](https://github.com/tedconf/monterey/commit/a34c49f))
* **tokens:** update colors and text styles to latest iteration ([86dab41](https://github.com/tedconf/monterey/commit/86dab41))

