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

github-bot pushed a change to branch chore/sync-info
in repository https://gitbox.apache.org/repos/asf/incubator-answer-plugins.git


    omit a43f7a4  chore: Sync Plugin Info
     add bb62e06  fix module path error
     add cb43b1b  feat(algolia): change data update sync to async
     add 4bce6d1  feat(algolia): update version
     add 3bb0cac  feat(connector): add web3 wallet connector plugin
     add e8f534d  fix remove debug code
     add 852f575  chore: add `route` standard UI plugin for `connector-wallet`
     add 3078f66  docs: add use case
     add 66d9ec4  fix: i18n
     add 4ad4b97  fix: replace crypto lib
     add 0dfcf9c  fix: enable subtree observation in useRenderFormula
     add 9d64467  fix: bump version to 1.2.12 in info.yaml
     add 277b743  refactor(embed-basic): Update useRenderEmbed hook to accept a 
request object
     add 74baae3  refactor(render-markdown-codehighlight): Update 
useHighlightCode hook to accept a request object
     add 5a55435  refactor: Code to add Apache License header
     add b9b677f  chore: Update version in info.yaml files
     add 852d8eb  refactor(render-markdown-codehighlight): Update 
useHighlightCode hook to use custom fetch function
     add c36ef50  chore: Bump version to 0.1.1 in info.yaml
     add a597550  refactor(hooks): Simplify request handling and improve get 
function for embeds
     add 31336a5  chore: Bump version to 1.1.1 in info.yaml
     add b3ef1c1  refactor(types): Add a new line for improved readability in 
Request interface
     add d7f7b2e  chore: Bump package versions and update plugin descriptions 
in JSON files
     add 71af46b  Merge remote-tracking branch 'origin/main' into dev
     add d28b28e  feat(algolia): add algolia link
     add d78c470  chore: Sync Plugin Info

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   (a43f7a4)
            \
             N -- N -- N   refs/heads/chore/sync-info (d78c470)

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:
 {editor-chart => connector-wallet}/.eslintrc.cjs   |   0
 .../.prettierrc.json                               |   0
 .../Captcha.tsx => connector-wallet/Component.tsx  |  13 +-
 connector-wallet/README.md                         |  33 +++++
 connector-wallet/WalletAuthorizer.tsx              | 107 ++++++++++++++++
 .../WalletProvider.tsx                             |  37 +++---
 {reviewer-baidu => connector-wallet}/go.mod        |  24 ++--
 {notification-dingtalk => connector-wallet}/go.sum |  53 ++++----
 .../i18n/en_US.yaml                                |  20 +--
 {captcha-basic => connector-wallet}/i18n/index.ts  |   0
 .../i18n/translation.go                            |   6 +-
 .../i18n/zh_CN.yaml                                |  19 +--
 connector-wallet/imgs/activate.png                 | Bin 0 -> 252975 bytes
 connector-wallet/imgs/bind.png                     | Bin 0 -> 141173 bytes
 connector-wallet/imgs/click1.png                   | Bin 0 -> 182820 bytes
 connector-wallet/imgs/click2.png                   | Bin 0 -> 355044 bytes
 connector-wallet/imgs/create.png                   | Bin 0 -> 301634 bytes
 connector-wallet/imgs/install.png                  | Bin 0 -> 324889 bytes
 connector-wallet/imgs/wallet.png                   | Bin 0 -> 330545 bytes
 {embed-basic => connector-wallet}/index.ts         |   5 +-
 {captcha-google-v2 => connector-wallet}/info.yaml  |  11 +-
 {editor-chart => connector-wallet}/package.json    |  35 +++---
 .../tsconfig.json                                  |   0
 .../tsconfig.node.json                             |   0
 .../vite.config.ts                                 |  21 +++-
 connector-wallet/wallet.go                         | 134 +++++++++++++++++++++
 editor-formula/hooks.ts                            |   1 +
 editor-formula/info.yaml                           |   2 +-
 editor-formula/package.json                        |   2 +-
 embed-basic/hooks.tsx                              |  33 ++---
 embed-basic/info.yaml                              |   2 +-
 embed-basic/package.json                           |   2 +-
 editor-chart/vite-env.d.ts => embed-basic/types.ts |   4 +-
 notification-dingtalk/README.md                    |   9 ++
 notification-dingtalk/go.mod                       |   2 +-
 plugins_desc.json                                  |  10 ++
 render-markdown-codehighlight/hooks.ts             |  19 ++-
 render-markdown-codehighlight/info.yaml            |   2 +-
 render-markdown-codehighlight/package.json         |   2 +-
 .../types.ts                                       |  12 +-
 search-algolia/algolia.go                          |  13 +-
 search-algolia/info.yaml                           |   2 +-
 storage-tencentyuncos/go.mod                       |   2 +-
 43 files changed, 490 insertions(+), 147 deletions(-)
 copy {editor-chart => connector-wallet}/.eslintrc.cjs (100%)
 copy {editor-chart => connector-wallet}/.prettierrc.json (100%)
 copy captcha-basic/Captcha.tsx => connector-wallet/Component.tsx (72%)
 create mode 100644 connector-wallet/README.md
 create mode 100644 connector-wallet/WalletAuthorizer.tsx
 copy embed-basic/components/CodePenEmbed/index.tsx => 
connector-wallet/WalletProvider.tsx (50%)
 copy {reviewer-baidu => connector-wallet}/go.mod (75%)
 copy {notification-dingtalk => connector-wallet}/go.sum (83%)
 copy {captcha-basic => connector-wallet}/i18n/en_US.yaml (65%)
 copy {captcha-basic => connector-wallet}/i18n/index.ts (100%)
 copy {connector-apache => connector-wallet}/i18n/translation.go (81%)
 copy {editor-formula => connector-wallet}/i18n/zh_CN.yaml (64%)
 create mode 100644 connector-wallet/imgs/activate.png
 create mode 100644 connector-wallet/imgs/bind.png
 create mode 100644 connector-wallet/imgs/click1.png
 create mode 100644 connector-wallet/imgs/click2.png
 create mode 100644 connector-wallet/imgs/create.png
 create mode 100644 connector-wallet/imgs/install.png
 create mode 100644 connector-wallet/imgs/wallet.png
 copy {embed-basic => connector-wallet}/index.ts (91%)
 copy {captcha-google-v2 => connector-wallet}/info.yaml (86%)
 copy {editor-chart => connector-wallet}/package.json (53%)
 copy {render-markdown-codehighlight => connector-wallet}/tsconfig.json (100%)
 copy {render-markdown-codehighlight => connector-wallet}/tsconfig.node.json 
(100%)
 copy {render-markdown-codehighlight => connector-wallet}/vite.config.ts (80%)
 create mode 100644 connector-wallet/wallet.go
 copy editor-chart/vite-env.d.ts => embed-basic/types.ts (92%)
 copy captcha-basic/Captcha.tsx => render-markdown-codehighlight/types.ts (81%)

Reply via email to