This is an automated email from the ASF dual-hosted git repository.
robin0716 pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-answer-plugins.git
from 17985d9 chore(release): Update version
new 736aad4 refactor(plugins): Export plugin types, remove json files in
i18n, and use yaml files uniformly
new c3c960c chore: Add script to clean up unnecessary directories and
files
The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
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 | 2 +
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 | 17 +-
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 | 499 ++++++++++++++++--
editor-chart/vite.config.ts | 9 +-
editor-formula/Formula.tsx | 2 +-
editor-formula/package.json | 4 +-
editor-formula/pnpm-lock.yaml | 491 +++++++++++++++++-
editor-formula/vite.config.ts | 10 +-
script/clean.sh | 16 +
29 files changed, 1930 insertions(+), 274 deletions(-)
delete mode 100644 captcha-basic/i18n/en_US.json
delete mode 100644 captcha-basic/i18n/zh_CN.json
delete mode 100644 captcha-google-v2/i18n/en_US.json
delete mode 100644 captcha-google-v2/i18n/zh_CN.json
create mode 100755 script/clean.sh