Skip to content

Commit

Permalink
Release 1.0.0-rc.1
Browse files Browse the repository at this point in the history
  • Loading branch information
simonihmig committed Jul 23, 2024
1 parent 79aa437 commit 60c047b
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 4 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,18 @@




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

#### :bug: Bug Fix
* [#567](https://github.com/simonihmig/ember-window-mock/pull/567) Fix broken npm package ([@simonihmig](https://github.com/simonihmig))

#### :house: Internal
* [#569](https://github.com/simonihmig/ember-window-mock/pull/569) Fix release-it setup ([@simonihmig](https://github.com/simonihmig))

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

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

#### :boom: Breaking Change
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.0",
"version": "1.0.0-rc.1",
"description": "Wraps the global window object with a proxy that can be mocked in tests",
"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 @@ -42,5 +42,6 @@
"tokenRef": "GITHUB_AUTH"
},
"npm": false
}
},
"version": "1.0.0-rc.1"
}
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.0.0",
"version": "1.0.0-rc.1",
"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.0"
"ember-window-mock": "1.0.0-rc.1"
}
}

0 comments on commit 60c047b

Please sign in to comment.