Skip to content

Commit

Permalink
Merge pull request #69 from mainmatter/release-preview
Browse files Browse the repository at this point in the history
Prepare Release
  • Loading branch information
paoloricciuti authored May 31, 2024
2 parents fda1ac6 + d459155 commit 7f185f8
Show file tree
Hide file tree
Showing 3 changed files with 32 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": "patch",
"oldVersion": "0.5.0",
"newVersion": "0.5.1",
"impact": "minor",
"oldVersion": "0.5.1",
"newVersion": "0.6.0",
"constraints": [
{
"impact": "patch",
"reason": "Appears in changelog section :bug: Bug Fix"
"impact": "minor",
"reason": "Appears in changelog section :rocket: Enhancement"
},
{
"impact": "patch",
Expand All @@ -17,5 +17,5 @@
"pkgJSONPath": "./package.json"
}
},
"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"
"description": "## Release (2024-05-31)\n\nsvelte-concurrency 0.6.0 (minor)\n\n#### :rocket: Enhancement\n* `svelte-concurrency`\n * [#92](https://github.com/mainmatter/svelte-concurrency/pull/92) breaking: add instance id and derive is loading ([@paoloricciuti](https://github.com/paoloricciuti))\n * [#89](https://github.com/mainmatter/svelte-concurrency/pull/89) feat: abstract task logic to core ([@paoloricciuti](https://github.com/paoloricciuti))\n * [#88](https://github.com/mainmatter/svelte-concurrency/pull/88) feat: add performCount to derived state ([@paoloricciuti](https://github.com/paoloricciuti))\n * [#56](https://github.com/mainmatter/svelte-concurrency/pull/56) Add keep_latest ([@beerinho](https://github.com/beerinho))\n * [#66](https://github.com/mainmatter/svelte-concurrency/pull/66) feat: more exhaustive async transform ([@paoloricciuti](https://github.com/paoloricciuti))\n\n#### :house: Internal\n* `svelte-concurrency`\n * [#76](https://github.com/mainmatter/svelte-concurrency/pull/76) feat: setup starlight for documentation ([@paoloricciuti](https://github.com/paoloricciuti))\n * [#75](https://github.com/mainmatter/svelte-concurrency/pull/75) Update pnpm-lock.yml to use pnpm v9 ([@beerinho](https://github.com/beerinho))\n * [#74](https://github.com/mainmatter/svelte-concurrency/pull/74) Update packages ([@beerinho](https://github.com/beerinho))\n * [#67](https://github.com/mainmatter/svelte-concurrency/pull/67) chore: test for errors thrown in perform ([@paoloricciuti](https://github.com/paoloricciuti))\n * [#72](https://github.com/mainmatter/svelte-concurrency/pull/72) chore: upgrade eslint to v9 and flat config ([@paoloricciuti](https://github.com/paoloricciuti))\n * [#68](https://github.com/mainmatter/svelte-concurrency/pull/68) chore: use pnpm 9 in workflows ([@paoloricciuti](https://github.com/paoloricciuti))\n\n#### Committers: 2\n- Daniel Beer ([@beerinho](https://github.com/beerinho))\n- Paolo Ricciuti ([@paoloricciuti](https://github.com/paoloricciuti))\n"
}
25 changes: 25 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,30 @@
# Changelog

## Release (2024-05-31)

svelte-concurrency 0.6.0 (minor)

#### :rocket: Enhancement
* `svelte-concurrency`
* [#92](https://github.com/mainmatter/svelte-concurrency/pull/92) breaking: add instance id and derive is loading ([@paoloricciuti](https://github.com/paoloricciuti))
* [#89](https://github.com/mainmatter/svelte-concurrency/pull/89) feat: abstract task logic to core ([@paoloricciuti](https://github.com/paoloricciuti))
* [#88](https://github.com/mainmatter/svelte-concurrency/pull/88) feat: add performCount to derived state ([@paoloricciuti](https://github.com/paoloricciuti))
* [#56](https://github.com/mainmatter/svelte-concurrency/pull/56) Add keep_latest ([@beerinho](https://github.com/beerinho))
* [#66](https://github.com/mainmatter/svelte-concurrency/pull/66) feat: more exhaustive async transform ([@paoloricciuti](https://github.com/paoloricciuti))

#### :house: Internal
* `svelte-concurrency`
* [#76](https://github.com/mainmatter/svelte-concurrency/pull/76) feat: setup starlight for documentation ([@paoloricciuti](https://github.com/paoloricciuti))
* [#75](https://github.com/mainmatter/svelte-concurrency/pull/75) Update pnpm-lock.yml to use pnpm v9 ([@beerinho](https://github.com/beerinho))
* [#74](https://github.com/mainmatter/svelte-concurrency/pull/74) Update packages ([@beerinho](https://github.com/beerinho))
* [#67](https://github.com/mainmatter/svelte-concurrency/pull/67) chore: test for errors thrown in perform ([@paoloricciuti](https://github.com/paoloricciuti))
* [#72](https://github.com/mainmatter/svelte-concurrency/pull/72) chore: upgrade eslint to v9 and flat config ([@paoloricciuti](https://github.com/paoloricciuti))
* [#68](https://github.com/mainmatter/svelte-concurrency/pull/68) chore: use pnpm 9 in workflows ([@paoloricciuti](https://github.com/paoloricciuti))

#### Committers: 2
- Daniel Beer ([@beerinho](https://github.com/beerinho))
- Paolo Ricciuti ([@paoloricciuti](https://github.com/paoloricciuti))

## Release (2024-05-10)

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

0 comments on commit 7f185f8

Please sign in to comment.