Skip to content

Commit

Permalink
Merge pull request #103 from embroider-build/release-preview
Browse files Browse the repository at this point in the history
Prepare Release
  • Loading branch information
mansona authored Oct 24, 2024
2 parents 0c3a321 + ac0bb59 commit 1019ed4
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 10 deletions.
14 changes: 5 additions & 9 deletions .release-plan.json
Original file line number Diff line number Diff line change
@@ -1,21 +1,17 @@
{
"solution": {
"@embroider/app-blueprint": {
"impact": "minor",
"oldVersion": "0.12.0",
"newVersion": "0.13.0",
"impact": "patch",
"oldVersion": "0.13.0",
"newVersion": "0.13.1",
"constraints": [
{
"impact": "minor",
"reason": "Appears in changelog section :rocket: Enhancement"
},
{
"impact": "patch",
"reason": "Appears in changelog section :house: Internal"
"reason": "Appears in changelog section :bug: Bug Fix"
}
],
"pkgJSONPath": "./package.json"
}
},
"description": "## Release (2024-10-07)\n\n@embroider/app-blueprint 0.13.0 (minor)\n\n#### :rocket: Enhancement\n* `@embroider/app-blueprint`\n * [#97](https://github.com/embroider-build/app-blueprint/pull/97) Use @embroider/virtual instead of @embroider/core for test-support ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n\n#### :house: Internal\n* `@embroider/app-blueprint`\n * [#101](https://github.com/embroider-build/app-blueprint/pull/101) Create new 'output' script for a short way to run the generator ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n * [#99](https://github.com/embroider-build/app-blueprint/pull/99) Move more files to the files-override/shared folder ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n\n#### Committers: 1\n- [@NullVoxPopuli](https://github.com/NullVoxPopuli)\n"
"description": "## Release (2024-10-24)\n\n@embroider/app-blueprint 0.13.1 (patch)\n\n#### :bug: Bug Fix\n* `@embroider/app-blueprint`\n * [#102](https://github.com/embroider-build/app-blueprint/pull/102) Add missing babel packages ([@balinterdi](https://github.com/balinterdi))\n\n#### Committers: 1\n- Balint Erdi ([@balinterdi](https://github.com/balinterdi))\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 (2024-10-24)

@embroider/app-blueprint 0.13.1 (patch)

#### :bug: Bug Fix
* `@embroider/app-blueprint`
* [#102](https://github.com/embroider-build/app-blueprint/pull/102) Add missing babel packages ([@balinterdi](https://github.com/balinterdi))

#### Committers: 1
- Balint Erdi ([@balinterdi](https://github.com/balinterdi))

## Release (2024-10-07)

@embroider/app-blueprint 0.13.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.13.0",
"version": "0.13.1",
"description": "Blueprint for next generation of Ember apps",
"keywords": [
"ember-blueprint"
Expand Down

0 comments on commit 1019ed4

Please sign in to comment.