A monorepo containing jupyter-blocks and jupyter-tidyblocks. Blockly extension for JupyterLab.
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Publish 0.3.0alpha0

SHA256 hashes:

jupyterlab-blockly-0.3.0-alpha.0.tgz: 1065238d1fc20bffb48faddbe6b1cb0460d6a095cfd398ec5c047ba9c065a8d7

jupyterlab-blockly-extension-0.3.0-alpha.0.tgz: 67f1da6f0db79059841581f527851d131ee131d4c91daac40d9737b07af28952

jupyterlab_blockly-0.3.0a0-py3-none-any.whl: ba9f774c685c5a68f2f427eaded10a1bb737a2ec27082f93ade180f60c0a3dd6

jupyterlab_blockly-0.3.0a0.tar.gz: 871411fc596add24594f635fa72f18b361ef4f62d33ec5bb58f594cf020f202b

hbcarlos 96251291 2f7ca500

+24 -8
+18 -2
CHANGELOG.md
··· 2 2 3 3 <!-- <START NEW CHANGELOG ENTRY> --> 4 4 5 + ## 0.3.0alpha0 6 + 7 + ([Full Changelog](https://github.com/QuantStack/jupyterlab-blockly/compare/jupyterlab-blockly-extension@0.2.1...2f7ca5003863f9b8688b5f3e744ce85d228e6f4c)) 8 + 9 + ### Maintenance and upkeep improvements 10 + 11 + - Updates to JupyterLab 3.6 and fixes check release [#72](https://github.com/QuantStack/jupyterlab-blockly/pull/72) ([@hbcarlos](https://github.com/hbcarlos)) 12 + - Bump a bunch of versions [#71](https://github.com/QuantStack/jupyterlab-blockly/pull/71) ([@bollwyvl](https://github.com/bollwyvl)) 13 + - Uses hatch [#70](https://github.com/QuantStack/jupyterlab-blockly/pull/70) ([@hbcarlos](https://github.com/hbcarlos)) 14 + 15 + ### Contributors to this release 16 + 17 + ([GitHub contributors page for this release](https://github.com/QuantStack/jupyterlab-blockly/graphs/contributors?from=2022-09-07&to=2023-03-15&type=c)) 18 + 19 + [@bollwyvl](https://github.com/search?q=repo%3AQuantStack%2Fjupyterlab-blockly+involves%3Abollwyvl+updated%3A2022-09-07..2023-03-15&type=Issues) | [@github-actions](https://github.com/search?q=repo%3AQuantStack%2Fjupyterlab-blockly+involves%3Agithub-actions+updated%3A2022-09-07..2023-03-15&type=Issues) | [@hbcarlos](https://github.com/search?q=repo%3AQuantStack%2Fjupyterlab-blockly+involves%3Ahbcarlos+updated%3A2022-09-07..2023-03-15&type=Issues) 20 + 21 + <!-- <END NEW CHANGELOG ENTRY> --> 22 + 5 23 ## 0.2.1 6 24 7 25 ([Full Changelog](https://github.com/QuantStack/jupyterlab-blockly/compare/jupyterlab-blockly-extension@0.2.0...bd41065fbfe8712ad75fad0b2df6be7c9e887c4f)) ··· 15 33 ([GitHub contributors page for this release](https://github.com/QuantStack/jupyterlab-blockly/graphs/contributors?from=2022-09-07&to=2022-09-07&type=c)) 16 34 17 35 [@hbcarlos](https://github.com/search?q=repo%3AQuantStack%2Fjupyterlab-blockly+involves%3Ahbcarlos+updated%3A2022-09-07..2022-09-07&type=Issues) 18 - 19 - <!-- <END NEW CHANGELOG ENTRY> --> 20 36 21 37 ## 0.2.0 22 38
+1 -1
lerna.json
··· 1 1 { 2 - "version": "0.2.1", 2 + "version": "0.3.0-alpha.0", 3 3 "npmClient": "jlpm", 4 4 "useWorkspaces": true 5 5 }
+2 -2
package.json
··· 1 1 { 2 2 "name": "jupyterlab-blockly-root", 3 3 "private": true, 4 - "version": "0.2.1", 4 + "version": "0.3.0-alpha.0", 5 5 "description": "Blockly extension for JupyterLab.", 6 6 "keywords": [ 7 7 "jupyter", ··· 56 56 "lerna": "^6.5.1", 57 57 "yarn-deduplicate": "^6.0.0" 58 58 } 59 - } 59 + }
+2 -2
packages/blockly-extension/package.json
··· 1 1 { 2 2 "name": "jupyterlab-blockly-extension", 3 - "version": "0.2.1", 3 + "version": "0.3.0-alpha.0", 4 4 "description": "Blockly extension for JupyterLab.", 5 5 "keywords": [ 6 6 "jupyter", ··· 53 53 "@jupyterlab/settingregistry": "^3.6", 54 54 "@jupyterlab/translation": "^3.6", 55 55 "@jupyterlab/ui-components": "^3.6", 56 - "jupyterlab-blockly": "^0.2.1" 56 + "jupyterlab-blockly": "^0.3.0-alpha.0" 57 57 }, 58 58 "devDependencies": { 59 59 "@jupyterlab/builder": "^3.6",
+1 -1
packages/blockly/package.json
··· 1 1 { 2 2 "name": "jupyterlab-blockly", 3 - "version": "0.2.1", 3 + "version": "0.3.0-alpha.0", 4 4 "description": "Blockly extension for JupyterLab.", 5 5 "keywords": [ 6 6 "blockly",