-
Notifications
You must be signed in to change notification settings - Fork 40
Expand file tree
/
Copy path.release-plan.json
More file actions
39 lines (39 loc) · 1.77 KB
/
.release-plan.json
File metadata and controls
39 lines (39 loc) · 1.77 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
35
36
37
38
39
{
"solution": {
"ember-test-selectors": {
"impact": "minor",
"oldVersion": "7.0.0",
"newVersion": "7.1.0",
"tagName": "latest",
"constraints": [
{
"impact": "minor",
"reason": "Appears in changelog section :rocket: Enhancement"
},
{
"impact": "patch",
"reason": "Has dependency `workspace:*` on strip-test-selectors"
},
{
"impact": "patch",
"reason": "Appears in changelog section :house: Internal"
}
],
"pkgJSONPath": "./ember-test-selectors/package.json"
},
"strip-test-selectors": {
"impact": "minor",
"oldVersion": "0.0.0",
"newVersion": "0.1.0",
"tagName": "latest",
"constraints": [
{
"impact": "minor",
"reason": "Appears in changelog section :rocket: Enhancement"
}
],
"pkgJSONPath": "./strip-test-selectors/package.json"
}
},
"description": "## Release (2025-04-09)\n\n* ember-test-selectors 7.1.0 (minor)\n* strip-test-selectors 0.1.0 (minor)\n\n#### :rocket: Enhancement\n* `ember-test-selectors`, `strip-test-selectors`\n * [#1294](https://github.com/mainmatter/ember-test-selectors/pull/1294) Plugin for Vite ([@BlueCutOfficial](https://github.com/BlueCutOfficial))\n\n#### :house: Internal\n* Other\n * [#1300](https://github.com/mainmatter/ember-test-selectors/pull/1300) Move from release-it to release-plan ([@BlueCutOfficial](https://github.com/BlueCutOfficial))\n* `ember-test-selectors`\n * [#1289](https://github.com/mainmatter/ember-test-selectors/pull/1289) Monorepo structure ([@BlueCutOfficial](https://github.com/BlueCutOfficial))\n\n#### Committers: 1\n- Marine Dunstetter ([@BlueCutOfficial](https://github.com/BlueCutOfficial))\n"
}