Skip to content

Commit 7b315d5

Browse files
committed
Publish 0.3.0alpha1
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
1 parent 32b4140 commit 7b315d5

File tree

5 files changed

+23
-9
lines changed

5 files changed

+23
-9
lines changed

CHANGELOG.md

Lines changed: 16 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,22 @@
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))
@@ -18,8 +34,6 @@
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))

lerna.json

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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
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",

packages/blockly-extension/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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",
@@ -56,7 +56,7 @@
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",
@@ -90,8 +90,8 @@
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"

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.3.0-alpha.0",
3+
"version": "0.3.0-alpha.1",
44
"description": "Blockly extension for JupyterLab.",
55
"keywords": [
66
"blockly",

0 commit comments

Comments
 (0)