-
Notifications
You must be signed in to change notification settings - Fork 37
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1063 from NullVoxPopuli/release-preview
Prepare Release
- Loading branch information
Showing
3 changed files
with
39 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
{ | ||
"solution": { | ||
"ember-resources": { | ||
"impact": "patch", | ||
"oldVersion": "6.4.2", | ||
"newVersion": "6.4.3", | ||
"constraints": [ | ||
{ | ||
"impact": "patch", | ||
"reason": "Appears in changelog section :bug: Bug Fix" | ||
} | ||
], | ||
"pkgJSONPath": "./ember-resources/package.json" | ||
} | ||
}, | ||
"description": "## Release (2024-01-05)\n\nember-resources 6.4.3 (patch)\n\n#### :bug: Bug Fix\n* `ember-resources`, `test-app`\n * [#1051](https://github.com/NullVoxPopuli/ember-resources/pull/1051) Fix issue with keepLatest and empty values ([@wagenet](https://github.com/wagenet))\n* `ember-resources`\n * [#1067](https://github.com/NullVoxPopuli/ember-resources/pull/1067) chore: fix ember-concurrency doc ([@Yelinz](https://github.com/Yelinz))\n\n#### :house: Internal\n* `test-app`\n * [#1069](https://github.com/NullVoxPopuli/ember-resources/pull/1069) Eslint plugin ember alpha v12 testing ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n* Other\n * [#1062](https://github.com/NullVoxPopuli/ember-resources/pull/1062) Setup release plan ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n\n#### Committers: 4\n- Peter Wagenet ([@wagenet](https://github.com/wagenet))\n- Yelin Zhang ([@Yelinz](https://github.com/Yelinz))\n- [@NullVoxPopuli](https://github.com/NullVoxPopuli)\n- [@johanrd](https://github.com/johanrd)\n" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "ember-resources", | ||
"version": "6.4.2", | ||
"version": "6.4.3", | ||
"keywords": [ | ||
"ember-addon" | ||
], | ||
|