Skip to content

Commit

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

jupyterlab-blockly-0.3.0-alpha.2.tgz: 7f3ded8d608f67bb60daeb747395c05cab7e6ea50ba9640fad60a2f3b81dd7ec

jupyterlab-blockly-extension-0.3.0-alpha.2.tgz: 39e2934a4dbabbefb8fdce88c8394daa28c526b7873a7b2c0441ebf14ad2afcf

jupyterlab_blockly-0.3.0a2-py3-none-any.whl: a647e72dfb9e3818011153daf5a32400cb33c31f9bb4fac35e7d6831444414cc

jupyterlab_blockly-0.3.0a2.tar.gz: e6af94ea9d287ec5661cae9412e1a218ca317ec6d525ad5325cbf7a652cfd44d
  • Loading branch information
hbcarlos committed Apr 26, 2023
1 parent dc55d71 commit 0120951
Show file tree
Hide file tree
Showing 5 changed files with 21 additions and 7 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.0alpha2

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

### Maintenance and upkeep improvements

- Ignore blockly source map warnings [#75](https://github.com/QuantStack/jupyterlab-blockly/pull/75) ([@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-04-17&to=2023-04-26&type=c))

[@hbcarlos](https://github.com/search?q=repo%3AQuantStack%2Fjupyterlab-blockly+involves%3Ahbcarlos+updated%3A2023-04-17..2023-04-26&type=Issues)

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

## 0.3.0alpha1

([Full Changelog](https://github.com/QuantStack/jupyterlab-blockly/compare/jupyterlab-blockly-extension@0.3.0-alpha.0...32b4140e5e6097dded2dca850eb22291ec87bdab))
Expand All @@ -16,8 +32,6 @@

[@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 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.1",
"version": "0.3.0-alpha.2",
"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.1",
"version": "0.3.0-alpha.2",
"description": "Blockly extension for JupyterLab.",
"keywords": [
"jupyter",
Expand Down
4 changes: 2 additions & 2 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.1",
"version": "0.3.0-alpha.2",
"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.1"
"jupyterlab-blockly": "^0.3.0-alpha.2"
},
"devDependencies": {
"@jupyterlab/builder": "^3.6",
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.1",
"version": "0.3.0-alpha.2",
"description": "Blockly extension for JupyterLab.",
"keywords": [
"blockly",
Expand Down

0 comments on commit 0120951

Please sign in to comment.