Skip to content

Commit

Permalink
Publish 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
IsabelParedes committed Jul 15, 2024
1 parent 1aac02b commit b22d090
Show file tree
Hide file tree
Showing 4 changed files with 38 additions and 7 deletions.
37 changes: 36 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,42 @@

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

## 0.4.0

### Bugs fixed

* Fix window scaling #45 by @yxzhan in https://github.com/jupyter-robotics/jupyterlab-urdf/pull/63

### Documentation improvements

* Update documentation by @IsabelParedes in https://github.com/jupyter-robotics/jupyterlab-urdf/pull/44
* Update links by @IsabelParedes in https://github.com/jupyter-robotics/jupyterlab-urdf/pull/50

### Maintenance and upkeep improvements

* Bump systeminformation from 5.18.9 to 5.21.20 in /ui-tests by @dependabot in https://github.com/jupyter-robotics/jupyterlab-urdf/pull/46
* Bump postcss from 8.4.27 to 8.4.32 in /ui-tests by @dependabot in https://github.com/jupyter-robotics/jupyterlab-urdf/pull/49
* Bump postcss from 8.4.28 to 8.4.32 by @dependabot in https://github.com/jupyter-robotics/jupyterlab-urdf/pull/47
* Bump @babel/traverse from 7.22.10 to 7.23.6 by @dependabot in https://github.com/jupyter-robotics/jupyterlab-urdf/pull/48
* Bump ip from 2.0.0 to 2.0.1 in /ui-tests by @dependabot in https://github.com/jupyter-robotics/jupyterlab-urdf/pull/52
* Bump ip from 2.0.0 to 2.0.1 by @dependabot in https://github.com/jupyter-robotics/jupyterlab-urdf/pull/53
* Bump tar from 6.1.15 to 6.2.1 in /ui-tests by @dependabot in https://github.com/jupyter-robotics/jupyterlab-urdf/pull/54
* Bump tar from 6.1.15 to 6.2.1 by @dependabot in https://github.com/jupyter-robotics/jupyterlab-urdf/pull/55
* Add publish self release workflow by @IsabelParedes in https://github.com/jupyter-robotics/jupyterlab-urdf/pull/56
* Bump ws from 8.13.0 to 8.17.1 by @dependabot in https://github.com/jupyter-robotics/jupyterlab-urdf/pull/59
* Bump braces from 3.0.2 to 3.0.3 by @dependabot in https://github.com/jupyter-robotics/jupyterlab-urdf/pull/60
* Update CI by @IsabelParedes in https://github.com/jupyter-robotics/jupyterlab-urdf/pull/62
* Bump ws from 8.13.0 to 8.17.1 in /ui-tests by @dependabot in https://github.com/jupyter-robotics/jupyterlab-urdf/pull/61

### New Contributors
* @dependabot made their first contribution in https://github.com/jupyter-robotics/jupyterlab-urdf/pull/46
* @yxzhan made their first contribution in https://github.com/jupyter-robotics/jupyterlab-urdf/pull/63

**Full Changelog**: https://github.com/jupyter-robotics/jupyterlab-urdf/compare/v0.3.2...v0.4.0

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


## 0.3.2

([Full Changelog](https://github.com/jupyter-robotics/jupyterlab-urdf/compare/v0.3.0...77fe93e220010ec5e4e871494f063c991411c331))
Expand All @@ -16,7 +52,6 @@

[@github-actions](https://github.com/search?q=repo%3Ajupyter-robotics%2Fjupyterlab-urdf+involves%3Agithub-actions+updated%3A2023-08-24..2023-11-27&type=Issues) | [@IsabelParedes](https://github.com/search?q=repo%3Ajupyter-robotics%2Fjupyterlab-urdf+involves%3AIsabelParedes+updated%3A2023-08-24..2023-11-27&type=Issues)

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

## 0.3.1

Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
author = 'Isabel Paredes'

# The full version, including alpha/beta/rc tags
release = '0.3.2'
release = '0.4.0'


# -- General configuration ---------------------------------------------------
Expand Down
4 changes: 0 additions & 4 deletions jupyterlab_urdf/_version.py

This file was deleted.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jupyterlab-urdf",
"version": "0.3.2",
"version": "0.4.0",
"description": "A URDF viewer and editor extension for JupyterLab.",
"keywords": [
"jupyter",
Expand Down

0 comments on commit b22d090

Please sign in to comment.