Skip to content

Commit

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

jupyterlab-blockly-0.3.0-alpha.0.tgz: 1065238d1fc20bffb48faddbe6b1cb0460d6a095cfd398ec5c047ba9c065a8d7

jupyterlab-blockly-extension-0.3.0-alpha.0.tgz: 67f1da6f0db79059841581f527851d131ee131d4c91daac40d9737b07af28952

jupyterlab_blockly-0.3.0a0-py3-none-any.whl: ba9f774c685c5a68f2f427eaded10a1bb737a2ec27082f93ade180f60c0a3dd6

jupyterlab_blockly-0.3.0a0.tar.gz: 871411fc596add24594f635fa72f18b361ef4f62d33ec5bb58f594cf020f202b
  • Loading branch information
hbcarlos committed Mar 15, 2023
1 parent 2f7ca50 commit 9625129
Show file tree
Hide file tree
Showing 5 changed files with 24 additions and 8 deletions.
20 changes: 18 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,24 @@

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

## 0.3.0alpha0

([Full Changelog](https://github.com/QuantStack/jupyterlab-blockly/compare/jupyterlab-blockly-extension@0.2.1...2f7ca5003863f9b8688b5f3e744ce85d228e6f4c))

### Maintenance and upkeep improvements

- Updates to JupyterLab 3.6 and fixes check release [#72](https://github.com/QuantStack/jupyterlab-blockly/pull/72) ([@hbcarlos](https://github.com/hbcarlos))
- Bump a bunch of versions [#71](https://github.com/QuantStack/jupyterlab-blockly/pull/71) ([@bollwyvl](https://github.com/bollwyvl))
- Uses hatch [#70](https://github.com/QuantStack/jupyterlab-blockly/pull/70) ([@hbcarlos](https://github.com/hbcarlos))

### Contributors to this release

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

[@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 All @@ -16,8 +34,6 @@

[@hbcarlos](https://github.com/search?q=repo%3AQuantStack%2Fjupyterlab-blockly+involves%3Ahbcarlos+updated%3A2022-09-07..2022-09-07&type=Issues)

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

## 0.2.0

([Full Changelog](https://github.com/QuantStack/jupyterlab-blockly/compare/jupyterlab-blockly-extension@0.1.1...638aef090fd180e369ab24d63910d7e2f2cff6dd))
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.2.1",
"version": "0.3.0-alpha.0",
"npmClient": "jlpm",
"useWorkspaces": true
}
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "jupyterlab-blockly-root",
"private": true,
"version": "0.2.1",
"version": "0.3.0-alpha.0",
"description": "Blockly extension for JupyterLab.",
"keywords": [
"jupyter",
Expand Down Expand Up @@ -56,4 +56,4 @@
"lerna": "^6.5.1",
"yarn-deduplicate": "^6.0.0"
}
}
}
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.2.1",
"version": "0.3.0-alpha.0",
"description": "Blockly extension for JupyterLab.",
"keywords": [
"jupyter",
Expand Down Expand Up @@ -53,7 +53,7 @@
"@jupyterlab/settingregistry": "^3.6",
"@jupyterlab/translation": "^3.6",
"@jupyterlab/ui-components": "^3.6",
"jupyterlab-blockly": "^0.2.1"
"jupyterlab-blockly": "^0.3.0-alpha.0"
},
"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.2.1",
"version": "0.3.0-alpha.0",
"description": "Blockly extension for JupyterLab.",
"keywords": [
"blockly",
Expand Down

0 comments on commit 9625129

Please sign in to comment.