Skip to content

Commit 2740f9e

Browse files
Merge pull request #1137 from NullVoxPopuli/release-preview
Prepare Release
2 parents 62972a8 + 212ff79 commit 2740f9e

File tree

5 files changed

+49
-5
lines changed

5 files changed

+49
-5
lines changed

.release-plan.json

+19-3
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,33 @@
11
{
22
"solution": {
3+
"ember-resources-codemod": {
4+
"impact": "minor",
5+
"oldVersion": "0.0.3",
6+
"newVersion": "0.1.0",
7+
"constraints": [
8+
{
9+
"impact": "minor",
10+
"reason": "Appears in changelog section :rocket: Enhancement"
11+
}
12+
],
13+
"pkgJSONPath": "./codemod/package.json"
14+
},
315
"ember-resources": {
416
"impact": "patch",
5-
"oldVersion": "7.0.1",
6-
"newVersion": "7.0.2",
17+
"oldVersion": "7.0.2",
18+
"newVersion": "7.0.3",
719
"constraints": [
820
{
921
"impact": "patch",
1022
"reason": "Appears in changelog section :bug: Bug Fix"
23+
},
24+
{
25+
"impact": "patch",
26+
"reason": "Appears in changelog section :house: Internal"
1127
}
1228
],
1329
"pkgJSONPath": "./ember-resources/package.json"
1430
}
1531
},
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"
32+
"description": "## Release (2024-11-02)\n\nember-resources-codemod 0.1.0 (minor)\nember-resources 7.0.3 (patch)\n\n#### :rocket: Enhancement\n* `ember-resources-codemod`, `test-app`\n * [#1147](https://github.com/NullVoxPopuli/ember-resources/pull/1147) Add v6 to v7 codemod ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n\n#### :bug: Bug Fix\n* `ember-resources`\n * [#1161](https://github.com/NullVoxPopuli/ember-resources/pull/1161) Widen peer range of @glimmer/component ([@johanrd](https://github.com/johanrd))\n\n#### :memo: Documentation\n* [#1136](https://github.com/NullVoxPopuli/ember-resources/pull/1136) docs: Fixes a few typos in DOCS.md ([@ozywuli](https://github.com/ozywuli))\n\n#### :house: Internal\n* `ember-resources`, `test-app-definitely-typed`, `test-app`\n * [#1158](https://github.com/NullVoxPopuli/ember-resources/pull/1158) Cleaning ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n\n#### Committers: 3\n- Ozy Wu-Li ([@ozywuli](https://github.com/ozywuli))\n- [@NullVoxPopuli](https://github.com/NullVoxPopuli)\n- [@johanrd](https://github.com/johanrd)\n"
1733
}

CHANGELOG.md

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

3+
## Release (2024-11-02)
4+
5+
ember-resources-codemod 0.1.0 (minor)
6+
ember-resources 7.0.3 (patch)
7+
8+
#### :rocket: Enhancement
9+
* `ember-resources-codemod`, `test-app`
10+
* [#1147](https://github.com/NullVoxPopuli/ember-resources/pull/1147) Add v6 to v7 codemod ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
11+
12+
#### :bug: Bug Fix
13+
* `ember-resources`
14+
* [#1161](https://github.com/NullVoxPopuli/ember-resources/pull/1161) Widen peer range of @glimmer/component ([@johanrd](https://github.com/johanrd))
15+
16+
#### :memo: Documentation
17+
* [#1136](https://github.com/NullVoxPopuli/ember-resources/pull/1136) docs: Fixes a few typos in DOCS.md ([@ozywuli](https://github.com/ozywuli))
18+
19+
#### :house: Internal
20+
* `ember-resources`, `test-app-definitely-typed`, `test-app`
21+
* [#1158](https://github.com/NullVoxPopuli/ember-resources/pull/1158) Cleaning ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
22+
23+
#### Committers: 3
24+
- Ozy Wu-Li ([@ozywuli](https://github.com/ozywuli))
25+
- [@NullVoxPopuli](https://github.com/NullVoxPopuli)
26+
- [@johanrd](https://github.com/johanrd)
27+
328
## Release (2024-06-18)
429

530
ember-resources 7.0.2 (patch)

codemod/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ember-resources-codemod",
3-
"version": "0.0.3",
3+
"version": "0.1.0",
44
"bin": "./bin.mjs",
55
"type": "module",
66
"files": [

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

stderr.log

+3
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,5 @@
11
Warning: unknown package "test-app"
22
Warning: unknown package "test-app"
3+
Warning: unknown package "test-app"
4+
Warning: unknown package "test-app-definitely-typed"
5+
Warning: unknown package "test-app"

0 commit comments

Comments
 (0)