Skip to content

Commit 35b3aa3

Browse files
authored
chore: Sync Plugin Info
1 parent 45d0c0a commit 35b3aa3

File tree

9 files changed

+28
-8
lines changed

9 files changed

+28
-8
lines changed

captcha-basic/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"private": true,
44
"author": "Answer.dev",
55
"description": "Basic for captcha",
6-
"version": "1.0.5",
6+
"version": "1.0.6",
77
"files": [
88
"dist",
99
"README.md"

captcha-google-v2/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"private": true,
44
"author": "Answer.dev",
55
"description": "google reCaptcha v2",
6-
"version": "1.0.5",
6+
"version": "1.0.6",
77
"files": [
88
"dist",
99
"README.md"

connector-wallet/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "connector-wallet",
3-
"version": "1.0.1",
3+
"version": "1.0.2",
44
"description": "Connect to Web3 wallet for third-party login",
55
"author": "Ourai L. <ourairyu@gmail.com>",
66
"type": "module",

editor-chart/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "editor-chart",
33
"private": true,
44
"author": "Answer.dev",
5-
"version": "1.2.11",
5+
"version": "1.2.13",
66
"files": [
77
"dist",
88
"README.md"

editor-formula/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "editor-formula",
33
"private": true,
44
"author": "Answer.dev",
5-
"version": "1.2.14",
5+
"version": "1.2.15",
66
"files": [
77
"dist",
88
"README.md"

embed-basic/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "embed-basic",
3-
"version": "1.1.4",
3+
"version": "1.1.5",
44
"description": "",
55
"files": [
66
"dist",

plugins_desc.json

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,11 @@
6060
"desc": "在编辑器中渲染公式",
6161
"link": "https://github.com/apache/answer-plugins/tree/main/editor-formula"
6262
},
63+
{
64+
"name": "Stacks 编辑器",
65+
"desc": "Stacks 编辑器插件",
66+
"link": "https://github.com/apache/answer-plugins/tree/main/editor-stacks"
67+
},
6368
{
6469
"name": "内容嵌入",
6570
"desc": "在内容中嵌入其他网站",
@@ -80,6 +85,11 @@
8085
"desc": "发送通知到企业微信",
8186
"link": "https://github.com/apache/answer-plugins/tree/main/notification-wecom"
8287
},
88+
{
89+
"name": "快捷链接",
90+
"desc": "自定义侧边栏标签或链接",
91+
"link": "https://github.com/apache/answer-plugins/tree/main/quick-links"
92+
},
8393
{
8494
"name": "代码高亮",
8595
"desc": "高亮显示 Markdown 内容中的代码块",
@@ -202,6 +212,11 @@
202212
"desc": "Render formula in editor",
203213
"link": "https://github.com/apache/answer-plugins/tree/main/editor-formula"
204214
},
215+
{
216+
"name": "Stacks Editor",
217+
"desc": "Stacks Editor Plugin",
218+
"link": "https://github.com/apache/answer-plugins/tree/main/editor-stacks"
219+
},
205220
{
206221
"name": "Embed",
207222
"desc": "Embed content from other sites",
@@ -222,6 +237,11 @@
222237
"desc": "Send notifications to Wecom",
223238
"link": "https://github.com/apache/answer-plugins/tree/main/notification-wecom"
224239
},
240+
{
241+
"name": "Quicklinks",
242+
"desc": "Customize the sidebar tags or links",
243+
"link": "https://github.com/apache/answer-plugins/tree/main/quick-links"
244+
},
225245
{
226246
"name": "Code Highlight",
227247
"desc": "Highlight code blocks in Markdown content",

quick-links/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "quick-links",
3-
"version": "0.0.1",
3+
"version": "1.0.2",
44
"description": "",
55
"type": "module",
66
"files": [

render-markdown-codehighlight/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "render-markdown-codehighlight",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"description": "",
55
"type": "module",
66
"files": [

0 commit comments

Comments
 (0)