From 34239228f43397b37a72cffeb0e73ef35051b817 Mon Sep 17 00:00:00 2001 From: paoloricciuti <26281609+paoloricciuti@users.noreply.github.com> Date: Fri, 3 May 2024 08:50:58 +0000 Subject: [PATCH] Prepare Release using 'release-plan' --- .release-plan.json | 10 +++------- CHANGELOG.md | 16 ++++++++++++++++ package.json | 2 +- 3 files changed, 20 insertions(+), 8 deletions(-) diff --git a/.release-plan.json b/.release-plan.json index 0ea448e..4053bd7 100644 --- a/.release-plan.json +++ b/.release-plan.json @@ -2,17 +2,13 @@ "solution": { "svelte-concurrency": { "impact": "minor", - "oldVersion": "0.3.0", - "newVersion": "0.4.0", + "oldVersion": "0.4.0", + "newVersion": "0.5.0", "constraints": [ { "impact": "minor", "reason": "Appears in changelog section :rocket: Enhancement" }, - { - "impact": "patch", - "reason": "Appears in changelog section :bug: Bug Fix" - }, { "impact": "patch", "reason": "Appears in changelog section :house: Internal" @@ -21,5 +17,5 @@ "pkgJSONPath": "./package.json" } }, - "description": "## Release (2024-04-19)\n\nsvelte-concurrency 0.4.0 (minor)\n\n#### :rocket: Enhancement\n* `svelte-concurrency`\n * [#45](https://github.com/mainmatter/svelte-concurrency/pull/45) feat: add max to restartable ([@paoloricciuti](https://github.com/paoloricciuti))\n\n#### :bug: Bug Fix\n* `svelte-concurrency`\n * [#41](https://github.com/mainmatter/svelte-concurrency/pull/41) fix: abort when dropping ([@paoloricciuti](https://github.com/paoloricciuti))\n\n#### :house: Internal\n* `svelte-concurrency`\n * [#50](https://github.com/mainmatter/svelte-concurrency/pull/50) chore: fix lockfile ([@paoloricciuti](https://github.com/paoloricciuti))\n * [#44](https://github.com/mainmatter/svelte-concurrency/pull/44) Prepare Release ([@github-actions[bot]](https://github.com/apps/github-actions))\n * [#48](https://github.com/mainmatter/svelte-concurrency/pull/48) chore(deps): update all non-major dependencies ([@renovate[bot]](https://github.com/apps/renovate))\n * [#49](https://github.com/mainmatter/svelte-concurrency/pull/49) chore(deps): update dependency @testing-library/svelte to v5 ([@renovate[bot]](https://github.com/apps/renovate))\n * [#46](https://github.com/mainmatter/svelte-concurrency/pull/46) chore: async transform tests ([@paoloricciuti](https://github.com/paoloricciuti))\n * [#42](https://github.com/mainmatter/svelte-concurrency/pull/42) chore(deps): update all non-major dependencies ([@renovate[bot]](https://github.com/apps/renovate))\n * [#43](https://github.com/mainmatter/svelte-concurrency/pull/43) chore: restructure testing and add tests for enqueue ([@paoloricciuti](https://github.com/paoloricciuti))\n\n#### Committers: 2\n- Paolo Ricciuti ([@paoloricciuti](https://github.com/paoloricciuti))\n- [@github-actions[bot]](https://github.com/apps/github-actions)\n" + "description": "## Release (2024-05-03)\n\nsvelte-concurrency 0.5.0 (minor)\n\n#### :rocket: Enhancement\n* `svelte-concurrency`\n * [#58](https://github.com/mainmatter/svelte-concurrency/pull/58) feat: better async transform (yield replace await) ([@paoloricciuti](https://github.com/paoloricciuti))\n\n#### :house: Internal\n* `svelte-concurrency`\n * [#59](https://github.com/mainmatter/svelte-concurrency/pull/59) chore(deps): update all non-major dependencies ([@renovate[bot]](https://github.com/apps/renovate))\n * [#53](https://github.com/mainmatter/svelte-concurrency/pull/53) chore(deps): update all non-major dependencies ([@renovate[bot]](https://github.com/apps/renovate))\n\n#### Committers: 1\n- Paolo Ricciuti ([@paoloricciuti](https://github.com/paoloricciuti))\n" } diff --git a/CHANGELOG.md b/CHANGELOG.md index dd3e482..5474227 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,21 @@ # Changelog +## Release (2024-05-03) + +svelte-concurrency 0.5.0 (minor) + +#### :rocket: Enhancement +* `svelte-concurrency` + * [#58](https://github.com/mainmatter/svelte-concurrency/pull/58) feat: better async transform (yield replace await) ([@paoloricciuti](https://github.com/paoloricciuti)) + +#### :house: Internal +* `svelte-concurrency` + * [#59](https://github.com/mainmatter/svelte-concurrency/pull/59) chore(deps): update all non-major dependencies ([@renovate[bot]](https://github.com/apps/renovate)) + * [#53](https://github.com/mainmatter/svelte-concurrency/pull/53) chore(deps): update all non-major dependencies ([@renovate[bot]](https://github.com/apps/renovate)) + +#### Committers: 1 +- Paolo Ricciuti ([@paoloricciuti](https://github.com/paoloricciuti)) + ## Release (2024-04-19) svelte-concurrency 0.4.0 (minor) diff --git a/package.json b/package.json index 41ab7f4..0c27af9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "svelte-concurrency", - "version": "0.4.0", + "version": "0.5.0", "repository": { "type": "git", "url": "git@github.com:mainmatter/svelte-concurrency.git"