Skip to content

Commit

Permalink
feat: add publisher-pro plugin template
Browse files Browse the repository at this point in the history
  • Loading branch information
terwer committed Jan 29, 2024
1 parent a6f3ea1 commit c2d8c67
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
6 changes: 6 additions & 0 deletions apps/zhi-cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# zhi-cli

## 1.8.0

### Minor Changes

- feat: add publisher-pro plugin template

## 1.7.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion apps/zhi-cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "zhi-cli",
"version": "1.7.0",
"version": "1.8.0",
"description": "a tool for generating zhi framework related projects",
"type": "module",
"bin": {
Expand Down
9 changes: 8 additions & 1 deletion apps/zhi-cli/template.json
Original file line number Diff line number Diff line change
@@ -1 +1,8 @@
["turbo-workspace-simple", "ts-esbuild-lib", "ts-vite-lib", "ts-vite-siyuan-plugin", "ts-vite-obsidian-plugin"]
[
"turbo-workspace-simple",
"ts-esbuild-lib",
"ts-vite-lib",
"ts-vite-siyuan-plugin",
"ts-vite-obsidian-plugin",
"ts-vite-publisher-pro-plugin"
]

0 comments on commit c2d8c67

Please sign in to comment.