Skip to content

Commit 9714fd5

Browse files
Merge pull request #21 from NullVoxPopuli/release-preview
Prepare Release
2 parents 1cfa70a + 9507fd8 commit 9714fd5

File tree

3 files changed

+14
-4
lines changed

3 files changed

+14
-4
lines changed

.release-plan.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
"solution": {
33
"ember-modify-based-class-resource": {
44
"impact": "patch",
5-
"oldVersion": "1.1.0",
6-
"newVersion": "1.1.1",
5+
"oldVersion": "1.1.1",
6+
"newVersion": "1.1.2",
77
"constraints": [
88
{
99
"impact": "patch",
@@ -13,5 +13,5 @@
1313
"pkgJSONPath": "./ember-modify-based-class-resource/package.json"
1414
}
1515
},
16-
"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"
16+
"description": "## Release (2025-05-10)\n\nember-modify-based-class-resource 1.1.2 (patch)\n\n#### :bug: Bug Fix\n* `ember-modify-based-class-resource`\n * [#20](https://github.com/NullVoxPopuli/ember-modify-based-class-resource/pull/20) Remove unneeded peers ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n\n#### Committers: 1\n- [@NullVoxPopuli](https://github.com/NullVoxPopuli)\n"
1717
}

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,14 @@
11
# Changelog
2+
## Release (2025-05-10)
3+
4+
ember-modify-based-class-resource 1.1.2 (patch)
5+
6+
#### :bug: Bug Fix
7+
* `ember-modify-based-class-resource`
8+
* [#20](https://github.com/NullVoxPopuli/ember-modify-based-class-resource/pull/20) Remove unneeded peers ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
9+
10+
#### Committers: 1
11+
- [@NullVoxPopuli](https://github.com/NullVoxPopuli)
212
## Release (2024-11-02)
313

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

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

0 commit comments

Comments
 (0)