Skip to content

Commit

Permalink
chore: release 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ruibaby committed Dec 1, 2022
1 parent 4e32e0c commit 22d070e
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# plugin-links

Halo 2.0 的友情链接管理插件(WIP)。
Halo 2.0 的链接管理插件(WIP)。
4 changes: 2 additions & 2 deletions console/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
},
"dependencies": {
"@formkit/core": "1.0.0-beta.12",
"@halo-dev/components": "^0.0.0-alpha.8",
"@halo-dev/console-shared": "^2.0.0-rc.2",
"@halo-dev/components": "^1.0.0",
"@halo-dev/console-shared": "^2.0.0",
"@vueuse/core": "^9.6.0",
"@vueuse/router": "^9.6.0",
"axios": "^0.27.2",
Expand Down
16 changes: 8 additions & 8 deletions console/pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file modified lib/halo-2.0.0-SNAPSHOT-plain.jar
Binary file not shown.
4 changes: 2 additions & 2 deletions src/main/resources/extensions/roleTemplate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ metadata:
halo.run/role-template: "true"
annotations:
rbac.authorization.halo.run/module: "Link Management"
rbac.authorization.halo.run/display-name: "友情链接查看"
rbac.authorization.halo.run/display-name: "链接查看"
rbac.authorization.halo.run/ui-permissions: |
["plugin:links:view"]
rules:
Expand All @@ -22,7 +22,7 @@ metadata:
halo.run/role-template: "true"
annotations:
rbac.authorization.halo.run/module: "Link Management"
rbac.authorization.halo.run/display-name: "友情链接管理"
rbac.authorization.halo.run/display-name: "链接管理"
rbac.authorization.halo.run/ui-permissions: |
["plugin:links:manage"]
rbac.authorization.halo.run/dependencies: |
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/plugin.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ kind: Plugin
metadata:
name: PluginLinks
spec:
version: 1.0.0-alpha.5
version: 1.0.0
requires: ">=2.0.0"
author:
name: Halo OSS Team
Expand Down

0 comments on commit 22d070e

Please sign in to comment.