Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Prepare Release #264

Merged
merged 1 commit into from
Feb 27, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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": "minor",
"oldVersion": "2.12.0",
"newVersion": "2.13.0",
"impact": "patch",
"oldVersion": "2.13.0",
"newVersion": "2.13.1",
"constraints": [
{
"impact": "minor",
"reason": "Appears in changelog section :rocket: Enhancement"
"impact": "patch",
"reason": "Appears in changelog section :bug: Bug Fix"
},
{
"impact": "patch",
"reason": "Appears in changelog section :house: Internal"
"reason": "Appears in changelog section :memo: Documentation"
}
],
"pkgJSONPath": "./package.json"
}
},
"description": "## Release (2024-02-18)\n\n@embroider/addon-blueprint 2.13.0 (minor)\n\n#### :rocket: Enhancement\n* `@embroider/addon-blueprint`\n * [#259](https://github.com/embroider-build/addon-blueprint/pull/259) remove wyvox/action-setup-pnpm to realign with ember-cli ([@mansona](https://github.com/mansona))\n\n#### :house: Internal\n* `@embroider/addon-blueprint`\n * [#262](https://github.com/embroider-build/addon-blueprint/pull/262) fix workspace definition ([@mansona](https://github.com/mansona))\n * [#260](https://github.com/embroider-build/addon-blueprint/pull/260) update release-plan ([@mansona](https://github.com/mansona))\n\n#### Committers: 1\n- Chris Manson ([@mansona](https://github.com/mansona))\n"
"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"
}
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-02-27)

@embroider/addon-blueprint 2.13.1 (patch)

#### :bug: Bug Fix
* `@embroider/addon-blueprint`
* [#265](https://github.com/embroider-build/addon-blueprint/pull/265) Add @glint/core to root package.json ([@miguelcobain](https://github.com/miguelcobain))

#### :memo: Documentation
* `@embroider/addon-blueprint`
* [#263](https://github.com/embroider-build/addon-blueprint/pull/263) Document typescript option ([@miguelcobain](https://github.com/miguelcobain))

#### Committers: 1
- Miguel Andrade ([@miguelcobain](https://github.com/miguelcobain))

## Release (2024-02-18)

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