From 3a7271d026e64e53a3841d77c24e36d30456bfd3 Mon Sep 17 00:00:00 2001 From: ssshooter Date: Thu, 12 Oct 2023 18:21:01 +0800 Subject: [PATCH] chore: update version number --- api/mind-elixir.api.json | 4 ++-- api/mind-elixir.api.md | 4 ++-- package.json | 2 +- src/index.ts | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/api/mind-elixir.api.json b/api/mind-elixir.api.json index 0cf36c24..dbc8bc4b 100644 --- a/api/mind-elixir.api.json +++ b/api/mind-elixir.api.json @@ -303,7 +303,7 @@ }, { "kind": "Content", - "text": ") => " + "text": ", noForiegnObject?: boolean) => " }, { "kind": "Reference", @@ -321,7 +321,7 @@ }, { "kind": "Content", - "text": ") => " + "text": ", noForiegnObject?: boolean) => " }, { "kind": "Reference", diff --git a/api/mind-elixir.api.md b/api/mind-elixir.api.md index e757d92b..ef916653 100644 --- a/api/mind-elixir.api.md +++ b/api/mind-elixir.api.md @@ -26,8 +26,8 @@ export type LinkObj = Record; // @public export const methods: { init(this: MindElixirInstance, data: MindElixirData): Error | undefined; - exportSvg: (this: MindElixirInstance) => Blob; - exportPng: (this: MindElixirInstance) => Promise; + exportSvg: (this: MindElixirInstance, noForiegnObject?: boolean) => Blob; + exportPng: (this: MindElixirInstance, noForiegnObject?: boolean) => Promise; createSummary: (this: MindElixirInstance) => void; removeSummary: (this: MindElixirInstance, id: string) => void; selectSummary: (this: MindElixirInstance, el: summaryOperation.SummarySvgGroup) => void; diff --git a/package.json b/package.json index 28ad70d3..806f6a0c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mind-elixir", - "version": "3.2.3", + "version": "3.2.4", "type": "module", "description": "Mind elixir is a free open source mind map core.", "keywords": [ diff --git a/src/index.ts b/src/index.ts index 664e86d3..1904b10f 100644 --- a/src/index.ts +++ b/src/index.ts @@ -126,7 +126,7 @@ MindElixir.DARK_THEME = DARK_THEME * @memberof MindElixir * @static */ -MindElixir.version = '3.2.3' +MindElixir.version = '3.2.4' /** * @function * @memberof MindElixir