Skip to content

Commit

Permalink
Release 0.4.0-0
Browse files Browse the repository at this point in the history
  • Loading branch information
simonihmig committed Oct 28, 2021
1 parent b7b2ec6 commit 26d8d34
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 2 deletions.
19 changes: 19 additions & 0 deletions CHANGELOG.md
@@ -1,4 +1,23 @@


## v0.4.0-0 (2021-10-28)

#### :boom: Breaking Change
* `ember-stargate`, `test-app`
* [#324](https://github.com/kaliber5/ember-stargate/pull/324) Convert to v2 addon ([@simonihmig](https://github.com/simonihmig))
* Other
* [#319](https://github.com/kaliber5/ember-stargate/pull/319) Require ember-auto-import v2 ([@simonihmig](https://github.com/simonihmig))

#### :rocket: Enhancement
* `ember-stargate`, `test-app`
* [#324](https://github.com/kaliber5/ember-stargate/pull/324) Convert to v2 addon ([@simonihmig](https://github.com/simonihmig))

#### :bug: Bug Fix
* [#318](https://github.com/kaliber5/ember-stargate/pull/318) Fix changing portal targets, uses resources instead of lifecycle hooks ([@simonihmig](https://github.com/simonihmig))

#### Committers: 1
- Simon Ihmig ([@simonihmig](https://github.com/simonihmig))

## v0.3.0 (2021-08-30)

#### :boom: Breaking Change
Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -52,5 +52,5 @@
"resolutions": {
"socket.io": "4.3.1"
},
"version": "0.3.0"
"version": "0.4.0-0"
}
2 changes: 1 addition & 1 deletion packages/ember-stargate/package.json
@@ -1,6 +1,6 @@
{
"name": "ember-stargate",
"version": "0.3.0",
"version": "0.4.0-0",
"description": "Modern lightweight portals for Ember",
"keywords": [
"ember-addon"
Expand Down

0 comments on commit 26d8d34

Please sign in to comment.