From 1a72487ae45c1eef44e4f3a653f38b9a030e0dfb Mon Sep 17 00:00:00 2001 From: paoloricciuti <26281609+paoloricciuti@users.noreply.github.com> Date: Fri, 17 Oct 2025 11:12:33 +0000 Subject: [PATCH] Prepare Release using 'release-plan' --- .release-plan.json | 44 ++++++++++++----------------------- CHANGELOG.md | 20 ++++++++++++++++ packages/core/package.json | 2 +- packages/vanilla/package.json | 2 +- 4 files changed, 37 insertions(+), 31 deletions(-) diff --git a/.release-plan.json b/.release-plan.json index 4a1c07ff..d308185e 100644 --- a/.release-plan.json +++ b/.release-plan.json @@ -1,52 +1,38 @@ { "solution": { "@sheepdog/core": { - "impact": "major", - "oldVersion": "0.2.2", - "newVersion": "1.0.0", - "tagName": "latest", - "constraints": [ - { - "impact": "major", - "reason": "Appears in changelog section :boom: Breaking Change" - } - ], - "pkgJSONPath": "./packages/core/package.json" - }, - "@sheepdog/svelte": { - "impact": "major", - "oldVersion": "0.12.5", - "newVersion": "1.0.0", + "impact": "patch", + "oldVersion": "1.0.0", + "newVersion": "1.0.1", "tagName": "latest", "constraints": [ { "impact": "patch", - "reason": "Has dependency `workspace:^` on @sheepdog/core" + "reason": "Appears in changelog section :bug: Bug Fix" }, { - "impact": "major", - "reason": "Appears in changelog section :boom: Breaking Change" + "impact": "patch", + "reason": "Appears in changelog section :house: Internal" } ], - "pkgJSONPath": "./packages/svelte/package.json" + "pkgJSONPath": "./packages/core/package.json" + }, + "@sheepdog/svelte": { + "oldVersion": "1.0.0" }, "@sheepdog/vanilla": { - "impact": "major", - "oldVersion": "0.1.0", - "newVersion": "1.0.0", + "impact": "patch", + "oldVersion": "1.0.0", + "newVersion": "1.0.1", "tagName": "latest", "constraints": [ - { - "impact": "major", - "reason": "Appears in changelog section :boom: Breaking Change" - }, { "impact": "patch", - "reason": "Has dependency `workspace:^` on @sheepdog/core" + "reason": "Appears in changelog section :bug: Bug Fix" } ], "pkgJSONPath": "./packages/vanilla/package.json" } }, - "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" + "description": "## Release (2025-10-17)\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" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 90bd2061..bb4f487f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,25 @@ # Changelog +## Release (2025-10-17) + +* @sheepdog/core 1.0.1 (patch) +* @sheepdog/vanilla 1.0.1 (patch) + +#### :bug: Bug Fix +* `@sheepdog/core`, `@sheepdog/vanilla` + * [#329](https://github.com/mainmatter/sheepdog/pull/329) fix: missing sourcemaps ([@paoloricciuti](https://github.com/paoloricciuti)) + +#### :memo: Documentation +* [#328](https://github.com/mainmatter/sheepdog/pull/328) docs: fix favicon ([@paoloricciuti](https://github.com/paoloricciuti)) + +#### :house: Internal +* `@sheepdog/core` + * [#333](https://github.com/mainmatter/sheepdog/pull/333) chore: update to esrap v2 ([@paoloricciuti](https://github.com/paoloricciuti)) + * [#332](https://github.com/mainmatter/sheepdog/pull/332) chore: add sourcemaps tests ([@paoloricciuti](https://github.com/paoloricciuti)) + +#### Committers: 1 +- Paolo Ricciuti ([@paoloricciuti](https://github.com/paoloricciuti)) + ## Release (2025-06-06) * @sheepdog/core 1.0.0 (major) diff --git a/packages/core/package.json b/packages/core/package.json index 681dd915..e658234e 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@sheepdog/core", - "version": "1.0.0", + "version": "1.0.1", "repository": { "type": "git", "url": "git+https://github.com/mainmatter/sheepdog.git" diff --git a/packages/vanilla/package.json b/packages/vanilla/package.json index b765c28e..9877683b 100644 --- a/packages/vanilla/package.json +++ b/packages/vanilla/package.json @@ -1,6 +1,6 @@ { "name": "@sheepdog/vanilla", - "version": "1.0.0", + "version": "1.0.1", "repository": { "type": "git", "url": "git+https://github.com/mainmatter/sheepdog.git"