Skip to content

Commit

Permalink
Merge pull request #1063 from NullVoxPopuli/release-preview
Browse files Browse the repository at this point in the history
Prepare Release
  • Loading branch information
NullVoxPopuli authored Jan 5, 2024
2 parents c737cbf + cbb18f4 commit ef48829
Show file tree
Hide file tree
Showing 3 changed files with 39 additions and 1 deletion.
17 changes: 17 additions & 0 deletions .release-plan.json
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"
}
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,25 @@
# Changelog
## Release (2024-01-05)

ember-resources 6.4.3 (patch)

#### :bug: Bug Fix
* `ember-resources`, `test-app`
* [#1051](https://github.com/NullVoxPopuli/ember-resources/pull/1051) Fix issue with keepLatest and empty values ([@wagenet](https://github.com/wagenet))
* `ember-resources`
* [#1067](https://github.com/NullVoxPopuli/ember-resources/pull/1067) chore: fix ember-concurrency doc ([@Yelinz](https://github.com/Yelinz))

#### :house: Internal
* `test-app`
* [#1069](https://github.com/NullVoxPopuli/ember-resources/pull/1069) Eslint plugin ember alpha v12 testing ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
* Other
* [#1062](https://github.com/NullVoxPopuli/ember-resources/pull/1062) Setup release plan ([@NullVoxPopuli](https://github.com/NullVoxPopuli))

#### Committers: 4
- Peter Wagenet ([@wagenet](https://github.com/wagenet))
- Yelin Zhang ([@Yelinz](https://github.com/Yelinz))
- [@NullVoxPopuli](https://github.com/NullVoxPopuli)
- [@johanrd](https://github.com/johanrd)

## 6.4.2

Expand Down
2 changes: 1 addition & 1 deletion ember-resources/package.json
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"
],
Expand Down

0 comments on commit ef48829

Please sign in to comment.