Skip to content

Commit 37dbf04

Browse files
authored
Merge pull request #554 from adopted-ember-addons/release-preview
Prepare Release
2 parents 7aed02d + 559da58 commit 37dbf04

File tree

3 files changed

+18
-11
lines changed

3 files changed

+18
-11
lines changed

.release-plan.json

Lines changed: 6 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,18 @@
11
{
22
"solution": {
33
"ember-data-factory-guy": {
4-
"impact": "major",
5-
"oldVersion": "7.0.0",
6-
"newVersion": "8.0.0",
4+
"impact": "patch",
5+
"oldVersion": "8.0.0",
6+
"newVersion": "8.0.1",
77
"tagName": "latest",
88
"constraints": [
99
{
10-
"impact": "major",
11-
"reason": "Appears in changelog section :boom: Breaking Change"
12-
},
13-
{
14-
"impact": "minor",
15-
"reason": "Appears in changelog section :rocket: Enhancement"
10+
"impact": "patch",
11+
"reason": "Appears in changelog section :bug: Bug Fix"
1612
}
1713
],
1814
"pkgJSONPath": "./addon/package.json"
1915
}
2016
},
21-
"description": "## Release (2025-06-25)\n\n* ember-data-factory-guy 8.0.0 (major)\n\n#### :boom: Breaking Change\n* `ember-data-factory-guy`\n * [#548](https://github.com/adopted-ember-addons/ember-data-factory-guy/pull/548) feat: allow for different RequestManager ([@Techn1x](https://github.com/Techn1x))\n\n#### :rocket: Enhancement\n* `ember-data-factory-guy`\n * [#551](https://github.com/adopted-ember-addons/ember-data-factory-guy/pull/551) feat: export RequestManagerPretender, RequestManagerMSW ([@Techn1x](https://github.com/Techn1x))\n * [#549](https://github.com/adopted-ember-addons/ember-data-factory-guy/pull/549) feat: init RequestManagerMSW, use native Request, Response, Headers ([@Techn1x](https://github.com/Techn1x))\n\n#### :memo: Documentation\n* [#550](https://github.com/adopted-ember-addons/ember-data-factory-guy/pull/550) docs: add docs for RequestManager usage, and upgrading to v8 ([@Techn1x](https://github.com/Techn1x))\n* [#547](https://github.com/adopted-ember-addons/ember-data-factory-guy/pull/547) docs: use import glob ([@Techn1x](https://github.com/Techn1x))\n\n#### :house: Internal\n* [#552](https://github.com/adopted-ember-addons/ember-data-factory-guy/pull/552) test: use msw for baseline addon tests, much faster. ([@Techn1x](https://github.com/Techn1x))\n* [#546](https://github.com/adopted-ember-addons/ember-data-factory-guy/pull/546) chore: improve pnpm config, fix ember-release try scenario ([@Techn1x](https://github.com/Techn1x))\n* [#545](https://github.com/adopted-ember-addons/ember-data-factory-guy/pull/545) chore: pnpm 10.11, enable ED 5.5 try scenario ([@Techn1x](https://github.com/Techn1x))\n\n#### Committers: 1\n- Brad Overton ([@Techn1x](https://github.com/Techn1x))\n"
17+
"description": "## Release (2025-06-25)\n\n* ember-data-factory-guy 8.0.1 (patch)\n\n#### :bug: Bug Fix\n* `ember-data-factory-guy`\n * [#553](https://github.com/adopted-ember-addons/ember-data-factory-guy/pull/553) fix: set request manager in scenario ([@Techn1x](https://github.com/Techn1x))\n\n#### Committers: 1\n- Brad Overton ([@Techn1x](https://github.com/Techn1x))\n"
2218
}

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# Changelog
22

3+
## Release (2025-06-25)
4+
5+
* ember-data-factory-guy 8.0.1 (patch)
6+
7+
#### :bug: Bug Fix
8+
* `ember-data-factory-guy`
9+
* [#553](https://github.com/adopted-ember-addons/ember-data-factory-guy/pull/553) fix: set request manager in scenario ([@Techn1x](https://github.com/Techn1x))
10+
11+
#### Committers: 1
12+
- Brad Overton ([@Techn1x](https://github.com/Techn1x))
13+
314
## v8.0.0 (2025-06-25)
415

516
See [Upgrade Guide](https://adopted-ember-addons.github.io/ember-data-factory-guy/#/upgrading) for more details

addon/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ember-data-factory-guy",
3-
"version": "8.0.0",
3+
"version": "8.0.1",
44
"description": "Factories for testing Ember applications using EmberData",
55
"keywords": [
66
"ember-addon",

0 commit comments

Comments
 (0)