Skip to content

Commit

Permalink
Merge pull request #63 from mainmatter/release-preview
Browse files Browse the repository at this point in the history
Prepare Release
  • Loading branch information
paoloricciuti authored May 10, 2024
2 parents 1e42410 + 9477715 commit e3a6aa7
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 7 deletions.
12 changes: 6 additions & 6 deletions .release-plan.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"solution": {
"svelte-concurrency": {
"impact": "minor",
"oldVersion": "0.4.0",
"newVersion": "0.5.0",
"impact": "patch",
"oldVersion": "0.5.0",
"newVersion": "0.5.1",
"constraints": [
{
"impact": "minor",
"reason": "Appears in changelog section :rocket: Enhancement"
"impact": "patch",
"reason": "Appears in changelog section :bug: Bug Fix"
},
{
"impact": "patch",
Expand All @@ -17,5 +17,5 @@
"pkgJSONPath": "./package.json"
}
},
"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"
"description": "## Release (2024-05-10)\n\nsvelte-concurrency 0.5.1 (patch)\n\n#### :bug: Bug Fix\n* `svelte-concurrency`\n * [#61](https://github.com/mainmatter/svelte-concurrency/pull/61) feat: link only cancel the instance of the task that was linked ([@paoloricciuti](https://github.com/paoloricciuti))\n\n#### :house: Internal\n* `svelte-concurrency`\n * [#65](https://github.com/mainmatter/svelte-concurrency/pull/65) chore(deps): update all non-major dependencies ([@renovate[bot]](https://github.com/apps/renovate))\n * [#62](https://github.com/mainmatter/svelte-concurrency/pull/62) chore: add svelte exports to avoid warning ([@paoloricciuti](https://github.com/paoloricciuti))\n\n#### Committers: 1\n- Paolo Ricciuti ([@paoloricciuti](https://github.com/paoloricciuti))\n"
}
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# Changelog

## Release (2024-05-10)

svelte-concurrency 0.5.1 (patch)

#### :bug: Bug Fix
* `svelte-concurrency`
* [#61](https://github.com/mainmatter/svelte-concurrency/pull/61) feat: link only cancel the instance of the task that was linked ([@paoloricciuti](https://github.com/paoloricciuti))

#### :house: Internal
* `svelte-concurrency`
* [#65](https://github.com/mainmatter/svelte-concurrency/pull/65) chore(deps): update all non-major dependencies ([@renovate[bot]](https://github.com/apps/renovate))
* [#62](https://github.com/mainmatter/svelte-concurrency/pull/62) chore: add svelte exports to avoid warning ([@paoloricciuti](https://github.com/paoloricciuti))

#### Committers: 1
- Paolo Ricciuti ([@paoloricciuti](https://github.com/paoloricciuti))

## Release (2024-05-03)

svelte-concurrency 0.5.0 (minor)
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.5.0",
"version": "0.5.1",
"repository": {
"type": "git",
"url": "[email protected]:mainmatter/svelte-concurrency.git"
Expand Down

0 comments on commit e3a6aa7

Please sign in to comment.