Skip to content

Commit 61d5bfe

Browse files
author
github-actions[bot]
authored
Prepare Release using 'release-plan'
1 parent eaff12e commit 61d5bfe

File tree

3 files changed

+27
-3
lines changed

3 files changed

+27
-3
lines changed

.release-plan.json

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,17 @@
11
{
22
"solution": {
33
"ember-modify-based-class-resource": {
4-
"oldVersion": "1.0.0"
4+
"impact": "minor",
5+
"oldVersion": "1.0.0",
6+
"newVersion": "1.1.0",
7+
"constraints": [
8+
{
9+
"impact": "minor",
10+
"reason": "Appears in changelog section :rocket: Enhancement"
11+
}
12+
],
13+
"pkgJSONPath": "./ember-modify-based-class-resource/package.json"
514
}
615
},
7-
"description": "\n\n\n\n"
16+
"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"
817
}

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,19 @@
11
# Changelog
2+
## Release (2024-01-11)
3+
4+
ember-modify-based-class-resource 1.1.0 (minor)
5+
6+
#### :rocket: Enhancement
7+
* `test-app`
8+
* [#8](https://github.com/NullVoxPopuli/ember-modify-based-class-resource/pull/8) Ensure no deprecations ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
9+
* `ember-modify-based-class-resource`, `test-app`
10+
* [#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))
11+
12+
#### :memo: Documentation
13+
* [#7](https://github.com/NullVoxPopuli/ember-modify-based-class-resource/pull/7) Add docs from ember-resources ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
14+
15+
#### Committers: 1
16+
- [@NullVoxPopuli](https://github.com/NullVoxPopuli)
217

318

419

ember-modify-based-class-resource/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ember-modify-based-class-resource",
3-
"version": "1.0.0",
3+
"version": "1.1.0",
44
"keywords": [
55
"ember-addon"
66
],

0 commit comments

Comments
 (0)