Skip to content

Commit 9f1716c

Browse files
paoloricciutigithub-actions[bot]
authored andcommitted
Prepare Release using 'release-plan'
1 parent c11d680 commit 9f1716c

File tree

4 files changed

+37
-31
lines changed

4 files changed

+37
-31
lines changed

.release-plan.json

Lines changed: 15 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -1,52 +1,38 @@
11
{
22
"solution": {
33
"@sheepdog/core": {
4-
"impact": "major",
5-
"oldVersion": "0.2.2",
6-
"newVersion": "1.0.0",
7-
"tagName": "latest",
8-
"constraints": [
9-
{
10-
"impact": "major",
11-
"reason": "Appears in changelog section :boom: Breaking Change"
12-
}
13-
],
14-
"pkgJSONPath": "./packages/core/package.json"
15-
},
16-
"@sheepdog/svelte": {
17-
"impact": "major",
18-
"oldVersion": "0.12.5",
19-
"newVersion": "1.0.0",
4+
"impact": "patch",
5+
"oldVersion": "1.0.0",
6+
"newVersion": "1.0.1",
207
"tagName": "latest",
218
"constraints": [
229
{
2310
"impact": "patch",
24-
"reason": "Has dependency `workspace:^` on @sheepdog/core"
11+
"reason": "Appears in changelog section :bug: Bug Fix"
2512
},
2613
{
27-
"impact": "major",
28-
"reason": "Appears in changelog section :boom: Breaking Change"
14+
"impact": "patch",
15+
"reason": "Appears in changelog section :house: Internal"
2916
}
3017
],
31-
"pkgJSONPath": "./packages/svelte/package.json"
18+
"pkgJSONPath": "./packages/core/package.json"
19+
},
20+
"@sheepdog/svelte": {
21+
"oldVersion": "1.0.0"
3222
},
3323
"@sheepdog/vanilla": {
34-
"impact": "major",
35-
"oldVersion": "0.1.0",
36-
"newVersion": "1.0.0",
24+
"impact": "patch",
25+
"oldVersion": "1.0.0",
26+
"newVersion": "1.0.1",
3727
"tagName": "latest",
3828
"constraints": [
39-
{
40-
"impact": "major",
41-
"reason": "Appears in changelog section :boom: Breaking Change"
42-
},
4329
{
4430
"impact": "patch",
45-
"reason": "Has dependency `workspace:^` on @sheepdog/core"
31+
"reason": "Appears in changelog section :bug: Bug Fix"
4632
}
4733
],
4834
"pkgJSONPath": "./packages/vanilla/package.json"
4935
}
5036
},
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"
37+
"description": "## Release (2025-08-08)\n\n* @sheepdog/core 1.0.1 (patch)\n* @sheepdog/vanilla 1.0.1 (patch)\n\n#### :bug: Bug Fix\n* `@sheepdog/core`, `@sheepdog/vanilla`\n * [#329](https://github.com/mainmatter/sheepdog/pull/329) fix: missing sourcemaps ([@paoloricciuti](https://github.com/paoloricciuti))\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"
5238
}

CHANGELOG.md

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

3+
## Release (2025-08-08)
4+
5+
* @sheepdog/core 1.0.1 (patch)
6+
* @sheepdog/vanilla 1.0.1 (patch)
7+
8+
#### :bug: Bug Fix
9+
* `@sheepdog/core`, `@sheepdog/vanilla`
10+
* [#329](https://github.com/mainmatter/sheepdog/pull/329) fix: missing sourcemaps ([@paoloricciuti](https://github.com/paoloricciuti))
11+
12+
#### :memo: Documentation
13+
* [#328](https://github.com/mainmatter/sheepdog/pull/328) docs: fix favicon ([@paoloricciuti](https://github.com/paoloricciuti))
14+
15+
#### :house: Internal
16+
* `@sheepdog/core`
17+
* [#333](https://github.com/mainmatter/sheepdog/pull/333) chore: update to esrap v2 ([@paoloricciuti](https://github.com/paoloricciuti))
18+
* [#332](https://github.com/mainmatter/sheepdog/pull/332) chore: add sourcemaps tests ([@paoloricciuti](https://github.com/paoloricciuti))
19+
20+
#### Committers: 1
21+
- Paolo Ricciuti ([@paoloricciuti](https://github.com/paoloricciuti))
22+
323
## Release (2025-06-06)
424

525
* @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"

packages/vanilla/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sheepdog/vanilla",
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)