Skip to content

Commit

Permalink
Merge pull request #146 from embroider-build/release-preview
Browse files Browse the repository at this point in the history
Prepare Release
  • Loading branch information
mansona authored Feb 14, 2025
2 parents 5182df3 + 4cf2ffd commit abf818a
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 8 deletions.
10 changes: 3 additions & 7 deletions .release-plan.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,20 +2,16 @@
"solution": {
"@embroider/app-blueprint": {
"impact": "minor",
"oldVersion": "0.20.0",
"newVersion": "0.21.0",
"oldVersion": "0.21.0",
"newVersion": "0.22.0",
"constraints": [
{
"impact": "minor",
"reason": "Appears in changelog section :rocket: Enhancement"
},
{
"impact": "patch",
"reason": "Appears in changelog section :bug: Bug Fix"
}
],
"pkgJSONPath": "./package.json"
}
},
"description": "## Release (2025-02-13)\n\n@embroider/app-blueprint 0.21.0 (minor)\n\n#### :rocket: Enhancement\n* `@embroider/app-blueprint`\n * [#141](https://github.com/embroider-build/app-blueprint/pull/141) switch to alpha dependencies ([@mansona](https://github.com/mansona))\n\n#### :bug: Bug Fix\n* `@embroider/app-blueprint`\n * [#142](https://github.com/embroider-build/app-blueprint/pull/142) update app css location ([@mansona](https://github.com/mansona))\n\n#### Committers: 1\n- Chris Manson ([@mansona](https://github.com/mansona))\n"
"description": "## Release (2025-02-14)\n\n@embroider/app-blueprint 0.22.0 (minor)\n\n#### :rocket: Enhancement\n* `@embroider/app-blueprint`\n * [#145](https://github.com/embroider-build/app-blueprint/pull/145) Update ember-cli and remove loadTests: false, as the option doesn't exist any more ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n\n#### Committers: 1\n- [@NullVoxPopuli](https://github.com/NullVoxPopuli)\n"
}
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

## Release (2025-02-14)

@embroider/app-blueprint 0.22.0 (minor)

#### :rocket: Enhancement
* `@embroider/app-blueprint`
* [#145](https://github.com/embroider-build/app-blueprint/pull/145) Update ember-cli and remove loadTests: false, as the option doesn't exist any more ([@NullVoxPopuli](https://github.com/NullVoxPopuli))

#### Committers: 1
- [@NullVoxPopuli](https://github.com/NullVoxPopuli)

## Release (2025-02-13)

@embroider/app-blueprint 0.21.0 (minor)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@embroider/app-blueprint",
"version": "0.21.0",
"version": "0.22.0",
"description": "Blueprint for next generation of Ember apps",
"keywords": [
"ember-blueprint"
Expand Down

0 comments on commit abf818a

Please sign in to comment.