Skip to content

Commit ef48829

Browse files
Merge pull request #1063 from NullVoxPopuli/release-preview
Prepare Release
2 parents c737cbf + cbb18f4 commit ef48829

File tree

3 files changed

+39
-1
lines changed

3 files changed

+39
-1
lines changed

.release-plan.json

+17
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
{
2+
"solution": {
3+
"ember-resources": {
4+
"impact": "patch",
5+
"oldVersion": "6.4.2",
6+
"newVersion": "6.4.3",
7+
"constraints": [
8+
{
9+
"impact": "patch",
10+
"reason": "Appears in changelog section :bug: Bug Fix"
11+
}
12+
],
13+
"pkgJSONPath": "./ember-resources/package.json"
14+
}
15+
},
16+
"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"
17+
}

CHANGELOG.md

+21
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,25 @@
11
# Changelog
2+
## Release (2024-01-05)
3+
4+
ember-resources 6.4.3 (patch)
5+
6+
#### :bug: Bug Fix
7+
* `ember-resources`, `test-app`
8+
* [#1051](https://github.com/NullVoxPopuli/ember-resources/pull/1051) Fix issue with keepLatest and empty values ([@wagenet](https://github.com/wagenet))
9+
* `ember-resources`
10+
* [#1067](https://github.com/NullVoxPopuli/ember-resources/pull/1067) chore: fix ember-concurrency doc ([@Yelinz](https://github.com/Yelinz))
11+
12+
#### :house: Internal
13+
* `test-app`
14+
* [#1069](https://github.com/NullVoxPopuli/ember-resources/pull/1069) Eslint plugin ember alpha v12 testing ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
15+
* Other
16+
* [#1062](https://github.com/NullVoxPopuli/ember-resources/pull/1062) Setup release plan ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
17+
18+
#### Committers: 4
19+
- Peter Wagenet ([@wagenet](https://github.com/wagenet))
20+
- Yelin Zhang ([@Yelinz](https://github.com/Yelinz))
21+
- [@NullVoxPopuli](https://github.com/NullVoxPopuli)
22+
- [@johanrd](https://github.com/johanrd)
223

324
## 6.4.2
425

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

0 commit comments

Comments
 (0)