Skip to content

Commit

Permalink
Prepare Release using 'release-plan'
Browse files Browse the repository at this point in the history
  • Loading branch information
ef4 authored and github-actions[bot] committed Oct 22, 2024
1 parent ce42c05 commit 1c0a35a
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 7 deletions.
12 changes: 6 additions & 6 deletions .release-plan.json
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
{
"solution": {
"ember-auto-import": {
"impact": "patch",
"oldVersion": "2.8.0",
"newVersion": "2.8.1",
"impact": "minor",
"oldVersion": "2.8.1",
"newVersion": "2.9.0",
"constraints": [
{
"impact": "patch",
"reason": "Appears in changelog section :bug: Bug Fix"
"impact": "minor",
"reason": "Appears in changelog section :rocket: Enhancement"
}
],
"pkgJSONPath": "./packages/ember-auto-import/package.json"
}
},
"description": "## Release (2024-09-20)\n\nember-auto-import 2.8.1 (patch)\n\n#### :bug: Bug Fix\n* `ember-auto-import`\n * [#637](https://github.com/embroider-build/ember-auto-import/pull/637) Fixing broccoli-debug ([@ef4](https://github.com/ef4))\n\n#### Committers: 1\n- Edward Faulkner ([@ef4](https://github.com/ef4))\n"
"description": "## Release (2024-10-22)\n\nember-auto-import 2.9.0 (minor)\n\n#### :rocket: Enhancement\n* `ember-auto-import`, `@ef4/test-scenarios`\n * [#642](https://github.com/embroider-build/ember-auto-import/pull/642) Renamed modules support ([@ef4](https://github.com/ef4))\n\n#### Committers: 1\n- Edward Faulkner ([@ef4](https://github.com/ef4))\n"
}
11 changes: 11 additions & 0 deletions packages/ember-auto-import/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

## Release (2024-10-22)

ember-auto-import 2.9.0 (minor)

#### :rocket: Enhancement
* `ember-auto-import`, `@ef4/test-scenarios`
* [#642](https://github.com/embroider-build/ember-auto-import/pull/642) Renamed modules support ([@ef4](https://github.com/ef4))

#### Committers: 1
- Edward Faulkner ([@ef4](https://github.com/ef4))

## Release (2024-09-20)

ember-auto-import 2.8.1 (patch)
Expand Down
2 changes: 1 addition & 1 deletion packages/ember-auto-import/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ember-auto-import",
"version": "2.8.1",
"version": "2.9.0",
"description": "Zero-config import from NPM packages",
"keywords": [
"ember-addon",
Expand Down

0 comments on commit 1c0a35a

Please sign in to comment.