Skip to content

Commit eda43c6

Browse files
committed
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
1 parent 567d75e commit eda43c6

File tree

6 files changed

+23
-9
lines changed

6 files changed

+23
-9
lines changed

CHANGELOG.md

Lines changed: 16 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,22 @@
22

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

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+
521
## 0.3.1
622

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

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

47-
<!-- <END NEW CHANGELOG ENTRY> -->
48-
4963
## 0.3.0
5064

5165
([Full Changelog](https://github.com/QuantStack/jupyterlab-blockly/compare/jupyterlab-blockly-extension@0.2.1...92f8b725ceb3d8cc5a5b72528e25004ad8863ff1))

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "0.3.1",
2+
"version": "0.3.2",
33
"npmClient": "jlpm",
44
"useWorkspaces": true
55
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "jupyterlab-blockly-root",
33
"private": true,
4-
"version": "0.3.1",
4+
"version": "0.3.2",
55
"description": "Blockly extension for JupyterLab.",
66
"keywords": [
77
"jupyter",

packages/blockly-extension/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jupyterlab-blockly-extension",
3-
"version": "0.3.1",
3+
"version": "0.3.2",
44
"description": "Blockly extension for JupyterLab.",
55
"keywords": [
66
"jupyter",
@@ -56,7 +56,7 @@
5656
"@jupyterlab/settingregistry": "^4.2",
5757
"@jupyterlab/translation": "^4.2",
5858
"@jupyterlab/ui-components": "^4.2",
59-
"jupyterlab-blockly": "^0.3.1"
59+
"jupyterlab-blockly": "^0.3.2"
6060
},
6161
"devDependencies": {
6262
"@jupyterlab/builder": "^4.2.4",

packages/blockly/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jupyterlab-blockly",
3-
"version": "0.3.1",
3+
"version": "0.3.2",
44
"description": "Blockly extension for JupyterLab.",
55
"keywords": [
66
"blockly",

yarn.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6412,7 +6412,7 @@ __metadata:
64126412
"@jupyterlab/settingregistry": ^4.2
64136413
"@jupyterlab/translation": ^4.2
64146414
"@jupyterlab/ui-components": ^4.2
6415-
jupyterlab-blockly: ^0.3.1
6415+
jupyterlab-blockly: ^0.3.2
64166416
npm-run-all: ^4.1.5
64176417
rimraf: ^4.4.0
64186418
source-map-loader: ^5.0.0
@@ -6438,7 +6438,7 @@ __metadata:
64386438
languageName: unknown
64396439
linkType: soft
64406440

6441-
"jupyterlab-blockly@^0.3.1, jupyterlab-blockly@workspace:packages/blockly":
6441+
"jupyterlab-blockly@^0.3.2, jupyterlab-blockly@workspace:packages/blockly":
64426442
version: 0.0.0-use.local
64436443
resolution: "jupyterlab-blockly@workspace:packages/blockly"
64446444
dependencies:

0 commit comments

Comments
 (0)