Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Prepare Release #51

Merged
merged 1 commit into from
Apr 19, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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