File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 44
55## [ Unreleased]
66
7+ ## [ 2.1.0-beta.2] - 2022-12-26
8+
9+ ### Changed
10+ - Updated firmware to v3.2.1:
11+
12+ #### Fixed
13+ - Fixed ` imu.angular_velocity ` returning the values of ` imu.acceleration ` .
14+
15+ [ support#885 ] : https://github.com/pybricks/support/issues/885
16+
717## [ 2.1.0-beta.1] - 2022-12-23
818
919### Added
@@ -643,7 +653,8 @@ Prerelease changes are documented at [support#48].
643653
644654<!-- links for version headings -->
645655
646- [ Unreleased ] : https://github.com/pybricks/pybricks-code/compare/v2.1.0-beta.1...HEAD
656+ [ Unreleased ] : https://github.com/pybricks/pybricks-code/compare/v2.1.0-beta.2...HEAD
657+ [ 2.1.0-beta.2 ] : https://github.com/pybricks/pybricks-code/compare/v2.1.0-beta.1...v2.1.0-beta.2
647658[ 2.1.0-beta.1 ] : https://github.com/pybricks/pybricks-code/compare/v2.0.1...v2.1.0-beta.1
648659[ 2.0.1 ] : https://github.com/pybricks/pybricks-code/compare/v2.0.0...v2.0.1
649660[ 2.0.0 ] : https://github.com/pybricks/pybricks-code/compare/v2.0.0-rc.1...v2.0.0
Original file line number Diff line number Diff line change 11{
22 "name" : " @pybricks/pybricks-code" ,
3- "version" : " 2.1.0-beta.1 " ,
3+ "version" : " 2.1.0-beta.2 " ,
44 "license" : " MIT" ,
55 "author" : " The Pybricks Authors" ,
66 "repository" : {
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.5 .0" ,
16+ "@pybricks/firmware" : " 6.6 .0" ,
1717 "@pybricks/ide-docs" : " 2.7.0" ,
1818 "@pybricks/images" : " ^1.3.0" ,
1919 "@pybricks/jedi" : " 1.6.0" ,
Original file line number Diff line number Diff line change @@ -2360,12 +2360,12 @@ __metadata:
23602360 languageName: node
23612361 linkType: hard
23622362
2363- "@pybricks/firmware@npm:6.5 .0":
2364- version: 6.5 .0
2365- resolution: "@pybricks/firmware@npm:6.5 .0"
2363+ "@pybricks/firmware@npm:6.6 .0":
2364+ version: 6.6 .0
2365+ resolution: "@pybricks/firmware@npm:6.6 .0"
23662366 dependencies:
23672367 jszip: ^3.7.1
2368- checksum: 1c2518d4e9f8ef2a76be60a30af734b441dbb336b398d7759481f20392e3378e0dbd5927b0f6754f7c29b26e03d3adf78ff2fbb687779fad2f492a3117ce3efa
2368+ checksum: 9f57db8bc558994ddf8ca0e2ceeb9cb9ca01d829b2e9ad3981a6d70e1cce2cb5065313e13654d4069ce6423e4b0c8a7d2a24bc50d91e68457b335e9dc6fbb8a7
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.5 .0
2416+ "@pybricks/firmware": 6.6 .0
24172417 "@pybricks/ide-docs": 2.7.0
24182418 "@pybricks/images": ^1.3.0
24192419 "@pybricks/jedi": 1.6.0
You can’t perform that action at this time.
0 commit comments