Skip to content

Commit d30c7c8

Browse files
paoloricciutigithub-actions[bot]
authored andcommitted
Prepare Release using 'release-plan'
1 parent 8f648b8 commit d30c7c8

File tree

3 files changed

+24
-37
lines changed

3 files changed

+24
-37
lines changed

.release-plan.json

Lines changed: 8 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -1,52 +1,24 @@
11
{
22
"solution": {
33
"@sheepdog/core": {
4-
"impact": "major",
5-
"oldVersion": "0.2.2",
6-
"newVersion": "1.0.0",
4+
"impact": "patch",
5+
"oldVersion": "1.0.0",
6+
"newVersion": "1.0.1",
77
"tagName": "latest",
88
"constraints": [
99
{
10-
"impact": "major",
11-
"reason": "Appears in changelog section :boom: Breaking Change"
10+
"impact": "patch",
11+
"reason": "Appears in changelog section :house: Internal"
1212
}
1313
],
1414
"pkgJSONPath": "./packages/core/package.json"
1515
},
1616
"@sheepdog/svelte": {
17-
"impact": "major",
18-
"oldVersion": "0.12.5",
19-
"newVersion": "1.0.0",
20-
"tagName": "latest",
21-
"constraints": [
22-
{
23-
"impact": "patch",
24-
"reason": "Has dependency `workspace:^` on @sheepdog/core"
25-
},
26-
{
27-
"impact": "major",
28-
"reason": "Appears in changelog section :boom: Breaking Change"
29-
}
30-
],
31-
"pkgJSONPath": "./packages/svelte/package.json"
17+
"oldVersion": "1.0.0"
3218
},
3319
"@sheepdog/vanilla": {
34-
"impact": "major",
35-
"oldVersion": "0.1.0",
36-
"newVersion": "1.0.0",
37-
"tagName": "latest",
38-
"constraints": [
39-
{
40-
"impact": "major",
41-
"reason": "Appears in changelog section :boom: Breaking Change"
42-
},
43-
{
44-
"impact": "patch",
45-
"reason": "Has dependency `workspace:^` on @sheepdog/core"
46-
}
47-
],
48-
"pkgJSONPath": "./packages/vanilla/package.json"
20+
"oldVersion": "1.0.0"
4921
}
5022
},
51-
"description": "## Release (2025-06-06)\n\n* @sheepdog/core 1.0.0 (major)\n* @sheepdog/svelte 1.0.0 (major)\n* @sheepdog/vanilla 1.0.0 (major)\n\n#### :boom: Breaking Change\n* `@sheepdog/vanilla`\n * [#320](https://github.com/mainmatter/sheepdog/pull/320) breaking: bump `@sheepdog/vanilla` version to 1.0 ([@paoloricciuti](https://github.com/paoloricciuti))\n* `@sheepdog/core`\n * [#319](https://github.com/mainmatter/sheepdog/pull/319) breaking: bump `@sheepdog/core` version to 1.0 ([@paoloricciuti](https://github.com/paoloricciuti))\n* `@sheepdog/svelte`\n * [#315](https://github.com/mainmatter/sheepdog/pull/315) feat: upgrade `@sheepdog/svelte` to runes ([@paoloricciuti](https://github.com/paoloricciuti))\n\n#### :memo: Documentation\n* [#288](https://github.com/mainmatter/sheepdog/pull/288) docs: docs for multiple packages ([@paoloricciuti](https://github.com/paoloricciuti))\n\n#### :house: Internal\n* [#316](https://github.com/mainmatter/sheepdog/pull/316) fix: allow breaking as `label` ([@paoloricciuti](https://github.com/paoloricciuti))\n\n#### Committers: 1\n- Paolo Ricciuti ([@paoloricciuti](https://github.com/paoloricciuti))\n"
23+
"description": "## Release (2025-07-18)\n\n* @sheepdog/core 1.0.1 (patch)\n\n#### :memo: Documentation\n* [#328](https://github.com/mainmatter/sheepdog/pull/328) docs: fix favicon ([@paoloricciuti](https://github.com/paoloricciuti))\n\n#### :house: Internal\n* `@sheepdog/core`\n * [#333](https://github.com/mainmatter/sheepdog/pull/333) chore: update to esrap v2 ([@paoloricciuti](https://github.com/paoloricciuti))\n * [#332](https://github.com/mainmatter/sheepdog/pull/332) chore: add sourcemaps tests ([@paoloricciuti](https://github.com/paoloricciuti))\n\n#### Committers: 1\n- Paolo Ricciuti ([@paoloricciuti](https://github.com/paoloricciuti))\n"
5224
}

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
11
# Changelog
22

3+
## Release (2025-07-18)
4+
5+
* @sheepdog/core 1.0.1 (patch)
6+
7+
#### :memo: Documentation
8+
* [#328](https://github.com/mainmatter/sheepdog/pull/328) docs: fix favicon ([@paoloricciuti](https://github.com/paoloricciuti))
9+
10+
#### :house: Internal
11+
* `@sheepdog/core`
12+
* [#333](https://github.com/mainmatter/sheepdog/pull/333) chore: update to esrap v2 ([@paoloricciuti](https://github.com/paoloricciuti))
13+
* [#332](https://github.com/mainmatter/sheepdog/pull/332) chore: add sourcemaps tests ([@paoloricciuti](https://github.com/paoloricciuti))
14+
15+
#### Committers: 1
16+
- Paolo Ricciuti ([@paoloricciuti](https://github.com/paoloricciuti))
17+
318
## Release (2025-06-06)
419

520
* @sheepdog/core 1.0.0 (major)

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sheepdog/core",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"repository": {
55
"type": "git",
66
"url": "git+https://github.com/mainmatter/sheepdog.git"

0 commit comments

Comments
 (0)