Skip to content

Commit

Permalink
Release 0.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
simonihmig committed May 31, 2022
1 parent 366e1df commit a3f5913
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 4 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,22 @@



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

#### :rocket: Enhancement
* `ember-stargate`, `test-app`
* [#494](https://github.com/kaliber5/ember-stargate/pull/494) Expose Glint types ([@simonihmig](https://github.com/simonihmig))
* `ember-stargate`
* [#491](https://github.com/kaliber5/ember-stargate/pull/491) Convert to TypeScript ([@simonihmig](https://github.com/simonihmig))

#### :house: Internal
* `test-app`
* [#378](https://github.com/kaliber5/ember-stargate/pull/378) Fix Embroider testing setup ([@simonihmig](https://github.com/simonihmig))

#### Committers: 2
- Benedikt Deicke ([@benedikt](https://github.com/benedikt))
- Simon Ihmig ([@simonihmig](https://github.com/simonihmig))

## v0.4.0 (2021-10-28)

#### :boom: Breaking Change
Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -48,5 +48,5 @@
"resolutions": {
"socket.io": "4.5.1"
},
"version": "0.4.0"
"version": "0.4.2"
}
2 changes: 1 addition & 1 deletion packages/ember-stargate/package.json
@@ -1,6 +1,6 @@
{
"name": "ember-stargate",
"version": "0.4.1",
"version": "0.4.2",
"description": "Modern lightweight portals for Ember",
"keywords": [
"ember-addon"
Expand Down
4 changes: 2 additions & 2 deletions packages/test-app/package.json
@@ -1,6 +1,6 @@
{
"name": "test-app",
"version": "0.4.0",
"version": "0.4.2",
"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.1",
"ember-stargate": "0.4.2",
"ember-template-lint": "4.10.0",
"ember-try": "2.0.0",
"eslint": "7.32.0",
Expand Down

0 comments on commit a3f5913

Please sign in to comment.