# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [1.0.0](https://github.com/mikaelkaron/stencil-xstate/compare/v0.9.0...v1.0.0) (2019-06-30)


### Features

* upgrade deps ([892c0d9](https://github.com/mikaelkaron/stencil-xstate/commit/892c0d9))


### BREAKING CHANGES

* Upgrade to stencil@one is a breaking change





# Changelog

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

## [0.9.0](https://github.com/mikaelkaron/stencil-xstate/compare/v0.8.0...v0.9.0) (2019-06-14)


### Bug Fixes

* clean up type/interface names ([b69c72f](https://github.com/mikaelkaron/stencil-xstate/commit/b69c72f))


### BREAKING CHANGES

* Renamed Options -> MachineOptions



## [0.8.0](https://github.com/mikaelkaron/stencil-xstate/compare/v0.7.3...v0.8.0) (2019-06-12)


### Bug Fixes

* ensure we only show leaf state ([fd81af3](https://github.com/mikaelkaron/stencil-xstate/commit/fd81af3))


### Features

* added slots ([8b32020](https://github.com/mikaelkaron/stencil-xstate/commit/8b32020))



### [0.7.3](https://github.com/mikaelkaron/stencil-xstate/compare/v0.7.2...v0.7.3) (2019-06-09)


### Bug Fixes

* more typings ([420b57c](https://github.com/mikaelkaron/stencil-xstate/commit/420b57c))



### [0.7.2](https://github.com/mikaelkaron/stencil-xstate/compare/v0.7.1...v0.7.2) (2019-06-09)


### Bug Fixes

* update versions ([a397628](https://github.com/mikaelkaron/stencil-xstate/commit/a397628))



### [0.7.1](https://github.com/mikaelkaron/stencil-xstate/compare/v0.7.0...v0.7.1) (2019-06-09)


### Bug Fixes

* normalize tsconfig.json ([d28376c](https://github.com/mikaelkaron/stencil-xstate/commit/d28376c))



## [0.7.0](https://github.com/mikaelkaron/stencil-xstate/compare/v0.6.3...v0.7.0) (2019-06-08)


### Features

* monorepo using lerna ([e0b7896](https://github.com/mikaelkaron/stencil-xstate/commit/e0b7896))



### [0.6.3](https://github.com/mikaelkaron/stencil-xstate/compare/v0.6.2...v0.6.3) (2019-06-08)


### Bug Fixes

* disable shadow dom ([fde9f55](https://github.com/mikaelkaron/stencil-xstate/commit/fde9f55))



### [0.6.2](https://github.com/mikaelkaron/stencil-xstate/compare/v0.6.1...v0.6.2) (2019-06-08)


### Bug Fixes

* remove slots - not needed ([90ef035](https://github.com/mikaelkaron/stencil-xstate/commit/90ef035))



### [0.6.1](https://github.com/mikaelkaron/stencil-xstate/compare/v0.6.0...v0.6.1) (2019-06-07)


### Bug Fixes

* remove redundant slots ([e01672d](https://github.com/mikaelkaron/stencil-xstate/commit/e01672d))



## [0.6.0](https://github.com/mikaelkaron/stencil-xstate/compare/v0.5.1...v0.6.0) (2019-06-05)


### Bug Fixes

* stateChange should not be static ([58db7d1](https://github.com/mikaelkaron/stencil-xstate/commit/58db7d1))
* update lockfile ([26982ae](https://github.com/mikaelkaron/stencil-xstate/commit/26982ae))


### Features

* add <slot> support ([d0e61d7](https://github.com/mikaelkaron/stencil-xstate/commit/d0e61d7))



### [0.5.1](https://github.com/mikaelkaron/stencil-xstate/compare/v0.5.0...v0.5.1) (2019-06-04)


### Bug Fixes

* make service mutable ([8bf0190](https://github.com/mikaelkaron/stencil-xstate/commit/8bf0190))



## [0.5.0](https://github.com/mikaelkaron/stencil-xstate/compare/v0.4.1...v0.5.0) (2019-06-04)


### Features

* expose service on machine ([54effa0](https://github.com/mikaelkaron/stencil-xstate/commit/54effa0))



### [0.4.1](https://github.com/mikaelkaron/stencil-xstate/compare/v0.4.0...v0.4.1) (2019-06-02)


### Bug Fixes

* cleanup imports/exports ([2b013a2](https://github.com/mikaelkaron/stencil-xstate/commit/2b013a2))



## [0.4.0](https://github.com/mikaelkaron/stencil-xstate/compare/v0.3.0...v0.4.0) (2019-06-02)


### Bug Fixes

* remove xstate-renderer ([89a9f81](https://github.com/mikaelkaron/stencil-xstate/commit/89a9f81))


### BREAKING CHANGES

* Component go bye-bye
