Skip to content

Commit

Permalink
Release 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
simonihmig committed Nov 14, 2024
1 parent 1e355f7 commit fbe4c29
Show file tree
Hide file tree
Showing 4 changed files with 26 additions and 4 deletions.
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
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.6.0",
"version": "1.0.0",
"description": "Modern lightweight portals for Ember",
"keywords": [
"ember-addon"
Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,5 +53,6 @@
"volta": {
"node": "22.11.0",
"yarn": "1.22.22"
}
},
"version": "1.0.0"
}
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.6.0",
"version": "1.0.0",
"private": true,
"description": "Test app for ember-stargate addon",
"repository": "",
Expand Down Expand Up @@ -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",
Expand Down

0 comments on commit fbe4c29

Please sign in to comment.