From 93bd42f8c921d9b792325dd345163f7b718eda60 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: Mon, 18 Sep 2023 19:53:17 +0800 Subject: [PATCH] chore(jupyter-client): release v0.2.0 --- .github/workflows/release-please.yml | 2 +- package.json | 8 ++++---- public/plugin.json | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/release-please.yml b/.github/workflows/release-please.yml index 2e4fb11..7e4626e 100644 --- a/.github/workflows/release-please.yml +++ b/.github/workflows/release-please.yml @@ -14,7 +14,7 @@ permissions: env: PACKAGE_NAME: jupyter-client - PACKAGE_VERSION: 0.1.2 + PACKAGE_VERSION: 0.2.0 jobs: release-please: diff --git a/package.json b/package.json index 5d1f4bc..2e8d76a 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "jupyter-client", "private": true, - "version": "0.1.2", + "version": "0.2.0", "type": "module", "scripts": { "dev": "vite", @@ -14,9 +14,9 @@ }, "devDependencies": { "@jupyter-lsp/theme-vscode": "3.0.0-rc.0", - "@jupyterlab/services": "^7.0.5", + "@jupyterlab/services": "^7.0.6", "@jupyterlab/ui-components": "^4.0.6", - "@sveltejs/vite-plugin-svelte": "^2.4.5", + "@sveltejs/vite-plugin-svelte": "^2.4.6", "@tsconfig/svelte": "^5.0.2", "less": "^4.2.0", "strip-ansi": "^7.1.0", @@ -26,7 +26,7 @@ "tslib": "^2.6.2", "typescript": "^5.2.2", "vite": "^4.4.9", - "xterm": "^5.2.1", + "xterm": "^5.3.0", "xterm-addon-fit": "^0.7.0" }, "dependencies": { diff --git a/public/plugin.json b/public/plugin.json index 3df46f1..5972800 100644 --- a/public/plugin.json +++ b/public/plugin.json @@ -2,7 +2,7 @@ "name": "jupyter-client", "author": "Zuoqiu Yingyi", "url": "https://github.com/Zuoqiu-Yingyi/siyuan-plugin-jupyter-client", - "version": "0.1.2", + "version": "0.2.0", "minAppVersion": "2.10.3", "displayName": { "default": "Jupyter Client",