From 5a8e0694da78a2b34e9a9000a97b906f3c6a9c03 Mon Sep 17 00:00:00 2001 From: Lois Wells <88904316+loiswells97@users.noreply.github.com> Date: Tue, 9 Dec 2025 14:48:42 +0000 Subject: [PATCH 1/2] Update package.json --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 660a3bf2a..8a8573118 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@raspberrypifoundation/editor-ui", - "version": "0.34.1", + "version": "0.34.2", "private": true, "dependencies": { "@apollo/client": "^3.7.8", From c418a8f7c43ffeaef6495f1b54fe9bc8dcd90b2f Mon Sep 17 00:00:00 2001 From: Lois Wells <88904316+loiswells97@users.noreply.github.com> Date: Tue, 9 Dec 2025 14:51:13 +0000 Subject: [PATCH 2/2] Update CHANGELOG for version 0.34.2 Updated changelog for version 0.34.2 release. --- CHANGELOG.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 932f6b88a..96afe57d7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,9 @@ All notable changes to this project will be documented in this file. 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). -## Unreleased +## [Unreleased] + +## [0.34.2] - 2025-12-09 ### Added @@ -1214,7 +1216,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.1...HEAD +[unreleased]: https://github.com/RaspberryPiFoundation/editor-ui/compare/v0.34.2...HEAD +[0.34.2]: https://github.com/RaspberryPiFoundation/editor-ui/releases/tag/v0.34.2 [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