Skip to content

Commit

Permalink
Merge pull request #1137 from NullVoxPopuli/release-preview
Browse files Browse the repository at this point in the history
Prepare Release
  • Loading branch information
NullVoxPopuli authored Nov 2, 2024
2 parents 62972a8 + 212ff79 commit 2740f9e
Show file tree
Hide file tree
Showing 5 changed files with 49 additions and 5 deletions.
22 changes: 19 additions & 3 deletions .release-plan.json
Original file line number Diff line number Diff line change
@@ -1,17 +1,33 @@
{
"solution": {
"ember-resources-codemod": {
"impact": "minor",
"oldVersion": "0.0.3",
"newVersion": "0.1.0",
"constraints": [
{
"impact": "minor",
"reason": "Appears in changelog section :rocket: Enhancement"
}
],
"pkgJSONPath": "./codemod/package.json"
},
"ember-resources": {
"impact": "patch",
"oldVersion": "7.0.1",
"newVersion": "7.0.2",
"oldVersion": "7.0.2",
"newVersion": "7.0.3",
"constraints": [
{
"impact": "patch",
"reason": "Appears in changelog section :bug: Bug Fix"
},
{
"impact": "patch",
"reason": "Appears in changelog section :house: Internal"
}
],
"pkgJSONPath": "./ember-resources/package.json"
}
},
"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-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"
}
25 changes: 25 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,30 @@
# Changelog

## Release (2024-11-02)

ember-resources-codemod 0.1.0 (minor)
ember-resources 7.0.3 (patch)

#### :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))

#### :bug: Bug Fix
* `ember-resources`
* [#1161](https://github.com/NullVoxPopuli/ember-resources/pull/1161) Widen peer range of @glimmer/component ([@johanrd](https://github.com/johanrd))

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

#### :house: Internal
* `ember-resources`, `test-app-definitely-typed`, `test-app`
* [#1158](https://github.com/NullVoxPopuli/ember-resources/pull/1158) Cleaning ([@NullVoxPopuli](https://github.com/NullVoxPopuli))

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

## 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
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": "7.0.2",
"version": "7.0.3",
"keywords": [
"ember-addon"
],
Expand Down
3 changes: 3 additions & 0 deletions stderr.log
Original file line number Diff line number Diff line change
@@ -1,2 +1,5 @@
Warning: unknown package "test-app"
Warning: unknown package "test-app"
Warning: unknown package "test-app"
Warning: unknown package "test-app-definitely-typed"
Warning: unknown package "test-app"

0 comments on commit 2740f9e

Please sign in to comment.