Skip to content
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: 8 additions & 4 deletions .release-plan.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,15 @@
{
"solution": {
"ember-launch-darkly": {
"impact": "patch",
"oldVersion": "5.3.0",
"newVersion": "5.3.1",
"impact": "major",
"oldVersion": "5.3.1",
"newVersion": "6.0.0",
"tagName": "latest",
"constraints": [
{
"impact": "major",
"reason": "Appears in changelog section :boom: Breaking Change"
},
{
"impact": "patch",
"reason": "Appears in changelog section :house: Internal"
Expand All @@ -14,5 +18,5 @@
"pkgJSONPath": "./package.json"
}
},
"description": "## Release (2026-02-26)\n\n* ember-launch-darkly 5.3.1 (patch)\n\n#### :house: Internal\n* `ember-launch-darkly`\n * [#708](https://github.com/adopted-ember-addons/ember-launch-darkly/pull/708) trigger release ([@aklkv](https://github.com/aklkv))\n* Other\n * [#706](https://github.com/adopted-ember-addons/ember-launch-darkly/pull/706) fix: release-plan refs ([@aklkv](https://github.com/aklkv))\n * [#705](https://github.com/adopted-ember-addons/ember-launch-darkly/pull/705) fix: regenerate release-plan ([@aklkv](https://github.com/aklkv))\n\n#### Committers: 1\n- Alexey Kulakov ([@aklkv](https://github.com/aklkv))\n"
"description": "## Release (2026-03-11)\n\n* ember-launch-darkly 6.0.0 (major)\n\n#### :boom: Breaking Change\n* `ember-launch-darkly`\n * [#712](https://github.com/adopted-ember-addons/ember-launch-darkly/pull/712) Migrate to @ember/addon-blueprint flat structure ([@aklkv](https://github.com/aklkv))\n * [#710](https://github.com/adopted-ember-addons/ember-launch-darkly/pull/710) Structured results, SDK passthroughs, options-object Context, peerDeps ([@aklkv](https://github.com/aklkv))\n\n#### :house: Internal\n* `ember-launch-darkly`\n * [#713](https://github.com/adopted-ember-addons/ember-launch-darkly/pull/713) Update actions versions ([@RobbieTheWagner](https://github.com/RobbieTheWagner))\n\n#### Committers: 2\n- Alexey Kulakov ([@aklkv](https://github.com/aklkv))\n- Robbie Wagner ([@RobbieTheWagner](https://github.com/RobbieTheWagner))\n"
}
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# Changelog

## Release (2026-03-11)

* ember-launch-darkly 6.0.0 (major)

#### :boom: Breaking Change
* `ember-launch-darkly`
* [#712](https://github.com/adopted-ember-addons/ember-launch-darkly/pull/712) Migrate to @ember/addon-blueprint flat structure ([@aklkv](https://github.com/aklkv))
* [#710](https://github.com/adopted-ember-addons/ember-launch-darkly/pull/710) Structured results, SDK passthroughs, options-object Context, peerDeps ([@aklkv](https://github.com/aklkv))

#### :house: Internal
* `ember-launch-darkly`
* [#713](https://github.com/adopted-ember-addons/ember-launch-darkly/pull/713) Update actions versions ([@RobbieTheWagner](https://github.com/RobbieTheWagner))

#### Committers: 2
- Alexey Kulakov ([@aklkv](https://github.com/aklkv))
- Robbie Wagner ([@RobbieTheWagner](https://github.com/RobbieTheWagner))

## Release (2026-02-26)

- ember-launch-darkly 5.3.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": "ember-launch-darkly",
"version": "5.3.1",
"version": "6.0.0",
"description": "A modern Ember addon to wrap the Launch Darkly service",
"keywords": [
"ember-addon",
Expand Down