Skip to content

Commit 162b97c

Browse files
committed
@pybricks/firmware/v7.27.0
1 parent b4a70fe commit 162b97c

4 files changed

Lines changed: 12 additions & 6 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1234,7 +1234,8 @@ Prerelease changes are documented at [support#48].
12341234

12351235

12361236
<!-- diff links for headers -->
1237-
[Unreleased]: https://github.com/pybricks/pybricks-micropython/compare/v4.0.0b3...HEAD
1237+
[Unreleased]: https://github.com/pybricks/pybricks-micropython/compare/v4.0.0b4...HEAD
1238+
[4.0.0b4]: https://github.com/pybricks/pybricks-micropython/compare/v4.0.0b3...v4.0.0b4
12381239
[4.0.0b3]: https://github.com/pybricks/pybricks-micropython/compare/v4.0.0b2...v4.0.0b3
12391240
[4.0.0b2]: https://github.com/pybricks/pybricks-micropython/compare/v4.0.0b1...v4.0.0b2
12401241
[4.0.0b1]: https://github.com/pybricks/pybricks-micropython/compare/v3.6.1...v4.0.0b1

npm/firmware/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## 7.27.0 - 2026-01-22
2+
3+
### Changed
4+
- Updated firmware to v4.0.0b3.
5+
16
## 7.26.0 - 2025-12-05
27

38
### Changed

npm/firmware/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@pybricks/firmware",
3-
"version": "7.26.0",
4-
"firmwareTag": "v4.0.0b3",
3+
"version": "7.27.0",
4+
"firmwareTag": "v4.0.0b4",
55
"description": "Pybricks firmware",
66
"main": "./build/index.js",
77
"types": "./build/index.d.ts",

npm/firmware/yarn.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2230,9 +2230,9 @@ locate-path@^5.0.0:
22302230
p-locate "^4.1.0"
22312231

22322232
lodash@4.x, lodash@^4.7.0:
2233-
version "4.17.21"
2234-
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.21.tgz#679591c564c3bffaae8454cf0b3df370c3d6911c"
2235-
integrity sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==
2233+
version "4.17.23"
2234+
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.23.tgz#f113b0378386103be4f6893388c73d0bde7f2c5a"
2235+
integrity sha512-LgVTMpQtIopCi79SJeDiP0TfWi5CNEc/L/aRdTh3yIvmZXTnheWpKjSZhnvMl8iXbC1tFg9gdHHDMLoV7CnG+w==
22362236

22372237
lru-cache@^6.0.0:
22382238
version "6.0.0"

0 commit comments

Comments
 (0)