Skip to content

Commit

Permalink
Merge pull request #131 from embroider-build/release-preview
Browse files Browse the repository at this point in the history
Prepare Release
  • Loading branch information
mansona authored Jan 12, 2025
2 parents cff78de + 1331606 commit 0b28b0d
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/app-blueprint": {
"impact": "minor",
"oldVersion": "0.17.0",
"newVersion": "0.18.0",
"oldVersion": "0.18.0",
"newVersion": "0.19.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 (2024-12-06)\n\n@embroider/app-blueprint 0.18.0 (minor)\n\n#### :rocket: Enhancement\n* `@embroider/app-blueprint`\n * [#124](https://github.com/embroider-build/app-blueprint/pull/124) move to the new cleaner vite config ([@mansona](https://github.com/mansona))\n\n#### Committers: 1\n- Chris Manson ([@mansona](https://github.com/mansona))\n"
"description": "## Release (2025-01-12)\n\n@embroider/app-blueprint 0.19.0 (minor)\n\n#### :rocket: Enhancement\n* `@embroider/app-blueprint`\n * [#126](https://github.com/embroider-build/app-blueprint/pull/126) Add vite/client types ([@evoactivity](https://github.com/evoactivity))\n\n#### :bug: Bug Fix\n* `@embroider/app-blueprint`\n * [#128](https://github.com/embroider-build/app-blueprint/pull/128) fix typescript: eslint ignores needs to be the lone key to act globally ([@evoactivity](https://github.com/evoactivity))\n\n#### Committers: 1\n- Liam Potter ([@evoactivity](https://github.com/evoactivity))\n"
}
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# Changelog

## Release (2025-01-12)

@embroider/app-blueprint 0.19.0 (minor)

#### :rocket: Enhancement
* `@embroider/app-blueprint`
* [#126](https://github.com/embroider-build/app-blueprint/pull/126) Add vite/client types ([@evoactivity](https://github.com/evoactivity))

#### :bug: Bug Fix
* `@embroider/app-blueprint`
* [#128](https://github.com/embroider-build/app-blueprint/pull/128) fix typescript: eslint ignores needs to be the lone key to act globally ([@evoactivity](https://github.com/evoactivity))

#### Committers: 1
- Liam Potter ([@evoactivity](https://github.com/evoactivity))

## Release (2024-12-06)

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

0 comments on commit 0b28b0d

Please sign in to comment.