Skip to content

Commit

Permalink
Publish 0.3.2
Browse files Browse the repository at this point in the history
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
  • Loading branch information
DenisaCG committed Aug 19, 2024
1 parent 567d75e commit eda43c6
Show file tree
Hide file tree
Showing 6 changed files with 23 additions and 9 deletions.
18 changes: 16 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,22 @@

<!-- <START NEW CHANGELOG ENTRY> -->

## 0.3.2

([Full Changelog](https://github.com/QuantStack/jupyterlab-blockly/compare/jupyterlab-blockly-extension@0.3.1...567d75e81ca64d2ab97f7e76e0944b3d74137299))

### Bugs fixed

- Fix `Blockly` language for default locale [#91](https://github.com/QuantStack/jupyterlab-blockly/pull/91) ([@DenisaCG](https://github.com/DenisaCG))

### Contributors to this release

([GitHub contributors page for this release](https://github.com/QuantStack/jupyterlab-blockly/graphs/contributors?from=2024-08-19&to=2024-08-19&type=c))

[@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)

<!-- <END NEW CHANGELOG ENTRY> -->

## 0.3.1

([Full Changelog](https://github.com/QuantStack/jupyterlab-blockly/compare/1a19e126f987a561ee76e1b39b30658e93e59423...92f8b725ceb3d8cc5a5b72528e25004ad8863ff1))
Expand Down Expand Up @@ -44,8 +60,6 @@

[@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)

<!-- <END NEW CHANGELOG ENTRY> -->

## 0.3.0

([Full Changelog](https://github.com/QuantStack/jupyterlab-blockly/compare/jupyterlab-blockly-extension@0.2.1...92f8b725ceb3d8cc5a5b72528e25004ad8863ff1))
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.3.1",
"version": "0.3.2",
"npmClient": "jlpm",
"useWorkspaces": true
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "jupyterlab-blockly-root",
"private": true,
"version": "0.3.1",
"version": "0.3.2",
"description": "Blockly extension for JupyterLab.",
"keywords": [
"jupyter",
Expand Down
4 changes: 2 additions & 2 deletions packages/blockly-extension/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jupyterlab-blockly-extension",
"version": "0.3.1",
"version": "0.3.2",
"description": "Blockly extension for JupyterLab.",
"keywords": [
"jupyter",
Expand Down Expand Up @@ -56,7 +56,7 @@
"@jupyterlab/settingregistry": "^4.2",
"@jupyterlab/translation": "^4.2",
"@jupyterlab/ui-components": "^4.2",
"jupyterlab-blockly": "^0.3.1"
"jupyterlab-blockly": "^0.3.2"
},
"devDependencies": {
"@jupyterlab/builder": "^4.2.4",
Expand Down
2 changes: 1 addition & 1 deletion packages/blockly/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jupyterlab-blockly",
"version": "0.3.1",
"version": "0.3.2",
"description": "Blockly extension for JupyterLab.",
"keywords": [
"blockly",
Expand Down
4 changes: 2 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6412,7 +6412,7 @@ __metadata:
"@jupyterlab/settingregistry": ^4.2
"@jupyterlab/translation": ^4.2
"@jupyterlab/ui-components": ^4.2
jupyterlab-blockly: ^0.3.1
jupyterlab-blockly: ^0.3.2
npm-run-all: ^4.1.5
rimraf: ^4.4.0
source-map-loader: ^5.0.0
Expand All @@ -6438,7 +6438,7 @@ __metadata:
languageName: unknown
linkType: soft

"jupyterlab-blockly@^0.3.1, jupyterlab-blockly@workspace:packages/blockly":
"jupyterlab-blockly@^0.3.2, jupyterlab-blockly@workspace:packages/blockly":
version: 0.0.0-use.local
resolution: "jupyterlab-blockly@workspace:packages/blockly"
dependencies:
Expand Down

0 comments on commit eda43c6

Please sign in to comment.