chore: bump version (#3041)

(cherry picked from commit fa1cd87348)
This commit is contained in:
Alex Yang
2023-07-06 11:49:17 +08:00
parent e2d6d5548f
commit aa31043871
44 changed files with 508 additions and 495 deletions
@@ -6,7 +6,7 @@ import { Observable } from 'rxjs';
function rpcToObservable<
T,
H extends () => Promise<T>,
E extends (callback: (t: T) => void) => () => void
E extends (callback: (t: T) => void) => () => void,
>(
initialValue: T,
{
@@ -29,7 +29,7 @@ const tabIcons = {
export type ShareMenuProps<
Workspace extends AffineCloudWorkspace | LocalWorkspace =
| AffineCloudWorkspace
| LocalWorkspace
| LocalWorkspace,
> = {
workspace: Workspace;
currentPage: Page;