Skip to content

Commit d3edd91

Browse files
committed
Publish 0.7.0a0
SHA256 hashes: jupyros-0.7.0a0-py3-none-any.whl: dea9604efa09fa5757e75137d8e718cbe86655226fb18ee284fda9d3ba67e80e jupyros-0.7.0a0.tar.gz: c979d4a664d7a9196fe81abc68bb2e5df5cf4064add87ea82889a9d727ccb1c3
1 parent 8f5627b commit d3edd91

File tree

3 files changed

+75
-58
lines changed

3 files changed

+75
-58
lines changed

CHANGELOG.md

+19-2
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,30 @@
22

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

5-
## 0.6.1
5+
## 0.7.0a0
66

7-
([Full Changelog](https://github.com/RoboStack/jupyter-ros/compare/v0.6.0...e9b3c9bbc85cc12944f487fb447b41e080f08cbc))
7+
([Full Changelog](https://github.com/RoboStack/jupyter-ros/compare/0.6.0...8f5627b7a554d1045a7332634bdf895ba5687e1b))
8+
9+
### Enhancements made
810

11+
- Turtle [#142](https://github.com/RoboStack/jupyter-ros/pull/142) ([@ldania](https://github.com/ldania))
12+
13+
### Other merged PRs
14+
15+
- Fix #144 [#145](https://github.com/RoboStack/jupyter-ros/pull/145) ([@Andor233](https://github.com/Andor233))
16+
17+
### Contributors to this release
18+
19+
([GitHub contributors page for this release](https://github.com/RoboStack/jupyter-ros/graphs/contributors?from=2022-09-14&to=2023-03-06&type=c))
20+
21+
[@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)
922

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

25+
## 0.6.1
26+
27+
([Full Changelog](https://github.com/RoboStack/jupyter-ros/compare/v0.6.0...e9b3c9bbc85cc12944f487fb447b41e080f08cbc))
28+
1229
## 0.6.0
1330

1431
([Full Changelog](https://github.com/RoboStack/jupyter-ros/compare/v0.6.0a0...8d7849492ab7da88e6831e5e78cdae7ae9a0a8e0))

js/package.json

+55-55
Original file line numberDiff line numberDiff line change
@@ -1,57 +1,57 @@
11
{
2-
"name": "@robostack/jupyter-ros",
3-
"version": "0.6.1",
4-
"description": "Jupyter widgets for the ROS ecosystem.",
5-
"homepage": "https://github.com/wolfv/jupyter-ros.git",
6-
"author": {
7-
"name": "Wolf Vollprecht",
8-
"email": "[email protected]"
9-
},
10-
"license": "BSD-3-Clause",
11-
"main": "lib/labplugin.js",
12-
"repository": {
13-
"type": "git",
14-
"url": "https://github.com/wolfv/jupyter-ros.git"
15-
},
16-
"keywords": [
17-
"jupyter",
18-
"widgets",
19-
"ipython",
20-
"ipywidgets",
21-
"jupyterlab-extension"
22-
],
23-
"files": [
24-
"lib/**/*.js",
25-
"dist/*.js"
26-
],
27-
"scripts": {
28-
"clean": "rimraf dist/ ../jupyros/nbextension ../jupyros/labextension",
29-
"build": "jlpm run build:lib && jlpm run build:labextension:dev",
30-
"build:lib": "webpack",
31-
"build:prod": "jlpm run clean && jlpm run build:lib && jlpm run build:labextension",
32-
"build:labextension": "jupyter labextension build .",
33-
"build:labextension:dev": "jupyter labextension build --development True .",
34-
"install:extension": "jlpm run build",
35-
"watch": "run-p watch:src && watch:labextension",
36-
"watch:src": "webpack --watch",
37-
"watch:labextension": "jupyter labextension watch .",
38-
"test": "echo \"Error: no test specified\" && exit 1",
39-
"prepublish": "webpack"
40-
},
41-
"devDependencies": {
42-
"@jupyterlab/builder": "^3.0.1",
43-
"npm-run-all": "^4.1.5",
44-
"rimraf": "^4.1.2",
45-
"webpack": "^5.75.0",
46-
"webpack-cli": "^5.0.1"
47-
},
48-
"dependencies": {
49-
"@jupyter-widgets/base": "^2.0.1 || ^3 || ^4",
50-
"lodash": "^4.17.21",
51-
"ros3d": "^1.0.0"
52-
},
53-
"jupyterlab": {
54-
"extension": "lib/labplugin.js",
55-
"outputDir": "../jupyros/labextension"
56-
}
2+
"name": "@robostack/jupyter-ros",
3+
"version": "0.7.0-a0",
4+
"description": "Jupyter widgets for the ROS ecosystem.",
5+
"homepage": "https://github.com/wolfv/jupyter-ros.git",
6+
"author": {
7+
"name": "Wolf Vollprecht",
8+
"email": "[email protected]"
9+
},
10+
"license": "BSD-3-Clause",
11+
"main": "lib/labplugin.js",
12+
"repository": {
13+
"type": "git",
14+
"url": "https://github.com/wolfv/jupyter-ros.git"
15+
},
16+
"keywords": [
17+
"jupyter",
18+
"widgets",
19+
"ipython",
20+
"ipywidgets",
21+
"jupyterlab-extension"
22+
],
23+
"files": [
24+
"lib/**/*.js",
25+
"dist/*.js"
26+
],
27+
"scripts": {
28+
"clean": "rimraf dist/ ../jupyros/nbextension ../jupyros/labextension",
29+
"build": "jlpm run build:lib && jlpm run build:labextension:dev",
30+
"build:lib": "webpack",
31+
"build:prod": "jlpm run clean && jlpm run build:lib && jlpm run build:labextension",
32+
"build:labextension": "jupyter labextension build .",
33+
"build:labextension:dev": "jupyter labextension build --development True .",
34+
"install:extension": "jlpm run build",
35+
"watch": "run-p watch:src && watch:labextension",
36+
"watch:src": "webpack --watch",
37+
"watch:labextension": "jupyter labextension watch .",
38+
"test": "echo \"Error: no test specified\" && exit 1",
39+
"prepublish": "webpack"
40+
},
41+
"devDependencies": {
42+
"@jupyterlab/builder": "^3.0.1",
43+
"npm-run-all": "^4.1.5",
44+
"rimraf": "^4.1.2",
45+
"webpack": "^5.75.0",
46+
"webpack-cli": "^5.0.1"
47+
},
48+
"dependencies": {
49+
"@jupyter-widgets/base": "^2.0.1 || ^3 || ^4",
50+
"lodash": "^4.17.21",
51+
"ros3d": "^1.0.0"
52+
},
53+
"jupyterlab": {
54+
"extension": "lib/labplugin.js",
55+
"outputDir": "../jupyros/labextension"
56+
}
5757
}

jupyros/_version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# This file is auto-generated by Hatchling. As such, do not:
22
# - modify
33
# - track in version control e.g. be sure to add to .gitignore
4-
__version__ = VERSION = '0.6.1'
4+
__version__ = VERSION = '0.7.0a0'

0 commit comments

Comments
 (0)