Skip to content

Commit

Permalink
v2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
laurensvalk committed Nov 24, 2023
1 parent 058b988 commit 816645a
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 20 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@

## [Unreleased]

## [2.2.0] - 2023-11-24

### Changed
- Updated firmware and docs to v3.3.0. This is a version bump with no changes.

## [2.2.0-rc.1] - 2023-11-20

### Fixed
Expand Down Expand Up @@ -1036,7 +1041,8 @@ Prerelease changes are documented at [support#48].

<!-- links for version headings -->

[Unreleased]: https://github.com/pybricks/pybricks-code/compare/v2.2.0-rc.1...HEAD
[Unreleased]: https://github.com/pybricks/pybricks-code/compare/v2.2.0...HEAD
[2.2.0]: https://github.com/pybricks/pybricks-code/compare/v2.2.0-rc.1..v2.2.0
[2.2.0-rc.1]: https://github.com/pybricks/pybricks-code/compare/v2.2.0-beta.9..v2.2.0-rc.1
[2.2.0-beta.9]: https://github.com/pybricks/pybricks-code/compare/v2.2.0-beta.8..v2.2.0-beta.9
[2.2.0-beta.8]: https://github.com/pybricks/pybricks-code/compare/v2.2.0-beta.7..v2.2.0-beta.8
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pybricks/pybricks-code",
"version": "2.2.0-rc.1",
"version": "2.2.0",
"license": "MIT",
"author": "The Pybricks Authors",
"repository": {
Expand All @@ -11,10 +11,10 @@
"@babel/core": "^7.23.3",
"@blueprintjs/core": "^5.6.0",
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.11",
"@pybricks/firmware": "7.9.0",
"@pybricks/ide-docs": "2.11.0",
"@pybricks/firmware": "7.10.0",
"@pybricks/ide-docs": "2.12.0",
"@pybricks/images": "^1.3.0",
"@pybricks/jedi": "1.11.0",
"@pybricks/jedi": "1.12.0",
"@pybricks/mpy-cross-v5": "^2.0.0",
"@pybricks/mpy-cross-v6": "^2.0.0",
"@pybricks/python-program-analysis": "^2.0.0",
Expand Down
30 changes: 15 additions & 15 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2789,19 +2789,19 @@ __metadata:
languageName: node
linkType: hard

"@pybricks/firmware@npm:7.9.0":
version: 7.9.0
resolution: "@pybricks/firmware@npm:7.9.0"
"@pybricks/firmware@npm:7.10.0":
version: 7.10.0
resolution: "@pybricks/firmware@npm:7.10.0"
dependencies:
jszip: ^3.7.1
checksum: 62c100df5e6bd36b95fda4f9075e8e51ee98cd47fefc258cd990239932346450f726e621503c8669926e8945bcfe8212bb3ac1f422b3fcb5bceb3541e64c8200
checksum: 4c6dae4aa248b5c3d87946de9d0907834ec604d58fe3433edfc2591aa84a963587f5088a5bb8aba2048170f4a0fbf99b6812f586fbe29bb7b830913b52351501
languageName: node
linkType: hard

"@pybricks/ide-docs@npm:2.11.0":
version: 2.11.0
resolution: "@pybricks/ide-docs@npm:2.11.0"
checksum: 66826f24a1c40e7921d78a3db6abdc5332a2bfe978e15f4e47a3af7799be9a0d8e5c84d5fde81075c11deb22ce91fe7c49d833113f840d6a3fcfdca5c9a17c6c
"@pybricks/ide-docs@npm:2.12.0":
version: 2.12.0
resolution: "@pybricks/ide-docs@npm:2.12.0"
checksum: f38ee228d432d2749df19d7769139a6bfa48f1c7f00403e16d56e6d3b57453aff6a1d89c36f4588bea02fc3d067fbc44b6683c0ba4bf9c82dcf0c62e1e33828b
languageName: node
linkType: hard

Expand All @@ -2812,10 +2812,10 @@ __metadata:
languageName: node
linkType: hard

"@pybricks/jedi@npm:1.11.0":
version: 1.11.0
resolution: "@pybricks/jedi@npm:1.11.0"
checksum: 68c8cb87c22c0a7ceaf5a6eafd915dca89096a8abc4cc1dd73ecbad4c2135dd59b63a1b8fe7646f0e27c343401567543615dc48cbd70818b5a5427f2c3b45dfb
"@pybricks/jedi@npm:1.12.0":
version: 1.12.0
resolution: "@pybricks/jedi@npm:1.12.0"
checksum: b3adf987097caad6b2c0c23279c77ded9d64e6b430469d1570ed250b0a546081725049fbf32ea4c85b49243f3b066054e05df34c590d4f1b59f3a0c3b6852086
languageName: node
linkType: hard

Expand All @@ -2840,10 +2840,10 @@ __metadata:
"@babel/core": ^7.23.3
"@blueprintjs/core": ^5.6.0
"@pmmmwh/react-refresh-webpack-plugin": ^0.5.11
"@pybricks/firmware": 7.9.0
"@pybricks/ide-docs": 2.11.0
"@pybricks/firmware": 7.10.0
"@pybricks/ide-docs": 2.12.0
"@pybricks/images": ^1.3.0
"@pybricks/jedi": 1.11.0
"@pybricks/jedi": 1.12.0
"@pybricks/mpy-cross-v5": ^2.0.0
"@pybricks/mpy-cross-v6": ^2.0.0
"@pybricks/python-program-analysis": ^2.0.0
Expand Down

0 comments on commit 816645a

Please sign in to comment.