Skip to content

Commit

Permalink
chore(custom-block): release v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Zuoqiu-Yingyi committed Jul 9, 2023
1 parent 5444aaf commit b0fada1
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions workspace/packages/utils/siyuan/menu/block.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
/* 块菜单 */
import siyuan from "siyuan";

import { BlockID } from "@workspace/types/siyuan";
import { IProtyle } from "@workspace/types/siyuan/protyle";
import type { BlockID } from "@workspace/types/siyuan";
import type { IProtyle } from "@workspace/types/siyuan/protyle";

// import { BlockType } from "./../block";
import * as sdk from "@siyuan-community/siyuan-sdk";
Expand Down
2 changes: 1 addition & 1 deletion workspace/plugins/custom-block/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "custom-block",
"private": true,
"version": "0.0.0",
"version": "1.0.0",
"type": "module",
"scripts": {
"dev": "vite",
Expand Down
2 changes: 1 addition & 1 deletion workspace/plugins/custom-block/public/plugin.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "custom-block",
"author": "Zuoqiu Yingyi",
"url": "https://github.com/Zuoqiu-Yingyi/siyuan-plugin-custom-block",
"version": "0.0.0",
"version": "1.0.0",
"minAppVersion": "2.9.0",
"backends": [
"all"
Expand Down
2 changes: 1 addition & 1 deletion workspace/pnpm-lock.yaml

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

0 comments on commit b0fada1

Please sign in to comment.