Skip to content

Commit

Permalink
Publish 0.3.0alpha1
Browse files Browse the repository at this point in the history
SHA256 hashes:

jupyterlab-blockly-0.3.0-alpha.1.tgz: bf17b90419070cc2b48c14d8421087eb804ac1baebdd185bd524e8f216ca5233

jupyterlab-blockly-extension-0.3.0-alpha.1.tgz: 48757ac2f19f90113995e93d8106ea4968b331c7ee994ead685d78484f850cb8

jupyterlab_blockly-0.3.0a1-py3-none-any.whl: a18361d996d3147e84761f17e1283a5baee3d882c480d2367e14e7fd341d4587

jupyterlab_blockly-0.3.0a1.tar.gz: 53bfb3f70ab6668f0b968065e84073abb44e4bd5431a83d5e79317a73c0c9096
  • Loading branch information
hbcarlos committed Apr 17, 2023
1 parent 32b4140 commit 7b315d5
Show file tree
Hide file tree
Showing 5 changed files with 23 additions and 9 deletions.
18 changes: 16 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,22 @@

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

## 0.3.0alpha1

([Full Changelog](https://github.com/QuantStack/jupyterlab-blockly/compare/jupyterlab-blockly-extension@0.3.0-alpha.0...32b4140e5e6097dded2dca850eb22291ec87bdab))

### Enhancements made

- Add support for widgets [#73](https://github.com/QuantStack/jupyterlab-blockly/pull/73) ([@hbcarlos](https://github.com/hbcarlos))

### Contributors to this release

([GitHub contributors page for this release](https://github.com/QuantStack/jupyterlab-blockly/graphs/contributors?from=2023-03-15&to=2023-04-17&type=c))

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

<!-- <END NEW CHANGELOG ENTRY> -->

## 0.3.0alpha0

([Full Changelog](https://github.com/QuantStack/jupyterlab-blockly/compare/jupyterlab-blockly-extension@0.2.1...2f7ca5003863f9b8688b5f3e744ce85d228e6f4c))
Expand All @@ -18,8 +34,6 @@

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

<!-- <END NEW CHANGELOG ENTRY> -->

## 0.2.1

([Full Changelog](https://github.com/QuantStack/jupyterlab-blockly/compare/jupyterlab-blockly-extension@0.2.0...bd41065fbfe8712ad75fad0b2df6be7c9e887c4f))
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.3.0-alpha.0",
"version": "0.3.0-alpha.1",
"npmClient": "jlpm",
"useWorkspaces": true
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "jupyterlab-blockly-root",
"private": true,
"version": "0.3.0-alpha.0",
"version": "0.3.0-alpha.1",
"description": "Blockly extension for JupyterLab.",
"keywords": [
"jupyter",
Expand Down
8 changes: 4 additions & 4 deletions packages/blockly-extension/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jupyterlab-blockly-extension",
"version": "0.3.0-alpha.0",
"version": "0.3.0-alpha.1",
"description": "Blockly extension for JupyterLab.",
"keywords": [
"jupyter",
Expand Down Expand Up @@ -56,7 +56,7 @@
"@jupyterlab/settingregistry": "^3.6",
"@jupyterlab/translation": "^3.6",
"@jupyterlab/ui-components": "^3.6",
"jupyterlab-blockly": "^0.3.0-alpha.0"
"jupyterlab-blockly": "^0.3.0-alpha.1"
},
"devDependencies": {
"@jupyterlab/builder": "^3.6",
Expand Down Expand Up @@ -90,8 +90,8 @@
"singleton": true
},
"@jupyter-widgets/jupyterlab-manager": {
"bundled": false,
"singleton": true
"bundled": false,
"singleton": true
}
},
"webpackConfig": "./webpack.config.js"
Expand Down
2 changes: 1 addition & 1 deletion packages/blockly/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jupyterlab-blockly",
"version": "0.3.0-alpha.0",
"version": "0.3.0-alpha.1",
"description": "Blockly extension for JupyterLab.",
"keywords": [
"blockly",
Expand Down

0 comments on commit 7b315d5

Please sign in to comment.