This is an automated email from the ASF dual-hosted git repository.

shuai pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/answer-plugins.git


The following commit(s) were added to refs/heads/main by this push:
     new 7535706  fix: restore version information
7535706 is described below

commit 7535706e99e1bb7fb4041ec848f818ca05d14735
Author: shuai <lishuail...@sifou.com>
AuthorDate: Fri Aug 8 15:43:40 2025 +0800

    fix: restore version information
---
 editor-chart/info.yaml    | 2 +-
 editor-chart/package.json | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/editor-chart/info.yaml b/editor-chart/info.yaml
index 7f7fd2c..998ad9d 100644
--- a/editor-chart/info.yaml
+++ b/editor-chart/info.yaml
@@ -17,6 +17,6 @@
 
 slug_name: chart_editor
 type: editor
-version: 1.2.12
+version: 1.2.11
 author: answerdev
 link: https://github.com/apache/answer-plugins/tree/main/editor-chart
diff --git a/editor-chart/package.json b/editor-chart/package.json
index fdd28e4..a9fd58d 100644
--- a/editor-chart/package.json
+++ b/editor-chart/package.json
@@ -2,7 +2,7 @@
   "name": "editor-chart",
   "private": true,
   "author": "Answer.dev",
-  "version": "1.2.12",
+  "version": "1.2.11",
   "files": [
     "dist",
     "README.md"

Reply via email to