Skip to content

Commit 47a32d9

Browse files
authored
chore: Sync Plugin Info
1 parent 8d049f1 commit 47a32d9

File tree

9 files changed

+18
-8
lines changed

9 files changed

+18
-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: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,11 @@
8080
"desc": "发送通知到企业微信",
8181
"link": "https://github.com/apache/answer-plugins/tree/main/notification-wecom"
8282
},
83+
{
84+
"name": "快捷链接",
85+
"desc": "自定义侧边栏标签或链接",
86+
"link": "https://github.com/apache/answer-plugins/tree/main/quick-links"
87+
},
8388
{
8489
"name": "代码高亮",
8590
"desc": "高亮显示 Markdown 内容中的代码块",
@@ -222,6 +227,11 @@
222227
"desc": "Send notifications to Wecom",
223228
"link": "https://github.com/apache/answer-plugins/tree/main/notification-wecom"
224229
},
230+
{
231+
"name": "Quicklinks",
232+
"desc": "Customize the sidebar tags or links",
233+
"link": "https://github.com/apache/answer-plugins/tree/main/quick-links"
234+
},
225235
{
226236
"name": "Code Highlight",
227237
"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.1",
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)