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 Nov 1, 2024
1 parent 2721e34 commit 1de119d
Show file tree
Hide file tree
Showing 3 changed files with 15 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": {
"ember-auto-import": {
"impact": "minor",
"oldVersion": "2.8.1",
"newVersion": "2.9.0",
"oldVersion": "2.9.0",
"newVersion": "2.10.0",
"constraints": [
{
"impact": "minor",
Expand All @@ -13,5 +13,5 @@
"pkgJSONPath": "./packages/ember-auto-import/package.json"
}
},
"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"
"description": "## Release (2024-11-01)\n\nember-auto-import 2.10.0 (minor)\n\n#### :rocket: Enhancement\n* `ember-auto-import`, `@ef4/v2-addon-template`, `@ef4/test-scenarios`\n * [#645](https://github.com/embroider-build/ember-auto-import/pull/645) Support customizeMeta for v2 addons in classic builds ([@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-11-01)

ember-auto-import 2.10.0 (minor)

#### :rocket: Enhancement
* `ember-auto-import`, `@ef4/v2-addon-template`, `@ef4/test-scenarios`
* [#645](https://github.com/embroider-build/ember-auto-import/pull/645) Support customizeMeta for v2 addons in classic builds ([@ef4](https://github.com/ef4))

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

## Release (2024-10-22)

ember-auto-import 2.9.0 (minor)
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.9.0",
"version": "2.10.0",
"description": "Zero-config import from NPM packages",
"keywords": [
"ember-addon",
Expand Down

0 comments on commit 1de119d

Please sign in to comment.