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 Jul 23, 2024
1 parent 43c8c43 commit ca2a5ef
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 4 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,15 @@




## v1.0.0 (2024-07-23)

#### :rocket: Enhancement
* [#575](https://github.com/simonihmig/ember-window-mock/pull/575) Add createMockedWindow helper for mocking window.parent or other explicit window instances ([@simonihmig](https://github.com/simonihmig))

#### Committers: 1
- Simon Ihmig ([@simonihmig](https://github.com/simonihmig))

## v1.0.0-rc.2 (2024-07-23)

#### :bug: Bug Fix
Expand Down
2 changes: 1 addition & 1 deletion ember-window-mock/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ember-window-mock",
"version": "1.0.0-rc.2",
"version": "1.0.0",
"description": "Wraps the global window object with a proxy that can be mocked in tests",
"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 @@ -43,5 +43,5 @@
},
"npm": false
},
"version": "1.0.0-rc.2"
"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": "1.0.0-rc.2",
"version": "1.0.0",
"private": true,
"description": "Test app for ember-window-mock addon",
"repository": "",
Expand Down Expand Up @@ -109,6 +109,6 @@
"edition": "octane"
},
"dependencies": {
"ember-window-mock": "1.0.0-rc.2"
"ember-window-mock": "1.0.0"
}
}

0 comments on commit ca2a5ef

Please sign in to comment.