-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path.release-plan.json
37 lines (37 loc) · 2.46 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": "minor",
"oldVersion": "0.0.2",
"newVersion": "0.1.0",
"constraints": [
{
"impact": "minor",
"reason": "Appears in changelog section :rocket: Enhancement"
},
{
"impact": "patch",
"reason": "Appears in changelog section :house: Internal"
}
],
"pkgJSONPath": "./packages/core/package.json"
},
"@sheepdog/svelte": {
"impact": "patch",
"oldVersion": "0.12.1",
"newVersion": "0.12.2",
"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 (2025-02-07)\n\n@sheepdog/core 0.1.0 (minor)\n@sheepdog/svelte 0.12.2 (patch)\n\n#### :rocket: Enhancement\n* `@sheepdog/core`\n * [#270](https://github.com/mainmatter/sheepdog/pull/270) feat: generalize async transform ([@paoloricciuti](https://github.com/paoloricciuti))\n\n#### :house: Internal\n* `@sheepdog/svelte`\n * [#271](https://github.com/mainmatter/sheepdog/pull/271) fix: generalize async transform for `@sheepdog/svelte` ([@paoloricciuti](https://github.com/paoloricciuti))\n * [#251](https://github.com/mainmatter/sheepdog/pull/251) Remove stderr.log & add to gitignore ([@nickschot](https://github.com/nickschot))\n* Other\n * [#269](https://github.com/mainmatter/sheepdog/pull/269) build(deps): update dependency @gravityci/cli to v0.0.8 ([@oscard0m](https://github.com/oscard0m))\n * [#252](https://github.com/mainmatter/sheepdog/pull/252) Config renovate to create separate group for docs app updates ([@nickschot](https://github.com/nickschot))\n * [#249](https://github.com/mainmatter/sheepdog/pull/249) add bug issue template ([@beerinho](https://github.com/beerinho))\n* `@sheepdog/core`, `@sheepdog/svelte`\n * [#264](https://github.com/mainmatter/sheepdog/pull/264) chore: move tests to `core` and restructure monorepo a bit ([@paoloricciuti](https://github.com/paoloricciuti))\n\n#### Committers: 4\n- Daniel Beer ([@beerinho](https://github.com/beerinho))\n- Nick Schot ([@nickschot](https://github.com/nickschot))\n- Oscar Dominguez ([@oscard0m](https://github.com/oscard0m))\n- Paolo Ricciuti ([@paoloricciuti](https://github.com/paoloricciuti))\n"
}