Skip to content

Commit 09a7571

Browse files
NullVoxPopuligithub-actions[bot]
authored andcommitted
Prepare Release using 'release-plan'
1 parent 38b7720 commit 09a7571

File tree

3 files changed

+23
-4
lines changed

3 files changed

+23
-4
lines changed

.release-plan.json

+7-3
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,20 @@
22
"solution": {
33
"@ember/test-helpers": {
44
"impact": "patch",
5-
"oldVersion": "4.0.1",
6-
"newVersion": "4.0.2",
5+
"oldVersion": "4.0.2",
6+
"newVersion": "4.0.3",
77
"constraints": [
88
{
99
"impact": "patch",
1010
"reason": "Appears in changelog section :bug: Bug Fix"
11+
},
12+
{
13+
"impact": "patch",
14+
"reason": "Appears in changelog section :house: Internal"
1115
}
1216
],
1317
"pkgJSONPath": "./addon/package.json"
1418
}
1519
},
16-
"description": "## Release (2024-08-23)\n\n@ember/test-helpers 4.0.2 (patch)\n\n#### :bug: Bug Fix\n* `@ember/test-helpers`\n * [#1487](https://github.com/emberjs/ember-test-helpers/pull/1487) Add @ember/renderer to externals ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n\n#### Committers: 1\n- [@NullVoxPopuli](https://github.com/NullVoxPopuli)\n"
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"
1721
}

CHANGELOG.md

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

3+
## Release (2024-09-03)
4+
5+
@ember/test-helpers 4.0.3 (patch)
6+
7+
#### :bug: Bug Fix
8+
* `@ember/test-helpers`, `test-app`, `type-tests`
9+
* [#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))
10+
11+
#### :house: Internal
12+
* `@ember/test-helpers`, `test-app`, `type-tests`
13+
* [#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))
14+
15+
#### Committers: 1
16+
- [@NullVoxPopuli](https://github.com/NullVoxPopuli)
17+
318
## Release (2024-08-23)
419

520
@ember/test-helpers 4.0.2 (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.2",
3+
"version": "4.0.3",
44
"description": "Helpers for testing Ember.js applications",
55
"keywords": [
66
"ember-addon"

0 commit comments

Comments
 (0)