Skip to content

Commit

Permalink
Merge pull request #51 from mainmatter/release-preview
Browse files Browse the repository at this point in the history
Prepare Release
  • Loading branch information
paoloricciuti authored Apr 19, 2024
2 parents 3cea716 + fcc1fe2 commit 01a2f61
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .release-plan.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
"solution": {
"svelte-concurrency": {
"impact": "minor",
"oldVersion": "0.2.1",
"newVersion": "0.3.0",
"oldVersion": "0.3.0",
"newVersion": "0.4.0",
"constraints": [
{
"impact": "minor",
Expand All @@ -21,5 +21,5 @@
"pkgJSONPath": "./package.json"
}
},
"description": "## Release (2024-04-19)\n\nsvelte-concurrency 0.3.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 * [#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: 1\n- Paolo Ricciuti ([@paoloricciuti](https://github.com/paoloricciuti))\n"
"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"
}
26 changes: 26 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,32 @@

## Release (2024-04-19)

svelte-concurrency 0.4.0 (minor)

#### :rocket: Enhancement
* `svelte-concurrency`
* [#45](https://github.com/mainmatter/svelte-concurrency/pull/45) feat: add max to restartable ([@paoloricciuti](https://github.com/paoloricciuti))

#### :bug: Bug Fix
* `svelte-concurrency`
* [#41](https://github.com/mainmatter/svelte-concurrency/pull/41) fix: abort when dropping ([@paoloricciuti](https://github.com/paoloricciuti))

#### :house: Internal
* `svelte-concurrency`
* [#50](https://github.com/mainmatter/svelte-concurrency/pull/50) chore: fix lockfile ([@paoloricciuti](https://github.com/paoloricciuti))
* [#44](https://github.com/mainmatter/svelte-concurrency/pull/44) Prepare Release ([@github-actions[bot]](https://github.com/apps/github-actions))
* [#48](https://github.com/mainmatter/svelte-concurrency/pull/48) chore(deps): update all non-major dependencies ([@renovate[bot]](https://github.com/apps/renovate))
* [#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))
* [#46](https://github.com/mainmatter/svelte-concurrency/pull/46) chore: async transform tests ([@paoloricciuti](https://github.com/paoloricciuti))
* [#42](https://github.com/mainmatter/svelte-concurrency/pull/42) chore(deps): update all non-major dependencies ([@renovate[bot]](https://github.com/apps/renovate))
* [#43](https://github.com/mainmatter/svelte-concurrency/pull/43) chore: restructure testing and add tests for enqueue ([@paoloricciuti](https://github.com/paoloricciuti))

#### Committers: 2
- Paolo Ricciuti ([@paoloricciuti](https://github.com/paoloricciuti))
- [@github-actions[bot]](https://github.com/apps/github-actions)

## Release (2024-04-19)

svelte-concurrency 0.3.0 (minor)

#### :rocket: Enhancement
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "svelte-concurrency",
"version": "0.3.0",
"version": "0.4.0",
"repository": {
"type": "git",
"url": "[email protected]:mainmatter/svelte-concurrency.git"
Expand Down

0 comments on commit 01a2f61

Please sign in to comment.