Skip to content

Commit 2bff51e

Browse files
authored
V0.32.0 (#1256)
### Added - Sidebar plugin functionality (#1251) ### Changed - Changed `set_pixel` to quantise the colour before writing (#1247) - Changed Prism config to use babel plugin enabling line highlighting and numbering (#1254)
1 parent c98d12e commit 2bff51e

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

CHANGELOG.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.
44

55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7-
## Unreleased
7+
## [0.32.0] - 2025-10-13
88

99
### Added
1010

@@ -1167,7 +1167,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
11671167

11681168
- Events in Web Component indicating whether Mission Zero criteria have been met (#113)
11691169

1170-
[unreleased]: https://github.com/RaspberryPiFoundation/editor-ui/compare/v0.31.1...HEAD
1170+
[unreleased]: https://github.com/RaspberryPiFoundation/editor-ui/compare/v0.32.0...HEAD
1171+
[0.32.0]: https://github.com/RaspberryPiFoundation/editor-ui/releases/tag/v0.32.0
11711172
[0.31.1]: https://github.com/RaspberryPiFoundation/editor-ui/releases/tag/v0.31.1
11721173
[0.31.0]: https://github.com/RaspberryPiFoundation/editor-ui/releases/tag/v0.31.0
11731174
[0.30.3]: https://github.com/RaspberryPiFoundation/editor-ui/releases/tag/v0.30.3

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@raspberrypifoundation/editor-ui",
3-
"version": "0.31.1",
3+
"version": "0.32.0",
44
"private": true,
55
"dependencies": {
66
"@apollo/client": "^3.7.8",

0 commit comments

Comments
 (0)