diff --git a/.changeset/empty-boxes-punch.md b/.changeset/empty-boxes-punch.md deleted file mode 100644 index 283d07c9..00000000 --- a/.changeset/empty-boxes-punch.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"docs": patch ---- - -fix: changed search api url diff --git a/.changeset/lemon-months-kneel.md b/.changeset/lemon-months-kneel.md deleted file mode 100644 index 46c51fa3..00000000 --- a/.changeset/lemon-months-kneel.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"docs": patch ---- - -feat: add more examples diff --git a/apps/docs/CHANGELOG.md b/apps/docs/CHANGELOG.md index b6e6e342..dfc2e8f9 100644 --- a/apps/docs/CHANGELOG.md +++ b/apps/docs/CHANGELOG.md @@ -1,5 +1,13 @@ # docs +## 0.1.5 + +### Patch Changes + +- [#37](https://github.com/sek-consulting/solid-ui/pull/37) [`807b417`](https://github.com/sek-consulting/solid-ui/commit/807b4171e2c0aaad3e08858082f2fa76eb47a875) Thanks [@michaelessiet](https://github.com/michaelessiet)! - fix: changed search api url + +- [#37](https://github.com/sek-consulting/solid-ui/pull/37) [`807b417`](https://github.com/sek-consulting/solid-ui/commit/807b4171e2c0aaad3e08858082f2fa76eb47a875) Thanks [@michaelessiet](https://github.com/michaelessiet)! - feat: add more examples + ## 0.1.4 ### Patch Changes diff --git a/apps/docs/package.json b/apps/docs/package.json index 985fe996..5131a805 100644 --- a/apps/docs/package.json +++ b/apps/docs/package.json @@ -1,7 +1,7 @@ { "name": "docs", "type": "module", - "version": "0.1.4", + "version": "0.1.5", "private": true, "scripts": { "dev": "solid-start dev",