Skip to content

Commit

Permalink
Merge pull request #19 from embroider-build/release-preview
Browse files Browse the repository at this point in the history
Prepare Release
  • Loading branch information
mansona authored May 31, 2024
2 parents 2ec2a8d + 57a8d95 commit cb7c5bb
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 15 deletions.
20 changes: 6 additions & 14 deletions .release-plan.json
Original file line number Diff line number Diff line change
@@ -1,25 +1,17 @@
{
"solution": {
"@embroider/app-blueprint": {
"impact": "patch",
"oldVersion": "0.2.0",
"newVersion": "0.2.1",
"impact": "minor",
"oldVersion": "0.2.1",
"newVersion": "0.3.0",
"constraints": [
{
"impact": "patch",
"reason": "Appears in changelog section :bug: Bug Fix"
},
{
"impact": "patch",
"reason": "Appears in changelog section :memo: Documentation"
},
{
"impact": "patch",
"reason": "Appears in changelog section :house: Internal"
"impact": "minor",
"reason": "Appears in changelog section :rocket: Enhancement"
}
],
"pkgJSONPath": "./package.json"
}
},
"description": "## Release (2024-05-27)\n\n@embroider/app-blueprint 0.2.1 (patch)\n\n#### :bug: Bug Fix\n* `@embroider/app-blueprint`\n * [#17](https://github.com/embroider-build/app-blueprint/pull/17) Add smoke tests and fix the app-name.css link in index.html ([@mansona](https://github.com/mansona))\n\n#### :memo: Documentation\n* `@embroider/app-blueprint`\n * [#11](https://github.com/embroider-build/app-blueprint/pull/11) docs: use npx instead of ember-cli global ([@IgnaceMaes](https://github.com/IgnaceMaes))\n\n#### :house: Internal\n* `@embroider/app-blueprint`\n * [#15](https://github.com/embroider-build/app-blueprint/pull/15) schedule CI to run once a day ([@mansona](https://github.com/mansona))\n * [#14](https://github.com/embroider-build/app-blueprint/pull/14) add a dependabot config to keep ember-cli up to date ([@mansona](https://github.com/mansona))\n\n#### Committers: 2\n- Chris Manson ([@mansona](https://github.com/mansona))\n- Ignace Maes ([@IgnaceMaes](https://github.com/IgnaceMaes))\n"
"description": "## Release (2024-05-31)\n\n@embroider/app-blueprint 0.3.0 (minor)\n\n#### :rocket: Enhancement\n* `@embroider/app-blueprint`\n * [#18](https://github.com/embroider-build/app-blueprint/pull/18) add new config structure ([@mansona](https://github.com/mansona))\n\n#### Committers: 1\n- Chris Manson ([@mansona](https://github.com/mansona))\n"
}
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

## Release (2024-05-31)

@embroider/app-blueprint 0.3.0 (minor)

#### :rocket: Enhancement
* `@embroider/app-blueprint`
* [#18](https://github.com/embroider-build/app-blueprint/pull/18) add new config structure ([@mansona](https://github.com/mansona))

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

## Release (2024-05-27)

@embroider/app-blueprint 0.2.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/app-blueprint",
"version": "0.2.1",
"version": "0.3.0",
"description": "Blueprint for next generation of Ember apps",
"keywords": [
"ember-blueprint"
Expand Down

0 comments on commit cb7c5bb

Please sign in to comment.