Skip to content

Commit b3db98d

Browse files
Publish 0.1.0a3
SHA256 hashes: jupyterlab-blockly-0.1.0-alpha.3.tgz: 6711280ac27746addcf1c231a6d611a66455bee8482c9e9f5122d772d5867c98 jupyterlab-blockly-extension-0.1.0-alpha.3.tgz: dfa4f652ecbc7a92ab8e117a8acf3c1bda831dd54576b0712648dfde32fc3e28 jupyterlab_blockly-0.1.0a3-py3-none-any.whl: 3234264d2f24d1cbcf68de4efad9264ccbb5b6a0c59aff733d2c8a74419288ef jupyterlab_blockly-0.1.0a3.tar.gz: 722dd35b864fe77ce362e87ac1caba760bdb94260cb78e5e82a576b22aa3e5d5
1 parent bda9c6b commit b3db98d

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

packages/blockly-extension/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jupyterlab-blockly-extension",
3-
"version": "0.1.0-alpha.2",
3+
"version": "0.1.0-alpha.3",
44
"description": "Blockly extension for JupyterLab.",
55
"keywords": [
66
"jupyter",
@@ -48,11 +48,11 @@
4848
"@jupyterlab/codeeditor": "^3.4",
4949
"@jupyterlab/filebrowser": "^3.4",
5050
"@jupyterlab/launcher": "^3.4",
51-
"@jupyterlab/settingregistry": "^3.4",
5251
"@jupyterlab/rendermime": "^3.4",
52+
"@jupyterlab/settingregistry": "^3.4",
5353
"@jupyterlab/translation": "^3.4",
5454
"@jupyterlab/ui-components": "^3.4",
55-
"jupyterlab-blockly": "^0.1.0-alpha.2"
55+
"jupyterlab-blockly": "^0.1.0-alpha.3"
5656
},
5757
"devDependencies": {
5858
"@jupyterlab/builder": "^3.4",

packages/blockly/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jupyterlab-blockly",
3-
"version": "0.1.0-alpha.2",
3+
"version": "0.1.0-alpha.3",
44
"description": "Blockly extension for JupyterLab.",
55
"keywords": [
66
"blockly",

0 commit comments

Comments
 (0)