File tree Expand file tree Collapse file tree 6 files changed +23
-9
lines changed Expand file tree Collapse file tree 6 files changed +23
-9
lines changed Original file line number Diff line number Diff line change 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 ) )
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
62
47
- <!-- <END NEW CHANGELOG ENTRY> -->
48
-
49
63
## 0.3.0
50
64
51
65
([ Full Changelog] ( https://github.com/QuantStack/jupyterlab-blockly/compare/jupyterlab-blockly-extension@0.2.1...92f8b725ceb3d8cc5a5b72528e25004ad8863ff1 ) )
Original file line number Diff line number Diff line change 1
1
{
2
- "version" : " 0.3.1 " ,
2
+ "version" : " 0.3.2 " ,
3
3
"npmClient" : " jlpm" ,
4
4
"useWorkspaces" : true
5
5
}
Original file line number Diff line number Diff line change 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" ,
Original file line number Diff line number Diff line change 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" ,
Original file line number Diff line number Diff line change 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" ,
Original file line number Diff line number Diff line change @@ -6412,7 +6412,7 @@ __metadata:
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,7 +6438,7 @@ __metadata:
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 :
You can’t perform that action at this time.
0 commit comments