From 18cfb414715d828646f90dc4531c6cc423d12841 Mon Sep 17 00:00:00 2001 From: olayway Date: Tue, 6 Jun 2023 17:02:45 +0200 Subject: [PATCH] [core][s]: rm old changelog --- packages/core/CHANGELOG.md | 171 ------------------------------------- 1 file changed, 171 deletions(-) delete mode 100644 packages/core/CHANGELOG.md diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md deleted file mode 100644 index a647bd3e..00000000 --- a/packages/core/CHANGELOG.md +++ /dev/null @@ -1,171 +0,0 @@ -# @portaljs/core - -## 0.4.13 - -### Patch Changes - -- Fix url to Flowershow url in the footer. - -## 0.4.12 - -### Patch Changes - -- Remove next-contentlayer from peer dependencies. - -## 0.4.11 - -### Patch Changes - -- Fix author logo and add some spacing around it. -- f3d3a60: Fix path to JSON file with kbar search actions. - -## 0.4.10 - -### Patch Changes - -- e0f21bd: SiteToc adjustments to display infinitely nested page directories. -- 714d580: Fix tooltips for empty pages causing page render errors - -## 0.4.9 - -### Patch Changes - -- Minor fix of CustomLink. - -## 0.4.8 - -### Patch Changes - -- Fix: wiki links with tooltips not showing. - -## 0.4.7 - -### Patch Changes - -- 0db40da: Fix logic in CustomLink component for testing if link is internal. - -## 0.4.6 - -### Patch Changes - -- 6e04357: Add BEM classes to BlogItem. - -## 0.4.5 - -### Patch Changes - -- 0167dda: Minor style adjustements to Card, TableOfContents and nav logo. - -## 0.4.4 - -### Patch Changes - -- 6bc7200: Make date frontmatter the default field being used, created can still be used in frontmatter - -## 0.4.3 - -### Patch Changes - -- 19842b6: Extend public API of the core package. - -## 0.4.2 - -### Patch Changes - -- e5c6e08: Update all dependencies and refactor search components - -## 0.4.1 - -### Patch Changes - -- e811ddc: Create mermaid components and update dependencies - -## 0.4.0 - -### Minor Changes - -- 3588a8e: Fix: broken theme switch (use Themeprovider from @flowershow/core) - -## 0.3.2 - -### Patch Changes - -- e83bc87: Remove support for nav dropdown - -## 0.3.1 - -### Patch Changes - -- 0520975: Fix: remove twitter URLs displayed after embeds - -## 0.3.0 - -### Minor Changes - -- ffd2b6c: Feature: Twitter urls turn into embeds - -### Patch Changes - -- 124e24e: Site-wide ToC: grouping - -## 0.2.1 - -### Patch Changes - -- e629afc: Fix: add missing dependency for disqus-react - -## 0.2.0 - -### Minor Changes - -- 0ff6c06: Add: Page comments feature with support for three providers - giscus, utterances and disqus. - -## 0.1.0 - -### Minor Changes - -- 411995f: Feature: sidebar with site-wide table of contents. - -## 0.0.11 - -### Patch Changes - -- 1a2fd9f: Fix: ToC not showing up on some pages, and not rendering all the headings. - -## 0.0.10 - -### Patch Changes - -- Fix: `SearchProvider` return type. - -## 0.0.9 - -### Patch Changes - -- d8c918c: Fix import for `useDocSearchKeyboardEvents` in Algolia search component. -- e12b558: Fix: prop types in CustomLink - -## 0.0.8 - -### Patch Changes - -- 3a005dc: Fix: remove reference to "document" from Tooltip - -## 0.0.7 - -### Patch Changes - -- Revert: 1cf9bdf - -## 0.0.6 - -### Patch Changes - -- 51a1b31: Fix: make Avatar keys unique -- 1cf9bdf: Fix: import of `useDocSearchKeyboardEvents` from `@docsearch/react`; - -## 0.0.5 - -### Patch Changes - -- bd4c5b0: Fix: add missing file extensions to import statements.