Skip to content

Commit

Permalink
[pkg/core,#163][s]: remove unused props and update changeset
Browse files Browse the repository at this point in the history
  • Loading branch information
khalilcodes committed Feb 1, 2023
1 parent e8cd56c commit d2aeba2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .changeset/silver-buses-tap.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
"@flowershow/core": patch
"@flowershow/core": minor
---

Add: Page comments feature with support for three providers - giscus, utterances and disqus.
1 change: 0 additions & 1 deletion packages/core/src/ui/Layout/Layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ interface Props extends React.PropsWithChildren {
showComments: boolean;
commentsConfig: CommentsConfig;
edit_url?: string;
raw?: any; // TODO type
}

export const Layout: React.FC<Props> = ({
Expand Down

0 comments on commit d2aeba2

Please sign in to comment.