Skip to content

Commit

Permalink
Publish 0.7.0a0
Browse files Browse the repository at this point in the history
SHA256 hashes:

jupyros-0.7.0a0-py3-none-any.whl: dea9604efa09fa5757e75137d8e718cbe86655226fb18ee284fda9d3ba67e80e

jupyros-0.7.0a0.tar.gz: c979d4a664d7a9196fe81abc68bb2e5df5cf4064add87ea82889a9d727ccb1c3
  • Loading branch information
hbcarlos committed Mar 6, 2023
1 parent 8f5627b commit d3edd91
Show file tree
Hide file tree
Showing 3 changed files with 75 additions and 58 deletions.
21 changes: 19 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,30 @@

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

## 0.6.1
## 0.7.0a0

([Full Changelog](https://github.com/RoboStack/jupyter-ros/compare/v0.6.0...e9b3c9bbc85cc12944f487fb447b41e080f08cbc))
([Full Changelog](https://github.com/RoboStack/jupyter-ros/compare/0.6.0...8f5627b7a554d1045a7332634bdf895ba5687e1b))

### Enhancements made

- Turtle [#142](https://github.com/RoboStack/jupyter-ros/pull/142) ([@ldania](https://github.com/ldania))

### Other merged PRs

- Fix #144 [#145](https://github.com/RoboStack/jupyter-ros/pull/145) ([@Andor233](https://github.com/Andor233))

### Contributors to this release

([GitHub contributors page for this release](https://github.com/RoboStack/jupyter-ros/graphs/contributors?from=2022-09-14&to=2023-03-06&type=c))

[@Andor233](https://github.com/search?q=repo%3ARoboStack%2Fjupyter-ros+involves%3AAndor233+updated%3A2022-09-14..2023-03-06&type=Issues) | [@hbcarlos](https://github.com/search?q=repo%3ARoboStack%2Fjupyter-ros+involves%3Ahbcarlos+updated%3A2022-09-14..2023-03-06&type=Issues) | [@ihuicatl](https://github.com/search?q=repo%3ARoboStack%2Fjupyter-ros+involves%3Aihuicatl+updated%3A2022-09-14..2023-03-06&type=Issues) | [@ldania](https://github.com/search?q=repo%3ARoboStack%2Fjupyter-ros+involves%3Aldania+updated%3A2022-09-14..2023-03-06&type=Issues)

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

## 0.6.1

([Full Changelog](https://github.com/RoboStack/jupyter-ros/compare/v0.6.0...e9b3c9bbc85cc12944f487fb447b41e080f08cbc))

## 0.6.0

([Full Changelog](https://github.com/RoboStack/jupyter-ros/compare/v0.6.0a0...8d7849492ab7da88e6831e5e78cdae7ae9a0a8e0))
Expand Down
110 changes: 55 additions & 55 deletions js/package.json
Original file line number Diff line number Diff line change
@@ -1,57 +1,57 @@
{
"name": "@robostack/jupyter-ros",
"version": "0.6.1",
"description": "Jupyter widgets for the ROS ecosystem.",
"homepage": "https://github.com/wolfv/jupyter-ros.git",
"author": {
"name": "Wolf Vollprecht",
"email": "[email protected]"
},
"license": "BSD-3-Clause",
"main": "lib/labplugin.js",
"repository": {
"type": "git",
"url": "https://github.com/wolfv/jupyter-ros.git"
},
"keywords": [
"jupyter",
"widgets",
"ipython",
"ipywidgets",
"jupyterlab-extension"
],
"files": [
"lib/**/*.js",
"dist/*.js"
],
"scripts": {
"clean": "rimraf dist/ ../jupyros/nbextension ../jupyros/labextension",
"build": "jlpm run build:lib && jlpm run build:labextension:dev",
"build:lib": "webpack",
"build:prod": "jlpm run clean && jlpm run build:lib && jlpm run build:labextension",
"build:labextension": "jupyter labextension build .",
"build:labextension:dev": "jupyter labextension build --development True .",
"install:extension": "jlpm run build",
"watch": "run-p watch:src && watch:labextension",
"watch:src": "webpack --watch",
"watch:labextension": "jupyter labextension watch .",
"test": "echo \"Error: no test specified\" && exit 1",
"prepublish": "webpack"
},
"devDependencies": {
"@jupyterlab/builder": "^3.0.1",
"npm-run-all": "^4.1.5",
"rimraf": "^4.1.2",
"webpack": "^5.75.0",
"webpack-cli": "^5.0.1"
},
"dependencies": {
"@jupyter-widgets/base": "^2.0.1 || ^3 || ^4",
"lodash": "^4.17.21",
"ros3d": "^1.0.0"
},
"jupyterlab": {
"extension": "lib/labplugin.js",
"outputDir": "../jupyros/labextension"
}
"name": "@robostack/jupyter-ros",
"version": "0.7.0-a0",
"description": "Jupyter widgets for the ROS ecosystem.",
"homepage": "https://github.com/wolfv/jupyter-ros.git",
"author": {
"name": "Wolf Vollprecht",
"email": "[email protected]"
},
"license": "BSD-3-Clause",
"main": "lib/labplugin.js",
"repository": {
"type": "git",
"url": "https://github.com/wolfv/jupyter-ros.git"
},
"keywords": [
"jupyter",
"widgets",
"ipython",
"ipywidgets",
"jupyterlab-extension"
],
"files": [
"lib/**/*.js",
"dist/*.js"
],
"scripts": {
"clean": "rimraf dist/ ../jupyros/nbextension ../jupyros/labextension",
"build": "jlpm run build:lib && jlpm run build:labextension:dev",
"build:lib": "webpack",
"build:prod": "jlpm run clean && jlpm run build:lib && jlpm run build:labextension",
"build:labextension": "jupyter labextension build .",
"build:labextension:dev": "jupyter labextension build --development True .",
"install:extension": "jlpm run build",
"watch": "run-p watch:src && watch:labextension",
"watch:src": "webpack --watch",
"watch:labextension": "jupyter labextension watch .",
"test": "echo \"Error: no test specified\" && exit 1",
"prepublish": "webpack"
},
"devDependencies": {
"@jupyterlab/builder": "^3.0.1",
"npm-run-all": "^4.1.5",
"rimraf": "^4.1.2",
"webpack": "^5.75.0",
"webpack-cli": "^5.0.1"
},
"dependencies": {
"@jupyter-widgets/base": "^2.0.1 || ^3 || ^4",
"lodash": "^4.17.21",
"ros3d": "^1.0.0"
},
"jupyterlab": {
"extension": "lib/labplugin.js",
"outputDir": "../jupyros/labextension"
}
}
2 changes: 1 addition & 1 deletion jupyros/_version.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# This file is auto-generated by Hatchling. As such, do not:
# - modify
# - track in version control e.g. be sure to add to .gitignore
__version__ = VERSION = '0.6.1'
__version__ = VERSION = '0.7.0a0'

0 comments on commit d3edd91

Please sign in to comment.