Skip to content

Commit

Permalink
chore(jupyter-client): release v0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Zuoqiu-Yingyi committed Sep 18, 2023
1 parent 18498c8 commit 93bd42f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ permissions:

env:
PACKAGE_NAME: jupyter-client
PACKAGE_VERSION: 0.1.2
PACKAGE_VERSION: 0.2.0

jobs:
release-please:
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "jupyter-client",
"private": true,
"version": "0.1.2",
"version": "0.2.0",
"type": "module",
"scripts": {
"dev": "vite",
Expand All @@ -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",
Expand All @@ -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": {
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": "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",
Expand Down

0 comments on commit 93bd42f

Please sign in to comment.