Skip to content

Commit

Permalink
Release 0.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
simonihmig committed Jul 1, 2022
1 parent 277abef commit 1d01c50
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 4 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,21 @@




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

#### :rocket: Enhancement
* `ember-stargate`
* [#541](https://github.com/kaliber5/ember-stargate/pull/541) Upgrade to ember-resources v5 ([@simonihmig](https://github.com/simonihmig))

#### :bug: Bug Fix
* `ember-stargate`, `test-app`
* [#537](https://github.com/kaliber5/ember-stargate/pull/537) Ensure PortalTarget onChange is called on initial render ([@meirish](https://github.com/meirish))

#### Committers: 2
- Matthew Irish ([@meirish](https://github.com/meirish))
- Simon Ihmig ([@simonihmig](https://github.com/simonihmig))

## v0.4.2 (2022-05-31)

#### :rocket: Enhancement
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,5 +48,5 @@
"resolutions": {
"socket.io": "4.5.1"
},
"version": "0.4.2"
"version": "0.4.3"
}
2 changes: 1 addition & 1 deletion packages/ember-stargate/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ember-stargate",
"version": "0.4.2",
"version": "0.4.3",
"description": "Modern lightweight portals for Ember",
"keywords": [
"ember-addon"
Expand Down
4 changes: 2 additions & 2 deletions packages/test-app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "test-app",
"version": "0.4.2",
"version": "0.4.3",
"private": true,
"description": "Small description for test-app goes here",
"repository": "",
Expand Down Expand Up @@ -76,7 +76,7 @@
"ember-sinon-qunit": "6.0.0",
"ember-source": "3.28.9",
"ember-source-channel-url": "3.0.0",
"ember-stargate": "0.4.2",
"ember-stargate": "0.4.3",
"ember-template-lint": "4.10.1",
"ember-try": "2.0.0",
"eslint": "7.32.0",
Expand Down

0 comments on commit 1d01c50

Please sign in to comment.