-
-
Notifications
You must be signed in to change notification settings - Fork 99
Expand file tree
/
Copy path.release-plan.json
More file actions
34 lines (34 loc) · 2.74 KB
/
.release-plan.json
File metadata and controls
34 lines (34 loc) · 2.74 KB
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
26
27
28
29
30
31
32
33
34
{
"solution": {
"ember-changeset-validations": {
"impact": "major",
"oldVersion": "4.2.0",
"newVersion": "5.0.0",
"tagName": "latest",
"constraints": [
{
"impact": "major",
"reason": "Appears in changelog section :boom: Breaking Change"
},
{
"impact": "minor",
"reason": "Appears in changelog section :rocket: Enhancement"
},
{
"impact": "patch",
"reason": "Appears in changelog section :bug: Bug Fix"
},
{
"impact": "patch",
"reason": "Appears in changelog section :memo: Documentation"
},
{
"impact": "patch",
"reason": "Appears in changelog section :house: Internal"
}
],
"pkgJSONPath": "./package.json"
}
},
"description": "## Release (2025-04-29)\n\n* ember-changeset-validations 5.0.0 (major)\n\n#### :boom: Breaking Change\n* `ember-changeset-validations`\n * [#374](https://github.com/adopted-ember-addons/ember-changeset-validations/pull/374) Drop support for Ember.js versions below 4.8 ([@SergeAstapov](https://github.com/SergeAstapov))\n * [#371](https://github.com/adopted-ember-addons/ember-changeset-validations/pull/371) Switch addon configuration from environment.js to @embroider/macros ([@SergeAstapov](https://github.com/SergeAstapov))\n\n#### :rocket: Enhancement\n* `ember-changeset-validations`\n * [#377](https://github.com/adopted-ember-addons/ember-changeset-validations/pull/377) Bump ember-validators to v5 ([@SergeAstapov](https://github.com/SergeAstapov))\n * [#372](https://github.com/adopted-ember-addons/ember-changeset-validations/pull/372) Convert addon to v2 format ([@SergeAstapov](https://github.com/SergeAstapov))\n\n#### :bug: Bug Fix\n* `ember-changeset-validations`\n * [#381](https://github.com/adopted-ember-addons/ember-changeset-validations/pull/381) Disable declarations folder generation ([@SergeAstapov](https://github.com/SergeAstapov))\n\n#### :memo: Documentation\n* `ember-changeset-validations`\n * [#380](https://github.com/adopted-ember-addons/ember-changeset-validations/pull/380) Fix broken urls in readme ([@jkeen](https://github.com/jkeen))\n\n#### :house: Internal\n* `ember-changeset-validations`\n * [#379](https://github.com/adopted-ember-addons/ember-changeset-validations/pull/379) Add push-dist workflow for testing pre-release updates ([@SergeAstapov](https://github.com/SergeAstapov))\n * [#375](https://github.com/adopted-ember-addons/ember-changeset-validations/pull/375) Vanilla Prettier Setup ([@SergeAstapov](https://github.com/SergeAstapov))\n\n#### Committers: 2\n- Jeff Keen ([@jkeen](https://github.com/jkeen))\n- Sergey Astapov ([@SergeAstapov](https://github.com/SergeAstapov))\n"
}