Skip to content

Commit 27b5ef8

Browse files
committed
Update links
1 parent 107b7ed commit 27b5ef8

File tree

1 file changed

+29
-29
lines changed

1 file changed

+29
-29
lines changed

CHANGELOG.md

Lines changed: 29 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,13 @@
88

99
### Maintenance and upkeep improvements
1010

11-
- Update workflows [#43](https://github.com/jupyter-robotics/jupyterlab-urdf/pull/43) ([@ihuicatl](https://github.com/ihuicatl))
11+
- Update workflows [#43](https://github.com/jupyter-robotics/jupyterlab-urdf/pull/43) ([@IsabelParedes](https://github.com/IsabelParedes))
1212

1313
### Contributors to this release
1414

1515
([GitHub contributors page for this release](https://github.com/jupyter-robotics/jupyterlab-urdf/graphs/contributors?from=2023-08-24&to=2023-11-27&type=c))
1616

17-
[@github-actions](https://github.com/search?q=repo%3Ajupyter-robotics%2Fjupyterlab-urdf+involves%3Agithub-actions+updated%3A2023-08-24..2023-11-27&type=Issues) | [@ihuicatl](https://github.com/search?q=repo%3Ajupyter-robotics%2Fjupyterlab-urdf+involves%3Aihuicatl+updated%3A2023-08-24..2023-11-27&type=Issues)
17+
[@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)
1818

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

@@ -24,84 +24,84 @@
2424

2525
### Bugs fixed
2626

27-
- Fix grid height resetting [#42](https://github.com/jupyter-robotics/jupyterlab-urdf/pull/42) ([@ihuicatl](https://github.com/ihuicatl))
27+
- Fix grid height resetting [#42](https://github.com/jupyter-robotics/jupyterlab-urdf/pull/42) ([@IsabelParedes](https://github.com/IsabelParedes))
2828

2929
### Documentation improvements
3030

31-
- Revert "Update extension version for JupyterLite" [#38](https://github.com/jupyter-robotics/jupyterlab-urdf/pull/38) ([@ihuicatl](https://github.com/ihuicatl))
32-
- Update extension version for JupyterLite [#37](https://github.com/jupyter-robotics/jupyterlab-urdf/pull/37) ([@ihuicatl](https://github.com/ihuicatl))
33-
- Change docs theme to renku [#36](https://github.com/jupyter-robotics/jupyterlab-urdf/pull/36) ([@ihuicatl](https://github.com/ihuicatl))
31+
- Revert "Update extension version for JupyterLite" [#38](https://github.com/jupyter-robotics/jupyterlab-urdf/pull/38) ([@IsabelParedes](https://github.com/IsabelParedes))
32+
- Update extension version for JupyterLite [#37](https://github.com/jupyter-robotics/jupyterlab-urdf/pull/37) ([@IsabelParedes](https://github.com/IsabelParedes))
33+
- Change docs theme to renku [#36](https://github.com/jupyter-robotics/jupyterlab-urdf/pull/36) ([@IsabelParedes](https://github.com/IsabelParedes))
3434

3535
### Contributors to this release
3636

3737
([GitHub contributors page for this release](https://github.com/jupyter-robotics/jupyterlab-urdf/graphs/contributors?from=2023-08-24&to=2023-11-17&type=c))
3838

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

4141
## 0.3.0
4242

4343
([Full Changelog](https://github.com/jupyter-robotics/jupyterlab-urdf/compare/v0.2.1...cc8f20317ae5fdbeea9f280270ad4f5d6034639f))
4444

4545
### Enhancements made
4646

47-
- Replace Amphion with URDF Loaders and Three.js [#30](https://github.com/jupyter-robotics/jupyterlab-urdf/pull/30) ([@ihuicatl](https://github.com/ihuicatl))
48-
- Migrate to JupyterLab 4 [#29](https://github.com/jupyter-robotics/jupyterlab-urdf/pull/29) ([@ihuicatl](https://github.com/ihuicatl))
47+
- Replace Amphion with URDF Loaders and Three.js [#30](https://github.com/jupyter-robotics/jupyterlab-urdf/pull/30) ([@IsabelParedes](https://github.com/IsabelParedes))
48+
- Migrate to JupyterLab 4 [#29](https://github.com/jupyter-robotics/jupyterlab-urdf/pull/29) ([@IsabelParedes](https://github.com/IsabelParedes))
4949

5050
### Bugs fixed
5151

52-
- Replace Amphion with URDF Loaders and Three.js [#30](https://github.com/jupyter-robotics/jupyterlab-urdf/pull/30) ([@ihuicatl](https://github.com/ihuicatl))
52+
- Replace Amphion with URDF Loaders and Three.js [#30](https://github.com/jupyter-robotics/jupyterlab-urdf/pull/30) ([@IsabelParedes](https://github.com/IsabelParedes))
5353

5454
### Documentation improvements
5555

56-
- Troubleshoot readthedocs build [#35](https://github.com/jupyter-robotics/jupyterlab-urdf/pull/35) ([@ihuicatl](https://github.com/ihuicatl))
57-
- Fix readthedocs build [#34](https://github.com/jupyter-robotics/jupyterlab-urdf/pull/34) ([@ihuicatl](https://github.com/ihuicatl))
58-
- Update Documentation [#32](https://github.com/jupyter-robotics/jupyterlab-urdf/pull/32) ([@ihuicatl](https://github.com/ihuicatl))
56+
- Troubleshoot readthedocs build [#35](https://github.com/jupyter-robotics/jupyterlab-urdf/pull/35) ([@IsabelParedes](https://github.com/IsabelParedes))
57+
- Fix readthedocs build [#34](https://github.com/jupyter-robotics/jupyterlab-urdf/pull/34) ([@IsabelParedes](https://github.com/IsabelParedes))
58+
- Update Documentation [#32](https://github.com/jupyter-robotics/jupyterlab-urdf/pull/32) ([@IsabelParedes](https://github.com/IsabelParedes))
5959

6060
### Other merged PRs
6161

62-
- Update homepage links to reflect transfer [#28](https://github.com/jupyter-robotics/jupyterlab-urdf/pull/28) ([@ihuicatl](https://github.com/ihuicatl))
62+
- Update homepage links to reflect transfer [#28](https://github.com/jupyter-robotics/jupyterlab-urdf/pull/28) ([@IsabelParedes](https://github.com/IsabelParedes))
6363

6464
### Contributors to this release
6565

6666
([GitHub contributors page for this release](https://github.com/jupyter-robotics/jupyterlab-urdf/graphs/contributors?from=2022-10-11&to=2023-08-24&type=c))
6767

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

7070
## 0.2.1
7171

7272
([Full Changelog](https://github.com/jupyter-robotics/jupyterlab-urdf/compare/v0.2.0...3602f83946e864c522863ffec0ef78a6b8612d24))
7373

7474
### Enhancements made
7575

76-
- Enable syntax highlighting for URDFs [#26](https://github.com/jupyter-robotics/jupyterlab-urdf/pull/26) ([@ihuicatl](https://github.com/ihuicatl))
76+
- Enable syntax highlighting for URDFs [#26](https://github.com/jupyter-robotics/jupyterlab-urdf/pull/26) ([@IsabelParedes](https://github.com/IsabelParedes))
7777

7878
### Bugs fixed
7979

80-
- Enable syntax highlighting for URDFs [#26](https://github.com/jupyter-robotics/jupyterlab-urdf/pull/26) ([@ihuicatl](https://github.com/ihuicatl))
80+
- Enable syntax highlighting for URDFs [#26](https://github.com/jupyter-robotics/jupyterlab-urdf/pull/26) ([@IsabelParedes](https://github.com/IsabelParedes))
8181

8282
### Contributors to this release
8383

8484
([GitHub contributors page for this release](https://github.com/jupyter-robotics/jupyterlab-urdf/graphs/contributors?from=2022-09-22&to=2022-10-11&type=c))
8585

86-
[@ihuicatl](https://github.com/search?q=repo%3Aihuicatl%2Fjupyterlab-urdf+involves%3Aihuicatl+updated%3A2022-09-22..2022-10-11&type=Issues)
86+
[@IsabelParedes](https://github.com/search?q=repo%3AIsabelParedes%2Fjupyterlab-urdf+involves%3AIsabelParedes+updated%3A2022-09-22..2022-10-11&type=Issues)
8787

8888
## 0.2.0
8989

9090
([Full Changelog](https://github.com/jupyter-robotics/jupyterlab-urdf/compare/v0.1.2...1c83122721711101f1973080b98eb7a359aebb6d))
9191

9292
### Enhancements made
9393

94-
- Add jupyter-rospkg dependency [#23](https://github.com/jupyter-robotics/jupyterlab-urdf/pull/23) ([@ihuicatl](https://github.com/ihuicatl))
94+
- Add jupyter-rospkg dependency [#23](https://github.com/jupyter-robotics/jupyterlab-urdf/pull/23) ([@IsabelParedes](https://github.com/IsabelParedes))
9595

9696
### Documentation improvements
9797

98-
- Update documentation [#24](https://github.com/jupyter-robotics/jupyterlab-urdf/pull/24) ([@ihuicatl](https://github.com/ihuicatl))
98+
- Update documentation [#24](https://github.com/jupyter-robotics/jupyterlab-urdf/pull/24) ([@IsabelParedes](https://github.com/IsabelParedes))
9999

100100
### Contributors to this release
101101

102102
([GitHub contributors page for this release](https://github.com/jupyter-robotics/jupyterlab-urdf/graphs/contributors?from=2022-07-29&to=2022-09-22&type=c))
103103

104-
[@github-actions](https://github.com/search?q=repo%3Aihuicatl%2Fjupyterlab-urdf+involves%3Agithub-actions+updated%3A2022-07-29..2022-09-22&type=Issues) | [@ihuicatl](https://github.com/search?q=repo%3Aihuicatl%2Fjupyterlab-urdf+involves%3Aihuicatl+updated%3A2022-07-29..2022-09-22&type=Issues)
104+
[@github-actions](https://github.com/search?q=repo%3AIsabelParedes%2Fjupyterlab-urdf+involves%3Agithub-actions+updated%3A2022-07-29..2022-09-22&type=Issues) | [@IsabelParedes](https://github.com/search?q=repo%3AIsabelParedes%2Fjupyterlab-urdf+involves%3AIsabelParedes+updated%3A2022-07-29..2022-09-22&type=Issues)
105105

106106
## 0.1.2
107107

@@ -115,31 +115,31 @@
115115

116116
([GitHub contributors page for this release](https://github.com/jupyter-robotics/jupyterlab-urdf/graphs/contributors?from=2022-07-20&to=2022-07-29&type=c))
117117

118-
[@github-actions](https://github.com/search?q=repo%3Aihuicatl%2Fjupyterlab-urdf+involves%3Agithub-actions+updated%3A2022-07-20..2022-07-29&type=Issues) | [@ihuicatl](https://github.com/search?q=repo%3Aihuicatl%2Fjupyterlab-urdf+involves%3Aihuicatl+updated%3A2022-07-20..2022-07-29&type=Issues) | [@vkmb](https://github.com/search?q=repo%3Aihuicatl%2Fjupyterlab-urdf+involves%3Avkmb+updated%3A2022-07-20..2022-07-29&type=Issues)
118+
[@github-actions](https://github.com/search?q=repo%3AIsabelParedes%2Fjupyterlab-urdf+involves%3Agithub-actions+updated%3A2022-07-20..2022-07-29&type=Issues) | [@IsabelParedes](https://github.com/search?q=repo%3AIsabelParedes%2Fjupyterlab-urdf+involves%3AIsabelParedes+updated%3A2022-07-20..2022-07-29&type=Issues) | [@vkmb](https://github.com/search?q=repo%3AIsabelParedes%2Fjupyterlab-urdf+involves%3Avkmb+updated%3A2022-07-20..2022-07-29&type=Issues)
119119

120120
## 0.1.1
121121

122122
([Full Changelog](https://github.com/jupyter-robotics/jupyterlab-urdf/compare/v0.1.0a0...780dbc0d67539230876d15c3bf1fd9d4dc7e264a))
123123

124124
### Enhancements made
125125

126-
- Configure JupyterLite [#6](https://github.com/jupyter-robotics/jupyterlab-urdf/pull/6) ([@ihuicatl](https://github.com/ihuicatl))
126+
- Configure JupyterLite [#6](https://github.com/jupyter-robotics/jupyterlab-urdf/pull/6) ([@IsabelParedes](https://github.com/IsabelParedes))
127127

128128
### Bugs fixed
129129

130-
- Reload robot once error in XML file is cleared [#14](https://github.com/jupyter-robotics/jupyterlab-urdf/pull/14) ([@ihuicatl](https://github.com/ihuicatl))
130+
- Reload robot once error in XML file is cleared [#14](https://github.com/jupyter-robotics/jupyterlab-urdf/pull/14) ([@IsabelParedes](https://github.com/IsabelParedes))
131131

132132
### Documentation improvements
133133

134-
- Update README to include JupyterLite [#13](https://github.com/jupyter-robotics/jupyterlab-urdf/pull/13) ([@ihuicatl](https://github.com/ihuicatl))
135-
- Configure JupyterLite [#6](https://github.com/jupyter-robotics/jupyterlab-urdf/pull/6) ([@ihuicatl](https://github.com/ihuicatl))
136-
- Update installation instructions [#5](https://github.com/jupyter-robotics/jupyterlab-urdf/pull/5) ([@ihuicatl](https://github.com/ihuicatl))
134+
- Update README to include JupyterLite [#13](https://github.com/jupyter-robotics/jupyterlab-urdf/pull/13) ([@IsabelParedes](https://github.com/IsabelParedes))
135+
- Configure JupyterLite [#6](https://github.com/jupyter-robotics/jupyterlab-urdf/pull/6) ([@IsabelParedes](https://github.com/IsabelParedes))
136+
- Update installation instructions [#5](https://github.com/jupyter-robotics/jupyterlab-urdf/pull/5) ([@IsabelParedes](https://github.com/IsabelParedes))
137137

138138
### Contributors to this release
139139

140140
([GitHub contributors page for this release](https://github.com/jupyter-robotics/jupyterlab-urdf/graphs/contributors?from=2022-07-06&to=2022-07-20&type=c))
141141

142-
[@github-actions](https://github.com/search?q=repo%3Aihuicatl%2Fjupyterlab-urdf+involves%3Agithub-actions+updated%3A2022-07-06..2022-07-20&type=Issues) | [@ihuicatl](https://github.com/search?q=repo%3Aihuicatl%2Fjupyterlab-urdf+involves%3Aihuicatl+updated%3A2022-07-06..2022-07-20&type=Issues)
142+
[@github-actions](https://github.com/search?q=repo%3AIsabelParedes%2Fjupyterlab-urdf+involves%3Agithub-actions+updated%3A2022-07-06..2022-07-20&type=Issues) | [@IsabelParedes](https://github.com/search?q=repo%3AIsabelParedes%2Fjupyterlab-urdf+involves%3AIsabelParedes+updated%3A2022-07-06..2022-07-20&type=Issues)
143143

144144
## 0.1.0a0
145145

@@ -153,4 +153,4 @@
153153

154154
([GitHub contributors page for this release](https://github.com/jupyter-robotics/jupyterlab-urdf/graphs/contributors?from=2022-06-10&to=2022-07-06&type=c))
155155

156-
[@hbcarlos](https://github.com/search?q=repo%3Aihuicatl%2Fjupyterlab-urdf+involves%3Ahbcarlos+updated%3A2022-06-10..2022-07-06&type=Issues)
156+
[@hbcarlos](https://github.com/search?q=repo%3AIsabelParedes%2Fjupyterlab-urdf+involves%3Ahbcarlos+updated%3A2022-06-10..2022-07-06&type=Issues)

0 commit comments

Comments
 (0)