Skip to content

Commit

Permalink
chore: Bump package versions and update plugin descriptions in JSON f…
Browse files Browse the repository at this point in the history
…iles
  • Loading branch information
robinv8 committed Nov 15, 2024
1 parent b3ef1c1 commit d7f7b2e
Show file tree
Hide file tree
Showing 4 changed files with 53 additions and 3 deletions.
2 changes: 1 addition & 1 deletion editor-formula/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "editor-formula",
"private": true,
"author": "Answer.dev",
"version": "1.2.11",
"version": "1.2.12",
"files": [
"dist",
"README.md"
Expand Down
2 changes: 1 addition & 1 deletion embed-basic/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "embed-basic",
"version": "1.0.4",
"version": "1.1.1",
"description": "",
"files": [
"dist",
Expand Down
50 changes: 50 additions & 0 deletions plugins_desc.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,11 @@
"desc": "用于接入 Google 第三方登录",
"link": "https://github.com/apache/incubator-answer-plugins/tree/main/connector-google"
},
{
"name": "Wallet 连接器",
"desc": "用于接入 Wallet 第三方登录",
"link": "https://github.com/apache/incubator-answer-plugins/tree/main/connector-wallet"
},
{
"name": "图表编辑器",
"desc": "在编辑器中渲染图表",
Expand All @@ -60,6 +65,11 @@
"desc": "在内容中嵌入其他网站",
"link": "https://github.com/apache/incubator-answer-plugins/tree/main/embed-basic"
},
{
"name": "钉钉通知",
"desc": "发送通知到钉钉",
"link": "https://github.com/apache/incubator-answer-plugins/tree/main/notification-dingtalk"
},
{
"name": "Slack 通知",
"desc": "发送通知到 Slack",
Expand All @@ -75,6 +85,11 @@
"desc": "Akismet Anti-Spam is used to check the content of posts and comments against the Akismet web service to see if they look like spam.",
"link": "https://github.com/apache/incubator-answer-plugins/tree/main/reviewer-akismet"
},
{
"name": "百度反垃圾",
"desc": "百度反垃圾用于检查帖子和评论内容,通过百度内容审核平台查看它们是否像垃圾内容。",
"link": "https://github.com/apache/incubator-answer-plugins/tree/main/reviewer-baidu"
},
{
"name": "基础审核插件",
"desc": "基础的通用审核插件",
Expand Down Expand Up @@ -105,6 +120,16 @@
"desc": "上传文件到S3存储",
"link": "https://github.com/apache/incubator-answer-plugins/tree/main/storage-s3"
},
{
"name": "腾讯云COS对象存储",
"desc": "上传文件到腾讯云COS对象存储",
"link": "https://github.com/apache/incubator-answer-plugins/tree/main/storage-tencentyuncos"
},
{
"name": "Slack",
"desc": "通过Slack进行登录",
"link": "https://github.com/apache/incubator-answer-plugins/tree/main/user-center-slack"
},
{
"name": "企业微信",
"desc": "从企业微信获取用户信息并同步到用户中心",
Expand Down Expand Up @@ -157,6 +182,11 @@
"desc": "Connect to Google for third-party login",
"link": "https://github.com/apache/incubator-answer-plugins/tree/main/connector-google"
},
{
"name": "Wallet Connector",
"desc": "Connect to Wallet for third-party login",
"link": "https://github.com/apache/incubator-answer-plugins/tree/main/connector-wallet"
},
{
"name": "Chart Editor",
"desc": "Render chart in editor",
Expand All @@ -172,6 +202,11 @@
"desc": "Embed content from other sites",
"link": "https://github.com/apache/incubator-answer-plugins/tree/main/embed-basic"
},
{
"name": "Ding talk Notification",
"desc": "Send notifications to Ding Talk",
"link": "https://github.com/apache/incubator-answer-plugins/tree/main/notification-dingtalk"
},
{
"name": "Slack Notification",
"desc": "Send notifications to Slack",
Expand All @@ -187,6 +222,11 @@
"desc": "Akismet Anti-Spam is used to check the content of posts and comments against the Akismet web service to see if they look like spam.",
"link": "https://github.com/apache/incubator-answer-plugins/tree/main/reviewer-akismet"
},
{
"name": "Baidu Anti-Spam",
"desc": "Baidu Anti-Spam is used to check the content of posts and comments against the Baidu web service to see if they look like spam.",
"link": "https://github.com/apache/incubator-answer-plugins/tree/main/reviewer-baidu"
},
{
"name": "Review Basic",
"desc": "Generic review rule plugin",
Expand Down Expand Up @@ -217,6 +257,16 @@
"desc": "Upload files to S3 storage",
"link": "https://github.com/apache/incubator-answer-plugins/tree/main/storage-s3"
},
{
"name": "Tencent COS storage",
"desc": "Upload files to Tencent COS storage",
"link": "https://github.com/apache/incubator-answer-plugins/tree/main/storage-tencentyuncos"
},
{
"name": "Slack User Center",
"desc": "A plugin for integrating Slack user management",
"link": "https://github.com/apache/incubator-answer-plugins/tree/main/user-center-slack"
},
{
"name": "WeCom",
"desc": "Get user info from WeCom and sync to User Center",
Expand Down
2 changes: 1 addition & 1 deletion render-markdown-codehighlight/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "render-markdown-codehighlight",
"version": "0.0.4",
"version": "0.1.1",
"description": "",
"type": "module",
"files": [
Expand Down

0 comments on commit d7f7b2e

Please sign in to comment.