diff --git a/CHANGELOG.md b/CHANGELOG.md index ad25672..c7b61bf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,22 @@ +## 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) + + + ## 0.3.1 ([Full Changelog](https://github.com/QuantStack/jupyterlab-blockly/compare/1a19e126f987a561ee76e1b39b30658e93e59423...92f8b725ceb3d8cc5a5b72528e25004ad8863ff1)) @@ -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) - - ## 0.3.0 ([Full Changelog](https://github.com/QuantStack/jupyterlab-blockly/compare/jupyterlab-blockly-extension@0.2.1...92f8b725ceb3d8cc5a5b72528e25004ad8863ff1)) diff --git a/lerna.json b/lerna.json index 397c4d1..5bda8c2 100644 --- a/lerna.json +++ b/lerna.json @@ -1,5 +1,5 @@ { - "version": "0.3.1", + "version": "0.3.2", "npmClient": "jlpm", "useWorkspaces": true } diff --git a/package.json b/package.json index 9016908..85617e3 100644 --- a/package.json +++ b/package.json @@ -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", diff --git a/packages/blockly-extension/package.json b/packages/blockly-extension/package.json index acc52ca..996a6af 100644 --- a/packages/blockly-extension/package.json +++ b/packages/blockly-extension/package.json @@ -1,6 +1,6 @@ { "name": "jupyterlab-blockly-extension", - "version": "0.3.1", + "version": "0.3.2", "description": "Blockly extension for JupyterLab.", "keywords": [ "jupyter", @@ -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", diff --git a/packages/blockly/package.json b/packages/blockly/package.json index 87c558b..c9cf447 100644 --- a/packages/blockly/package.json +++ b/packages/blockly/package.json @@ -1,6 +1,6 @@ { "name": "jupyterlab-blockly", - "version": "0.3.1", + "version": "0.3.2", "description": "Blockly extension for JupyterLab.", "keywords": [ "blockly", diff --git a/yarn.lock b/yarn.lock index a04997f..7cdf580 100644 --- a/yarn.lock +++ b/yarn.lock @@ -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 @@ -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: