Skip to content

Commit 3ed81b2

Browse files
Merge pull request #20 from html-next/release-preview
Prepare Release v0.5.0
2 parents e75844e + 4f5b5a9 commit 3ed81b2

File tree

3 files changed

+39
-1
lines changed

3 files changed

+39
-1
lines changed

.release-plan.json

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
{
2+
"solution": {
3+
"ember-raf-scheduler": {
4+
"impact": "minor",
5+
"oldVersion": "0.4.1",
6+
"newVersion": "0.5.0",
7+
"tagName": "latest",
8+
"constraints": [
9+
{
10+
"impact": "minor",
11+
"reason": "Appears in changelog section :rocket: Enhancement"
12+
},
13+
{
14+
"impact": "patch",
15+
"reason": "Appears in changelog section :house: Internal"
16+
}
17+
],
18+
"pkgJSONPath": "./package.json"
19+
}
20+
},
21+
"description": "## Release (2025-05-19)\n\n* ember-raf-scheduler 0.5.0 (minor)\n\n#### :rocket: Enhancement\n* `ember-raf-scheduler`\n * [#18](https://github.com/html-next/ember-raf-scheduler/pull/18) [Breaking] Convert to V2 Addon ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n\n#### :house: Internal\n* `ember-raf-scheduler`\n * [#21](https://github.com/html-next/ember-raf-scheduler/pull/21) Remove remaining rollup reference ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n * [#19](https://github.com/html-next/ember-raf-scheduler/pull/19) Setup release-plan ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n\n#### Committers: 1\n- [@NullVoxPopuli](https://github.com/NullVoxPopuli)\n"
22+
}

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,17 @@
11
# Changelog
2+
3+
## Release (2025-05-19)
4+
5+
* ember-raf-scheduler 0.5.0 (minor)
6+
7+
#### :rocket: Enhancement
8+
* `ember-raf-scheduler`
9+
* [#18](https://github.com/html-next/ember-raf-scheduler/pull/18) [Breaking] Convert to V2 Addon ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
10+
11+
#### :house: Internal
12+
* `ember-raf-scheduler`
13+
* [#21](https://github.com/html-next/ember-raf-scheduler/pull/21) Remove remaining rollup reference ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
14+
* [#19](https://github.com/html-next/ember-raf-scheduler/pull/19) Setup release-plan ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
15+
16+
#### Committers: 1
17+
- [@NullVoxPopuli](https://github.com/NullVoxPopuli)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ember-raf-scheduler",
3-
"version": "0.4.1",
3+
"version": "0.5.0",
44
"description": "The default blueprint for Embroider v2 addons.",
55
"keywords": [
66
"ember-addon"

0 commit comments

Comments
 (0)