Skip to content

Commit b22d090

Browse files
committed
Publish 0.4.0
1 parent 1aac02b commit b22d090

File tree

4 files changed

+38
-7
lines changed

4 files changed

+38
-7
lines changed

CHANGELOG.md

Lines changed: 36 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,42 @@
22

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

5+
## 0.4.0
6+
7+
### Bugs fixed
8+
9+
* Fix window scaling #45 by @yxzhan in https://github.com/jupyter-robotics/jupyterlab-urdf/pull/63
10+
11+
### Documentation improvements
12+
13+
* Update documentation by @IsabelParedes in https://github.com/jupyter-robotics/jupyterlab-urdf/pull/44
14+
* Update links by @IsabelParedes in https://github.com/jupyter-robotics/jupyterlab-urdf/pull/50
15+
16+
### Maintenance and upkeep improvements
17+
18+
* 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
19+
* 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
20+
* Bump postcss from 8.4.28 to 8.4.32 by @dependabot in https://github.com/jupyter-robotics/jupyterlab-urdf/pull/47
21+
* Bump @babel/traverse from 7.22.10 to 7.23.6 by @dependabot in https://github.com/jupyter-robotics/jupyterlab-urdf/pull/48
22+
* 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
23+
* Bump ip from 2.0.0 to 2.0.1 by @dependabot in https://github.com/jupyter-robotics/jupyterlab-urdf/pull/53
24+
* 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
25+
* Bump tar from 6.1.15 to 6.2.1 by @dependabot in https://github.com/jupyter-robotics/jupyterlab-urdf/pull/55
26+
* Add publish self release workflow by @IsabelParedes in https://github.com/jupyter-robotics/jupyterlab-urdf/pull/56
27+
* Bump ws from 8.13.0 to 8.17.1 by @dependabot in https://github.com/jupyter-robotics/jupyterlab-urdf/pull/59
28+
* Bump braces from 3.0.2 to 3.0.3 by @dependabot in https://github.com/jupyter-robotics/jupyterlab-urdf/pull/60
29+
* Update CI by @IsabelParedes in https://github.com/jupyter-robotics/jupyterlab-urdf/pull/62
30+
* 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
31+
32+
### New Contributors
33+
* @dependabot made their first contribution in https://github.com/jupyter-robotics/jupyterlab-urdf/pull/46
34+
* @yxzhan made their first contribution in https://github.com/jupyter-robotics/jupyterlab-urdf/pull/63
35+
36+
**Full Changelog**: https://github.com/jupyter-robotics/jupyterlab-urdf/compare/v0.3.2...v0.4.0
37+
38+
<!-- <END NEW CHANGELOG ENTRY> -->
39+
40+
541
## 0.3.2
642

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

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

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

2156
## 0.3.1
2257

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
author = 'Isabel Paredes'
2525

2626
# The full version, including alpha/beta/rc tags
27-
release = '0.3.2'
27+
release = '0.4.0'
2828

2929

3030
# -- General configuration ---------------------------------------------------

jupyterlab_urdf/_version.py

Lines changed: 0 additions & 4 deletions
This file was deleted.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jupyterlab-urdf",
3-
"version": "0.3.2",
3+
"version": "0.4.0",
44
"description": "A URDF viewer and editor extension for JupyterLab.",
55
"keywords": [
66
"jupyter",

0 commit comments

Comments
 (0)