Skip to content

Commit c2f1326

Browse files
Merge pull request #387 from NullVoxPopuli/release-preview
Prepare Release
2 parents 4cda2a3 + 30c20b5 commit c2f1326

3 files changed

Lines changed: 52 additions & 1 deletion

File tree

.release-plan.json

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
{
2+
"solution": {
3+
"ember-data-resources": {
4+
"impact": "minor",
5+
"oldVersion": "5.0.0",
6+
"newVersion": "5.1.0",
7+
"constraints": [
8+
{
9+
"impact": "minor",
10+
"reason": "Appears in changelog section :rocket: Enhancement"
11+
},
12+
{
13+
"impact": "patch",
14+
"reason": "Appears in changelog section :house: Internal"
15+
}
16+
],
17+
"pkgJSONPath": "./ember-data-resources/package.json"
18+
}
19+
},
20+
"description": "## Release (2024-02-09)\n\nember-data-resources 5.1.0 (minor)\n\n#### :rocket: Enhancement\n* `@nullvoxpopuli/dev`, `ember-data-resources`, `test-app`, `test-embroider-app`\n * [#392](https://github.com/NullVoxPopuli/ember-data-resources/pull/392) Test against ember-resources@v7 ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n* Other\n * [#394](https://github.com/NullVoxPopuli/ember-data-resources/pull/394) Support broader TypeScript Range (increasing to 4.8 - 5.3) ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n\n#### :house: Internal\n* Other\n * [#398](https://github.com/NullVoxPopuli/ember-data-resources/pull/398) Remove invalid turbo config field ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n * [#397](https://github.com/NullVoxPopuli/ember-data-resources/pull/397) Upgrade release-plan ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n * [#384](https://github.com/NullVoxPopuli/ember-data-resources/pull/384) Switch to release plan ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n* `@nullvoxpopuli/dev`, `ember-data-resources`, `test-app`, `test-embroider-app`\n * [#393](https://github.com/NullVoxPopuli/ember-data-resources/pull/393) Update test dev dependencies ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n * [#389](https://github.com/NullVoxPopuli/ember-data-resources/pull/389) Upgrade babel deps ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n* `test-app`, `test-embroider-app`\n * [#391](https://github.com/NullVoxPopuli/ember-data-resources/pull/391) Use decorator transform for easier local debugging ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n * [#388](https://github.com/NullVoxPopuli/ember-data-resources/pull/388) Upgrade ember-qunit ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n * [#385](https://github.com/NullVoxPopuli/ember-data-resources/pull/385) Upgrade to MSW 2 ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n * [#386](https://github.com/NullVoxPopuli/ember-data-resources/pull/386) Upgrade ember-cli-babel ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n* `test-embroider-app`\n * [#390](https://github.com/NullVoxPopuli/ember-data-resources/pull/390) Upgrade embroider deps ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n\n#### Committers: 2\n- Jonas Metzener ([@anehx](https://github.com/anehx))\n- [@NullVoxPopuli](https://github.com/NullVoxPopuli)\n"
21+
}

CHANGELOG.md

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

3+
## Release (2024-02-09)
4+
5+
ember-data-resources 5.1.0 (minor)
6+
7+
#### :rocket: Enhancement
8+
* `@nullvoxpopuli/dev`, `ember-data-resources`, `test-app`, `test-embroider-app`
9+
* [#392](https://github.com/NullVoxPopuli/ember-data-resources/pull/392) Test against ember-resources@v7 ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
10+
* Other
11+
* [#394](https://github.com/NullVoxPopuli/ember-data-resources/pull/394) Support broader TypeScript Range (increasing to 4.8 - 5.3) ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
12+
13+
#### :house: Internal
14+
* Other
15+
* [#398](https://github.com/NullVoxPopuli/ember-data-resources/pull/398) Remove invalid turbo config field ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
16+
* [#397](https://github.com/NullVoxPopuli/ember-data-resources/pull/397) Upgrade release-plan ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
17+
* [#384](https://github.com/NullVoxPopuli/ember-data-resources/pull/384) Switch to release plan ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
18+
* `@nullvoxpopuli/dev`, `ember-data-resources`, `test-app`, `test-embroider-app`
19+
* [#393](https://github.com/NullVoxPopuli/ember-data-resources/pull/393) Update test dev dependencies ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
20+
* [#389](https://github.com/NullVoxPopuli/ember-data-resources/pull/389) Upgrade babel deps ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
21+
* `test-app`, `test-embroider-app`
22+
* [#391](https://github.com/NullVoxPopuli/ember-data-resources/pull/391) Use decorator transform for easier local debugging ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
23+
* [#388](https://github.com/NullVoxPopuli/ember-data-resources/pull/388) Upgrade ember-qunit ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
24+
* [#385](https://github.com/NullVoxPopuli/ember-data-resources/pull/385) Upgrade to MSW 2 ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
25+
* [#386](https://github.com/NullVoxPopuli/ember-data-resources/pull/386) Upgrade ember-cli-babel ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
26+
* `test-embroider-app`
27+
* [#390](https://github.com/NullVoxPopuli/ember-data-resources/pull/390) Upgrade embroider deps ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
28+
29+
#### Committers: 2
30+
- Jonas Metzener ([@anehx](https://github.com/anehx))
31+
- [@NullVoxPopuli](https://github.com/NullVoxPopuli)
32+
333
## 5.0.0
434

535
### Major Changes

ember-data-resources/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-resources",
3-
"version": "5.0.0",
3+
"version": "5.1.0",
44
"description": "Resource helpers for reactively (re)fetching data with ember-data",
55
"keywords": [
66
"ember-addon"

0 commit comments

Comments
 (0)