-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path.release-plan.json
37 lines (37 loc) · 2.12 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
26
27
28
29
30
31
32
33
34
35
36
37
{
"solution": {
"@sheepdog/core": {
"impact": "patch",
"oldVersion": "0.0.1",
"newVersion": "0.0.2",
"constraints": [
{
"impact": "patch",
"reason": "Appears in changelog section :bug: Bug Fix"
},
{
"impact": "patch",
"reason": "Appears in changelog section :house: Internal"
}
],
"pkgJSONPath": "./packages/core/package.json"
},
"@sheepdog/svelte": {
"impact": "patch",
"oldVersion": "0.12.0",
"newVersion": "0.12.1",
"constraints": [
{
"impact": "patch",
"reason": "Has dependency `workspace:*` on @sheepdog/core"
},
{
"impact": "patch",
"reason": "Appears in changelog section :house: Internal"
}
],
"pkgJSONPath": "./packages/svelte/package.json"
}
},
"description": "## Release (2024-12-06)\n\n@sheepdog/core 0.0.2 (patch)\n@sheepdog/svelte 0.12.1 (patch)\n\n#### :bug: Bug Fix\n* `@sheepdog/core`\n * [#246](https://github.com/mainmatter/sheepdog/pull/246) Improve error handling of the async transform ([@beerinho](https://github.com/beerinho))\n\n#### :memo: Documentation\n* `@sheepdog/docs`\n * [#235](https://github.com/mainmatter/sheepdog/pull/235) Docs: Various fixes in \"Mid run cancellation\" section ([@brunnerh](https://github.com/brunnerh))\n\n#### :house: Internal\n* Other\n * [#245](https://github.com/mainmatter/sheepdog/pull/245) update release-plan ([@mansona](https://github.com/mansona))\n* `@sheepdog/docs`\n * [#235](https://github.com/mainmatter/sheepdog/pull/235) Docs: Various fixes in \"Mid run cancellation\" section ([@brunnerh](https://github.com/brunnerh))\n* `@sheepdog/core`, `@sheepdog/svelte`\n * [#231](https://github.com/mainmatter/sheepdog/pull/231) chore: restructure monorepo ([@paoloricciuti](https://github.com/paoloricciuti))\n\n#### Committers: 4\n- Chris Manson ([@mansona](https://github.com/mansona))\n- Daniel Beer ([@beerinho](https://github.com/beerinho))\n- Paolo Ricciuti ([@paoloricciuti](https://github.com/paoloricciuti))\n- [@brunnerh](https://github.com/brunnerh)\n"
}