Skip to content

Commit

Permalink
Release 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
simonihmig committed Jul 21, 2023
1 parent 06c7823 commit 95e9b48
Show file tree
Hide file tree
Showing 4 changed files with 29 additions and 4 deletions.
25 changes: 25 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,31 @@




## v0.5.0 (2023-07-21)

#### :boom: Breaking Change
* [#608](https://github.com/simonihmig/ember-stargate/pull/608) Drop Ember 3.24 support ([@simonihmig](https://github.com/simonihmig))

#### :rocket: Enhancement
* [#636](https://github.com/simonihmig/ember-stargate/pull/636) Update to Glint 1.0 ([@simonihmig](https://github.com/simonihmig))
* [#635](https://github.com/simonihmig/ember-stargate/pull/635) Make portal target render as empty ([@simonihmig](https://github.com/simonihmig))

#### :bug: Bug Fix
* [#644](https://github.com/simonihmig/ember-stargate/pull/644) Fix `Trying to unregister a portal` assertion when immediately unrendering portal ([@simonihmig](https://github.com/simonihmig))

#### :house: Internal
* [#655](https://github.com/simonihmig/ember-stargate/pull/655) Drop rollup-plugin-ts, use updated addon blueprint ([@simonihmig](https://github.com/simonihmig))
* [#634](https://github.com/simonihmig/ember-stargate/pull/634) Update dependencies for Ember 5 ([@simonihmig](https://github.com/simonihmig))
* [#633](https://github.com/simonihmig/ember-stargate/pull/633) Update to use node 18 internally ([@simonihmig](https://github.com/simonihmig))
* [#596](https://github.com/simonihmig/ember-stargate/pull/596) Align v2 addon boilerplate with latest blueprint ([@simonihmig](https://github.com/simonihmig))
* [#586](https://github.com/simonihmig/ember-stargate/pull/586) Update release-it plugins ([@simonihmig](https://github.com/simonihmig))
* [#563](https://github.com/simonihmig/ember-stargate/pull/563) Setup ESLint + TS properly in test-app ([@simonihmig](https://github.com/simonihmig))
* [#553](https://github.com/simonihmig/ember-stargate/pull/553) Update workspace layout ([@simonihmig](https://github.com/simonihmig))

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

## v0.4.3 (2022-07-01)

#### :rocket: Enhancement
Expand Down
2 changes: 1 addition & 1 deletion ember-stargate/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ember-stargate",
"version": "0.4.3",
"version": "0.5.0",
"description": "Modern lightweight portals for Ember",
"keywords": [
"ember-addon"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
},
"npm": false
},
"version": "0.4.3",
"version": "0.5.0",
"volta": {
"node": "18.16.1",
"yarn": "1.22.19"
Expand Down
4 changes: 2 additions & 2 deletions test-app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "test-app",
"version": "0.4.3",
"version": "0.5.0",
"private": true,
"description": "Small description for test-app goes here",
"repository": "",
Expand Down Expand Up @@ -77,7 +77,7 @@
"ember-sinon-qunit": "7.1.4",
"ember-source": "3.28.12",
"ember-source-channel-url": "3.0.0",
"ember-stargate": "0.4.3",
"ember-stargate": "0.5.0",
"ember-template-lint": "5.11.0",
"ember-try": "2.0.0",
"eslint": "7.32.0",
Expand Down

0 comments on commit 95e9b48

Please sign in to comment.