File tree Expand file tree Collapse file tree 5 files changed +23
-9
lines changed Expand file tree Collapse file tree 5 files changed +23
-9
lines changed Original file line number Diff line number Diff line change 22
33<!-- <START NEW CHANGELOG ENTRY> -->
44
5+ ## 0.3.0alpha1
6+
7+ ([ Full Changelog] ( https://github.com/QuantStack/jupyterlab-blockly/compare/jupyterlab-blockly-extension@0.3.0-alpha.0...32b4140e5e6097dded2dca850eb22291ec87bdab ) )
8+
9+ ### Enhancements made
10+
11+ - Add support for widgets [ #73 ] ( https://github.com/QuantStack/jupyterlab-blockly/pull/73 ) ([ @hbcarlos ] ( https://github.com/hbcarlos ) )
12+
13+ ### Contributors to this release
14+
15+ ([ GitHub contributors page for this release] ( https://github.com/QuantStack/jupyterlab-blockly/graphs/contributors?from=2023-03-15&to=2023-04-17&type=c ) )
16+
17+ [ @github-actions ] ( https://github.com/search?q=repo%3AQuantStack%2Fjupyterlab-blockly+involves%3Agithub-actions+updated%3A2023-03-15..2023-04-17&type=Issues ) | [ @hbcarlos ] ( https://github.com/search?q=repo%3AQuantStack%2Fjupyterlab-blockly+involves%3Ahbcarlos+updated%3A2023-03-15..2023-04-17&type=Issues )
18+
19+ <!-- <END NEW CHANGELOG ENTRY> -->
20+
521## 0.3.0alpha0
622
723([ Full Changelog] ( https://github.com/QuantStack/jupyterlab-blockly/compare/jupyterlab-blockly-extension@0.2.1...2f7ca5003863f9b8688b5f3e744ce85d228e6f4c ) )
1834
1935[ @bollwyvl ] ( https://github.com/search?q=repo%3AQuantStack%2Fjupyterlab-blockly+involves%3Abollwyvl+updated%3A2022-09-07..2023-03-15&type=Issues ) | [ @github-actions ] ( https://github.com/search?q=repo%3AQuantStack%2Fjupyterlab-blockly+involves%3Agithub-actions+updated%3A2022-09-07..2023-03-15&type=Issues ) | [ @hbcarlos ] ( https://github.com/search?q=repo%3AQuantStack%2Fjupyterlab-blockly+involves%3Ahbcarlos+updated%3A2022-09-07..2023-03-15&type=Issues )
2036
21- <!-- <END NEW CHANGELOG ENTRY> -->
22-
2337## 0.2.1
2438
2539([ Full Changelog] ( https://github.com/QuantStack/jupyterlab-blockly/compare/jupyterlab-blockly-extension@0.2.0...bd41065fbfe8712ad75fad0b2df6be7c9e887c4f ) )
Original file line number Diff line number Diff line change 11{
2- "version" : " 0.3.0-alpha.0 " ,
2+ "version" : " 0.3.0-alpha.1 " ,
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.0-alpha.0 " ,
4+ "version" : " 0.3.0-alpha.1 " ,
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.0-alpha.0 " ,
3+ "version" : " 0.3.0-alpha.1 " ,
44 "description" : " Blockly extension for JupyterLab." ,
55 "keywords" : [
66 " jupyter" ,
5656 "@jupyterlab/settingregistry" : " ^3.6" ,
5757 "@jupyterlab/translation" : " ^3.6" ,
5858 "@jupyterlab/ui-components" : " ^3.6" ,
59- "jupyterlab-blockly" : " ^0.3.0-alpha.0 "
59+ "jupyterlab-blockly" : " ^0.3.0-alpha.1 "
6060 },
6161 "devDependencies" : {
6262 "@jupyterlab/builder" : " ^3.6" ,
9090 "singleton" : true
9191 },
9292 "@jupyter-widgets/jupyterlab-manager" : {
93- "bundled" : false ,
94- "singleton" : true
93+ "bundled" : false ,
94+ "singleton" : true
9595 }
9696 },
9797 "webpackConfig" : " ./webpack.config.js"
Original file line number Diff line number Diff line change 11{
22 "name" : " jupyterlab-blockly" ,
3- "version" : " 0.3.0-alpha.0 " ,
3+ "version" : " 0.3.0-alpha.1 " ,
44 "description" : " Blockly extension for JupyterLab." ,
55 "keywords" : [
66 " blockly" ,
You can’t perform that action at this time.
0 commit comments