This is an automated email from the ASF dual-hosted git repository. linkinstar pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/incubator-answer-plugins.git
commit e90c94efb5a1c84a2d4727d790a063ea3aff9d75 Author: robin <[email protected]> AuthorDate: Wed Jun 5 16:20:32 2024 +0800 chore: Update version --- editor-chart/package.json | 2 +- editor-formula/package.json | 2 +- embed-basic/package.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/editor-chart/package.json b/editor-chart/package.json index b5bcc91..7fe716c 100644 --- a/editor-chart/package.json +++ b/editor-chart/package.json @@ -2,7 +2,7 @@ "name": "editor-chart", "private": true, "author": "Answer.dev", - "version": "0.0.2", + "version": "0.0.3", "files": [ "dist", "README.md" diff --git a/editor-formula/package.json b/editor-formula/package.json index 5329114..f33548f 100644 --- a/editor-formula/package.json +++ b/editor-formula/package.json @@ -2,7 +2,7 @@ "name": "editor-formula", "private": true, "author": "Answer.dev", - "version": "0.0.2", + "version": "0.0.3", "files": [ "dist", "README.md" diff --git a/embed-basic/package.json b/embed-basic/package.json index f72e2b7..bb117e0 100644 --- a/embed-basic/package.json +++ b/embed-basic/package.json @@ -1,6 +1,6 @@ { "name": "embed-basic", - "version": "0.0.1", + "version": "0.0.2", "description": "", "files": [ "dist",
