From 08a73ca6258d8843a6f0308ee7a2785f836809a3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=A2=96=E9=80=B8?= <49649786+Zuoqiu-Yingyi@users.noreply.github.com> Date: Sun, 17 Sep 2023 00:43:33 +0800 Subject: [PATCH] chore(typewriter): release v0.1.0 --- .github/workflows/release-please.yml | 4 ++-- package.json | 4 ++-- public/plugin.json | 2 +- src/index.ts | 4 ++-- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/release-please.yml b/.github/workflows/release-please.yml index ad696d6..ba078fe 100644 --- a/.github/workflows/release-please.yml +++ b/.github/workflows/release-please.yml @@ -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: diff --git a/package.json b/package.json index 40b2a09..0565e72 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "typewriter", "private": true, - "version": "0.0.0", + "version": "0.1.0", "type": "module", "scripts": { "dev": "vite", @@ -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", diff --git a/public/plugin.json b/public/plugin.json index cacfbde..ce1cd5e 100644 --- a/public/plugin.json +++ b/public/plugin.json @@ -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" diff --git a/src/index.ts b/src/index.ts index 6a3d889..4ad51b4 100644 --- a/src/index.ts +++ b/src/index.ts @@ -88,8 +88,8 @@ export default class TypewriterPlugin extends siyuan.Plugin { // this.logger.debug(this); /* 注册图标 */ - this.addIcons([ - ].join("")); + // this.addIcons([ + // ].join("")); /** * 注册快捷键命令