Skip to content

Commit b24bd6a

Browse files
committed
package: update firmware to v3.2.2
1 parent 9b1d602 commit b24bd6a

File tree

3 files changed

+16
-6
lines changed

3 files changed

+16
-6
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,16 @@
44

55
## [Unreleased]
66

7+
### Changed
8+
- Updated firmware to v3.2.2:
9+
10+
#### Fixed
11+
- Fixed some objects do not implement `__hash__` ([support#876]).
12+
- Fixed `Motor.run_time` not completing under load ([support#903]).
13+
14+
[support#876]: https://github.com/pybricks/support/issues/876
15+
[support#903]: https://github.com/pybricks/support/issues/903
16+
717
## [2.1.0-beta.4] - 2022-12-30
818

919
### Changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"@blueprintjs/popover2": "^1.10.2",
1414
"@blueprintjs/select": "^4.8.12",
1515
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.10",
16-
"@pybricks/firmware": "6.6.0",
16+
"@pybricks/firmware": "6.7.0",
1717
"@pybricks/ide-docs": "2.7.0",
1818
"@pybricks/images": "^1.3.0",
1919
"@pybricks/jedi": "1.7.0",

yarn.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2360,12 +2360,12 @@ __metadata:
23602360
languageName: node
23612361
linkType: hard
23622362

2363-
"@pybricks/firmware@npm:6.6.0":
2364-
version: 6.6.0
2365-
resolution: "@pybricks/firmware@npm:6.6.0"
2363+
"@pybricks/firmware@npm:6.7.0":
2364+
version: 6.7.0
2365+
resolution: "@pybricks/firmware@npm:6.7.0"
23662366
dependencies:
23672367
jszip: ^3.7.1
2368-
checksum: 9f57db8bc558994ddf8ca0e2ceeb9cb9ca01d829b2e9ad3981a6d70e1cce2cb5065313e13654d4069ce6423e4b0c8a7d2a24bc50d91e68457b335e9dc6fbb8a7
2368+
checksum: 934edfa4c198fda9a9730197c9451e98a3219f3819f76c285bbaff0fd15b0a8b2716aaa6b6783cf84437cfdf3ea2808dedf275d6548fc4a6c3f165a37a1be4d0
23692369
languageName: node
23702370
linkType: hard
23712371

@@ -2413,7 +2413,7 @@ __metadata:
24132413
"@blueprintjs/popover2": ^1.10.2
24142414
"@blueprintjs/select": ^4.8.12
24152415
"@pmmmwh/react-refresh-webpack-plugin": ^0.5.10
2416-
"@pybricks/firmware": 6.6.0
2416+
"@pybricks/firmware": 6.7.0
24172417
"@pybricks/ide-docs": 2.7.0
24182418
"@pybricks/images": ^1.3.0
24192419
"@pybricks/jedi": 1.7.0

0 commit comments

Comments
 (0)