{{> header}}

{{#each packageGroups}}
### {{title}}

{{#if breakingChanges.length}}
_Breaking changes:_

{{#each breakingChanges}}
* {{#if commit.scope}}**{{commit.scope}}:** {{/if}}{{text}}
{{/each}}

{{/if}}
{{#if deprecations.length}}
_Deprecations:_

{{#each deprecations}}
* {{#if commit.scope}}**{{commit.scope}}:** {{/if}}{{text}}
{{/each}}

{{/if}}
|            |                       |
| ---------- | --------------------- |
{{#each commits}}
| {{type}} | {{> commit root=@root}} |
{{/each}}

{{/each}}

