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 2
2
3
3
<!-- <START NEW CHANGELOG ENTRY> -->
4
4
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
+
5
27
## 0.3.2
6
28
7
29
([ Full Changelog] ( https://github.com/QuantStack/jupyterlab-blockly/compare/jupyterlab-blockly-extension@0.3.1...567d75e81ca64d2ab97f7e76e0944b3d74137299 ) )
16
38
17
39
[ @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
40
19
- <!-- <END NEW CHANGELOG ENTRY> -->
20
-
21
41
## 0.3.1
22
42
23
43
([ Full Changelog] ( https://github.com/QuantStack/jupyterlab-blockly/compare/1a19e126f987a561ee76e1b39b30658e93e59423...92f8b725ceb3d8cc5a5b72528e25004ad8863ff1 ) )
Original file line number Diff line number Diff line change 1
1
{
2
- "version" : " 0.3.2 " ,
2
+ "version" : " 0.3.3 " ,
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.2 " ,
4
+ "version" : " 0.3.3 " ,
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.2 " ,
3
+ "version" : " 0.3.3 " ,
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.2 "
59
+ "jupyterlab-blockly" : " ^0.3.3 "
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.2 " ,
3
+ "version" : " 0.3.3 " ,
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.2
6415
+ jupyterlab-blockly : ^0.3.3
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.2 , jupyterlab-blockly@workspace:packages/blockly " :
6441
+ " jupyterlab-blockly@^0.3.3 , 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