diff --git a/.release-plan.json b/.release-plan.json index 404da18..6e171e2 100644 --- a/.release-plan.json +++ b/.release-plan.json @@ -2,8 +2,8 @@ "solution": { "@sheepdog/svelte": { "impact": "minor", - "oldVersion": "0.6.1", - "newVersion": "0.7.0", + "oldVersion": "0.7.0", + "newVersion": "0.8.0", "constraints": [ { "impact": "minor", @@ -21,5 +21,5 @@ "pkgJSONPath": "./package.json" } }, - "description": "## Release (2024-07-05)\n\n@sheepdog/svelte 0.7.0 (minor)\n\n#### :rocket: Enhancement\n* `@sheepdog/svelte`\n * [#114](https://github.com/mainmatter/sheepdog/pull/114) Add timeout utility function ([@nickschot](https://github.com/nickschot))\n * [#112](https://github.com/mainmatter/sheepdog/pull/112) Add didCancel util ([@beerinho](https://github.com/beerinho))\n\n#### :bug: Bug Fix\n* `@sheepdog/svelte`\n * [#108](https://github.com/mainmatter/sheepdog/pull/108) Fix docs site title ([@beerinho](https://github.com/beerinho))\n\n#### :house: Internal\n* `@sheepdog/svelte`\n * [#113](https://github.com/mainmatter/sheepdog/pull/113) Remove `results` array ([@beerinho](https://github.com/beerinho))\n\n#### Committers: 2\n- Daniel Beer ([@beerinho](https://github.com/beerinho))\n- Nick Schot ([@nickschot](https://github.com/nickschot))\n" + "description": "## Release (2024-07-19)\n\n@sheepdog/svelte 0.8.0 (minor)\n\n#### :rocket: Enhancement\n* `@sheepdog/svelte`\n * [#116](https://github.com/mainmatter/sheepdog/pull/116) feat: add installation, usage and start docs ([@paoloricciuti](https://github.com/paoloricciuti))\n * [#114](https://github.com/mainmatter/sheepdog/pull/114) Add timeout utility function ([@nickschot](https://github.com/nickschot))\n * [#112](https://github.com/mainmatter/sheepdog/pull/112) Add didCancel util ([@beerinho](https://github.com/beerinho))\n\n#### :bug: Bug Fix\n* `@sheepdog/svelte`\n * [#108](https://github.com/mainmatter/sheepdog/pull/108) Fix docs site title ([@beerinho](https://github.com/beerinho))\n\n#### :house: Internal\n* `@sheepdog/svelte`\n * [#129](https://github.com/mainmatter/sheepdog/pull/129) chore: setup netlify deploy ([@paoloricciuti](https://github.com/paoloricciuti))\n * [#122](https://github.com/mainmatter/sheepdog/pull/122) Quality-of-life additions ([@beerinho](https://github.com/beerinho))\n * [#109](https://github.com/mainmatter/sheepdog/pull/109) Prepare Release ([@github-actions[bot]](https://github.com/apps/github-actions))\n * [#113](https://github.com/mainmatter/sheepdog/pull/113) Remove `results` array ([@beerinho](https://github.com/beerinho))\n\n#### Committers: 4\n- Daniel Beer ([@beerinho](https://github.com/beerinho))\n- Nick Schot ([@nickschot](https://github.com/nickschot))\n- Paolo Ricciuti ([@paoloricciuti](https://github.com/paoloricciuti))\n- [@github-actions[bot]](https://github.com/apps/github-actions)\n" } diff --git a/CHANGELOG.md b/CHANGELOG.md index a31baa7..6c4aaf4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,32 @@ # Changelog +## Release (2024-07-19) + +@sheepdog/svelte 0.8.0 (minor) + +#### :rocket: Enhancement +* `@sheepdog/svelte` + * [#116](https://github.com/mainmatter/sheepdog/pull/116) feat: add installation, usage and start docs ([@paoloricciuti](https://github.com/paoloricciuti)) + * [#114](https://github.com/mainmatter/sheepdog/pull/114) Add timeout utility function ([@nickschot](https://github.com/nickschot)) + * [#112](https://github.com/mainmatter/sheepdog/pull/112) Add didCancel util ([@beerinho](https://github.com/beerinho)) + +#### :bug: Bug Fix +* `@sheepdog/svelte` + * [#108](https://github.com/mainmatter/sheepdog/pull/108) Fix docs site title ([@beerinho](https://github.com/beerinho)) + +#### :house: Internal +* `@sheepdog/svelte` + * [#129](https://github.com/mainmatter/sheepdog/pull/129) chore: setup netlify deploy ([@paoloricciuti](https://github.com/paoloricciuti)) + * [#122](https://github.com/mainmatter/sheepdog/pull/122) Quality-of-life additions ([@beerinho](https://github.com/beerinho)) + * [#109](https://github.com/mainmatter/sheepdog/pull/109) Prepare Release ([@github-actions[bot]](https://github.com/apps/github-actions)) + * [#113](https://github.com/mainmatter/sheepdog/pull/113) Remove `results` array ([@beerinho](https://github.com/beerinho)) + +#### Committers: 4 +- Daniel Beer ([@beerinho](https://github.com/beerinho)) +- Nick Schot ([@nickschot](https://github.com/nickschot)) +- Paolo Ricciuti ([@paoloricciuti](https://github.com/paoloricciuti)) +- [@github-actions[bot]](https://github.com/apps/github-actions) + ## Release (2024-07-05) @sheepdog/svelte 0.7.0 (minor) diff --git a/package.json b/package.json index 6c6242d..2764360 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@sheepdog/svelte", - "version": "0.7.0", + "version": "0.8.0", "repository": { "type": "git", "url": "git@github.com:mainmatter/sheepdog.git"