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

SHA256 hashes:

jupyterlab-blockly-0.3.2.tgz: 87defe36d4a1818457fc974cd6d4899a3a6eb27fdc2e6bcb069b6dfcee06ff1d

jupyterlab-blockly-extension-0.3.2.tgz: eb91281ee326ef3ba4ac37ce5f3634b06de3075d3cbb60e7ada4b55ecbd25a98

jupyterlab_blockly-0.3.2-py3-none-any.whl: f19fa89a262bc90cf247fef6db27e577acba36cebbb619abc08d660e6e7fca98

jupyterlab_blockly-0.3.2.tar.gz: eb008cf49cd6ec9372dd6555a4dcc0ab69c86b6adcb219e9299351d6f2cc0c61

DenisaCG eda43c6d 567d75e8

+23 -9
+16 -2
CHANGELOG.md
··· 2 2 3 3 <!-- <START NEW CHANGELOG ENTRY> --> 4 4 5 + ## 0.3.2 6 + 7 + ([Full Changelog](https://github.com/QuantStack/jupyterlab-blockly/compare/jupyterlab-blockly-extension@0.3.1...567d75e81ca64d2ab97f7e76e0944b3d74137299)) 8 + 9 + ### Bugs fixed 10 + 11 + - Fix `Blockly` language for default locale [#91](https://github.com/QuantStack/jupyterlab-blockly/pull/91) ([@DenisaCG](https://github.com/DenisaCG)) 12 + 13 + ### Contributors to this release 14 + 15 + ([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 + 17 + [@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 + 5 21 ## 0.3.1 6 22 7 23 ([Full Changelog](https://github.com/QuantStack/jupyterlab-blockly/compare/1a19e126f987a561ee76e1b39b30658e93e59423...92f8b725ceb3d8cc5a5b72528e25004ad8863ff1)) ··· 43 59 ([GitHub contributors page for this release](https://github.com/QuantStack/jupyterlab-blockly/graphs/contributors?from=2023-02-04&to=2024-08-19&type=c)) 44 60 45 61 [@afshin](https://github.com/search?q=repo%3AQuantStack%2Fjupyterlab-blockly+involves%3Aafshin+updated%3A2023-02-04..2024-08-19&type=Issues) | [@bollwyvl](https://github.com/search?q=repo%3AQuantStack%2Fjupyterlab-blockly+involves%3Abollwyvl+updated%3A2023-02-04..2024-08-19&type=Issues) | [@DenisaCG](https://github.com/search?q=repo%3AQuantStack%2Fjupyterlab-blockly+involves%3ADenisaCG+updated%3A2023-02-04..2024-08-19&type=Issues) | [@github-actions](https://github.com/search?q=repo%3AQuantStack%2Fjupyterlab-blockly+involves%3Agithub-actions+updated%3A2023-02-04..2024-08-19&type=Issues) | [@hbcarlos](https://github.com/search?q=repo%3AQuantStack%2Fjupyterlab-blockly+involves%3Ahbcarlos+updated%3A2023-02-04..2024-08-19&type=Issues) | [@martinRenou](https://github.com/search?q=repo%3AQuantStack%2Fjupyterlab-blockly+involves%3AmartinRenou+updated%3A2023-02-04..2024-08-19&type=Issues) | [@SylvainCorlay](https://github.com/search?q=repo%3AQuantStack%2Fjupyterlab-blockly+involves%3ASylvainCorlay+updated%3A2023-02-04..2024-08-19&type=Issues) 46 - 47 - <!-- <END NEW CHANGELOG ENTRY> --> 48 62 49 63 ## 0.3.0 50 64
+1 -1
lerna.json
··· 1 1 { 2 - "version": "0.3.1", 2 + "version": "0.3.2", 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.1", 4 + "version": "0.3.2", 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.1", 3 + "version": "0.3.2", 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.1" 59 + "jupyterlab-blockly": "^0.3.2" 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.1", 3 + "version": "0.3.2", 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.1 6415 + jupyterlab-blockly: ^0.3.2 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.1, jupyterlab-blockly@workspace:packages/blockly": 6441 + "jupyterlab-blockly@^0.3.2, jupyterlab-blockly@workspace:packages/blockly": 6442 6442 version: 0.0.0-use.local 6443 6443 resolution: "jupyterlab-blockly@workspace:packages/blockly" 6444 6444 dependencies: