Skip to content

Commit

Permalink
Merge pull request #244 from embroider-build/release-preview
Browse files Browse the repository at this point in the history
Prepare Release
  • Loading branch information
NullVoxPopuli authored Dec 18, 2023
2 parents f32bc59 + 5b7202f commit b1168b4
Show file tree
Hide file tree
Showing 3 changed files with 14 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/addon-blueprint": {
"impact": "minor",
"oldVersion": "2.9.0",
"newVersion": "2.10.0",
"oldVersion": "2.10.0",
"newVersion": "2.11.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 (2023-12-12)\n\n@embroider/addon-blueprint 2.10.0 (minor)\n\n#### :rocket: Enhancement\n* `@embroider/addon-blueprint`\n * [#222](https://github.com/embroider-build/addon-blueprint/pull/222) Use --skip-cleanup for ember-try for faster-exiting try-scenarios ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n\n#### :bug: Bug Fix\n* `@embroider/addon-blueprint`\n * [#227](https://github.com/embroider-build/addon-blueprint/pull/227) add quotes around path in GitHub workflow ([@basz](https://github.com/basz))\n\n#### Committers: 2\n- Bas Kamer ([@basz](https://github.com/basz))\n- [@NullVoxPopuli](https://github.com/NullVoxPopuli)\n"
"description": "## Release (2023-12-18)\n\n@embroider/addon-blueprint 2.11.0 (minor)\n\n#### :rocket: Enhancement\n* `@embroider/addon-blueprint`\n * [#243](https://github.com/embroider-build/addon-blueprint/pull/243) Update dependencies in the addon's package.json ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n\n#### Committers: 1\n- [@NullVoxPopuli](https://github.com/NullVoxPopuli)\n"
}
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,14 @@
# @embroider/addon-blueprint Changelog
## Release (2023-12-18)

@embroider/addon-blueprint 2.11.0 (minor)

#### :rocket: Enhancement
* `@embroider/addon-blueprint`
* [#243](https://github.com/embroider-build/addon-blueprint/pull/243) Update dependencies in the addon's package.json ([@NullVoxPopuli](https://github.com/NullVoxPopuli))

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

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

0 comments on commit b1168b4

Please sign in to comment.