File tree Expand file tree Collapse file tree 6 files changed +29
-9
lines changed Expand file tree Collapse file tree 6 files changed +29
-9
lines changed Original file line number Diff line number Diff line change 22
33<!-- <START NEW CHANGELOG ENTRY> -->
44
5+ ## 0.3.3
6+
7+ ([ Full Changelog] ( https://github.com/QuantStack/jupyterlab-blockly/compare/jupyterlab-blockly-extension@0.3.2...e9602251ec5a7ced9700b1f3a35d0a72b9550dc7 ) )
8+
9+ ### Bugs fixed
10+
11+ - Generate \_ version.py at build time [ #100 ] ( https://github.com/QuantStack/jupyterlab-blockly/pull/100 ) ([ @martinRenou ] ( https://github.com/martinRenou ) )
12+ - Update Lite deployment [ #90 ] ( https://github.com/QuantStack/jupyterlab-blockly/pull/90 ) ([ @DenisaCG ] ( https://github.com/DenisaCG ) )
13+
14+ ### Documentation improvements
15+
16+ - Update docs [ #99 ] ( https://github.com/QuantStack/jupyterlab-blockly/pull/99 ) ([ @DenisaCG ] ( https://github.com/DenisaCG ) )
17+ - Update Lite deployment [ #90 ] ( https://github.com/QuantStack/jupyterlab-blockly/pull/90 ) ([ @DenisaCG ] ( https://github.com/DenisaCG ) )
18+
19+ ### Contributors to this release
20+
21+ ([ GitHub contributors page for this release] ( https://github.com/QuantStack/jupyterlab-blockly/graphs/contributors?from=2024-08-19&to=2024-08-26&type=c ) )
22+
23+ [ @DenisaCG ] ( https://github.com/search?q=repo%3AQuantStack%2Fjupyterlab-blockly+involves%3ADenisaCG+updated%3A2024-08-19..2024-08-26&type=Issues ) | [ @github-actions ] ( https://github.com/search?q=repo%3AQuantStack%2Fjupyterlab-blockly+involves%3Agithub-actions+updated%3A2024-08-19..2024-08-26&type=Issues ) | [ @martinRenou ] ( https://github.com/search?q=repo%3AQuantStack%2Fjupyterlab-blockly+involves%3AmartinRenou+updated%3A2024-08-19..2024-08-26&type=Issues )
24+
25+ <!-- <END NEW CHANGELOG ENTRY> -->
26+
527## 0.3.2
628
729([ Full Changelog] ( https://github.com/QuantStack/jupyterlab-blockly/compare/jupyterlab-blockly-extension@0.3.1...567d75e81ca64d2ab97f7e76e0944b3d74137299 ) )
1638
1739[ @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 )
1840
19- <!-- <END NEW CHANGELOG ENTRY> -->
20-
2141## 0.3.1
2242
2343([ Full Changelog] ( https://github.com/QuantStack/jupyterlab-blockly/compare/1a19e126f987a561ee76e1b39b30658e93e59423...92f8b725ceb3d8cc5a5b72528e25004ad8863ff1 ) )
Original file line number Diff line number Diff line change 11{
2- "version" : " 0.3.2 " ,
2+ "version" : " 0.3.3 " ,
33 "npmClient" : " jlpm" ,
44 "useWorkspaces" : true
55}
Original file line number Diff line number Diff line change 11{
22 "name" : " jupyterlab-blockly-root" ,
33 "private" : true ,
4- "version" : " 0.3.2 " ,
4+ "version" : " 0.3.3 " ,
55 "description" : " Blockly extension for JupyterLab." ,
66 "keywords" : [
77 " jupyter" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " jupyterlab-blockly-extension" ,
3- "version" : " 0.3.2 " ,
3+ "version" : " 0.3.3 " ,
44 "description" : " Blockly extension for JupyterLab." ,
55 "keywords" : [
66 " jupyter" ,
5656 "@jupyterlab/settingregistry" : " ^4.2" ,
5757 "@jupyterlab/translation" : " ^4.2" ,
5858 "@jupyterlab/ui-components" : " ^4.2" ,
59- "jupyterlab-blockly" : " ^0.3.2 "
59+ "jupyterlab-blockly" : " ^0.3.3 "
6060 },
6161 "devDependencies" : {
6262 "@jupyterlab/builder" : " ^4.2.4" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " jupyterlab-blockly" ,
3- "version" : " 0.3.2 " ,
3+ "version" : " 0.3.3 " ,
44 "description" : " Blockly extension for JupyterLab." ,
55 "keywords" : [
66 " blockly" ,
Original file line number Diff line number Diff 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.2
6415+ jupyterlab-blockly : ^0.3.3
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.2 , jupyterlab-blockly@workspace:packages/blockly " :
6441+ " jupyterlab-blockly@^0.3.3 , jupyterlab-blockly@workspace:packages/blockly " :
64426442 version : 0.0.0-use.local
64436443 resolution : " jupyterlab-blockly@workspace:packages/blockly"
64446444 dependencies :
You can’t perform that action at this time.
0 commit comments