-
Notifications
You must be signed in to change notification settings - Fork 12
/
.release-plan.json
25 lines (25 loc) · 1.97 KB
/
.release-plan.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
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 `[email protected]` ([@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"
}