This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a change to branch chore/sync-package-version
in repository https://gitbox.apache.org/repos/asf/incubator-answer-plugins.git
omit 183a9cd chore: Sync version
add af0fb04 chore: Sync version
add f091693 fix(editor-formula): Solve the problem of page freezing
caused by incorrect formula
add 17985d9 chore(release): Update version
add 736aad4 refactor(plugins): Export plugin types, remove json files in
i18n, and use yaml files uniformly
add c3c960c chore: Add script to clean up unnecessary directories and
files
add 8062dc6 chore: Sync version
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (183a9cd)
\
N -- N -- N refs/heads/chore/sync-package-version (8062dc6)
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
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 | 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 | 16 +-
editor-chart/pnpm-lock.yaml | 499 ++++++++++++++++--
editor-chart/vite.config.ts | 9 +-
editor-formula/Formula.tsx | 2 +-
editor-formula/formula.go | 2 +-
editor-formula/hooks.ts | 2 -
editor-formula/package.json | 8 +-
editor-formula/pnpm-lock.yaml | 491 +++++++++++++++++-
editor-formula/vite.config.ts | 10 +-
embed-basic/package.json | 2 +-
script/clean.sh | 16 +
32 files changed, 1936 insertions(+), 282 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