Skip to content

Commit

Permalink
chore(jupyter-client): release v0.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Zuoqiu-Yingyi committed Jan 23, 2024
1 parent 6bad172 commit 081d7d5
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 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.2.1
PACKAGE_VERSION: 0.2.2

jobs:
release-please:
Expand Down
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "jupyter-client",
"private": true,
"version": "0.2.1",
"version": "0.2.2",
"type": "module",
"scripts": {
"dev": "vite",
Expand All @@ -18,11 +18,11 @@
"@workspace/utils": "workspace:^"
},
"devDependencies": {
"@jupyter-lsp/theme-vscode": "3.0.0-rc.0",
"@jupyterlab/services": "^7.0.9",
"@jupyterlab/ui-components": "^4.0.9",
"@jupyter-lsp/theme-vscode": "^3.0.0",
"@jupyterlab/services": "^7.0.11",
"@jupyterlab/ui-components": "^4.0.11",
"strip-ansi": "^7.1.0",
"xterm": "^5.3.0",
"xterm-addon-fit": "^0.7.0"
"xterm-addon-fit": "^0.8.0"
}
}
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.2.1",
"version": "0.2.2",
"minAppVersion": "2.10.13",
"keywords": [
"代码",
Expand Down

0 comments on commit 081d7d5

Please sign in to comment.