Skip to content

Commit b6f024b

Browse files
authored
Merge pull request #14 from ember-cli/release-preview
Prepare Release v0.4.0
2 parents f3986aa + f13b8d6 commit b6f024b

3 files changed

Lines changed: 23 additions & 4 deletions

File tree

.release-plan.json

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,21 @@
22
"solution": {
33
"update-blueprint-deps": {
44
"impact": "minor",
5-
"oldVersion": "0.2.0",
6-
"newVersion": "0.3.0",
5+
"oldVersion": "0.3.0",
6+
"newVersion": "0.4.0",
77
"tagName": "latest",
88
"constraints": [
99
{
1010
"impact": "minor",
1111
"reason": "Appears in changelog section :rocket: Enhancement"
12+
},
13+
{
14+
"impact": "patch",
15+
"reason": "Appears in changelog section :house: Internal"
1216
}
1317
],
1418
"pkgJSONPath": "./package.json"
1519
}
1620
},
17-
"description": "## Release (2025-09-04)\n\n* update-blueprint-deps 0.3.0 (minor)\n\n#### :rocket: Enhancement\n* `update-blueprint-deps`\n * [#10](https://github.com/ember-cli/update-blueprint-deps/pull/10) make ember-data an optional argument ([@mansona](https://github.com/mansona))\n\n#### Committers: 1\n- Chris Manson ([@mansona](https://github.com/mansona))\n"
21+
"description": "## Release (2026-04-21)\n\n* update-blueprint-deps 0.4.0 (minor)\n\n#### :rocket: Enhancement\n* `update-blueprint-deps`\n * [#12](https://github.com/ember-cli/update-blueprint-deps/pull/12) catch error when checking latest version and continue ([@mansona](https://github.com/mansona))\n\n#### :house: Internal\n* `update-blueprint-deps`\n * [#15](https://github.com/ember-cli/update-blueprint-deps/pull/15) update release-plan ([@mansona](https://github.com/mansona))\n\n#### Committers: 1\n- Chris Manson ([@mansona](https://github.com/mansona))\n"
1822
}

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
11
# Changelog
22

3+
## Release (2026-04-21)
4+
5+
* update-blueprint-deps 0.4.0 (minor)
6+
7+
#### :rocket: Enhancement
8+
* `update-blueprint-deps`
9+
* [#12](https://github.com/ember-cli/update-blueprint-deps/pull/12) catch error when checking latest version and continue ([@mansona](https://github.com/mansona))
10+
11+
#### :house: Internal
12+
* `update-blueprint-deps`
13+
* [#15](https://github.com/ember-cli/update-blueprint-deps/pull/15) update release-plan ([@mansona](https://github.com/mansona))
14+
15+
#### Committers: 1
16+
- Chris Manson ([@mansona](https://github.com/mansona))
17+
318
## Release (2025-09-04)
419

520
* update-blueprint-deps 0.3.0 (minor)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "update-blueprint-deps",
3-
"version": "0.3.0",
3+
"version": "0.4.0",
44
"description": "",
55
"keywords": [],
66
"repository": {

0 commit comments

Comments
 (0)