Skip to content

Commit

Permalink
Release 0.19.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lukemelia committed Sep 28, 2023
1 parent 699c6cb commit 3ca8cf9
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,22 @@
All notable changes to this project will be documented in this file.



## v0.19.0 (2023-09-28)

#### :boom: Breaking Change
* [#957](https://github.com/chrislopresto/ember-freestyle/pull/957) Add `@ember/string` as a peer dependency ([@bertdeblock](https://github.com/bertdeblock))

#### :rocket: Enhancement
* [#963](https://github.com/chrislopresto/ember-freestyle/pull/963) Add an Api type to Freestyle::Usage for when you expect a component as argument ([@lukemelia](https://github.com/lukemelia))

#### :bug: Bug Fix
* [#957](https://github.com/chrislopresto/ember-freestyle/pull/957) Add `@ember/string` as a peer dependency ([@bertdeblock](https://github.com/bertdeblock))

#### Committers: 2
- Bert De Block ([@bertdeblock](https://github.com/bertdeblock))
- Luke Melia ([@lukemelia](https://github.com/lukemelia))

## v0.18.0 (2023-07-18)

#### :rocket: Enhancement
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ember-freestyle",
"version": "0.18.0",
"version": "0.19.0",
"description": "Create a living styleguide for your Ember app.",
"keywords": [
"ember-addon"
Expand Down

0 comments on commit 3ca8cf9

Please sign in to comment.