Skip to content

Commit

Permalink
2.0.0-alpha
Browse files Browse the repository at this point in the history
  • Loading branch information
mbj36 committed Aug 6, 2024
1 parent 48a94de commit fffdc40
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@fileverse-dev/ddoc",
"private": false,
"description": "DDoc",
"version": "1.8.1",
"version": "2.0.0-alpha",
"main": "dist/index.umd.js",
"module": "dist/index.es.js",
"exports": {
Expand Down
3 changes: 3 additions & 0 deletions package/common/toolbar-button.tsx
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
/* eslint-disable @typescript-eslint/ban-ts-comment */
import { IconButton, Tooltip } from '@fileverse/ui';

export default function ToolbarButton({
Expand All @@ -21,6 +22,7 @@ export default function ToolbarButton({
return (
<Tooltip text={tooltip}>
<IconButton
// @ts-ignore
ref={ref}
variant="ghost"
size="md"
Expand All @@ -35,6 +37,7 @@ export default function ToolbarButton({

return (
<IconButton
// @ts-ignore
ref={ref}
variant="ghost"
size="md"
Expand Down

0 comments on commit fffdc40

Please sign in to comment.