Skip to content

Commit 04fb7e3

Browse files
committed
@pybricks/images/v1.4.0
1 parent 5814a73 commit 04fb7e3

File tree

6 files changed

+185
-2
lines changed

6 files changed

+185
-2
lines changed

doc/main/diagrams/icon_ev3hub.png

126 KB
Loading

doc/main/diagrams/icon_nxthub.png

101 KB
Loading
Lines changed: 89 additions & 0 deletions
Loading
Lines changed: 89 additions & 0 deletions
Loading

npm/images/CHANGELOG.md

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

33
<!-- refer to https://keepachangelog.com/en/1.0.0/ for guidance -->
44

5+
## 1.4.0 - 2022-12-19
6+
7+
### Added
8+
- Added existing NXT and EV3 hub images to published package.
9+
510
## 1.3.0 - 2022-12-19
611

712
### Added

npm/images/build.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@
99
IMAGE_DIR = (
1010
pathlib.Path(__file__).parent.parent.parent / "doc" / "main" / "diagrams"
1111
).resolve()
12-
HUBS = ["move", "city", "technic", "prime", "essential", "inventor"]
12+
HUBS = ["move", "city", "technic", "prime", "essential", "inventor", "ev3", "nxt"]
1313

1414
package_json = {
1515
"name": "@pybricks/images",
16-
"version": "1.3.0",
16+
"version": "1.4.0",
1717
"description": "Distribution of Pybricks images.",
1818
"license": "MIT",
1919
"repository": {

0 commit comments

Comments
 (0)