Skip to content

Commit fdc7ee5

Browse files
NullVoxPopuligithub-actions[bot]
authored andcommitted
Prepare Release using 'release-plan'
1 parent 05291b6 commit fdc7ee5

File tree

3 files changed

+51
-1
lines changed

3 files changed

+51
-1
lines changed

.release-plan.json

+21
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
{
2+
"solution": {
3+
"@ember/test-helpers": {
4+
"impact": "patch",
5+
"oldVersion": "3.3.0",
6+
"newVersion": "3.3.1",
7+
"constraints": [
8+
{
9+
"impact": "patch",
10+
"reason": "Appears in changelog section :bug: Bug Fix"
11+
},
12+
{
13+
"impact": "patch",
14+
"reason": "Appears in changelog section :house: Internal"
15+
}
16+
],
17+
"pkgJSONPath": "./addon/package.json"
18+
}
19+
},
20+
"description": "## Release (2024-07-23)\n\n@ember/test-helpers 3.3.1 (patch)\n\n#### :bug: Bug Fix\n* `@ember/test-helpers`\n * [#1464](https://github.com/emberjs/ember-test-helpers/pull/1464) Use the right attribute - `maxlength` instead of `maxLength` ([@shubham88fru](https://github.com/shubham88fru))\n * [#1449](https://github.com/emberjs/ember-test-helpers/pull/1449) this change makes it so strict package managers installing duplicate … ([@void-mAlex](https://github.com/void-mAlex))\n\n#### :memo: Documentation\n* [#1462](https://github.com/emberjs/ember-test-helpers/pull/1462) correct git clone url for the repo ([@shubham88fru](https://github.com/shubham88fru))\n* [#1451](https://github.com/emberjs/ember-test-helpers/pull/1451) Update `git clone` command in README.md under contribution ([@SergeAstapov](https://github.com/SergeAstapov))\n\n#### :house: Internal\n* `@ember/test-helpers`\n * [#1460](https://github.com/emberjs/ember-test-helpers/pull/1460) Setup release plan ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n * [#1453](https://github.com/emberjs/ember-test-helpers/pull/1453) Switch to pnpm, upgrade ember-cli-babel to 8.2 ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n * [#1456](https://github.com/emberjs/ember-test-helpers/pull/1456) Fix: You attempted to render a path ({{model.post_id}}), but model was not in scope: ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n * [#1454](https://github.com/emberjs/ember-test-helpers/pull/1454) Test against ember LTS 5.4, and, 5.8 ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n* Other\n * [#1457](https://github.com/emberjs/ember-test-helpers/pull/1457) Expand TypeScript test matrix to v5.5 ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n * [#1455](https://github.com/emberjs/ember-test-helpers/pull/1455) Pin isbinaryfile (a sub-sub dependency) so we can keep node support ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n\n#### Committers: 4\n- Alex ([@void-mAlex](https://github.com/void-mAlex))\n- IAmAPro ([@shubham88fru](https://github.com/shubham88fru))\n- Sergey Astapov ([@SergeAstapov](https://github.com/SergeAstapov))\n- [@NullVoxPopuli](https://github.com/NullVoxPopuli)\n"
21+
}

CHANGELOG.md

+29
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,34 @@
11
# Changelog
22

3+
## Release (2024-07-23)
4+
5+
@ember/test-helpers 3.3.1 (patch)
6+
7+
#### :bug: Bug Fix
8+
* `@ember/test-helpers`
9+
* [#1464](https://github.com/emberjs/ember-test-helpers/pull/1464) Use the right attribute - `maxlength` instead of `maxLength` ([@shubham88fru](https://github.com/shubham88fru))
10+
* [#1449](https://github.com/emberjs/ember-test-helpers/pull/1449) this change makes it so strict package managers installing duplicate … ([@void-mAlex](https://github.com/void-mAlex))
11+
12+
#### :memo: Documentation
13+
* [#1462](https://github.com/emberjs/ember-test-helpers/pull/1462) correct git clone url for the repo ([@shubham88fru](https://github.com/shubham88fru))
14+
* [#1451](https://github.com/emberjs/ember-test-helpers/pull/1451) Update `git clone` command in README.md under contribution ([@SergeAstapov](https://github.com/SergeAstapov))
15+
16+
#### :house: Internal
17+
* `@ember/test-helpers`
18+
* [#1460](https://github.com/emberjs/ember-test-helpers/pull/1460) Setup release plan ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
19+
* [#1453](https://github.com/emberjs/ember-test-helpers/pull/1453) Switch to pnpm, upgrade ember-cli-babel to 8.2 ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
20+
* [#1456](https://github.com/emberjs/ember-test-helpers/pull/1456) Fix: You attempted to render a path ({{model.post_id}}), but model was not in scope: ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
21+
* [#1454](https://github.com/emberjs/ember-test-helpers/pull/1454) Test against ember LTS 5.4, and, 5.8 ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
22+
* Other
23+
* [#1457](https://github.com/emberjs/ember-test-helpers/pull/1457) Expand TypeScript test matrix to v5.5 ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
24+
* [#1455](https://github.com/emberjs/ember-test-helpers/pull/1455) Pin isbinaryfile (a sub-sub dependency) so we can keep node support ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
25+
26+
#### Committers: 4
27+
- Alex ([@void-mAlex](https://github.com/void-mAlex))
28+
- IAmAPro ([@shubham88fru](https://github.com/shubham88fru))
29+
- Sergey Astapov ([@SergeAstapov](https://github.com/SergeAstapov))
30+
- [@NullVoxPopuli](https://github.com/NullVoxPopuli)
31+
332

433
## v3.3.0 (2024-02-12)
534

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": "3.3.0",
3+
"version": "3.3.1",
44
"description": "Helpers for testing Ember.js applications",
55
"keywords": [
66
"ember-addon"

0 commit comments

Comments
 (0)