diff --git a/packages/ember-stargate/CHANGELOG.md b/packages/ember-stargate/CHANGELOG.md new file mode 100644 index 00000000..5a11b891 --- /dev/null +++ b/packages/ember-stargate/CHANGELOG.md @@ -0,0 +1,62 @@ +## v0.4.1 (2022-02-04) + +#### :rocket: Enhancement +* `ember-stargate` + * [#420](https://github.com/kaliber5/ember-stargate/pull/420) Better error message for unregister assertion ([@simonihmig](https://github.com/simonihmig)) + +#### Committers: 1 +- Simon Ihmig ([@simonihmig](https://github.com/simonihmig)) + + +## 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 +* [#263](https://github.com/kaliber5/ember-stargate/pull/263) Update `tracked-maps-and-sets` to support Ember 4.0, drop support for Ember <3.24 ([@simonihmig](https://github.com/simonihmig)) +* [#252](https://github.com/kaliber5/ember-stargate/pull/252) Drop node 10 support ([@simonihmig](https://github.com/simonihmig)) +* [#251](https://github.com/kaliber5/ember-stargate/pull/251) Update to Ember 3.27, drop support for Ember <3.20 ([@simonihmig](https://github.com/simonihmig)) + +#### :rocket: Enhancement +* [#263](https://github.com/kaliber5/ember-stargate/pull/263) Update `tracked-maps-and-sets` to support Ember 4.0, drop support for Ember <3.24 ([@simonihmig](https://github.com/simonihmig)) + +#### :house: Internal +* [#264](https://github.com/kaliber5/ember-stargate/pull/264) Configure Renovate ([@renovate[bot]](https://github.com/apps/renovate)) +* [#251](https://github.com/kaliber5/ember-stargate/pull/251) Update to Ember 3.27, drop support for Ember <3.20 ([@simonihmig](https://github.com/simonihmig)) +* [#9](https://github.com/kaliber5/ember-stargate/pull/9) Removed the public version of the -portal service ([@cah-briangantzler](https://github.com/cah-briangantzler)) + +#### Committers: 4 +- Alex Kanunnikov ([@lifeart](https://github.com/lifeart)) +- Brian Gantzler ([@cah-briangantzler](https://github.com/cah-briangantzler)) +- Simon Ihmig ([@simonihmig](https://github.com/simonihmig)) +- [@dependabot-preview[bot]](https://github.com/apps/dependabot-preview) + + +## v0.2.0 (2020-06-19) + +#### :boom: Breaking Change +* [#5](https://github.com/kaliber5/ember-stargate/pull/5) Introduce fallback=inplace behaviour, change semantics of renderInPlace ([@simonihmig](https://github.com/simonihmig)) + +#### :rocket: Enhancement +* [#5](https://github.com/kaliber5/ember-stargate/pull/5) Introduce fallback=inplace behaviour, change semantics of renderInPlace ([@simonihmig](https://github.com/simonihmig)) + +#### Committers: 1 +- Simon Ihmig ([@simonihmig](https://github.com/simonihmig)) + diff --git a/packages/ember-stargate/package.json b/packages/ember-stargate/package.json index 40ca0b32..cd510ee1 100644 --- a/packages/ember-stargate/package.json +++ b/packages/ember-stargate/package.json @@ -1,6 +1,6 @@ { "name": "ember-stargate", - "version": "0.4.0", + "version": "0.4.1", "description": "Modern lightweight portals for Ember", "keywords": [ "ember-addon"