Skip to content

Commit

Permalink
Publish 0.3.3
Browse files Browse the repository at this point in the history
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
  • Loading branch information
DenisaCG committed Aug 26, 2024
1 parent e960225 commit ba5e45a
Show file tree
Hide file tree
Showing 6 changed files with 29 additions and 9 deletions.
24 changes: 22 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,28 @@

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

## 0.3.3

([Full Changelog](https://github.com/QuantStack/jupyterlab-blockly/compare/jupyterlab-blockly-extension@0.3.2...e9602251ec5a7ced9700b1f3a35d0a72b9550dc7))

### Bugs fixed

- Generate \_version.py at build time [#100](https://github.com/QuantStack/jupyterlab-blockly/pull/100) ([@martinRenou](https://github.com/martinRenou))
- Update Lite deployment [#90](https://github.com/QuantStack/jupyterlab-blockly/pull/90) ([@DenisaCG](https://github.com/DenisaCG))

### Documentation improvements

- Update docs [#99](https://github.com/QuantStack/jupyterlab-blockly/pull/99) ([@DenisaCG](https://github.com/DenisaCG))
- Update Lite deployment [#90](https://github.com/QuantStack/jupyterlab-blockly/pull/90) ([@DenisaCG](https://github.com/DenisaCG))

### Contributors to this release

([GitHub contributors page for this release](https://github.com/QuantStack/jupyterlab-blockly/graphs/contributors?from=2024-08-19&to=2024-08-26&type=c))

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

<!-- <END NEW CHANGELOG ENTRY> -->

## 0.3.2

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

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

<!-- <END NEW CHANGELOG ENTRY> -->

## 0.3.1

([Full Changelog](https://github.com/QuantStack/jupyterlab-blockly/compare/1a19e126f987a561ee76e1b39b30658e93e59423...92f8b725ceb3d8cc5a5b72528e25004ad8863ff1))
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.3.2",
"version": "0.3.3",
"npmClient": "jlpm",
"useWorkspaces": true
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "jupyterlab-blockly-root",
"private": true,
"version": "0.3.2",
"version": "0.3.3",
"description": "Blockly extension for JupyterLab.",
"keywords": [
"jupyter",
Expand Down
4 changes: 2 additions & 2 deletions packages/blockly-extension/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jupyterlab-blockly-extension",
"version": "0.3.2",
"version": "0.3.3",
"description": "Blockly extension for JupyterLab.",
"keywords": [
"jupyter",
Expand Down Expand Up @@ -56,7 +56,7 @@
"@jupyterlab/settingregistry": "^4.2",
"@jupyterlab/translation": "^4.2",
"@jupyterlab/ui-components": "^4.2",
"jupyterlab-blockly": "^0.3.2"
"jupyterlab-blockly": "^0.3.3"
},
"devDependencies": {
"@jupyterlab/builder": "^4.2.4",
Expand Down
2 changes: 1 addition & 1 deletion packages/blockly/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jupyterlab-blockly",
"version": "0.3.2",
"version": "0.3.3",
"description": "Blockly extension for JupyterLab.",
"keywords": [
"blockly",
Expand Down
4 changes: 2 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6412,7 +6412,7 @@ __metadata:
"@jupyterlab/settingregistry": ^4.2
"@jupyterlab/translation": ^4.2
"@jupyterlab/ui-components": ^4.2
jupyterlab-blockly: ^0.3.2
jupyterlab-blockly: ^0.3.3
npm-run-all: ^4.1.5
rimraf: ^4.4.0
source-map-loader: ^5.0.0
Expand All @@ -6438,7 +6438,7 @@ __metadata:
languageName: unknown
linkType: soft

"jupyterlab-blockly@^0.3.2, jupyterlab-blockly@workspace:packages/blockly":
"jupyterlab-blockly@^0.3.3, jupyterlab-blockly@workspace:packages/blockly":
version: 0.0.0-use.local
resolution: "jupyterlab-blockly@workspace:packages/blockly"
dependencies:
Expand Down

0 comments on commit ba5e45a

Please sign in to comment.