Skip to content

Commit

Permalink
Merge pull request #146 from mainmatter/release-preview
Browse files Browse the repository at this point in the history
Prepare Release
  • Loading branch information
paoloricciuti authored Oct 11, 2024
2 parents c6c76d2 + 7b8f42c commit f6952c0
Show file tree
Hide file tree
Showing 3 changed files with 58 additions and 5 deletions.
12 changes: 8 additions & 4 deletions .release-plan.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
"solution": {
"@sheepdog/svelte": {
"impact": "minor",
"oldVersion": "0.8.0",
"newVersion": "0.9.0",
"oldVersion": "0.9.0",
"newVersion": "0.10.0",
"constraints": [
{
"impact": "minor",
Expand All @@ -13,13 +13,17 @@
"impact": "patch",
"reason": "Appears in changelog section :bug: Bug Fix"
},
{
"impact": "patch",
"reason": "Appears in changelog section :memo: Documentation"
},
{
"impact": "patch",
"reason": "Appears in changelog section :house: Internal"
}
],
"pkgJSONPath": "./package.json"
"pkgJSONPath": "./packages/svelte/package.json"
}
},
"description": "## Release (2024-07-26)\n\n@sheepdog/svelte 0.9.0 (minor)\n\n#### :rocket: Enhancement\n* `@sheepdog/svelte`\n * [#134](https://github.com/mainmatter/sheepdog/pull/134) Extend the TaskInstance derived state ([@beerinho](https://github.com/beerinho))\n * [#132](https://github.com/mainmatter/sheepdog/pull/132) feat: return derived state to `perform` return value ([@paoloricciuti](https://github.com/paoloricciuti))\n\n#### :bug: Bug Fix\n* `@sheepdog/svelte`\n * [#141](https://github.com/mainmatter/sheepdog/pull/141) fix: avoid changing state of successful task to cancelled ([@paoloricciuti](https://github.com/paoloricciuti))\n * [#137](https://github.com/mainmatter/sheepdog/pull/137) fix: make async transform with dot notation too ([@paoloricciuti](https://github.com/paoloricciuti))\n\n#### :house: Internal\n* `@sheepdog/svelte`\n * [#124](https://github.com/mainmatter/sheepdog/pull/124) feat: add Mid run cancellation guide ([@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"
"description": "## Release (2024-10-11)\n\n@sheepdog/svelte 0.10.0 (minor)\n\n#### :rocket: Enhancement\n* `@sheepdog/svelte`\n * [#185](https://github.com/mainmatter/sheepdog/pull/185) fix: way better async transform ([@paoloricciuti](https://github.com/paoloricciuti))\n\n#### :bug: Bug Fix\n* `@sheepdog/docs`, `@sheepdog/svelte`\n * [#192](https://github.com/mainmatter/sheepdog/pull/192) fix: properly threeshake the library ([@paoloricciuti](https://github.com/paoloricciuti))\n\n#### :memo: Documentation\n* `@sheepdog/docs`\n * [#194](https://github.com/mainmatter/sheepdog/pull/194) Update timeline ([@beerinho](https://github.com/beerinho))\n * [#191](https://github.com/mainmatter/sheepdog/pull/191) Turn mainmatter footer logo into a link to the svelte consulting page ([@nickschot](https://github.com/nickschot))\n * [#184](https://github.com/mainmatter/sheepdog/pull/184) Landing page demo integration ([@nickschot](https://github.com/nickschot))\n * [#158](https://github.com/mainmatter/sheepdog/pull/158) docs: add task modifier explainer ([@paoloricciuti](https://github.com/paoloricciuti))\n * [#179](https://github.com/mainmatter/sheepdog/pull/179) Add SheepdogUtils & Linked task docs ([@beerinho](https://github.com/beerinho))\n * [#178](https://github.com/mainmatter/sheepdog/pull/178) Move Task Instance to reference ([@beerinho](https://github.com/beerinho))\n * [#156](https://github.com/mainmatter/sheepdog/pull/156) docs: start building the reference docs ([@paoloricciuti](https://github.com/paoloricciuti))\n * [#165](https://github.com/mainmatter/sheepdog/pull/165) Add \"built by Mainmatter\" logo to the header ([@nickschot](https://github.com/nickschot))\n * [#164](https://github.com/mainmatter/sheepdog/pull/164) Add Tabs component ([@beerinho](https://github.com/beerinho))\n * [#154](https://github.com/mainmatter/sheepdog/pull/154) Add landing page ([@nickschot](https://github.com/nickschot))\n * [#142](https://github.com/mainmatter/sheepdog/pull/142) docs: async transform explainer ([@paoloricciuti](https://github.com/paoloricciuti))\n* `@sheepdog/svelte`\n * [#181](https://github.com/mainmatter/sheepdog/pull/181) Add asyncTransform note ([@beerinho](https://github.com/beerinho))\n* `@sheepdog/docs`, `@sheepdog/svelte`\n * [#143](https://github.com/mainmatter/sheepdog/pull/143) Add timeline for docs site ([@beerinho](https://github.com/beerinho))\n\n#### :house: Internal\n* `@sheepdog/svelte`\n * [#181](https://github.com/mainmatter/sheepdog/pull/181) Add asyncTransform note ([@beerinho](https://github.com/beerinho))\n * [#171](https://github.com/mainmatter/sheepdog/pull/171) chore: prepare script + renovate config ([@paoloricciuti](https://github.com/paoloricciuti))\n * [#152](https://github.com/mainmatter/sheepdog/pull/152) Add GravityCI ([@beerinho](https://github.com/beerinho))\n * [#151](https://github.com/mainmatter/sheepdog/pull/151) fix: monorepo settings ([@paoloricciuti](https://github.com/paoloricciuti))\n* Other\n * [#167](https://github.com/mainmatter/sheepdog/pull/167) update gravity cli to v0.0.2 ([@oscard0m](https://github.com/oscard0m))\n * [#147](https://github.com/mainmatter/sheepdog/pull/147) chore: upgrade `typescript-eslint` ([@paoloricciuti](https://github.com/paoloricciuti))\n* `@sheepdog/docs`, `@sheepdog/svelte`\n * [#163](https://github.com/mainmatter/sheepdog/pull/163) Add volta config to subpackages' package.json ([@nickschot](https://github.com/nickschot))\n * [#150](https://github.com/mainmatter/sheepdog/pull/150) Move to monorepo ([@beerinho](https://github.com/beerinho))\n\n#### Committers: 4\n- Daniel Beer ([@beerinho](https://github.com/beerinho))\n- Nick Schot ([@nickschot](https://github.com/nickschot))\n- Oscar Dominguez ([@oscard0m](https://github.com/oscard0m))\n- Paolo Ricciuti ([@paoloricciuti](https://github.com/paoloricciuti))\n"
}
49 changes: 49 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,54 @@
# Changelog

