Skip to content

Commit

Permalink
chore(typewriter): release v0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Zuoqiu-Yingyi committed Sep 16, 2023
1 parent 34e7d5c commit 08a73ca
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ permissions:
pull-requests: write

env:
PACKAGE_NAME: openCC
PACKAGE_VERSION: 0.0.0
PACKAGE_NAME: typewriter
PACKAGE_VERSION: 0.1.0

jobs:
release-please:
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "typewriter",
"private": true,
"version": "0.0.0",
"version": "0.1.0",
"type": "module",
"scripts": {
"dev": "vite",
Expand All @@ -11,7 +11,7 @@
"check": "svelte-check --tsconfig ./tsconfig.json"
},
"devDependencies": {
"@sveltejs/vite-plugin-svelte": "^2.4.5",
"@sveltejs/vite-plugin-svelte": "^2.4.6",
"@tsconfig/svelte": "^5.0.2",
"less": "^4.2.0",
"svelte": "^4.2.0",
Expand Down
2 changes: 1 addition & 1 deletion public/plugin.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "typewriter",
"author": "Zuoqiu Yingyi",
"url": "https://github.com/Zuoqiu-Yingyi/siyuan-plugin-typewriter",
"version": "0.0.0",
"version": "0.1.0",
"minAppVersion": "2.9.5",
"backends": [
"all"
Expand Down
4 changes: 2 additions & 2 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -88,8 +88,8 @@ export default class TypewriterPlugin extends siyuan.Plugin {
// this.logger.debug(this);

/* 注册图标 */
this.addIcons([
].join(""));
// this.addIcons([
// ].join(""));

/**
* 注册快捷键命令
Expand Down

0 comments on commit 08a73ca

Please # to comment.