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

robin0716 pushed a change to branch refactor/add-info-yaml
in repository https://gitbox.apache.org/repos/asf/incubator-answer-plugins.git


    omit 3625293  Merge branch 'main' into refactor/add-info-yaml
    omit 70a9063  refactor: Use info.yaml to manage plugin configuration 
information
    omit 0c6d002  chore: Add script to clean up unnecessary directories and 
files
    omit 98598a1  refactor(plugins): Export plugin types, remove json files in 
i18n, and use yaml files uniformly
    omit 78f3c8e  chore(release): Update version
    omit 657809f  fix(editor-formula): Solve the problem of page freezing 
caused by incorrect formula
    omit 9ce5f31  chore: Sync version
    omit c3c960c  chore: Add script to clean up unnecessary directories and 
files
    omit 736aad4  refactor(plugins): Export plugin types, remove json files in 
i18n, and use yaml files uniformly
    omit 17985d9  chore(release): Update version
    omit f091693  fix(editor-formula): Solve the problem of page freezing 
caused by incorrect formula
    omit af0fb04  chore: Sync version

This update removed existing revisions from the reference, leaving the
reference pointing at a previous point in the repository history.

 * -- * -- N   refs/heads/refactor/add-info-yaml (6c9398d)
            \
             O -- O -- O   (3625293)

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

No new revisions were added by this update.

Summary of changes:
 captcha-basic/i18n/en_US.json     |   12 +
 captcha-basic/i18n/en_US.yaml     |    8 +-
 captcha-basic/i18n/index.ts       |    4 +-
 captcha-basic/i18n/zh_CN.json     |   12 +
 captcha-basic/i18n/zh_CN.yaml     |    8 +-
 captcha-basic/package.json        |    4 +-
 captcha-basic/pnpm-lock.yaml      |   21 -
 captcha-basic/tsconfig.json       |    4 -
 captcha-basic/useCaptcha.tsx      |    4 +-
 captcha-basic/vite.config.ts      |    6 +-
 captcha-google-v2/i18n/en_US.json |   12 +
 captcha-google-v2/i18n/en_US.yaml |    5 -
 captcha-google-v2/i18n/index.ts   |    4 +-
 captcha-google-v2/i18n/zh_CN.json |   12 +
 captcha-google-v2/i18n/zh_CN.yaml |    7 +-
 captcha-google-v2/package.json    |   19 +-
 captcha-google-v2/pnpm-lock.yaml  | 1000 ++++++-------------------------------
 captcha-google-v2/tsconfig.json   |    4 -
 captcha-google-v2/useCaptcha.tsx  |    4 +-
 captcha-google-v2/vite.config.ts  |   13 +-
 editor-chart/Chart.tsx            |    2 +-
 editor-chart/package.json         |   12 +-
 editor-chart/pnpm-lock.yaml       |  445 +----------------
 editor-chart/vite.config.ts       |    9 +-
 editor-formula/Formula.tsx        |    2 +-
 editor-formula/hooks.ts           |    2 +
 editor-formula/info.yaml          |    2 +-
 editor-formula/package.json       |    6 +-
 editor-formula/pnpm-lock.yaml     |  491 +-----------------
 editor-formula/vite.config.ts     |   10 +-
 script/clean.sh                   |   16 -
 31 files changed, 253 insertions(+), 1907 deletions(-)
 create mode 100644 captcha-basic/i18n/en_US.json
 create mode 100644 captcha-basic/i18n/zh_CN.json
 create mode 100644 captcha-google-v2/i18n/en_US.json
 create mode 100644 captcha-google-v2/i18n/zh_CN.json
 delete mode 100755 script/clean.sh

Reply via email to