Skip to content

Commit

Permalink
Merge pull request #267 from embroider-build/release-preview
Browse files Browse the repository at this point in the history
Prepare Release
  • Loading branch information
mansona authored Mar 4, 2024
2 parents 4101628 + d82c7a3 commit c163cbd
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 8 deletions.
14 changes: 7 additions & 7 deletions .release-plan.json
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
{
"solution": {
"@embroider/addon-blueprint": {
"impact": "patch",
"oldVersion": "2.13.0",
"newVersion": "2.13.1",
"impact": "minor",
"oldVersion": "2.13.1",
"newVersion": "2.14.0",
"constraints": [
{
"impact": "patch",
"reason": "Appears in changelog section :bug: Bug Fix"
"impact": "minor",
"reason": "Appears in changelog section :rocket: Enhancement"
},
{
"impact": "patch",
"reason": "Appears in changelog section :memo: Documentation"
"reason": "Appears in changelog section :bug: Bug Fix"
}
],
"pkgJSONPath": "./package.json"
}
},
"description": "## Release (2024-02-27)\n\n@embroider/addon-blueprint 2.13.1 (patch)\n\n#### :bug: Bug Fix\n* `@embroider/addon-blueprint`\n * [#265](https://github.com/embroider-build/addon-blueprint/pull/265) Add @glint/core to root package.json ([@miguelcobain](https://github.com/miguelcobain))\n\n#### :memo: Documentation\n* `@embroider/addon-blueprint`\n * [#263](https://github.com/embroider-build/addon-blueprint/pull/263) Document typescript option ([@miguelcobain](https://github.com/miguelcobain))\n\n#### Committers: 1\n- Miguel Andrade ([@miguelcobain](https://github.com/miguelcobain))\n"
"description": "## Release (2024-03-04)\n\n@embroider/addon-blueprint 2.14.0 (minor)\n\n#### :rocket: Enhancement\n* `@embroider/addon-blueprint`\n * [#266](https://github.com/embroider-build/addon-blueprint/pull/266) add a timeout minutes to the CI jobs ([@mansona](https://github.com/mansona))\n\n#### :bug: Bug Fix\n* `@embroider/addon-blueprint`\n * [#268](https://github.com/embroider-build/addon-blueprint/pull/268) use our own version of ember-cli so the test app is always generated with the latest blueprint ([@mansona](https://github.com/mansona))\n\n#### Committers: 1\n- Chris Manson ([@mansona](https://github.com/mansona))\n"
}
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# @embroider/addon-blueprint Changelog

## Release (2024-03-04)

@embroider/addon-blueprint 2.14.0 (minor)

#### :rocket: Enhancement
* `@embroider/addon-blueprint`
* [#266](https://github.com/embroider-build/addon-blueprint/pull/266) add a timeout minutes to the CI jobs ([@mansona](https://github.com/mansona))

#### :bug: Bug Fix
* `@embroider/addon-blueprint`
* [#268](https://github.com/embroider-build/addon-blueprint/pull/268) use our own version of ember-cli so the test app is always generated with the latest blueprint ([@mansona](https://github.com/mansona))

#### Committers: 1
- Chris Manson ([@mansona](https://github.com/mansona))

## Release (2024-02-27)

@embroider/addon-blueprint 2.13.1 (patch)
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/addon-blueprint",
"version": "2.13.1",
"version": "2.14.0",
"description": "Blueprint for scaffolding ember v2 addons",
"keywords": [
"ember-blueprint"
Expand Down

0 comments on commit c163cbd

Please sign in to comment.