diff --git a/.changeset/itchy-eggs-press.md b/.changeset/itchy-eggs-press.md deleted file mode 100644 index 961090ba..00000000 --- a/.changeset/itchy-eggs-press.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -'@d4kmor/search': patch ---- - -applied following fixies -- expose some css theming variables -- truncate text also when many terms are found -- show only a max of 10 results for the frontend -- add icons to npm artifact diff --git a/packages/search/CHANGELOG.md b/packages/search/CHANGELOG.md index a32a2aa2..97b46f84 100644 --- a/packages/search/CHANGELOG.md +++ b/packages/search/CHANGELOG.md @@ -1,5 +1,15 @@ # @d4kmor/core +## 0.2.1 + +### Patch Changes + +- 638fe46: applied following fixies + - expose some css theming variables + - truncate text also when many terms are found + - show only a max of 10 results for the frontend + - add icons to npm artifact + ## 0.2.0 ### Minor Changes diff --git a/packages/search/package.json b/packages/search/package.json index d16ec022..d9bf4554 100644 --- a/packages/search/package.json +++ b/packages/search/package.json @@ -1,6 +1,6 @@ { "name": "@d4kmor/search", - "version": "0.2.0", + "version": "0.2.1", "publishConfig": { "access": "public" },