Skip to content

Commit 7d0507a

Browse files
Merge pull request #1113 from NullVoxPopuli/release-preview
Prepare Release
2 parents 1efc411 + ceeb62f commit 7d0507a

File tree

4 files changed

+23
-21
lines changed

4 files changed

+23
-21
lines changed

.release-plan.json

+4-20
Original file line numberDiff line numberDiff line change
@@ -1,33 +1,17 @@
11
{
22
"solution": {
33
"ember-resources": {
4-
"impact": "major",
5-
"oldVersion": "6.5.0",
6-
"newVersion": "7.0.0",
4+
"impact": "patch",
5+
"oldVersion": "7.0.0",
6+
"newVersion": "7.0.1",
77
"constraints": [
8-
{
9-
"impact": "major",
10-
"reason": "Appears in changelog section :boom: Breaking Change"
11-
},
12-
{
13-
"impact": "minor",
14-
"reason": "Appears in changelog section :rocket: Enhancement"
15-
},
168
{
179
"impact": "patch",
1810
"reason": "Appears in changelog section :bug: Bug Fix"
19-
},
20-
{
21-
"impact": "patch",
22-
"reason": "Appears in changelog section :memo: Documentation"
23-
},
24-
{
25-
"impact": "patch",
26-
"reason": "Appears in changelog section :house: Internal"
2711
}
2812
],
2913
"pkgJSONPath": "./ember-resources/package.json"
3014
}
3115
},
32-
"description": "## Release (2024-01-11)\n\nember-resources 7.0.0 (major)\n\n#### :boom: Breaking Change\n* `ember-resources`, `test-app`\n * [#1101](https://github.com/NullVoxPopuli/ember-resources/pull/1101) Require an owner to exist to be wired through to the resource. ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n * [#1087](https://github.com/NullVoxPopuli/ember-resources/pull/1087) Remove modifier ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n * [#1085](https://github.com/NullVoxPopuli/ember-resources/pull/1085) Remove link ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n * [#1082](https://github.com/NullVoxPopuli/ember-resources/pull/1082) Remove class-based Resource ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n* `test-app`\n * [#1100](https://github.com/NullVoxPopuli/ember-resources/pull/1100) Require ember-cli-app-consumers have at least ember-cli-babel 8.2 ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n* `ember-resources`\n * [#1090](https://github.com/NullVoxPopuli/ember-resources/pull/1090) Remove the 'core' import, only allowing importing from 'ember-resources' ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n* `@nullvoxpopuli/estimate-bytes`, `docs`, `ember-resources`, `test-app`\n * [#1083](https://github.com/NullVoxPopuli/ember-resources/pull/1083) Remove service ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n* `docs`, `ember-resources`, `test-app`\n * [#1080](https://github.com/NullVoxPopuli/ember-resources/pull/1080) Drop all of the util imports ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n\n#### :rocket: Enhancement\n* `@nullvoxpopuli/estimate-bytes`, `docs`, `ember-resources`, `test-app`\n * [#1097](https://github.com/NullVoxPopuli/ember-resources/pull/1097) Infra modernization, support both built in types from ember-source, as well as the types from DefinitelyTyped ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n* Other\n * [#1099](https://github.com/NullVoxPopuli/ember-resources/pull/1099) Test against (and add support for) TypeScript 5.3 ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n* `ember-resources`\n * [#1096](https://github.com/NullVoxPopuli/ember-resources/pull/1096) Drop unused dependencies and widen peers further ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n* `test-app`\n * [#1095](https://github.com/NullVoxPopuli/ember-resources/pull/1095) Support ember-source 5.4 ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n * [#1089](https://github.com/NullVoxPopuli/ember-resources/pull/1089) Ensure every supported version of Ember has no deprecations triggered from ember-resources' usage. ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n* `@nullvoxpopuli/estimate-bytes`, `ember-resources`, `test-app`\n * [#1091](https://github.com/NullVoxPopuli/ember-resources/pull/1091) Implement custom usables, `regusterUsable` ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n\n#### :bug: Bug Fix\n* `ember-resources`, `test-app`\n * [#1101](https://github.com/NullVoxPopuli/ember-resources/pull/1101) Require an owner to exist to be wired through to the resource. ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n\n#### :memo: Documentation\n* `docs`, `ember-resources`\n * [#1107](https://github.com/NullVoxPopuli/ember-resources/pull/1107) Move recommendation of resourceFactory to better align with how TypeScript works ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n* Other\n * [#1103](https://github.com/NullVoxPopuli/ember-resources/pull/1103) Remove class-based resource documentation ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n * [#1102](https://github.com/NullVoxPopuli/ember-resources/pull/1102) Fix API Reference docs by moving from Cloudflare to Vercel ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n * [#1079](https://github.com/NullVoxPopuli/ember-resources/pull/1079) Add link to the v6 branch ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n* `docs`\n * [#1086](https://github.com/NullVoxPopuli/ember-resources/pull/1086) Remove API Reference docs' sidebar ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n* `@nullvoxpopuli/estimate-bytes`, `docs`\n * [#1084](https://github.com/NullVoxPopuli/ember-resources/pull/1084) Remove utils from API Reference docs (typedoc) ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n\n#### :house: Internal\n* Other\n * [#1106](https://github.com/NullVoxPopuli/ember-resources/pull/1106) Use fix for release-plan from: https://github.com/ef4/lerna-changelog/pull/8 ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n * [#1099](https://github.com/NullVoxPopuli/ember-resources/pull/1099) Test against (and add support for) TypeScript 5.3 ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n* `test-app`\n * [#1104](https://github.com/NullVoxPopuli/ember-resources/pull/1104) Remove MSW ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n * [#1088](https://github.com/NullVoxPopuli/ember-resources/pull/1088) Remove deprecation testing app that was added in v6 ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n* `ember-resources`\n * [#1098](https://github.com/NullVoxPopuli/ember-resources/pull/1098) Remove unused type utils ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n\n#### Committers: 1\n- [@NullVoxPopuli](https://github.com/NullVoxPopuli)\n"
16+
"description": "## Release (2024-05-03)\n\nember-resources 7.0.1 (patch)\n\n#### :bug: Bug Fix\n* `ember-resources`, `test-app`\n * [#1129](https://github.com/NullVoxPopuli/ember-resources/pull/1129) Fix use types ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n\n#### :memo: Documentation\n* [#1115](https://github.com/NullVoxPopuli/ember-resources/pull/1115) Update migrations for 7.0 ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n\n#### :house: Internal\n* [#1130](https://github.com/NullVoxPopuli/ember-resources/pull/1130) Update release-plan ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n\n#### Committers: 1\n- [@NullVoxPopuli](https://github.com/NullVoxPopuli)\n"
3317
}

CHANGELOG.md

+17
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,21 @@
11
# Changelog
2+
3+
## Release (2024-05-03)
4+
5+
ember-resources 7.0.1 (patch)
6+
7+
#### :bug: Bug Fix
8+
* `ember-resources`, `test-app`
9+
* [#1129](https://github.com/NullVoxPopuli/ember-resources/pull/1129) Fix use types ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
10+
11+
#### :memo: Documentation
12+
* [#1115](https://github.com/NullVoxPopuli/ember-resources/pull/1115) Update migrations for 7.0 ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
13+
14+
#### :house: Internal
15+
* [#1130](https://github.com/NullVoxPopuli/ember-resources/pull/1130) Update release-plan ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
16+
17+
#### Committers: 1
18+
- [@NullVoxPopuli](https://github.com/NullVoxPopuli)
219
## Release (2024-01-11)
320

421
ember-resources 7.0.0 (major)

ember-resources/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ember-resources",
3-
"version": "7.0.0",
3+
"version": "7.0.1",
44
"keywords": [
55
"ember-addon"
66
],

stderr.log

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Warning: unknown package "test-app"

0 commit comments

Comments
 (0)