diff --git a/.release-plan.json b/.release-plan.json index 3ac952ef..9a26bbbe 100644 --- a/.release-plan.json +++ b/.release-plan.json @@ -2,8 +2,8 @@ "solution": { "ember-primitives": { "impact": "minor", - "oldVersion": "0.24.0", - "newVersion": "0.25.0", + "oldVersion": "0.25.0", + "newVersion": "0.26.0", "constraints": [ { "impact": "minor", @@ -13,5 +13,5 @@ "pkgJSONPath": "./ember-primitives/package.json" } }, - "description": "## Release (2024-10-16)\n\nember-primitives 0.25.0 (minor)\n\n#### :rocket: Enhancement\n* `ember-primitives`, `test-app`\n * [#385](https://github.com/universal-ember/ember-primitives/pull/385) add preventDefault arg to menu trigger ([@miguelcobain](https://github.com/miguelcobain))\n\n#### Committers: 1\n- Miguel Andrade ([@miguelcobain](https://github.com/miguelcobain))\n" + "description": "## Release (2024-11-04)\n\nember-primitives 0.26.0 (minor)\n\n#### :rocket: Enhancement\n* `docs-app`, `ember-primitives`, `test-app`\n * [#394](https://github.com/universal-ember/ember-primitives/pull/394) Zoetrope component ([@evoactivity](https://github.com/evoactivity))\n\n#### :memo: Documentation\n* `docs-app`\n * [#388](https://github.com/universal-ember/ember-primitives/pull/388) Update index.gts ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n\n#### Committers: 2\n- Liam Potter ([@evoactivity](https://github.com/evoactivity))\n- [@NullVoxPopuli](https://github.com/NullVoxPopuli)\n" } diff --git a/CHANGELOG.md b/CHANGELOG.md index fca94c32..85dae2d7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,21 @@ # Changelog +## Release (2024-11-04) + +ember-primitives 0.26.0 (minor) + +#### :rocket: Enhancement +* `docs-app`, `ember-primitives`, `test-app` + * [#394](https://github.com/universal-ember/ember-primitives/pull/394) Zoetrope component ([@evoactivity](https://github.com/evoactivity)) + +#### :memo: Documentation +* `docs-app` + * [#388](https://github.com/universal-ember/ember-primitives/pull/388) Update index.gts ([@NullVoxPopuli](https://github.com/NullVoxPopuli)) + +#### Committers: 2 +- Liam Potter ([@evoactivity](https://github.com/evoactivity)) +- [@NullVoxPopuli](https://github.com/NullVoxPopuli) + ## Release (2024-10-16) ember-primitives 0.25.0 (minor) diff --git a/ember-primitives/package.json b/ember-primitives/package.json index 408fcffc..d7e2ac1e 100644 --- a/ember-primitives/package.json +++ b/ember-primitives/package.json @@ -1,6 +1,6 @@ { "name": "ember-primitives", - "version": "0.25.0", + "version": "0.26.0", "description": "Making apps easier to build", "sideEffects": [ "*.css"