Skip to content

Commit c293b6e

Browse files
Merge pull request #791 from ember-cli/release-preview
Prepare Release v7.0.1
2 parents 08d780b + e1c9977 commit c293b6e

3 files changed

Lines changed: 40 additions & 1 deletion

File tree

.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-cli-htmlbars": {
4+
"impact": "patch",
5+
"oldVersion": "7.0.0",
6+
"newVersion": "7.0.1",
7+
"tagName": "latest",
8+
"constraints": [
9+
{
10+
"impact": "patch",
11+
"reason": "Appears in changelog section :bug: Bug Fix"
12+
},
13+
{
14+
"impact": "patch",
15+
"reason": "Appears in changelog section :house: Internal"
16+
}
17+
],
18+
"pkgJSONPath": "./package.json"
19+
}
20+
},
21+
"description": "## Release (2026-03-29)\n\n* ember-cli-htmlbars 7.0.1 (patch)\n\n#### :bug: Bug Fix\n* `ember-cli-htmlbars`\n * [#793](https://github.com/ember-cli/ember-cli-htmlbars/pull/793) Handle missing absolutePaths for ember-source v7+ ([@NullVoxPopuli-ai-agent](https://github.com/NullVoxPopuli-ai-agent))\n\n#### :house: Internal\n* `ember-cli-htmlbars`\n * [#790](https://github.com/ember-cli/ember-cli-htmlbars/pull/790) start using release-plan ([@mansona](https://github.com/mansona))\n * [#789](https://github.com/ember-cli/ember-cli-htmlbars/pull/789) swap to pnpm ([@mansona](https://github.com/mansona))\n\n#### Committers: 2\n- Chris Manson ([@mansona](https://github.com/mansona))\n- NullVoxPopuli's reduced-access machine account for AI usage ([@NullVoxPopuli-ai-agent](https://github.com/NullVoxPopuli-ai-agent))\n"
22+
}

CHANGELOG.md

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

3+
## Release (2026-03-29)
4+
5+
* ember-cli-htmlbars 7.0.1 (patch)
6+
7+
#### :bug: Bug Fix
8+
* `ember-cli-htmlbars`
9+
* [#793](https://github.com/ember-cli/ember-cli-htmlbars/pull/793) Handle missing absolutePaths for ember-source v7+ ([@NullVoxPopuli-ai-agent](https://github.com/NullVoxPopuli-ai-agent))
10+
11+
#### :house: Internal
12+
* `ember-cli-htmlbars`
13+
* [#790](https://github.com/ember-cli/ember-cli-htmlbars/pull/790) start using release-plan ([@mansona](https://github.com/mansona))
14+
* [#789](https://github.com/ember-cli/ember-cli-htmlbars/pull/789) swap to pnpm ([@mansona](https://github.com/mansona))
15+
16+
#### Committers: 2
17+
- Chris Manson ([@mansona](https://github.com/mansona))
18+
- NullVoxPopuli's reduced-access machine account for AI usage ([@NullVoxPopuli-ai-agent](https://github.com/NullVoxPopuli-ai-agent))
19+
320

421

522

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ember-cli-htmlbars",
3-
"version": "7.0.0",
3+
"version": "7.0.1",
44
"description": "A library for adding htmlbars to ember CLI",
55
"keywords": [
66
"ember-addon",

0 commit comments

Comments
 (0)