Skip to content

Commit 89306e8

Browse files
Merge pull request #1131 from NullVoxPopuli/release-preview
Prepare Release
2 parents b386dac + dc10deb commit 89306e8

File tree

4 files changed

+16
-4
lines changed

4 files changed

+16
-4
lines changed

.release-plan.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
"solution": {
33
"ember-resources": {
44
"impact": "patch",
5-
"oldVersion": "7.0.0",
6-
"newVersion": "7.0.1",
5+
"oldVersion": "7.0.1",
6+
"newVersion": "7.0.2",
77
"constraints": [
88
{
99
"impact": "patch",
@@ -13,5 +13,5 @@
1313
"pkgJSONPath": "./ember-resources/package.json"
1414
}
1515
},
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"
16+
"description": "## Release (2024-06-18)\n\nember-resources 7.0.2 (patch)\n\n#### :bug: Bug Fix\n* `ember-resources`, `test-app`\n * [#1135](https://github.com/NullVoxPopuli/ember-resources/pull/1135) Fix issue where, in some situations, the immediate-invoker helper manager (used when you use `resourceFactory`) was not correctly destroying the previous instance of a resource (such as when args change)) ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n\n#### Committers: 1\n- [@NullVoxPopuli](https://github.com/NullVoxPopuli)\n"
1717
}

CHANGELOG.md

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

3+
## Release (2024-06-18)
4+
5+
ember-resources 7.0.2 (patch)
6+
7+
#### :bug: Bug Fix
8+
* `ember-resources`, `test-app`
9+
* [#1135](https://github.com/NullVoxPopuli/ember-resources/pull/1135) Fix issue where, in some situations, the immediate-invoker helper manager (used when you use `resourceFactory`) was not correctly destroying the previous instance of a resource (such as when args change)) ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
10+
11+
#### Committers: 1
12+
- [@NullVoxPopuli](https://github.com/NullVoxPopuli)
13+
314
## Release (2024-05-03)
415

516
ember-resources 7.0.1 (patch)

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

stderr.log

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

0 commit comments

Comments
 (0)