Skip to content

Commit

Permalink
Update homepage links to reflect transfer (#28)
Browse files Browse the repository at this point in the history
* Update links

* Update CHANGELOG
  • Loading branch information
IsabelParedes committed Jul 18, 2023
1 parent b2aa22b commit 0f5eece
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 26 deletions.
42 changes: 21 additions & 21 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,90 +4,90 @@

## 0.2.1

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

### Enhancements made

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

### Bugs fixed

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

### Contributors to this release

([GitHub contributors page for this release](https://github.com/ihuicatl/jupyterlab-urdf/graphs/contributors?from=2022-09-22&to=2022-10-11&type=c))
([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))

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

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

## 0.2.0

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

### Enhancements made

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

### Documentation improvements

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

### Contributors to this release

([GitHub contributors page for this release](https://github.com/ihuicatl/jupyterlab-urdf/graphs/contributors?from=2022-07-29&to=2022-09-22&type=c))
([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))

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

## 0.1.2

([Full Changelog](https://github.com/ihuicatl/jupyterlab-urdf/compare/v0.1.1...36b5a10537e1d507d69decc6e39b80b4a20b88e1))
([Full Changelog](https://github.com/jupyter-robotics/jupyterlab-urdf/compare/v0.1.1...36b5a10537e1d507d69decc6e39b80b4a20b88e1))

### Bugs fixed

- Fix movement for undefined limits [#17](https://github.com/ihuicatl/jupyterlab-urdf/pull/17) ([@vkmb](https://github.com/vkmb))
- Fix movement for undefined limits [#17](https://github.com/jupyter-robotics/jupyterlab-urdf/pull/17) ([@vkmb](https://github.com/vkmb))

### Contributors to this release

([GitHub contributors page for this release](https://github.com/ihuicatl/jupyterlab-urdf/graphs/contributors?from=2022-07-20&to=2022-07-29&type=c))
([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))

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

## 0.1.1

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

### Enhancements made

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

### Bugs fixed

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

### Documentation improvements

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

### Contributors to this release

([GitHub contributors page for this release](https://github.com/ihuicatl/jupyterlab-urdf/graphs/contributors?from=2022-07-06&to=2022-07-20&type=c))
([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))

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

## 0.1.0a0

([Full Changelog](https://github.com/ihuicatl/jupyterlab-urdf/compare/3f5977ccd1cbfe59df27b9dc34f5e654da0d1ca9...5ce469cf2ae263c3be22c653150db22d2a5c19b5))
([Full Changelog](https://github.com/jupyter-robotics/jupyterlab-urdf/compare/3f5977ccd1cbfe59df27b9dc34f5e654da0d1ca9...5ce469cf2ae263c3be22c653150db22d2a5c19b5))

### Enhancements made

- Amphion [#2](https://github.com/ihuicatl/jupyterlab-urdf/pull/2) ([@hbcarlos](https://github.com/hbcarlos))
- Amphion [#2](https://github.com/jupyter-robotics/jupyterlab-urdf/pull/2) ([@hbcarlos](https://github.com/hbcarlos))

### Contributors to this release

([GitHub contributors page for this release](https://github.com/ihuicatl/jupyterlab-urdf/graphs/contributors?from=2022-06-10&to=2022-07-06&type=c))
([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))

[@hbcarlos](https://github.com/search?q=repo%3Aihuicatl%2Fjupyterlab-urdf+involves%3Ahbcarlos+updated%3A2022-06-10..2022-07-06&type=Issues)
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# jupyterlab-urdf

[![Github Actions Status](https://github.com/ihuicatl/jupyterlab_urdf/workflows/Build/badge.svg)](https://github.com/ihuicatl/jupyterlab_urdf/actions/workflows/build.yml)
[![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/ihuicatl/jupyterlab_urdf/main?urlpath=lab)
[![Github Actions Status](https://github.com/jupyter-robotics/jupyterlab-urdf/workflows/Build/badge.svg)](https://github.com/jupyter-robotics/jupyterlab-urdf/actions/workflows/build.yml)
[![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/jupyter-robotics/jupyterlab-urdf/main?urlpath=lab)
[![lite-badge](https://jupyterlite.rtfd.io/en/latest/_static/badge-launch.svg)](https://jupyterlab-urdf.readthedocs.io/en/latest/lite/lab/index.html?path=robot.urdf)

A URDF viewer and editor extension for JupyterLab.
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@
"jupyterlab",
"jupyterlab-extension"
],
"homepage": "https://github.com/ihuicatl/jupyterlab_urdf",
"homepage": "https://github.com/jupyter-robotics/jupyterlab-urdf",
"bugs": {
"url": "https://github.com/ihuicatl/jupyterlab_urdf/issues"
"url": "https://github.com/jupyter-robotics/jupyterlab-urdf/issues"
},
"license": "BSD-3-Clause",
"author": {
Expand All @@ -25,7 +25,7 @@
"style": "style/index.css",
"repository": {
"type": "git",
"url": "https://github.com/ihuicatl/jupyterlab_urdf.git"
"url": "https://github.com/jupyter-robotics/jupyterlab-urdf.git"
},
"scripts": {
"build": "jlpm build:lib && jlpm build:labextension:dev",
Expand Down

0 comments on commit 0f5eece

Please sign in to comment.