Skip to content

Commit 5aad799

Browse files
Merge pull request #1093 from NullVoxPopuli/release-preview-v6
[v6]: Prepare Release
2 parents 80634c5 + cdaee8c commit 5aad799

File tree

3 files changed

+19
-10
lines changed

3 files changed

+19
-10
lines changed

.release-plan.json

+5-9
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,17 @@
11
{
22
"solution": {
33
"ember-resources": {
4-
"impact": "minor",
5-
"oldVersion": "6.4.3",
6-
"newVersion": "6.5.0",
4+
"impact": "patch",
5+
"oldVersion": "6.5.0",
6+
"newVersion": "6.5.1",
77
"constraints": [
8-
{
9-
"impact": "minor",
10-
"reason": "Appears in changelog section :rocket: Enhancement"
11-
},
128
{
139
"impact": "patch",
14-
"reason": "Appears in changelog section :memo: Documentation"
10+
"reason": "Appears in changelog section :bug: Bug Fix"
1511
}
1612
],
1713
"pkgJSONPath": "./ember-resources/package.json"
1814
}
1915
},
20-
"description": "## Release (2024-01-08)\n\nember-resources 6.5.0 (minor)\n\n#### :rocket: Enhancement\n* `ember-resources`\n * [#1076](https://github.com/NullVoxPopuli/ember-resources/pull/1076) Deprecate and move service and modifier to reactiveweb ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n * [#1077](https://github.com/NullVoxPopuli/ember-resources/pull/1077) Deprecate the class-based Resource, moved to ember-modify-based-class-resource ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n * [#1070](https://github.com/NullVoxPopuli/ember-resources/pull/1070) [v6]: Deprecate util/* imports ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n\n#### :memo: Documentation\n* `ember-resources`\n * [#1078](https://github.com/NullVoxPopuli/ember-resources/pull/1078) Update deprecation links ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n\n#### :house: Internal\n* `test-app`\n * [#1074](https://github.com/NullVoxPopuli/ember-resources/pull/1074) [v6]: Ensure that the available API for v7 does not throw deprecations ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n\n#### Committers: 1\n- [@NullVoxPopuli](https://github.com/NullVoxPopuli)\n"
16+
"description": "## Release (2024-01-09)\n\nember-resources 6.5.1 (patch)\n\n#### :bug: Bug Fix\n* `ember-resources`\n * [#1094](https://github.com/NullVoxPopuli/ember-resources/pull/1094) Fix declaration output ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n\n#### :house: Internal\n* [#1092](https://github.com/NullVoxPopuli/ember-resources/pull/1092) Setup release automation for v6 ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n\n#### Committers: 1\n- [@NullVoxPopuli](https://github.com/NullVoxPopuli)\n"
2117
}

CHANGELOG.md

+13
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,17 @@
11
# Changelog
2+
## Release (2024-01-09)
3+
4+
ember-resources 6.5.1 (patch)
5+
6+
#### :bug: Bug Fix
7+
* `ember-resources`
8+
* [#1094](https://github.com/NullVoxPopuli/ember-resources/pull/1094) Fix declaration output ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
9+
10+
#### :house: Internal
11+
* [#1092](https://github.com/NullVoxPopuli/ember-resources/pull/1092) Setup release automation for v6 ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
12+
13+
#### Committers: 1
14+
- [@NullVoxPopuli](https://github.com/NullVoxPopuli)
215
## Release (2024-01-08)
316

417
ember-resources 6.5.0 (minor)

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": "6.5.0",
3+
"version": "6.5.1",
44
"keywords": [
55
"ember-addon"
66
],

0 commit comments

Comments
 (0)