Skip to content

Commit 0ed70a4

Browse files
committed
Publish 0.3.0alpha3
SHA256 hashes: jupyterlab-blockly-0.3.0-alpha.3.tgz: 4e146b7a9350b1a4068275e642a1cd0a40db98a9f7f351b6553fb87894decdb8 jupyterlab-blockly-extension-0.3.0-alpha.3.tgz: 692f0558d26dd967233832dc8905ef75bd22705c96e29479d377b181bbbf9d20 jupyterlab_blockly-0.3.0a3-py3-none-any.whl: 439fd4d8881d7fe2590fbd4a12805cd488022ede81469d0177de9d76a4989066 jupyterlab_blockly-0.3.0a3.tar.gz: ad0df5cafb8199a024a8027eea52db4efec38be6848791517c9c8a0c601ea785
1 parent 013d18a commit 0ed70a4

File tree

5 files changed

+33
-7
lines changed

5 files changed

+33
-7
lines changed

CHANGELOG.md

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

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

5+
## 0.3.0alpha3
6+
7+
([Full Changelog](https://github.com/QuantStack/jupyterlab-blockly/compare/jupyterlab-blockly-extension@0.3.0-alpha.2...013d18a69082f6b6f5e08b240c16c76d9c64632f))
8+
9+
### Enhancements made
10+
11+
- Update `IBlocklyRegistry` docstrings [#76](https://github.com/QuantStack/jupyterlab-blockly/pull/76) ([@afshin](https://github.com/afshin))
12+
13+
### Bugs fixed
14+
15+
- Support ipywidgets 7 [#77](https://github.com/QuantStack/jupyterlab-blockly/pull/77) ([@hbcarlos](https://github.com/hbcarlos))
16+
17+
### Maintenance and upkeep improvements
18+
19+
- Support ipywidgets 7 [#77](https://github.com/QuantStack/jupyterlab-blockly/pull/77) ([@hbcarlos](https://github.com/hbcarlos))
20+
21+
### Documentation improvements
22+
23+
- Update `IBlocklyRegistry` docstrings [#76](https://github.com/QuantStack/jupyterlab-blockly/pull/76) ([@afshin](https://github.com/afshin))
24+
25+
### Contributors to this release
26+
27+
([GitHub contributors page for this release](https://github.com/QuantStack/jupyterlab-blockly/graphs/contributors?from=2023-04-26&to=2023-05-04&type=c))
28+
29+
[@afshin](https://github.com/search?q=repo%3AQuantStack%2Fjupyterlab-blockly+involves%3Aafshin+updated%3A2023-04-26..2023-05-04&type=Issues) | [@github-actions](https://github.com/search?q=repo%3AQuantStack%2Fjupyterlab-blockly+involves%3Agithub-actions+updated%3A2023-04-26..2023-05-04&type=Issues) | [@hbcarlos](https://github.com/search?q=repo%3AQuantStack%2Fjupyterlab-blockly+involves%3Ahbcarlos+updated%3A2023-04-26..2023-05-04&type=Issues)
30+
31+
<!-- <END NEW CHANGELOG ENTRY> -->
32+
533
## 0.3.0alpha2
634

735
([Full Changelog](https://github.com/QuantStack/jupyterlab-blockly/compare/jupyterlab-blockly-extension@0.3.0-alpha.1...dc55d717d22a1bfa10db0e57d3f179b542474926))
@@ -16,8 +44,6 @@
1644

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

19-
<!-- <END NEW CHANGELOG ENTRY> -->
20-
2147
## 0.3.0alpha1
2248

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

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.2",
2+
"version": "0.3.0-alpha.3",
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.2",
4+
"version": "0.3.0-alpha.3",
55
"description": "Blockly extension for JupyterLab.",
66
"keywords": [
77
"jupyter",

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.3.0-alpha.2",
3+
"version": "0.3.0-alpha.3",
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.2"
59+
"jupyterlab-blockly": "^0.3.0-alpha.3"
6060
},
6161
"devDependencies": {
6262
"@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.3.0-alpha.2",
3+
"version": "0.3.0-alpha.3",
44
"description": "Blockly extension for JupyterLab.",
55
"keywords": [
66
"blockly",

0 commit comments

Comments
 (0)