From fbe4c2963f93cde3e4921a3b49c8b7f7b0ca738f Mon Sep 17 00:00:00 2001 From: Simon Ihmig Date: Thu, 14 Nov 2024 19:29:26 +0100 Subject: [PATCH] Release 1.0.0 --- CHANGELOG.md | 21 +++++++++++++++++++++ ember-stargate/package.json | 2 +- package.json | 3 ++- test-app/package.json | 4 ++-- 4 files changed, 26 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e2d17ff8..70b2e6ee 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,27 @@ + +## v1.0.0 (2024-11-14) + +#### :rocket: Enhancement +* [#735](https://github.com/simonihmig/ember-stargate/pull/735) Update @glimmer/component to allow for v2 ([@simonihmig](https://github.com/simonihmig)) +* [#710](https://github.com/simonihmig/ember-stargate/pull/710) Drop @ember/render-modifiers usage ([@simonihmig](https://github.com/simonihmig)) +* [#708](https://github.com/simonihmig/ember-stargate/pull/708) Import TrackedMap from tracked-built-ins instead of tracked-maps-and-sets #701 ([@johanrd](https://github.com/johanrd)) +* [#704](https://github.com/simonihmig/ember-stargate/pull/704) Upgrades ember-resources to newest version which allows @glimmer/component v2.0.0 as peer dependency. ([@johanrd](https://github.com/johanrd)) + +#### :bug: Bug Fix +* [#702](https://github.com/simonihmig/ember-stargate/pull/702) Export `Portal` and `PortalTarget` signatures ([@didoo](https://github.com/didoo)) + +#### :house: Internal +* [#718](https://github.com/simonihmig/ember-stargate/pull/718) Update v2 addon boilerplate ([@simonihmig](https://github.com/simonihmig)) +* [#706](https://github.com/simonihmig/ember-stargate/pull/706) Disable prototype extensions to fix Ember 6 tests ([@simonihmig](https://github.com/simonihmig)) + +#### Committers: 3 +- Cristiano Rastelli ([@didoo](https://github.com/didoo)) +- Simon Ihmig ([@simonihmig](https://github.com/simonihmig)) +- [@johanrd](https://github.com/johanrd) + ## v0.6.0 (2024-06-03) #### :boom: Breaking Change diff --git a/ember-stargate/package.json b/ember-stargate/package.json index c4d269fc..0aa447c3 100644 --- a/ember-stargate/package.json +++ b/ember-stargate/package.json @@ -1,6 +1,6 @@ { "name": "ember-stargate", - "version": "0.6.0", + "version": "1.0.0", "description": "Modern lightweight portals for Ember", "keywords": [ "ember-addon" diff --git a/package.json b/package.json index 888c0646..8e77c787 100644 --- a/package.json +++ b/package.json @@ -53,5 +53,6 @@ "volta": { "node": "22.11.0", "yarn": "1.22.22" - } + }, + "version": "1.0.0" } diff --git a/test-app/package.json b/test-app/package.json index 7f855a34..4734673d 100644 --- a/test-app/package.json +++ b/test-app/package.json @@ -1,6 +1,6 @@ { "name": "test-app", - "version": "0.6.0", + "version": "1.0.0", "private": true, "description": "Test app for ember-stargate addon", "repository": "", @@ -85,7 +85,7 @@ "ember-source": "6.0.0", "ember-source-channel-url": "3.0.0", "ember-sinon-qunit": "7.5.0", - "ember-stargate": "0.6.0", + "ember-stargate": "1.0.0", "ember-template-lint": "6.0.0", "ember-try": "3.0.0", "eslint": "8.57.1",