Skip to content

Commit

Permalink
Merge pull request #199 from mainmatter/release-preview
Browse files Browse the repository at this point in the history
Prepare Release
  • Loading branch information
paoloricciuti authored Nov 8, 2024
2 parents 69f253d + 1008cf0 commit dba21c2
Show file tree
Hide file tree
Showing 4 changed files with 56 additions and 4 deletions.
14 changes: 11 additions & 3 deletions .release-plan.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,24 @@
"solution": {
"@sheepdog/svelte": {
"impact": "minor",
"oldVersion": "0.10.0",
"newVersion": "0.11.0",
"oldVersion": "0.11.0",
"newVersion": "0.12.0",
"constraints": [
{
"impact": "minor",
"reason": "Appears in changelog section :rocket: Enhancement"
},
{
"impact": "patch",
"reason": "Appears in changelog section :memo: Documentation"
},
{
"impact": "patch",
"reason": "Appears in changelog section :house: Internal"
}
],
"pkgJSONPath": "./packages/svelte/package.json"
}
},
"description": "## Release (2024-10-11)\n\n@sheepdog/svelte 0.11.0 (minor)\n\n#### :rocket: Enhancement\n* `@sheepdog/svelte`\n * [#195](https://github.com/mainmatter/sheepdog/pull/195) feat: add utils export ([@paoloricciuti](https://github.com/paoloricciuti))\n\n#### Committers: 1\n- Paolo Ricciuti ([@paoloricciuti](https://github.com/paoloricciuti))\n"
"description": "## Release (2024-11-08)\n\n@sheepdog/svelte 0.12.0 (minor)\n\n#### :rocket: Enhancement\n* `@sheepdog/docs`, `@sheepdog/svelte`\n * [#222](https://github.com/mainmatter/sheepdog/pull/222) feat: add `transform` function to annotate a function to be transformed by the vite plugin ([@paoloricciuti](https://github.com/paoloricciuti))\n\n#### :memo: Documentation\n* `@sheepdog/docs`, `@sheepdog/svelte`\n * [#222](https://github.com/mainmatter/sheepdog/pull/222) feat: add `transform` function to annotate a function to be transformed by the vite plugin ([@paoloricciuti](https://github.com/paoloricciuti))\n* `@sheepdog/docs`\n * [#223](https://github.com/mainmatter/sheepdog/pull/223) chore: add plausible analytics ([@paoloricciuti](https://github.com/paoloricciuti))\n * [#219](https://github.com/mainmatter/sheepdog/pull/219) woof ([@beerinho](https://github.com/beerinho))\n * [#218](https://github.com/mainmatter/sheepdog/pull/218) Update homepage copy ([@beerinho](https://github.com/beerinho))\n * [#206](https://github.com/mainmatter/sheepdog/pull/206) Fix logo size issue ([@nickschot](https://github.com/nickschot))\n * [#200](https://github.com/mainmatter/sheepdog/pull/200) Update example code snippets to be closer to actual demo ([@nickschot](https://github.com/nickschot))\n * [#205](https://github.com/mainmatter/sheepdog/pull/205) Various style fixes to the timeline ([@nickschot](https://github.com/nickschot))\n * [#203](https://github.com/mainmatter/sheepdog/pull/203) Add copyright to footer ([@nickschot](https://github.com/nickschot))\n * [#201](https://github.com/mainmatter/sheepdog/pull/201) Fix dark mode get started button appearing with the wrong colors ([@nickschot](https://github.com/nickschot))\n* Other\n * [#204](https://github.com/mainmatter/sheepdog/pull/204) Improve readme ([@marcoow](https://github.com/marcoow))\n\n#### :house: Internal\n* `@sheepdog/docs`\n * [#223](https://github.com/mainmatter/sheepdog/pull/223) chore: add plausible analytics ([@paoloricciuti](https://github.com/paoloricciuti))\n * [#202](https://github.com/mainmatter/sheepdog/pull/202) Add netlify redirects ([@beerinho](https://github.com/beerinho))\n* `@sheepdog/svelte`\n * [#221](https://github.com/mainmatter/sheepdog/pull/221) chore: setup `pkg.pr.new` ([@paoloricciuti](https://github.com/paoloricciuti))\n* Other\n * [#213](https://github.com/mainmatter/sheepdog/pull/213) enable gravity again ([@marcoow](https://github.com/marcoow))\n * [#210](https://github.com/mainmatter/sheepdog/pull/210) add wildcard redirects ([@beerinho](https://github.com/beerinho))\n * [#207](https://github.com/mainmatter/sheepdog/pull/207) Move netlify.toml to root folder ([@beerinho](https://github.com/beerinho))\n * [#208](https://github.com/mainmatter/sheepdog/pull/208) add LICENSE ([@marcoow](https://github.com/marcoow))\n\n#### Committers: 4\n- Daniel Beer ([@beerinho](https://github.com/beerinho))\n- Marco Otte-Witte ([@marcoow](https://github.com/marcoow))\n- Nick Schot ([@nickschot](https://github.com/nickschot))\n- Paolo Ricciuti ([@paoloricciuti](https://github.com/paoloricciuti))\n"
}
41 changes: 41 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,46 @@
# Changelog

