Skip to content

Commit 0120951

Browse files
committed
Publish 0.3.0alpha2
SHA256 hashes: jupyterlab-blockly-0.3.0-alpha.2.tgz: 7f3ded8d608f67bb60daeb747395c05cab7e6ea50ba9640fad60a2f3b81dd7ec jupyterlab-blockly-extension-0.3.0-alpha.2.tgz: 39e2934a4dbabbefb8fdce88c8394daa28c526b7873a7b2c0441ebf14ad2afcf jupyterlab_blockly-0.3.0a2-py3-none-any.whl: a647e72dfb9e3818011153daf5a32400cb33c31f9bb4fac35e7d6831444414cc jupyterlab_blockly-0.3.0a2.tar.gz: e6af94ea9d287ec5661cae9412e1a218ca317ec6d525ad5325cbf7a652cfd44d
1 parent dc55d71 commit 0120951

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.0alpha2
6+
7+
([Full Changelog](https://github.com/QuantStack/jupyterlab-blockly/compare/jupyterlab-blockly-extension@0.3.0-alpha.1...dc55d717d22a1bfa10db0e57d3f179b542474926))
8+
9+
### Maintenance and upkeep improvements
10+
11+
- Ignore blockly source map warnings [#75](https://github.com/QuantStack/jupyterlab-blockly/pull/75) ([@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-04-17&to=2023-04-26&type=c))
16+
17+
[@hbcarlos](https://github.com/search?q=repo%3AQuantStack%2Fjupyterlab-blockly+involves%3Ahbcarlos+updated%3A2023-04-17..2023-04-26&type=Issues)
18+
19+
<!-- <END NEW CHANGELOG ENTRY> -->
20+
521
## 0.3.0alpha1
622

723
([Full Changelog](https://github.com/QuantStack/jupyterlab-blockly/compare/jupyterlab-blockly-extension@0.3.0-alpha.0...32b4140e5e6097dded2dca850eb22291ec87bdab))
@@ -16,8 +32,6 @@
1632

1733
[@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)
1834

19-
<!-- <END NEW CHANGELOG ENTRY> -->
20-
2135
## 0.3.0alpha0
2236

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

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

0 commit comments

Comments
 (0)