Skip to content

Commit cded55c

Browse files
NullVoxPopuligithub-actions[bot]
authored andcommitted
Prepare Release using 'release-plan'
1 parent 0a1cb37 commit cded55c

File tree

3 files changed

+19
-4
lines changed

3 files changed

+19
-4
lines changed

.release-plan.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
"solution": {
33
"@ember/test-helpers": {
44
"impact": "patch",
5-
"oldVersion": "4.0.2",
6-
"newVersion": "4.0.3",
5+
"oldVersion": "4.0.3",
6+
"newVersion": "4.0.4",
77
"constraints": [
88
{
99
"impact": "patch",
@@ -17,5 +17,5 @@
1717
"pkgJSONPath": "./addon/package.json"
1818
}
1919
},
20-
"description": "## Release (2024-09-03)\n\n@ember/test-helpers 4.0.3 (patch)\n\n#### :bug: Bug Fix\n* `@ember/test-helpers`, `test-app`, `type-tests`\n * [#1486](https://github.com/emberjs/ember-test-helpers/pull/1486) Remove old code that existed for now unsupported ember-sources (2.4, etc) ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n\n#### :house: Internal\n* `@ember/test-helpers`, `test-app`, `type-tests`\n * [#1486](https://github.com/emberjs/ember-test-helpers/pull/1486) Remove old code that existed for now unsupported ember-sources (2.4, etc) ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n\n#### Committers: 1\n- [@NullVoxPopuli](https://github.com/NullVoxPopuli)\n"
20+
"description": "## Release (2024-09-04)\n\n@ember/test-helpers 4.0.4 (patch)\n\n#### :bug: Bug Fix\n* `@ember/test-helpers`\n * [#1503](https://github.com/emberjs/ember-test-helpers/pull/1503) Don't export checkWaiters ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n\n#### :house: Internal\n* `@ember/test-helpers`\n * [#1503](https://github.com/emberjs/ember-test-helpers/pull/1503) Don't export checkWaiters ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n\n#### Committers: 1\n- [@NullVoxPopuli](https://github.com/NullVoxPopuli)\n"
2121
}

CHANGELOG.md

+15
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
11
# Changelog
22

3+
## Release (2024-09-04)
4+
5+
@ember/test-helpers 4.0.4 (patch)
6+
7+
#### :bug: Bug Fix
8+
* `@ember/test-helpers`
9+
* [#1503](https://github.com/emberjs/ember-test-helpers/pull/1503) Don't export checkWaiters ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
10+
11+
#### :house: Internal
12+
* `@ember/test-helpers`
13+
* [#1503](https://github.com/emberjs/ember-test-helpers/pull/1503) Don't export checkWaiters ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
14+
15+
#### Committers: 1
16+
- [@NullVoxPopuli](https://github.com/NullVoxPopuli)
17+
318
## Release (2024-09-03)
419

520
@ember/test-helpers 4.0.3 (patch)

addon/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ember/test-helpers",
3-
"version": "4.0.3",
3+
"version": "4.0.4",
44
"description": "Helpers for testing Ember.js applications",
55
"keywords": [
66
"ember-addon"

0 commit comments

Comments
 (0)