Skip to content

Commit

Permalink
Merge pull request #270 from embroider-build/release-preview
Browse files Browse the repository at this point in the history
Prepare Release
  • Loading branch information
NullVoxPopuli authored Mar 29, 2024
2 parents 230e0d3 + c4979ee commit 1c69386
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .release-plan.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
"solution": {
"@embroider/addon-blueprint": {
"impact": "minor",
"oldVersion": "2.13.1",
"newVersion": "2.14.0",
"oldVersion": "2.14.0",
"newVersion": "2.15.0",
"constraints": [
{
"impact": "minor",
Expand All @@ -17,5 +17,5 @@
"pkgJSONPath": "./package.json"
}
},
"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"
"description": "## Release (2024-03-29)\n\n@embroider/addon-blueprint 2.15.0 (minor)\n\n#### :rocket: Enhancement\n* `@embroider/addon-blueprint`\n * [#279](https://github.com/embroider-build/addon-blueprint/pull/279) Add ESLint rule to require that relative imports use full extensions ([@SergeAstapov](https://github.com/SergeAstapov))\n * [#276](https://github.com/embroider-build/addon-blueprint/pull/276) Remove unnecessary verbatimModuleSyntax from tsconfig.json ([@SergeAstapov](https://github.com/SergeAstapov))\n\n#### :bug: Bug Fix\n* `@embroider/addon-blueprint`\n * [#277](https://github.com/embroider-build/addon-blueprint/pull/277) Because TS addons need to emit declarations, we need to set noEmit to false ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n * [#269](https://github.com/embroider-build/addon-blueprint/pull/269) Sort dependencies in root `package.json` file ([@bertdeblock](https://github.com/bertdeblock))\n\n#### Committers: 3\n- Bert De Block ([@bertdeblock](https://github.com/bertdeblock))\n- Sergey Astapov ([@SergeAstapov](https://github.com/SergeAstapov))\n- [@NullVoxPopuli](https://github.com/NullVoxPopuli)\n"
}
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,24 @@
# @embroider/addon-blueprint Changelog

## Release (2024-03-29)

@embroider/addon-blueprint 2.15.0 (minor)

#### :rocket: Enhancement
* `@embroider/addon-blueprint`
* [#279](https://github.com/embroider-build/addon-blueprint/pull/279) Add ESLint rule to require that relative imports use full extensions ([@SergeAstapov](https://github.com/SergeAstapov))
* [#276](https://github.com/embroider-build/addon-blueprint/pull/276) Remove unnecessary verbatimModuleSyntax from tsconfig.json ([@SergeAstapov](https://github.com/SergeAstapov))

#### :bug: Bug Fix
* `@embroider/addon-blueprint`
* [#277](https://github.com/embroider-build/addon-blueprint/pull/277) Because TS addons need to emit declarations, we need to set noEmit to false ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
* [#269](https://github.com/embroider-build/addon-blueprint/pull/269) Sort dependencies in root `package.json` file ([@bertdeblock](https://github.com/bertdeblock))

#### Committers: 3
- Bert De Block ([@bertdeblock](https://github.com/bertdeblock))
- Sergey Astapov ([@SergeAstapov](https://github.com/SergeAstapov))
- [@NullVoxPopuli](https://github.com/NullVoxPopuli)

## Release (2024-03-04)

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

0 comments on commit 1c69386

Please sign in to comment.