Skip to content

Prepare Release #11

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Feb 18, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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-drag-drop": {
"impact": "major",
"oldVersion": "0.9.0-beta.0",
"newVersion": "1.0.0",
"impact": "patch",
"oldVersion": "1.0.0",
"newVersion": "1.0.1",
"constraints": [
{
"impact": "major",
"reason": "Appears in changelog section :boom: Breaking Change"
"impact": "patch",
"reason": "Appears in changelog section :bug: Bug Fix"
}
],
"pkgJSONPath": "./ember-drag-drop/package.json"
}
},
"description": "## Release (2024-04-15)\n\nember-drag-drop 1.0.0 (major)\n\n#### :boom: Breaking Change\n* `ember-drag-drop`, `test-app`\n * [#1](https://github.com/adopted-ember-addons/ember-drag-drop/pull/1) Convert to a v2 addon and drop support for Ember < 3.16 ([@mansona](https://github.com/mansona))\n\n#### :house: Internal\n* [#2](https://github.com/adopted-ember-addons/ember-drag-drop/pull/2) setup release-plan ([@mansona](https://github.com/mansona))\n\n#### Committers: 1\n- Chris Manson ([@mansona](https://github.com/mansona))\n"
"description": "## Release (2025-02-18)\n\nember-drag-drop 1.0.1 (patch)\n\n#### :bug: Bug Fix\n* `ember-drag-drop`\n * [#10](https://github.com/adopted-ember-addons/ember-drag-drop/pull/10) use `.slice` when `.toArray` is not present ([@artemgurzhii](https://github.com/artemgurzhii))\n\n#### Committers: 1\n- Artem Hurzhii ([@artemgurzhii](https://github.com/artemgurzhii))\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 (2025-02-18)

ember-drag-drop 1.0.1 (patch)

#### :bug: Bug Fix
* `ember-drag-drop`
* [#10](https://github.com/adopted-ember-addons/ember-drag-drop/pull/10) use `.slice` when `.toArray` is not present ([@artemgurzhii](https://github.com/artemgurzhii))

#### Committers: 1
- Artem Hurzhii ([@artemgurzhii](https://github.com/artemgurzhii))

## Release (2024-04-15)

ember-drag-drop 1.0.0 (major)
Expand Down
2 changes: 1 addition & 1 deletion ember-drag-drop/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ember-drag-drop",
"version": "1.0.0",
"version": "1.0.1",
"description": "The default blueprint for Embroider v2 addons.",
"keywords": [
"ember-addon"
Expand Down
Empty file added stderr.log
Empty file.