Skip to content

Commit

Permalink
Merge pull request #241 from embroider-build/release-preview
Browse files Browse the repository at this point in the history
Prepare Release
  • Loading branch information
NullVoxPopuli authored Dec 12, 2023
2 parents d87c723 + 42f18fa commit b2fd3fd
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 4 deletions.
10 changes: 7 additions & 3 deletions .release-plan.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,20 @@
"solution": {
"@embroider/addon-blueprint": {
"impact": "minor",
"oldVersion": "2.8.1",
"newVersion": "2.9.0",
"oldVersion": "2.9.0",
"newVersion": "2.10.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-08)\n\n@embroider/addon-blueprint 2.9.0 (minor)\n\n#### :rocket: Enhancement\n* `@embroider/addon-blueprint`\n * [#231](https://github.com/embroider-build/addon-blueprint/pull/231) Remove unneeded babel plugins so that shipped addon code is way smaller and easier to debug without sourcemaps ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n\n#### Committers: 1\n- [@NullVoxPopuli](https://github.com/NullVoxPopuli)\n"
"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"
}
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,19 @@
# @embroider/addon-blueprint Changelog
## Release (2023-12-12)

@embroider/addon-blueprint 2.10.0 (minor)

#### :rocket: Enhancement
* `@embroider/addon-blueprint`
* [#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))

#### :bug: Bug Fix
* `@embroider/addon-blueprint`
* [#227](https://github.com/embroider-build/addon-blueprint/pull/227) add quotes around path in GitHub workflow ([@basz](https://github.com/basz))

#### Committers: 2
- Bas Kamer ([@basz](https://github.com/basz))
- [@NullVoxPopuli](https://github.com/NullVoxPopuli)
## Release (2023-12-08)

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

0 comments on commit b2fd3fd

Please sign in to comment.