From b174130e57527aa114263a15456c5ec2fd7ed89d Mon Sep 17 00:00:00 2001 From: Patrick Cherry Date: Thu, 13 Nov 2025 12:21:36 +0000 Subject: [PATCH 1/3] Update changelog Update CHANGELOG date --- CHANGELOG.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c9af701cc..67aaa53d8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 + ### Added - Font-family variables that can be used to customise the sans-serif and monospace fonts used in the editor (#1264) @@ -1197,7 +1199,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 From 74711f264a097ee2fb3d2ba88cf4a4e78a9f5a2f Mon Sep 17 00:00:00 2001 From: Patrick Cherry Date: Thu, 13 Nov 2025 12:29:05 +0000 Subject: [PATCH 2/3] Update version in package.json --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index ac09c63b5..99ed73555 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@raspberrypifoundation/editor-ui", - "version": "0.33.0", + "version": "0.34.0", "private": true, "dependencies": { "@apollo/client": "^3.7.8", From b5a1ac64a6f7583bd6561fb905e587045f5da999 Mon Sep 17 00:00:00 2001 From: Patrick Cherry Date: Thu, 13 Nov 2025 12:29:27 +0000 Subject: [PATCH 3/3] Update year in COPYRIGHT --- COPYRIGHT | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/COPYRIGHT b/COPYRIGHT index 0bfb399ed..8637fa025 100644 --- a/COPYRIGHT +++ b/COPYRIGHT @@ -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 +Copyright: 2021-2025 Raspberry Pi Foundation 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.