Skip to content

Commit

Permalink
Merge pull request #10 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 9019a20 + 9cd3cd5 commit 19e69f8
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 7 deletions.
12 changes: 6 additions & 6 deletions .release-plan.json
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
{
"solution": {
"ember-modify-based-class-resource": {
"impact": "minor",
"oldVersion": "1.0.0",
"newVersion": "1.1.0",
"impact": "patch",
"oldVersion": "1.1.0",
"newVersion": "1.1.1",
"constraints": [
{
"impact": "minor",
"reason": "Appears in changelog section :rocket: Enhancement"
"impact": "patch",
"reason": "Appears in changelog section :bug: Bug Fix"
}
],
"pkgJSONPath": "./ember-modify-based-class-resource/package.json"
}
},
"description": "## Release (2024-01-11)\n\nember-modify-based-class-resource 1.1.0 (minor)\n\n#### :rocket: Enhancement\n* `test-app`\n * [#8](https://github.com/NullVoxPopuli/ember-modify-based-class-resource/pull/8) Ensure no deprecations ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n* `ember-modify-based-class-resource`, `test-app`\n * [#6](https://github.com/NullVoxPopuli/ember-modify-based-class-resource/pull/6) Hook in to the registerUsable API in ember-resources v7 ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n\n#### :memo: Documentation\n* [#7](https://github.com/NullVoxPopuli/ember-modify-based-class-resource/pull/7) Add docs from ember-resources ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n\n#### Committers: 1\n- [@NullVoxPopuli](https://github.com/NullVoxPopuli)\n"
"description": "## Release (2024-11-02)\n\nember-modify-based-class-resource 1.1.1 (patch)\n\n#### :bug: Bug Fix\n* `ember-modify-based-class-resource`\n * [#18](https://github.com/NullVoxPopuli/ember-modify-based-class-resource/pull/18) Widen peer dependency of ember-source ([@johanrd](https://github.com/johanrd))\n * [#17](https://github.com/NullVoxPopuli/ember-modify-based-class-resource/pull/17) Widen peer dependency @glimmer/component ([@johanrd](https://github.com/johanrd))\n\n#### Committers: 1\n- [@johanrd](https://github.com/johanrd)\n"
}
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,15 @@
# Changelog
## Release (2024-11-02)

ember-modify-based-class-resource 1.1.1 (patch)

#### :bug: Bug Fix
* `ember-modify-based-class-resource`
* [#18](https://github.com/NullVoxPopuli/ember-modify-based-class-resource/pull/18) Widen peer dependency of ember-source ([@johanrd](https://github.com/johanrd))
* [#17](https://github.com/NullVoxPopuli/ember-modify-based-class-resource/pull/17) Widen peer dependency @glimmer/component ([@johanrd](https://github.com/johanrd))

#### Committers: 1
- [@johanrd](https://github.com/johanrd)
## Release (2024-01-11)

ember-modify-based-class-resource 1.1.0 (minor)
Expand Down
2 changes: 1 addition & 1 deletion ember-modify-based-class-resource/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ember-modify-based-class-resource",
"version": "1.1.0",
"version": "1.1.1",
"keywords": [
"ember-addon"
],
Expand Down

0 comments on commit 19e69f8

Please sign in to comment.