We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a28b076 commit c858dddCopy full SHA for c858ddd
3 files changed
CHANGELOG.md
@@ -32,7 +32,7 @@
32
[support#2620]: https://github.com/pybricks/support/issues/2620
33
[support#2621]: https://github.com/pybricks/support/issues/2621
34
35
-## [4.0.0b7] - 2026-02-19
+## [4.0.0b7] - 2026-02-26
36
37
### Added
38
- Added supporters to EV3 closing credits.
npm/firmware/CHANGELOG.md
@@ -1,3 +1,8 @@
1
+## 7.31.0 - 2026-03-19
2
+
3
+### Changed
4
+- Updated firmware to v4.0.0b8.
5
6
## 7.30.0 - 2026-02-27
7
8
### Changed
npm/firmware/package.json
@@ -1,7 +1,7 @@
{
"name": "@pybricks/firmware",
- "version": "7.30.0",
- "firmwareTag": "v4.0.0b7",
+ "version": "7.31.0",
+ "firmwareTag": "v4.0.0b8",
"description": "Pybricks firmware",
"main": "./build/index.js",
"types": "./build/index.d.ts",
0 commit comments