Skip to content

Commit 9625129

Browse files
committed
Publish 0.3.0alpha0
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
1 parent 2f7ca50 commit 9625129

File tree

5 files changed

+24
-8
lines changed

5 files changed

+24
-8
lines changed

CHANGELOG.md

Lines changed: 18 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,24 @@
22

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

5+
## 0.3.0alpha0
6+
7+
([Full Changelog](https://github.com/QuantStack/jupyterlab-blockly/compare/jupyterlab-blockly-extension@0.2.1...2f7ca5003863f9b8688b5f3e744ce85d228e6f4c))
8+
9+
### Maintenance and upkeep improvements
10+
11+
- Updates to JupyterLab 3.6 and fixes check release [#72](https://github.com/QuantStack/jupyterlab-blockly/pull/72) ([@hbcarlos](https://github.com/hbcarlos))
12+
- Bump a bunch of versions [#71](https://github.com/QuantStack/jupyterlab-blockly/pull/71) ([@bollwyvl](https://github.com/bollwyvl))
13+
- Uses hatch [#70](https://github.com/QuantStack/jupyterlab-blockly/pull/70) ([@hbcarlos](https://github.com/hbcarlos))
14+
15+
### Contributors to this release
16+
17+
([GitHub contributors page for this release](https://github.com/QuantStack/jupyterlab-blockly/graphs/contributors?from=2022-09-07&to=2023-03-15&type=c))
18+
19+
[@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)
20+
21+
<!-- <END NEW CHANGELOG ENTRY> -->
22+
523
## 0.2.1
624

725
([Full Changelog](https://github.com/QuantStack/jupyterlab-blockly/compare/jupyterlab-blockly-extension@0.2.0...bd41065fbfe8712ad75fad0b2df6be7c9e887c4f))
@@ -16,8 +34,6 @@
1634

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

19-
<!-- <END NEW CHANGELOG ENTRY> -->
20-
2137
## 0.2.0
2238

2339
([Full Changelog](https://github.com/QuantStack/jupyterlab-blockly/compare/jupyterlab-blockly-extension@0.1.1...638aef090fd180e369ab24d63910d7e2f2cff6dd))

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "0.2.1",
2+
"version": "0.3.0-alpha.0",
33
"npmClient": "jlpm",
44
"useWorkspaces": true
55
}

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "jupyterlab-blockly-root",
33
"private": true,
4-
"version": "0.2.1",
4+
"version": "0.3.0-alpha.0",
55
"description": "Blockly extension for JupyterLab.",
66
"keywords": [
77
"jupyter",
@@ -56,4 +56,4 @@
5656
"lerna": "^6.5.1",
5757
"yarn-deduplicate": "^6.0.0"
5858
}
59-
}
59+
}

packages/blockly-extension/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jupyterlab-blockly-extension",
3-
"version": "0.2.1",
3+
"version": "0.3.0-alpha.0",
44
"description": "Blockly extension for JupyterLab.",
55
"keywords": [
66
"jupyter",
@@ -53,7 +53,7 @@
5353
"@jupyterlab/settingregistry": "^3.6",
5454
"@jupyterlab/translation": "^3.6",
5555
"@jupyterlab/ui-components": "^3.6",
56-
"jupyterlab-blockly": "^0.2.1"
56+
"jupyterlab-blockly": "^0.3.0-alpha.0"
5757
},
5858
"devDependencies": {
5959
"@jupyterlab/builder": "^3.6",

packages/blockly/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jupyterlab-blockly",
3-
"version": "0.2.1",
3+
"version": "0.3.0-alpha.0",
44
"description": "Blockly extension for JupyterLab.",
55
"keywords": [
66
"blockly",

0 commit comments

Comments
 (0)