Skip to content
Merged
Show file tree
Hide file tree
Changes from 4 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.34.0] - 2025-11-13
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

could we just bump this to today's date please, since it includes a newer change? 🙌


### Added

- Font-family variables that can be used to customise the sans-serif and monospace fonts used in the editor (#1264)
Expand Down Expand Up @@ -1198,7 +1200,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.33.0...HEAD
[unreleased]: https://github.com/RaspberryPiFoundation/editor-ui/compare/v0.34.0...HEAD
[0.34.0]: https://github.com/RaspberryPiFoundation/editor-ui/releases/tag/v0.34.0
[0.33.0]: https://github.com/RaspberryPiFoundation/editor-ui/releases/tag/v0.33.0
[0.32.0]: https://github.com/RaspberryPiFoundation/editor-ui/releases/tag/v0.32.0
[0.31.1]: https://github.com/RaspberryPiFoundation/editor-ui/releases/tag/v0.31.1
Expand Down
2 changes: 1 addition & 1 deletion COPYRIGHT
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Source: https://github.com/RaspberryPiFoundation/editor-ui

Files: *
Copyright: 2021-2023 Raspberry Pi Foundation <[email protected]>
Copyright: 2021-2025 Raspberry Pi Foundation <[email protected]>
License: Apache-2.0
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
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.33.0",
"version": "0.34.0",
"private": true,
"dependencies": {
"@apollo/client": "^3.7.8",
Expand Down
Loading