Skip to content

Commit ba5e45a

Browse files
committed
Publish 0.3.3
SHA256 hashes: jupyterlab-blockly-0.3.3.tgz: 2293ff8f1a1cf688c5f6a1f487f823acf6392c9bb59f9e11658dc9cf0a1f7102 jupyterlab-blockly-extension-0.3.3.tgz: 2fc7b378b7c3e52f4481a8d422006b8106f3573a0d08198c6a803d0311958440 jupyterlab_blockly-0.3.3-py3-none-any.whl: 91cdeb77949ba4694d92c5b28ec2b62ecb3852983f62e7a1833bb1a204eff4b3 jupyterlab_blockly-0.3.3.tar.gz: 0737bfbba9f2c7dbde28475e9d269419254a49974873d0de2fdc94134c69f7f2
1 parent e960225 commit ba5e45a

File tree

6 files changed

+29
-9
lines changed

6 files changed

+29
-9
lines changed

CHANGELOG.md

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

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

5+
## 0.3.3
6+
7+
([Full Changelog](https://github.com/QuantStack/jupyterlab-blockly/compare/jupyterlab-blockly-extension@0.3.2...e9602251ec5a7ced9700b1f3a35d0a72b9550dc7))
8+
9+
### Bugs fixed
10+
11+
- Generate \_version.py at build time [#100](https://github.com/QuantStack/jupyterlab-blockly/pull/100) ([@martinRenou](https://github.com/martinRenou))
12+
- Update Lite deployment [#90](https://github.com/QuantStack/jupyterlab-blockly/pull/90) ([@DenisaCG](https://github.com/DenisaCG))
13+
14+
### Documentation improvements
15+
16+
- Update docs [#99](https://github.com/QuantStack/jupyterlab-blockly/pull/99) ([@DenisaCG](https://github.com/DenisaCG))
17+
- Update Lite deployment [#90](https://github.com/QuantStack/jupyterlab-blockly/pull/90) ([@DenisaCG](https://github.com/DenisaCG))
18+
19+
### Contributors to this release
20+
21+
([GitHub contributors page for this release](https://github.com/QuantStack/jupyterlab-blockly/graphs/contributors?from=2024-08-19&to=2024-08-26&type=c))
22+
23+
[@DenisaCG](https://github.com/search?q=repo%3AQuantStack%2Fjupyterlab-blockly+involves%3ADenisaCG+updated%3A2024-08-19..2024-08-26&type=Issues) | [@github-actions](https://github.com/search?q=repo%3AQuantStack%2Fjupyterlab-blockly+involves%3Agithub-actions+updated%3A2024-08-19..2024-08-26&type=Issues) | [@martinRenou](https://github.com/search?q=repo%3AQuantStack%2Fjupyterlab-blockly+involves%3AmartinRenou+updated%3A2024-08-19..2024-08-26&type=Issues)
24+
25+
<!-- <END NEW CHANGELOG ENTRY> -->
26+
527
## 0.3.2
628

729
([Full Changelog](https://github.com/QuantStack/jupyterlab-blockly/compare/jupyterlab-blockly-extension@0.3.1...567d75e81ca64d2ab97f7e76e0944b3d74137299))
@@ -16,8 +38,6 @@
1638

1739
[@DenisaCG](https://github.com/search?q=repo%3AQuantStack%2Fjupyterlab-blockly+involves%3ADenisaCG+updated%3A2024-08-19..2024-08-19&type=Issues) | [@github-actions](https://github.com/search?q=repo%3AQuantStack%2Fjupyterlab-blockly+involves%3Agithub-actions+updated%3A2024-08-19..2024-08-19&type=Issues)
1840

19-
<!-- <END NEW CHANGELOG ENTRY> -->
20-
2141
## 0.3.1
2242

2343
([Full Changelog](https://github.com/QuantStack/jupyterlab-blockly/compare/1a19e126f987a561ee76e1b39b30658e93e59423...92f8b725ceb3d8cc5a5b72528e25004ad8863ff1))

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.2",
2+
"version": "0.3.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.2",
4+
"version": "0.3.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.2",
3+
"version": "0.3.3",
44
"description": "Blockly extension for JupyterLab.",
55
"keywords": [
66
"jupyter",
@@ -56,7 +56,7 @@
5656
"@jupyterlab/settingregistry": "^4.2",
5757
"@jupyterlab/translation": "^4.2",
5858
"@jupyterlab/ui-components": "^4.2",
59-
"jupyterlab-blockly": "^0.3.2"
59+
"jupyterlab-blockly": "^0.3.3"
6060
},
6161
"devDependencies": {
6262
"@jupyterlab/builder": "^4.2.4",

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.2",
3+
"version": "0.3.3",
44
"description": "Blockly extension for JupyterLab.",
55
"keywords": [
66
"blockly",

yarn.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6412,7 +6412,7 @@ __metadata:
64126412
"@jupyterlab/settingregistry": ^4.2
64136413
"@jupyterlab/translation": ^4.2
64146414
"@jupyterlab/ui-components": ^4.2
6415-
jupyterlab-blockly: ^0.3.2
6415+
jupyterlab-blockly: ^0.3.3
64166416
npm-run-all: ^4.1.5
64176417
rimraf: ^4.4.0
64186418
source-map-loader: ^5.0.0
@@ -6438,7 +6438,7 @@ __metadata:
64386438
languageName: unknown
64396439
linkType: soft
64406440

6441-
"jupyterlab-blockly@^0.3.2, jupyterlab-blockly@workspace:packages/blockly":
6441+
"jupyterlab-blockly@^0.3.3, jupyterlab-blockly@workspace:packages/blockly":
64426442
version: 0.0.0-use.local
64436443
resolution: "jupyterlab-blockly@workspace:packages/blockly"
64446444
dependencies:

0 commit comments

Comments
 (0)