Skip to content

Commit ba84869

Browse files
Merge pull request #139 from embroider-build/release-preview
Prepare Release
2 parents c7a53aa + af186e3 commit ba84869

File tree

3 files changed

+22
-8
lines changed

3 files changed

+22
-8
lines changed

.release-plan.json

+3-7
Original file line numberDiff line numberDiff line change
@@ -2,20 +2,16 @@
22
"solution": {
33
"@embroider/app-blueprint": {
44
"impact": "minor",
5-
"oldVersion": "0.18.0",
6-
"newVersion": "0.19.0",
5+
"oldVersion": "0.19.0",
6+
"newVersion": "0.20.0",
77
"constraints": [
88
{
99
"impact": "minor",
1010
"reason": "Appears in changelog section :rocket: Enhancement"
11-
},
12-
{
13-
"impact": "patch",
14-
"reason": "Appears in changelog section :bug: Bug Fix"
1511
}
1612
],
1713
"pkgJSONPath": "./package.json"
1814
}
1915
},
20-
"description": "## Release (2025-01-12)\n\n@embroider/app-blueprint 0.19.0 (minor)\n\n#### :rocket: Enhancement\n* `@embroider/app-blueprint`\n * [#126](https://github.com/embroider-build/app-blueprint/pull/126) Add vite/client types ([@evoactivity](https://github.com/evoactivity))\n\n#### :bug: Bug Fix\n* `@embroider/app-blueprint`\n * [#128](https://github.com/embroider-build/app-blueprint/pull/128) fix typescript: eslint ignores needs to be the lone key to act globally ([@evoactivity](https://github.com/evoactivity))\n\n#### Committers: 1\n- Liam Potter ([@evoactivity](https://github.com/evoactivity))\n"
16+
"description": "## Release (2025-02-08)\n\n@embroider/app-blueprint 0.20.0 (minor)\n\n#### :rocket: Enhancement\n* `@embroider/app-blueprint`\n * [#140](https://github.com/embroider-build/app-blueprint/pull/140) make sure to remove loader.js ([@mansona](https://github.com/mansona))\n * [#134](https://github.com/embroider-build/app-blueprint/pull/134) Add lang attribute and use app title in index.html ([@evoactivity](https://github.com/evoactivity))\n * [#138](https://github.com/embroider-build/app-blueprint/pull/138) Sync lint configs from ember-cli ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n\n#### :house: Internal\n* [#135](https://github.com/embroider-build/app-blueprint/pull/135) ESLint trailing comma ([@evoactivity](https://github.com/evoactivity))\n\n#### Committers: 3\n- Chris Manson ([@mansona](https://github.com/mansona))\n- Liam Potter ([@evoactivity](https://github.com/evoactivity))\n- [@NullVoxPopuli](https://github.com/NullVoxPopuli)\n"
2117
}

CHANGELOG.md

+18
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,23 @@
11
# Changelog
22

3+
## Release (2025-02-08)
4+
5+
@embroider/app-blueprint 0.20.0 (minor)
6+
7+
#### :rocket: Enhancement
8+
* `@embroider/app-blueprint`
9+
* [#140](https://github.com/embroider-build/app-blueprint/pull/140) make sure to remove loader.js ([@mansona](https://github.com/mansona))
10+
* [#134](https://github.com/embroider-build/app-blueprint/pull/134) Add lang attribute and use app title in index.html ([@evoactivity](https://github.com/evoactivity))
11+
* [#138](https://github.com/embroider-build/app-blueprint/pull/138) Sync lint configs from ember-cli ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
12+
13+
#### :house: Internal
14+
* [#135](https://github.com/embroider-build/app-blueprint/pull/135) ESLint trailing comma ([@evoactivity](https://github.com/evoactivity))
15+
16+
#### Committers: 3
17+
- Chris Manson ([@mansona](https://github.com/mansona))
18+
- Liam Potter ([@evoactivity](https://github.com/evoactivity))
19+
- [@NullVoxPopuli](https://github.com/NullVoxPopuli)
20+
321
## Release (2025-01-12)
422

523
@embroider/app-blueprint 0.19.0 (minor)

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@embroider/app-blueprint",
3-
"version": "0.19.0",
3+
"version": "0.20.0",
44
"description": "Blueprint for next generation of Ember apps",
55
"keywords": [
66
"ember-blueprint"

0 commit comments

Comments
 (0)