npm/images: add hub-inventor.png file to package

This commit is contained in:
David Lechner
2022-10-28 12:38:07 -05:00
parent d49bc548c7
commit b84fed1de9
2 changed files with 7 additions and 2 deletions
+5
View File
@@ -2,6 +2,11 @@
<!-- refer to https://keepachangelog.com/en/1.0.0/ for guidance --> <!-- refer to https://keepachangelog.com/en/1.0.0/ for guidance -->
## 1.1.0 - 2022-10-28
### Added
- Added MINDSTORMS Robot Inventor hub image.
## 1.0.0 - 2022-10-28 ## 1.0.0 - 2022-10-28
### Added ### Added
+2 -2
View File
@@ -8,11 +8,11 @@ BUILD_DIR = (pathlib.Path(__file__).parent / "build").resolve()
IMAGE_DIR = ( IMAGE_DIR = (
pathlib.Path(__file__).parent.parent.parent / "doc" / "main" / "cad" / "output" pathlib.Path(__file__).parent.parent.parent / "doc" / "main" / "cad" / "output"
).resolve() ).resolve()
HUBS = ["move", "city", "technic", "prime", "essential"] HUBS = ["move", "city", "technic", "prime", "essential", "inventor"]
package_json = { package_json = {
"name": "@pybricks/images", "name": "@pybricks/images",
"version": "1.0.0", "version": "1.1.0",
"description": "Distribution of Pybricks images.", "description": "Distribution of Pybricks images.",
"license": "MIT", "license": "MIT",
"repository": { "repository": {