From a003d215eb6f0a50b21f587d3b2b4b1aea2eb50d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Sun, 29 Nov 2020 18:32:41 +0000 Subject: [PATCH] Version Packages --- .changeset/itchy-eggs-press.md | 9 --------- packages/search/CHANGELOG.md | 10 ++++++++++ packages/search/package.json | 2 +- 3 files changed, 11 insertions(+), 10 deletions(-) delete mode 100644 .changeset/itchy-eggs-press.md 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" },