Skip to content

Commit

Permalink
Prepare Release using 'release-plan'
Browse files Browse the repository at this point in the history
  • Loading branch information
NullVoxPopuli authored and github-actions[bot] committed Sep 10, 2024
1 parent ff995fc commit 1203e99
Show file tree
Hide file tree
Showing 4 changed files with 28 additions and 9 deletions.
19 changes: 11 additions & 8 deletions .release-plan.json
Original file line number Diff line number Diff line change
@@ -1,17 +1,20 @@
{
"solution": {
"ember-resources": {
"impact": "patch",
"oldVersion": "7.0.1",
"newVersion": "7.0.2",
"ember-resources-codemod": {
"impact": "minor",
"oldVersion": "0.0.3",
"newVersion": "0.1.0",
"constraints": [
{
"impact": "patch",
"reason": "Appears in changelog section :bug: Bug Fix"
"impact": "minor",
"reason": "Appears in changelog section :rocket: Enhancement"
}
],
"pkgJSONPath": "./ember-resources/package.json"
"pkgJSONPath": "./codemod/package.json"
},
"ember-resources": {
"oldVersion": "7.0.2"
}
},
"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"
"description": "## Release (2024-09-10)\n\nember-resources-codemod 0.1.0 (minor)\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#### :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#### Committers: 2\n- Ozy Wu-Li ([@ozywuli](https://github.com/ozywuli))\n- [@NullVoxPopuli](https://github.com/NullVoxPopuli)\n"
}
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# Changelog

## Release (2024-09-10)

ember-resources-codemod 0.1.0 (minor)

#### :rocket: Enhancement
* `ember-resources-codemod`, `test-app`
* [#1147](https://github.com/NullVoxPopuli/ember-resources/pull/1147) Add v6 to v7 codemod ([@NullVoxPopuli](https://github.com/NullVoxPopuli))

#### :memo: Documentation
* [#1136](https://github.com/NullVoxPopuli/ember-resources/pull/1136) docs: Fixes a few typos in DOCS.md ([@ozywuli](https://github.com/ozywuli))

#### Committers: 2
- Ozy Wu-Li ([@ozywuli](https://github.com/ozywuli))
- [@NullVoxPopuli](https://github.com/NullVoxPopuli)

## Release (2024-06-18)

ember-resources 7.0.2 (patch)
Expand Down
2 changes: 1 addition & 1 deletion codemod/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ember-resources-codemod",
"version": "0.0.3",
"version": "0.1.0",
"bin": "./bin.mjs",
"type": "module",
"files": [
Expand Down
1 change: 1 addition & 0 deletions stderr.log
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
Warning: unknown package "test-app"
Warning: unknown package "test-app"
Warning: unknown package "test-app"

0 comments on commit 1203e99

Please sign in to comment.