From 95e9b485a1c47016fe67f6882c953f885ade0de0 Mon Sep 17 00:00:00 2001 From: Simon Ihmig Date: Sat, 22 Jul 2023 01:48:26 +0200 Subject: [PATCH] Release 0.5.0 --- CHANGELOG.md | 25 +++++++++++++++++++++++++ ember-stargate/package.json | 2 +- package.json | 2 +- test-app/package.json | 4 ++-- 4 files changed, 29 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 08ad8e40..daba6410 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/ember-stargate/package.json b/ember-stargate/package.json index 17ad62cd..30e50934 100644 --- a/ember-stargate/package.json +++ b/ember-stargate/package.json @@ -1,6 +1,6 @@ { "name": "ember-stargate", - "version": "0.4.3", + "version": "0.5.0", "description": "Modern lightweight portals for Ember", "keywords": [ "ember-addon" diff --git a/package.json b/package.json index 2240367d..233f28a9 100644 --- a/package.json +++ b/package.json @@ -44,7 +44,7 @@ }, "npm": false }, - "version": "0.4.3", + "version": "0.5.0", "volta": { "node": "18.16.1", "yarn": "1.22.19" diff --git a/test-app/package.json b/test-app/package.json index 0d2c5940..45c1e1d5 100644 --- a/test-app/package.json +++ b/test-app/package.json @@ -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": "", @@ -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",