Skip to content

Commit de7fbb8

Browse files
committed
Publish 0.3.0alpha4
SHA256 hashes: jupyterlab-blockly-0.3.0-alpha.4.tgz: 928ffa2a497c61ecde94dcae9436355c4f22efffa2d194b5b646e6918b02aa13 jupyterlab-blockly-extension-0.3.0-alpha.4.tgz: c1407c2cc2833bdd685c68a9aac42aea81a6b2e1efb8f55a36771ea8a3bf6e7b jupyterlab_blockly-0.3.0a4-py3-none-any.whl: 96fff9df3a4885896e38d3113c055c272a7616e8917e4c827b75a880d9b71f43 jupyterlab_blockly-0.3.0a4.tar.gz: 5d46557df63d0653ca582bf4e2b3fe7c8f3284dc5d5ed3a588371da3823bb1a8
1 parent 4cf51ef commit de7fbb8

File tree

5 files changed

+21
-7
lines changed

5 files changed

+21
-7
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.0alpha4
6+
7+
([Full Changelog](https://github.com/QuantStack/jupyterlab-blockly/compare/jupyterlab-blockly-extension@0.3.0-alpha.3...4cf51ef60269431b78ec59265818991bf561d8e9))
8+
9+
### Bugs fixed
10+
11+
- Pin jupyterlab_widgets [#79](https://github.com/QuantStack/jupyterlab-blockly/pull/79) ([@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-05-04&to=2023-06-26&type=c))
16+
17+
[@hbcarlos](https://github.com/search?q=repo%3AQuantStack%2Fjupyterlab-blockly+involves%3Ahbcarlos+updated%3A2023-05-04..2023-06-26&type=Issues)
18+
19+
<!-- <END NEW CHANGELOG ENTRY> -->
20+
521
## 0.3.0alpha3
622

723
([Full Changelog](https://github.com/QuantStack/jupyterlab-blockly/compare/jupyterlab-blockly-extension@0.3.0-alpha.2...013d18a69082f6b6f5e08b240c16c76d9c64632f))
@@ -28,8 +44,6 @@
2844

2945
[@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)
3046

31-
<!-- <END NEW CHANGELOG ENTRY> -->
32-
3347
## 0.3.0alpha2
3448

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

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

0 commit comments

Comments
 (0)