-
Notifications
You must be signed in to change notification settings - Fork 14
/
Copy path.release-plan.json
21 lines (21 loc) · 6.44 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
{
"solution": {
"ember-promise-modals": {
"impact": "major",
"oldVersion": "4.1.0",
"newVersion": "5.0.0",
"constraints": [
{
"impact": "major",
"reason": "Appears in changelog section :boom: Breaking Change"
},
{
"impact": "patch",
"reason": "Appears in changelog section :house: Internal"
}
],
"pkgJSONPath": "./packages/ember-promise-modals/package.json"
}
},
"description": "## Release (2024-04-05)\n\nember-promise-modals 5.0.0 (major)\n\n#### :boom: Breaking Change\n* `ember-promise-modals`, `test-app`\n * [#920](https://github.com/mainmatter/ember-promise-modals/pull/920) Convert the addon to v2 ([@BlueCutOfficial](https://github.com/BlueCutOfficial))\n* Other\n * [#913](https://github.com/mainmatter/ember-promise-modals/pull/913) Remove support for deprecated `modal-from-string` ([@BlueCutOfficial](https://github.com/BlueCutOfficial))\n * [#910](https://github.com/mainmatter/ember-promise-modals/pull/910) Drop Ember < 3.28 and node < 16 ([@BlueCutOfficial](https://github.com/BlueCutOfficial))\n * [#909](https://github.com/mainmatter/ember-promise-modals/pull/909) Remove the PostCSS process ([@BlueCutOfficial](https://github.com/BlueCutOfficial))\n\n#### :house: Internal\n* `ember-promise-modals`\n * [#946](https://github.com/mainmatter/ember-promise-modals/pull/946) Update dependency rollup to v4.13.2 ([@renovate[bot]](https://github.com/apps/renovate))\n * [#944](https://github.com/mainmatter/ember-promise-modals/pull/944) Update dependency @babel/core to v7.24.4 ([@renovate[bot]](https://github.com/apps/renovate))\n * [#939](https://github.com/mainmatter/ember-promise-modals/pull/939) Update babel monorepo (patch) ([@renovate[bot]](https://github.com/apps/renovate))\n * [#938](https://github.com/mainmatter/ember-promise-modals/pull/938) Update dependency rollup to v4.13.1 ([@renovate[bot]](https://github.com/apps/renovate))\n * [#930](https://github.com/mainmatter/ember-promise-modals/pull/930) Update babel monorepo to v7.24.0 (minor) ([@renovate[bot]](https://github.com/apps/renovate))\n * [#922](https://github.com/mainmatter/ember-promise-modals/pull/922) Update babel monorepo to v7.23.9 (patch) ([@renovate[bot]](https://github.com/apps/renovate))\n * [#919](https://github.com/mainmatter/ember-promise-modals/pull/919) Use co-location in the addon package ([@BlueCutOfficial](https://github.com/BlueCutOfficial))\n * [#918](https://github.com/mainmatter/ember-promise-modals/pull/918) Realign internal components names to use the default convention ([@BlueCutOfficial](https://github.com/BlueCutOfficial))\n* `test-app`\n * [#943](https://github.com/mainmatter/ember-promise-modals/pull/943) Remove version numbers on private packages ([@BlueCutOfficial](https://github.com/BlueCutOfficial))\n * [#936](https://github.com/mainmatter/ember-promise-modals/pull/936) Update dependency ember-cli-htmlbars to v6.3.0 ([@renovate[bot]](https://github.com/apps/renovate))\n * [#935](https://github.com/mainmatter/ember-promise-modals/pull/935) Update dependency @embroider/macros to v1.15.0 ([@renovate[bot]](https://github.com/apps/renovate))\n * [#931](https://github.com/mainmatter/ember-promise-modals/pull/931) Update dependency @ember/optional-features to v2.1.0 ([@renovate[bot]](https://github.com/apps/renovate))\n * [#928](https://github.com/mainmatter/ember-promise-modals/pull/928) Update dependency webpack to v5.90.3 ([@renovate[bot]](https://github.com/apps/renovate))\n * [#926](https://github.com/mainmatter/ember-promise-modals/pull/926) Update dependency qunit to v2.20.1 ([@renovate[bot]](https://github.com/apps/renovate))\n* Other\n * [#945](https://github.com/mainmatter/ember-promise-modals/pull/945) Update dependency pnpm to v8.15.6 ([@renovate[bot]](https://github.com/apps/renovate))\n * [#942](https://github.com/mainmatter/ember-promise-modals/pull/942) Update dependency release-plan to v0.9.0 ([@renovate[bot]](https://github.com/apps/renovate))\n * [#940](https://github.com/mainmatter/ember-promise-modals/pull/940) Update dependency pnpm to v8.15.5 ([@renovate[bot]](https://github.com/apps/renovate))\n * [#934](https://github.com/mainmatter/ember-promise-modals/pull/934) Pin dependency release-plan to 0.8.0 ([@renovate[bot]](https://github.com/apps/renovate))\n * [#923](https://github.com/mainmatter/ember-promise-modals/pull/923) Update dependency pnpm to v8.15.4 ([@renovate[bot]](https://github.com/apps/renovate))\n * [#925](https://github.com/mainmatter/ember-promise-modals/pull/925) ci (fix): in the deploy workflow, move the install before the addon build ([@BlueCutOfficial](https://github.com/BlueCutOfficial))\n * [#924](https://github.com/mainmatter/ember-promise-modals/pull/924) CI (fix): Build the addon before building and deploying the test app ([@BlueCutOfficial](https://github.com/BlueCutOfficial))\n * [#917](https://github.com/mainmatter/ember-promise-modals/pull/917) Fix the deployment workflow of the test-app ([@BlueCutOfficial](https://github.com/BlueCutOfficial))\n * [#915](https://github.com/mainmatter/ember-promise-modals/pull/915) Replace eslint-plugin-node with latest eslint-plugin-n ([@BlueCutOfficial](https://github.com/BlueCutOfficial))\n * [#912](https://github.com/mainmatter/ember-promise-modals/pull/912) Update dependency webpack to v5.90.1 ([@renovate[bot]](https://github.com/apps/renovate))\n * [#911](https://github.com/mainmatter/ember-promise-modals/pull/911) Update dependency @embroider/macros to v1.13.5 ([@renovate[bot]](https://github.com/apps/renovate))\n* `ember-promise-modals`, `test-app`\n * [#941](https://github.com/mainmatter/ember-promise-modals/pull/941) Update babel monorepo to v7.24.1 (minor) ([@renovate[bot]](https://github.com/apps/renovate))\n * [#937](https://github.com/mainmatter/ember-promise-modals/pull/937) Update dependency eslint to v8.57.0 ([@renovate[bot]](https://github.com/apps/renovate))\n * [#927](https://github.com/mainmatter/ember-promise-modals/pull/927) Prepare the release process ([@BlueCutOfficial](https://github.com/BlueCutOfficial))\n * [#921](https://github.com/mainmatter/ember-promise-modals/pull/921) Pin dependencies ([@renovate[bot]](https://github.com/apps/renovate))\n * [#916](https://github.com/mainmatter/ember-promise-modals/pull/916) Create a monorepo to separate v1 addon from test-app ([@BlueCutOfficial](https://github.com/BlueCutOfficial))\n\n#### Committers: 1\n- Marine Dunstetter ([@BlueCutOfficial](https://github.com/BlueCutOfficial))\n"
}