Skip to content

Commit 45207aa

Browse files
committed
Publish 0.1.1
SHA256 hashes: jupyterlab-niryo-one-0.1.1.tgz: 1086ce91f85dcdb873d54c4ffdcd3a5e0e2df1954c2036493d534ec4bd23dd9d jupyterlab_niryo_one-0.1.1-py3-none-any.whl: 5ccc0a38bc32d1111e99506aea2af2b22775af44e6c13f88bbf5a67ad765af6d jupyterlab_niryo_one-0.1.1.tar.gz: 76a45fd6691051b2479a455697088d7dda0afbeac04ec14aa81de866cf14cdc9
1 parent d85daea commit 45207aa

File tree

3 files changed

+24
-4
lines changed

3 files changed

+24
-4
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.1.1
6+
7+
([Full Changelog](https://github.com/jupyter-robotics/jupyterlab-niryo-one/compare/3068f41cad5f9ef8a5c512fc2a3cc97fcb9ed38b...f2a531419800069c0dbf1d4b033f554bd38aba4f))
8+
9+
### Enhancements made
10+
11+
- Upgrade to `v0.3.2` of `jupyterlab-blockly` [#17](https://github.com/jupyter-robotics/jupyterlab-niryo-one/pull/17) ([@DenisaCG](https://github.com/DenisaCG))
12+
13+
### Maintenance and upkeep improvements
14+
15+
- Update repository links for new organisation [#19](https://github.com/jupyter-robotics/jupyterlab-niryo-one/pull/19) ([@DenisaCG](https://github.com/DenisaCG))
16+
- Add webpack config for `blockly` [#18](https://github.com/jupyter-robotics/jupyterlab-niryo-one/pull/18) ([@DenisaCG](https://github.com/DenisaCG))
17+
- Upgrade to `v0.3.2` of `jupyterlab-blockly` [#17](https://github.com/jupyter-robotics/jupyterlab-niryo-one/pull/17) ([@DenisaCG](https://github.com/DenisaCG))
18+
19+
### Contributors to this release
20+
21+
([GitHub contributors page for this release](https://github.com/jupyter-robotics/jupyterlab-niryo-one/graphs/contributors?from=2024-08-21&to=2024-08-22&type=c))
22+
23+
[@DenisaCG](https://github.com/search?q=repo%3Ajupyter-robotics%2Fjupyterlab-niryo-one+involves%3ADenisaCG+updated%3A2024-08-21..2024-08-22&type=Issues)
24+
25+
<!-- <END NEW CHANGELOG ENTRY> -->
26+
527
## 0.1.0
628

729
([Full Changelog](https://github.com/jupyter-robotics/jupyterlab-niryo-one/compare/99737a8b11ccf7be67c38c6cf5710df46b5abb95...f2a531419800069c0dbf1d4b033f554bd38aba4f))
@@ -37,8 +59,6 @@
3759

3860
[@DenisaCG](https://github.com/search?q=repo%3Ajupyter-robotics%2Fjupyterlab-niryo-one+involves%3ADenisaCG+updated%3A2022-07-01..2024-08-22&type=Issues) | [@hbcarlos](https://github.com/search?q=repo%3Ajupyter-robotics%2Fjupyterlab-niryo-one+involves%3Ahbcarlos+updated%3A2022-07-01..2024-08-22&type=Issues)
3961

40-
<!-- <END NEW CHANGELOG ENTRY> -->
41-
4262
## 0.1.0a0
4363

4464
([Full Changelog](https://github.com/QuantStack/jupyterlab-niryo-one/compare/99737a8b11ccf7be67c38c6cf5710df46b5abb95...fe24c8990bc7f096a90c64e4cd9fabdde176a194))

jupyterlab_niryo_one/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# This file is auto-generated by Hatchling. As such, do not:
22
# - modify
33
# - track in version control e.g. be sure to add to .gitignore
4-
__version__ = VERSION = '0.1.0'
4+
__version__ = VERSION = '0.1.1'

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jupyterlab-niryo-one",
3-
"version": "0.1.0",
3+
"version": "0.1.1",
44
"description": "Blockly extension for JupyterLab to control the Niryo One robot.",
55
"keywords": [
66
"jupyter",

0 commit comments

Comments
 (0)