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.3

SHA256 hashes:

jupyterlab-blockly-0.3.3.tgz: 2293ff8f1a1cf688c5f6a1f487f823acf6392c9bb59f9e11658dc9cf0a1f7102

jupyterlab-blockly-extension-0.3.3.tgz: 2fc7b378b7c3e52f4481a8d422006b8106f3573a0d08198c6a803d0311958440

jupyterlab_blockly-0.3.3-py3-none-any.whl: 91cdeb77949ba4694d92c5b28ec2b62ecb3852983f62e7a1833bb1a204eff4b3

jupyterlab_blockly-0.3.3.tar.gz: 0737bfbba9f2c7dbde28475e9d269419254a49974873d0de2fdc94134c69f7f2

DenisaCG ba5e45aa e9602251

+29 -9
+22 -2
CHANGELOG.md
··· 2 2 3 3 <!-- <START NEW CHANGELOG ENTRY> --> 4 4 5 + ## 0.3.3 6 + 7 + ([Full Changelog](https://github.com/QuantStack/jupyterlab-blockly/compare/jupyterlab-blockly-extension@0.3.2...e9602251ec5a7ced9700b1f3a35d0a72b9550dc7)) 8 + 9 + ### Bugs fixed 10 + 11 + - Generate \_version.py at build time [#100](https://github.com/QuantStack/jupyterlab-blockly/pull/100) ([@martinRenou](https://github.com/martinRenou)) 12 + - Update Lite deployment [#90](https://github.com/QuantStack/jupyterlab-blockly/pull/90) ([@DenisaCG](https://github.com/DenisaCG)) 13 + 14 + ### Documentation improvements 15 + 16 + - Update docs [#99](https://github.com/QuantStack/jupyterlab-blockly/pull/99) ([@DenisaCG](https://github.com/DenisaCG)) 17 + - Update Lite deployment [#90](https://github.com/QuantStack/jupyterlab-blockly/pull/90) ([@DenisaCG](https://github.com/DenisaCG)) 18 + 19 + ### Contributors to this release 20 + 21 + ([GitHub contributors page for this release](https://github.com/QuantStack/jupyterlab-blockly/graphs/contributors?from=2024-08-19&to=2024-08-26&type=c)) 22 + 23 + [@DenisaCG](https://github.com/search?q=repo%3AQuantStack%2Fjupyterlab-blockly+involves%3ADenisaCG+updated%3A2024-08-19..2024-08-26&type=Issues) | [@github-actions](https://github.com/search?q=repo%3AQuantStack%2Fjupyterlab-blockly+involves%3Agithub-actions+updated%3A2024-08-19..2024-08-26&type=Issues) | [@martinRenou](https://github.com/search?q=repo%3AQuantStack%2Fjupyterlab-blockly+involves%3AmartinRenou+updated%3A2024-08-19..2024-08-26&type=Issues) 24 + 25 + <!-- <END NEW CHANGELOG ENTRY> --> 26 + 5 27 ## 0.3.2 6 28 7 29 ([Full Changelog](https://github.com/QuantStack/jupyterlab-blockly/compare/jupyterlab-blockly-extension@0.3.1...567d75e81ca64d2ab97f7e76e0944b3d74137299)) ··· 15 37 ([GitHub contributors page for this release](https://github.com/QuantStack/jupyterlab-blockly/graphs/contributors?from=2024-08-19&to=2024-08-19&type=c)) 16 38 17 39 [@DenisaCG](https://github.com/search?q=repo%3AQuantStack%2Fjupyterlab-blockly+involves%3ADenisaCG+updated%3A2024-08-19..2024-08-19&type=Issues) | [@github-actions](https://github.com/search?q=repo%3AQuantStack%2Fjupyterlab-blockly+involves%3Agithub-actions+updated%3A2024-08-19..2024-08-19&type=Issues) 18 - 19 - <!-- <END NEW CHANGELOG ENTRY> --> 20 40 21 41 ## 0.3.1 22 42
+1 -1
lerna.json
··· 1 1 { 2 - "version": "0.3.2", 2 + "version": "0.3.3", 3 3 "npmClient": "jlpm", 4 4 "useWorkspaces": true 5 5 }
+1 -1
package.json
··· 1 1 { 2 2 "name": "jupyterlab-blockly-root", 3 3 "private": true, 4 - "version": "0.3.2", 4 + "version": "0.3.3", 5 5 "description": "Blockly extension for JupyterLab.", 6 6 "keywords": [ 7 7 "jupyter",
+2 -2
packages/blockly-extension/package.json
··· 1 1 { 2 2 "name": "jupyterlab-blockly-extension", 3 - "version": "0.3.2", 3 + "version": "0.3.3", 4 4 "description": "Blockly extension for JupyterLab.", 5 5 "keywords": [ 6 6 "jupyter", ··· 56 56 "@jupyterlab/settingregistry": "^4.2", 57 57 "@jupyterlab/translation": "^4.2", 58 58 "@jupyterlab/ui-components": "^4.2", 59 - "jupyterlab-blockly": "^0.3.2" 59 + "jupyterlab-blockly": "^0.3.3" 60 60 }, 61 61 "devDependencies": { 62 62 "@jupyterlab/builder": "^4.2.4",
+1 -1
packages/blockly/package.json
··· 1 1 { 2 2 "name": "jupyterlab-blockly", 3 - "version": "0.3.2", 3 + "version": "0.3.3", 4 4 "description": "Blockly extension for JupyterLab.", 5 5 "keywords": [ 6 6 "blockly",
+2 -2
yarn.lock
··· 6412 6412 "@jupyterlab/settingregistry": ^4.2 6413 6413 "@jupyterlab/translation": ^4.2 6414 6414 "@jupyterlab/ui-components": ^4.2 6415 - jupyterlab-blockly: ^0.3.2 6415 + jupyterlab-blockly: ^0.3.3 6416 6416 npm-run-all: ^4.1.5 6417 6417 rimraf: ^4.4.0 6418 6418 source-map-loader: ^5.0.0 ··· 6438 6438 languageName: unknown 6439 6439 linkType: soft 6440 6440 6441 - "jupyterlab-blockly@^0.3.2, jupyterlab-blockly@workspace:packages/blockly": 6441 + "jupyterlab-blockly@^0.3.3, jupyterlab-blockly@workspace:packages/blockly": 6442 6442 version: 0.0.0-use.local 6443 6443 resolution: "jupyterlab-blockly@workspace:packages/blockly" 6444 6444 dependencies: