From 3e1cd802f0f16eb03d6b6039f95902e0056aeac8 Mon Sep 17 00:00:00 2001 From: Patrick Cherry Date: Tue, 18 Nov 2025 18:03:49 +0000 Subject: [PATCH 1/2] Release prep for v0.34.1 --- CHANGELOG.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ff839d1ed..4d66ee22c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,7 +6,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), ## Unreleased +## [0.34.1] - 2025-11-18 + ### Fixed + - Font size selection now works in the web component (#1277) ## [0.34.0] - 2025-11-17 @@ -1203,7 +1206,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.34.0...HEAD +[unreleased]: https://github.com/RaspberryPiFoundation/editor-ui/compare/v0.34.1...HEAD +[0.34.1]: https://github.com/RaspberryPiFoundation/editor-ui/releases/tag/v0.34.1 [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 From f5e942221c92ee4658d81a90f196a8e481775353 Mon Sep 17 00:00:00 2001 From: Patrick Cherry Date: Tue, 18 Nov 2025 18:05:04 +0000 Subject: [PATCH 2/2] Update package.json version --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 99ed73555..660a3bf2a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@raspberrypifoundation/editor-ui", - "version": "0.34.0", + "version": "0.34.1", "private": true, "dependencies": { "@apollo/client": "^3.7.8",