Skip to content
Merged

v0.31.0 #1245

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),

## Unreleased

## [0.31.0] - 2025-09-19

### Added

- Ability to translate demo project instructions (#1230)
Expand Down Expand Up @@ -1150,7 +1152,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),

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

[unreleased]: https://github.com/RaspberryPiFoundation/editor-ui/compare/v0.30.3...HEAD
[unreleased]: https://github.com/RaspberryPiFoundation/editor-ui/compare/v0.31.0...HEAD
[0.31.0]: https://github.com/RaspberryPiFoundation/editor-ui/releases/tag/v0.31.0
[0.30.3]: https://github.com/RaspberryPiFoundation/editor-ui/releases/tag/v0.30.3
[0.30.2]: https://github.com/RaspberryPiFoundation/editor-ui/releases/tag/v0.30.2
[0.30.1]: https://github.com/RaspberryPiFoundation/editor-ui/releases/tag/v0.30.1
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@raspberrypifoundation/editor-ui",
"version": "0.30.3",
"version": "0.31.0",
"private": true,
"dependencies": {
"@apollo/client": "^3.7.8",
Expand Down
Loading