## Release (2024-11-08)

@sheepdog/svelte 0.12.0 (minor)

#### :rocket: Enhancement
* `@sheepdog/docs`, `@sheepdog/svelte`
* [#222](https://github.com/mainmatter/sheepdog/pull/222) feat: add `transform` function to annotate a function to be transformed by the vite plugin ([@paoloricciuti](https://github.com/paoloricciuti))

#### :memo: Documentation
* `@sheepdog/docs`, `@sheepdog/svelte`
* [#222](https://github.com/mainmatter/sheepdog/pull/222) feat: add `transform` function to annotate a function to be transformed by the vite plugin ([@paoloricciuti](https://github.com/paoloricciuti))
* `@sheepdog/docs`
* [#223](https://github.com/mainmatter/sheepdog/pull/223) chore: add plausible analytics ([@paoloricciuti](https://github.com/paoloricciuti))
* [#219](https://github.com/mainmatter/sheepdog/pull/219) woof ([@beerinho](https://github.com/beerinho))
* [#218](https://github.com/mainmatter/sheepdog/pull/218) Update homepage copy ([@beerinho](https://github.com/beerinho))
* [#206](https://github.com/mainmatter/sheepdog/pull/206) Fix logo size issue ([@nickschot](https://github.com/nickschot))
* [#200](https://github.com/mainmatter/sheepdog/pull/200) Update example code snippets to be closer to actual demo ([@nickschot](https://github.com/nickschot))
* [#205](https://github.com/mainmatter/sheepdog/pull/205) Various style fixes to the timeline ([@nickschot](https://github.com/nickschot))
* [#203](https://github.com/mainmatter/sheepdog/pull/203) Add copyright to footer ([@nickschot](https://github.com/nickschot))
* [#201](https://github.com/mainmatter/sheepdog/pull/201) Fix dark mode get started button appearing with the wrong colors ([@nickschot](https://github.com/nickschot))
* Other
* [#204](https://github.com/mainmatter/sheepdog/pull/204) Improve readme ([@marcoow](https://github.com/marcoow))

#### :house: Internal
* `@sheepdog/docs`
* [#223](https://github.com/mainmatter/sheepdog/pull/223) chore: add plausible analytics ([@paoloricciuti](https://github.com/paoloricciuti))
* [#202](https://github.com/mainmatter/sheepdog/pull/202) Add netlify redirects ([@beerinho](https://github.com/beerinho))
* `@sheepdog/svelte`
* [#221](https://github.com/mainmatter/sheepdog/pull/221) chore: setup `pkg.pr.new` ([@paoloricciuti](https://github.com/paoloricciuti))
* Other
* [#213](https://github.com/mainmatter/sheepdog/pull/213) enable gravity again ([@marcoow](https://github.com/marcoow))
* [#210](https://github.com/mainmatter/sheepdog/pull/210) add wildcard redirects ([@beerinho](https://github.com/beerinho))
* [#207](https://github.com/mainmatter/sheepdog/pull/207) Move netlify.toml to root folder ([@beerinho](https://github.com/beerinho))
* [#208](https://github.com/mainmatter/sheepdog/pull/208) add LICENSE ([@marcoow](https://github.com/marcoow))

#### Committers: 4
- Daniel Beer ([@beerinho](https://github.com/beerinho))
- Marco Otte-Witte ([@marcoow](https://github.com/marcoow))
- Nick Schot ([@nickschot](https://github.com/nickschot))
- Paolo Ricciuti ([@paoloricciuti](https://github.com/paoloricciuti))

## Release (2024-10-11)

@sheepdog/svelte 0.11.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.11.0",
"version": "0.12.0",
"repository": {
"type": "git",
"url": "git+https://github.com/mainmatter/sheepdog.git"
Expand Down
3 changes: 3 additions & 0 deletions stderr.log
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
Warning: unknown package "@sheepdog/docs"
Warning: unknown package "@sheepdog/docs"
Warning: unknown package "@sheepdog/docs"

0 comments on commit dba21c2

Please sign in to comment.