diff --git a/.release-plan.json b/.release-plan.json new file mode 100644 index 00000000..57376209 --- /dev/null +++ b/.release-plan.json @@ -0,0 +1,25 @@ +{ + "solution": { + "ember-link": { + "impact": "minor", + "oldVersion": "3.2.0", + "newVersion": "3.3.0", + "constraints": [ + { + "impact": "minor", + "reason": "Appears in changelog section :rocket: Enhancement" + }, + { + "impact": "patch", + "reason": "Appears in changelog section :memo: Documentation" + }, + { + "impact": "patch", + "reason": "Appears in changelog section :house: Internal" + } + ], + "pkgJSONPath": "./ember-link/package.json" + } + }, + "description": "## Release (2024-10-28)\n\nember-link 3.3.0 (minor)\n\n#### :rocket: Enhancement\n* `ember-link`\n * [#811](https://github.com/buschtoens/ember-link/pull/811) Export `QueryParams` ([@gossi](https://github.com/gossi))\n\n#### :memo: Documentation\n* `ember-link`\n * [#793](https://github.com/buschtoens/ember-link/pull/793) Typedoc integrated into vitepress ([@gossi](https://github.com/gossi))\n * [#795](https://github.com/buschtoens/ember-link/pull/795) docs: Update readme with the latest engines router service ([@villander](https://github.com/villander))\n\n#### :house: Internal\n* `test-app`\n * [#813](https://github.com/buschtoens/ember-link/pull/813) Increase Test Matrix ([@gossi](https://github.com/gossi))\n* `ember-link`, `test-app`\n * [#812](https://github.com/buschtoens/ember-link/pull/812) Update to `ember@5.12` ([@gossi](https://github.com/gossi))\n * [#806](https://github.com/buschtoens/ember-link/pull/806) Remove volta for corepack ([@gossi](https://github.com/gossi))\n* Other\n * [#810](https://github.com/buschtoens/ember-link/pull/810) Use shared renovate config ([@gossi](https://github.com/gossi))\n* `ember-link`\n * [#807](https://github.com/buschtoens/ember-link/pull/807) Switch to `release-plan` ([@gossi](https://github.com/gossi))\n\n#### Committers: 2\n- Michael Villander ([@villander](https://github.com/villander))\n- Thomas Gossmann ([@gossi](https://github.com/gossi))\n" +} diff --git a/ember-link/CHANGELOG.md b/ember-link/CHANGELOG.md index 79615962..4a2b4652 100644 --- a/ember-link/CHANGELOG.md +++ b/ember-link/CHANGELOG.md @@ -1,5 +1,33 @@ # Changelog +## Release (2024-10-28) + +ember-link 3.3.0 (minor) + +#### :rocket: Enhancement +* `ember-link` + * [#811](https://github.com/buschtoens/ember-link/pull/811) Export `QueryParams` ([@gossi](https://github.com/gossi)) + +#### :memo: Documentation +* `ember-link` + * [#793](https://github.com/buschtoens/ember-link/pull/793) Typedoc integrated into vitepress ([@gossi](https://github.com/gossi)) + * [#795](https://github.com/buschtoens/ember-link/pull/795) docs: Update readme with the latest engines router service ([@villander](https://github.com/villander)) + +#### :house: Internal +* `test-app` + * [#813](https://github.com/buschtoens/ember-link/pull/813) Increase Test Matrix ([@gossi](https://github.com/gossi)) +* `ember-link`, `test-app` + * [#812](https://github.com/buschtoens/ember-link/pull/812) Update to `ember@5.12` ([@gossi](https://github.com/gossi)) + * [#806](https://github.com/buschtoens/ember-link/pull/806) Remove volta for corepack ([@gossi](https://github.com/gossi)) +* Other + * [#810](https://github.com/buschtoens/ember-link/pull/810) Use shared renovate config ([@gossi](https://github.com/gossi)) +* `ember-link` + * [#807](https://github.com/buschtoens/ember-link/pull/807) Switch to `release-plan` ([@gossi](https://github.com/gossi)) + +#### Committers: 2 +- Michael Villander ([@villander](https://github.com/villander)) +- Thomas Gossmann ([@gossi](https://github.com/gossi)) + diff --git a/ember-link/package.json b/ember-link/package.json index 769634b9..09a8857f 100644 --- a/ember-link/package.json +++ b/ember-link/package.json @@ -1,6 +1,6 @@ { "name": "ember-link", - "version": "3.2.0", + "version": "3.3.0", "description": "Link primitive to pass around self-contained route references", "keywords": [ "ember-addon",