Skip to content

Commit

Permalink
Merge pull request #19 from Zuoqiu-Yingyi/dev
Browse files Browse the repository at this point in the history
chore: release v0.2.2
  • Loading branch information
Zuoqiu-Yingyi committed Jan 23, 2024
2 parents c63f880 + 081d7d5 commit d84c519
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 20 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
27 changes: 9 additions & 18 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 @@ -12,26 +12,17 @@
"preview": "vite preview",
"check": "svelte-check --tsconfig ./tsconfig.json"
},
"devDependencies": {
"@jupyter-lsp/theme-vscode": "3.0.0-rc.0",
"@jupyterlab/services": "^7.0.7",
"@jupyterlab/ui-components": "^4.0.7",
"@sveltejs/vite-plugin-svelte": "^2.4.6",
"@tsconfig/svelte": "^5.0.2",
"less": "^4.2.0",
"strip-ansi": "^7.1.0",
"svelte": "^4.2.2",
"svelte-check": "^2.10.3",
"svelte-preprocess-less": "^0.4.0",
"tslib": "^2.6.2",
"typescript": "^5.2.2",
"vite": "^4.5.0",
"xterm": "^5.3.0",
"xterm-addon-fit": "^0.7.0"
},
"dependencies": {
"@workspace/components": "workspace:^",
"@workspace/types": "workspace:^",
"@workspace/utils": "workspace:^"
},
"devDependencies": {
"@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.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 d84c519

Please sign in to comment.