## Release (2024-10-11)

@sheepdog/svelte 0.10.0 (minor)

#### :rocket: Enhancement
* `@sheepdog/svelte`
* [#185](https://github.com/mainmatter/sheepdog/pull/185) fix: way better async transform ([@paoloricciuti](https://github.com/paoloricciuti))

#### :bug: Bug Fix
* `@sheepdog/docs`, `@sheepdog/svelte`
* [#192](https://github.com/mainmatter/sheepdog/pull/192) fix: properly threeshake the library ([@paoloricciuti](https://github.com/paoloricciuti))

#### :memo: Documentation
* `@sheepdog/docs`
* [#194](https://github.com/mainmatter/sheepdog/pull/194) Update timeline ([@beerinho](https://github.com/beerinho))
* [#191](https://github.com/mainmatter/sheepdog/pull/191) Turn mainmatter footer logo into a link to the svelte consulting page ([@nickschot](https://github.com/nickschot))
* [#184](https://github.com/mainmatter/sheepdog/pull/184) Landing page demo integration ([@nickschot](https://github.com/nickschot))
* [#158](https://github.com/mainmatter/sheepdog/pull/158) docs: add task modifier explainer ([@paoloricciuti](https://github.com/paoloricciuti))
* [#179](https://github.com/mainmatter/sheepdog/pull/179) Add SheepdogUtils & Linked task docs ([@beerinho](https://github.com/beerinho))
* [#178](https://github.com/mainmatter/sheepdog/pull/178) Move Task Instance to reference ([@beerinho](https://github.com/beerinho))
* [#156](https://github.com/mainmatter/sheepdog/pull/156) docs: start building the reference docs ([@paoloricciuti](https://github.com/paoloricciuti))
* [#165](https://github.com/mainmatter/sheepdog/pull/165) Add "built by Mainmatter" logo to the header ([@nickschot](https://github.com/nickschot))
* [#164](https://github.com/mainmatter/sheepdog/pull/164) Add Tabs component ([@beerinho](https://github.com/beerinho))
* [#154](https://github.com/mainmatter/sheepdog/pull/154) Add landing page ([@nickschot](https://github.com/nickschot))
* [#142](https://github.com/mainmatter/sheepdog/pull/142) docs: async transform explainer ([@paoloricciuti](https://github.com/paoloricciuti))
* `@sheepdog/svelte`
* [#181](https://github.com/mainmatter/sheepdog/pull/181) Add asyncTransform note ([@beerinho](https://github.com/beerinho))
* `@sheepdog/docs`, `@sheepdog/svelte`
* [#143](https://github.com/mainmatter/sheepdog/pull/143) Add timeline for docs site ([@beerinho](https://github.com/beerinho))

#### :house: Internal
* `@sheepdog/svelte`
* [#181](https://github.com/mainmatter/sheepdog/pull/181) Add asyncTransform note ([@beerinho](https://github.com/beerinho))
* [#171](https://github.com/mainmatter/sheepdog/pull/171) chore: prepare script + renovate config ([@paoloricciuti](https://github.com/paoloricciuti))
* [#152](https://github.com/mainmatter/sheepdog/pull/152) Add GravityCI ([@beerinho](https://github.com/beerinho))
* [#151](https://github.com/mainmatter/sheepdog/pull/151) fix: monorepo settings ([@paoloricciuti](https://github.com/paoloricciuti))
* Other
* [#167](https://github.com/mainmatter/sheepdog/pull/167) update gravity cli to v0.0.2 ([@oscard0m](https://github.com/oscard0m))
* [#147](https://github.com/mainmatter/sheepdog/pull/147) chore: upgrade `typescript-eslint` ([@paoloricciuti](https://github.com/paoloricciuti))
* `@sheepdog/docs`, `@sheepdog/svelte`
* [#163](https://github.com/mainmatter/sheepdog/pull/163) Add volta config to subpackages' package.json ([@nickschot](https://github.com/nickschot))
* [#150](https://github.com/mainmatter/sheepdog/pull/150) Move to monorepo ([@beerinho](https://github.com/beerinho))

#### Committers: 4
- Daniel Beer ([@beerinho](https://github.com/beerinho))
- Nick Schot ([@nickschot](https://github.com/nickschot))
- Oscar Dominguez ([@oscard0m](https://github.com/oscard0m))
- Paolo Ricciuti ([@paoloricciuti](https://github.com/paoloricciuti))

## Release (2024-07-26)

@sheepdog/svelte 0.9.0 (minor)
Expand Down
2 changes: 1 addition & 1 deletion packages/svelte/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sheepdog/svelte",
"version": "0.9.0",
"version": "0.10.0",
"repository": {
"type": "git",
"url": "git+https://github.com/mainmatter/sheepdog.git"
Expand Down

0 comments on commit f6952c0

Please sign in to comment.