Skip to content

Commit f4cb35c

Browse files
committed
Publish 0.1.2
SHA256 hashes: jupyterlab-niryo-one-0.1.2.tgz: 967b907b22aa7a0596e23372c2df57f1e6f0a1e26c0bb0b4410099e2284464a0 jupyterlab_niryo_one-0.1.2-py3-none-any.whl: 7d18e2a2a9b6487a583b145303685f319a0aca83b2310c0e0ff41e36645f7fe6 jupyterlab_niryo_one-0.1.2.tar.gz: 65ae8ec54321cdfdbc01b5e3d93731d8656e34cd4737cd39b5775819097bb8b5
1 parent 79d541e commit f4cb35c

File tree

3 files changed

+109
-95
lines changed

3 files changed

+109
-95
lines changed

CHANGELOG.md

Lines changed: 16 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,22 @@
22

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

5+
## 0.1.2
6+
7+
([Full Changelog](https://github.com/jupyter-robotics/jupyterlab-niryo-one/compare/v0.1.1...79d541e2491eecc8d6f5a243a7a37be39d6599f4))
8+
9+
### Maintenance and upkeep improvements
10+
11+
- Update `blockly` dependencies [#20](https://github.com/jupyter-robotics/jupyterlab-niryo-one/pull/20) ([@DenisaCG](https://github.com/DenisaCG))
12+
13+
### Contributors to this release
14+
15+
([GitHub contributors page for this release](https://github.com/jupyter-robotics/jupyterlab-niryo-one/graphs/contributors?from=2024-08-22&to=2024-08-28&type=c))
16+
17+
[@DenisaCG](https://github.com/search?q=repo%3Ajupyter-robotics%2Fjupyterlab-niryo-one+involves%3ADenisaCG+updated%3A2024-08-22..2024-08-28&type=Issues)
18+
19+
<!-- <END NEW CHANGELOG ENTRY> -->
20+
521
## 0.1.1
622

723
([Full Changelog](https://github.com/jupyter-robotics/jupyterlab-niryo-one/compare/3068f41cad5f9ef8a5c512fc2a3cc97fcb9ed38b...f2a531419800069c0dbf1d4b033f554bd38aba4f))
@@ -22,8 +38,6 @@
2238

2339
[@DenisaCG](https://github.com/search?q=repo%3Ajupyter-robotics%2Fjupyterlab-niryo-one+involves%3ADenisaCG+updated%3A2024-08-21..2024-08-22&type=Issues)
2440

25-
<!-- <END NEW CHANGELOG ENTRY> -->
26-
2741
## 0.1.0
2842

2943
([Full Changelog](https://github.com/jupyter-robotics/jupyterlab-niryo-one/compare/99737a8b11ccf7be67c38c6cf5710df46b5abb95...f2a531419800069c0dbf1d4b033f554bd38aba4f))

jupyterlab_niryo_one/_version.py

Lines changed: 1 addition & 1 deletion
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.1.1'
4+
__version__ = VERSION = '0.1.2'

package.json

Lines changed: 92 additions & 92 deletions
Original file line numberDiff line numberDiff line change
@@ -1,94 +1,94 @@
11
{
2-
"name": "jupyterlab-niryo-one",
3-
"version": "0.1.1",
4-
"description": "Blockly extension for JupyterLab to control the Niryo One robot.",
5-
"keywords": [
6-
"jupyter",
7-
"jupyterlab",
8-
"jupyterlab-extension",
9-
"ROS",
10-
"Niryo",
11-
"Niryo-One"
12-
],
13-
"homepage": "https://github.com/jupyter-robotics/jupyterlab-niryo-one",
14-
"bugs": {
15-
"url": "https://github.com/jupyter-robotics/jupyterlab-niryo-one/issues"
16-
},
17-
"license": "BSD-3-Clause",
18-
"author": {
19-
"name": "quantstack",
20-
"email": ""
21-
},
22-
"files": [
23-
"lib/**/*.{d.ts,eot,gif,html,jpg,js,js.map,json,png,svg,woff2,ttf}",
24-
"style/**/*.{css,js,eot,gif,html,jpg,json,png,svg,woff2,ttf}"
25-
],
26-
"main": "lib/index.js",
27-
"types": "lib/index.d.ts",
28-
"style": "style/index.css",
29-
"repository": {
30-
"type": "git",
31-
"url": "https://github.com/jupyter-robotics/jupyterlab-niryo-one.git"
32-
},
33-
"scripts": {
34-
"build": "jlpm build:lib && jlpm build:labextension:dev",
35-
"build:prod": "jlpm clean && jlpm build:lib:prod && jlpm build:labextension",
36-
"build:labextension": "jupyter labextension build .",
37-
"build:labextension:dev": "jupyter labextension build --development True .",
38-
"build:lib": "tsc --sourceMap",
39-
"build:lib:prod": "tsc",
40-
"clean": "jlpm clean:lib",
41-
"clean:lib": "rimraf lib tsconfig.tsbuildinfo",
42-
"clean:lintcache": "rimraf .eslintcache .stylelintcache jupyterlab_niryo_one/_version.py",
43-
"clean:labextension": "rimraf jupyterlab_niryo_one/labextension",
44-
"clean:all": "jlpm clean:lib && jlpm clean:labextension && jlpm clean:lintcache",
45-
"eslint": "jlpm eslint:check --fix",
46-
"eslint:check": "eslint . --cache --ext .ts,.tsx",
47-
"install:extension": "jlpm build",
48-
"lint": "jlpm stylelint && jlpm prettier && jlpm eslint",
49-
"lint:check": "jlpm stylelint:check && jlpm prettier:check && jlpm eslint:check",
50-
"prettier": "jlpm prettier:base --write --list-different",
51-
"prettier:base": "prettier \"**/*{.ts,.tsx,.js,.jsx,.css,.json,.md}\"",
52-
"prettier:check": "jlpm prettier:base --check",
53-
"stylelint": "jlpm stylelint:check --fix",
54-
"stylelint:check": "stylelint --cache \"style/**/*.css\"",
55-
"watch": "run-p watch:src watch:labextension",
56-
"watch:src": "tsc -w --sourceMap",
57-
"watch:labextension": "jupyter labextension watch ."
58-
},
59-
"dependencies": {
60-
"@jupyterlab/application": "^4.2",
61-
"blockly": "^11.1.1",
62-
"jupyterlab-blockly": "^0.3.3"
63-
},
64-
"devDependencies": {
65-
"@jupyterlab/builder": "^4.2.4",
66-
"@typescript-eslint/eslint-plugin": "^5.12.1",
67-
"@typescript-eslint/parser": "^5.12.1",
68-
"eslint": "^8.9.0",
69-
"eslint-config-prettier": "^8.4.0",
70-
"eslint-plugin-prettier": "^4.0.0",
71-
"npm-run-all": "^4.1.5",
72-
"prettier": "^2.5.1",
73-
"rimraf": "^3.0.2",
74-
"stylelint": "^14.3.0",
75-
"stylelint-config-prettier": "^9.0.3",
76-
"stylelint-config-recommended": "^6.0.0",
77-
"stylelint-config-standard": "~24.0.0",
78-
"stylelint-prettier": "^2.0.0",
79-
"typescript": "~5.0.2"
80-
},
81-
"sideEffects": [
82-
"style/*.css",
83-
"style/index.js"
84-
],
85-
"styleModule": "style/index.js",
86-
"publishConfig": {
87-
"access": "public"
88-
},
89-
"jupyterlab": {
90-
"extension": true,
91-
"outputDir": "jupyterlab_niryo_one/labextension",
92-
"webpackConfig": "./webpack.config.js"
93-
}
2+
"name": "jupyterlab-niryo-one",
3+
"version": "0.1.2",
4+
"description": "Blockly extension for JupyterLab to control the Niryo One robot.",
5+
"keywords": [
6+
"jupyter",
7+
"jupyterlab",
8+
"jupyterlab-extension",
9+
"ROS",
10+
"Niryo",
11+
"Niryo-One"
12+
],
13+
"homepage": "https://github.com/jupyter-robotics/jupyterlab-niryo-one",
14+
"bugs": {
15+
"url": "https://github.com/jupyter-robotics/jupyterlab-niryo-one/issues"
16+
},
17+
"license": "BSD-3-Clause",
18+
"author": {
19+
"name": "quantstack",
20+
"email": ""
21+
},
22+
"files": [
23+
"lib/**/*.{d.ts,eot,gif,html,jpg,js,js.map,json,png,svg,woff2,ttf}",
24+
"style/**/*.{css,js,eot,gif,html,jpg,json,png,svg,woff2,ttf}"
25+
],
26+
"main": "lib/index.js",
27+
"types": "lib/index.d.ts",
28+
"style": "style/index.css",
29+
"repository": {
30+
"type": "git",
31+
"url": "https://github.com/jupyter-robotics/jupyterlab-niryo-one.git"
32+
},
33+
"scripts": {
34+
"build": "jlpm build:lib && jlpm build:labextension:dev",
35+
"build:prod": "jlpm clean && jlpm build:lib:prod && jlpm build:labextension",
36+
"build:labextension": "jupyter labextension build .",
37+
"build:labextension:dev": "jupyter labextension build --development True .",
38+
"build:lib": "tsc --sourceMap",
39+
"build:lib:prod": "tsc",
40+
"clean": "jlpm clean:lib",
41+
"clean:lib": "rimraf lib tsconfig.tsbuildinfo",
42+
"clean:lintcache": "rimraf .eslintcache .stylelintcache jupyterlab_niryo_one/_version.py",
43+
"clean:labextension": "rimraf jupyterlab_niryo_one/labextension",
44+
"clean:all": "jlpm clean:lib && jlpm clean:labextension && jlpm clean:lintcache",
45+
"eslint": "jlpm eslint:check --fix",
46+
"eslint:check": "eslint . --cache --ext .ts,.tsx",
47+
"install:extension": "jlpm build",
48+
"lint": "jlpm stylelint && jlpm prettier && jlpm eslint",
49+
"lint:check": "jlpm stylelint:check && jlpm prettier:check && jlpm eslint:check",
50+
"prettier": "jlpm prettier:base --write --list-different",
51+
"prettier:base": "prettier \"**/*{.ts,.tsx,.js,.jsx,.css,.json,.md}\"",
52+
"prettier:check": "jlpm prettier:base --check",
53+
"stylelint": "jlpm stylelint:check --fix",
54+
"stylelint:check": "stylelint --cache \"style/**/*.css\"",
55+
"watch": "run-p watch:src watch:labextension",
56+
"watch:src": "tsc -w --sourceMap",
57+
"watch:labextension": "jupyter labextension watch ."
58+
},
59+
"dependencies": {
60+
"@jupyterlab/application": "^4.2",
61+
"blockly": "^11.1.1",
62+
"jupyterlab-blockly": "^0.3.3"
63+
},
64+
"devDependencies": {
65+
"@jupyterlab/builder": "^4.2.4",
66+
"@typescript-eslint/eslint-plugin": "^5.12.1",
67+
"@typescript-eslint/parser": "^5.12.1",
68+
"eslint": "^8.9.0",
69+
"eslint-config-prettier": "^8.4.0",
70+
"eslint-plugin-prettier": "^4.0.0",
71+
"npm-run-all": "^4.1.5",
72+
"prettier": "^2.5.1",
73+
"rimraf": "^3.0.2",
74+
"stylelint": "^14.3.0",
75+
"stylelint-config-prettier": "^9.0.3",
76+
"stylelint-config-recommended": "^6.0.0",
77+
"stylelint-config-standard": "~24.0.0",
78+
"stylelint-prettier": "^2.0.0",
79+
"typescript": "~5.0.2"
80+
},
81+
"sideEffects": [
82+
"style/*.css",
83+
"style/index.js"
84+
],
85+
"styleModule": "style/index.js",
86+
"publishConfig": {
87+
"access": "public"
88+
},
89+
"jupyterlab": {
90+
"extension": true,
91+
"outputDir": "jupyterlab_niryo_one/labextension",
92+
"webpackConfig": "./webpack.config.js"
93+
}
9494
}

0 commit comments

Comments
 (0)