Skip to content

Commit

Permalink
Release 0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
simonihmig committed Jun 3, 2024
1 parent 861f251 commit a156407
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 5 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,20 @@




## v0.6.0 (2024-06-03)

#### :boom: Breaking Change
* [#696](https://github.com/simonihmig/ember-stargate/pull/696) Drop support for Ember < 4.12 ([@simonihmig](https://github.com/simonihmig))
* [#687](https://github.com/simonihmig/ember-stargate/pull/687) Require ember-resources v7 ([@basz](https://github.com/basz))

#### :rocket: Enhancement
* [#687](https://github.com/simonihmig/ember-stargate/pull/687) Require ember-resources v7 ([@basz](https://github.com/basz))

#### Committers: 2
- Bas Kamer ([@basz](https://github.com/basz))
- Simon Ihmig ([@simonihmig](https://github.com/simonihmig))

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

#### :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.5.0",
"version": "0.6.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.5.0",
"version": "0.6.0",
"volta": {
"node": "18.20.3",
"yarn": "1.22.22"
Expand Down
5 changes: 2 additions & 3 deletions test-app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "test-app",
"version": "0.5.0",
"version": "0.6.0",
"private": true,
"description": "Small description for test-app goes here",
"repository": "",
Expand Down Expand Up @@ -60,7 +60,7 @@
"ember-sinon-qunit": "7.4.0",
"ember-source": "3.28.12",
"ember-source-channel-url": "3.0.0",
"ember-stargate": "0.5.0",
"ember-stargate": "0.6.0",
"ember-template-lint": "6.0.0",
"ember-try": "3.0.0",
"eslint": "8.57.0",
Expand All @@ -78,7 +78,6 @@
"typescript": "5.4.5",
"webpack": "5.91.0"
},

"engines": {
"node": "14.* || >= 16"
},
Expand Down

0 comments on commit a156407

Please sign in to comment.