From b74aa10e43a09b466486155d44204ebe14ee8863 Mon Sep 17 00:00:00 2001 From: Ram Modhvadia Date: Mon, 13 Oct 2025 10:25:20 +0100 Subject: [PATCH 1/4] update version --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index dfe992497..8ccdda586 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@raspberrypifoundation/editor-ui", - "version": "0.31.1", + "version": "0.31.2", "private": true, "dependencies": { "@apollo/client": "^3.7.8", From e3b65e0a0617e84d6eee01e6ef02be82e6a2682a Mon Sep 17 00:00:00 2001 From: Ram Modhvadia Date: Mon, 13 Oct 2025 10:25:44 +0100 Subject: [PATCH 2/4] update changelog --- CHANGELOG.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 88628aa04..11de7dfff 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ 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 +## [0.31.2] - 2025-10-13 ### Added @@ -1167,7 +1167,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.31.1...HEAD +[unreleased]: https://github.com/RaspberryPiFoundation/editor-ui/compare/v0.31.2...HEAD +[0.31.2]: https://github.com/RaspberryPiFoundation/editor-ui/releases/tag/v0.31.2 [0.31.1]: https://github.com/RaspberryPiFoundation/editor-ui/releases/tag/v0.31.1 [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 From 1d65788ad9ce8a886922b9310043dcf6565813b4 Mon Sep 17 00:00:00 2001 From: Ram Modhvadia Date: Mon, 13 Oct 2025 11:19:36 +0100 Subject: [PATCH 3/4] update version number to 0.32.0 --- CHANGELOG.md | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 11de7dfff..34e5c0a16 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ 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). -## [0.31.2] - 2025-10-13 +## [0.32.0] - 2025-10-13 ### Added @@ -1168,7 +1168,7 @@ 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.31.2...HEAD -[0.31.2]: https://github.com/RaspberryPiFoundation/editor-ui/releases/tag/v0.31.2 +[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 [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 diff --git a/package.json b/package.json index 8ccdda586..333bcab56 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@raspberrypifoundation/editor-ui", - "version": "0.31.2", + "version": "0.32.0", "private": true, "dependencies": { "@apollo/client": "^3.7.8", From f9311803e7870537e1d8dce05205928f1511eea4 Mon Sep 17 00:00:00 2001 From: Ram Modhvadia Date: Mon, 13 Oct 2025 11:22:17 +0100 Subject: [PATCH 4/4] update missed version number --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 34e5c0a16..ed8b33601 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1167,7 +1167,7 @@ 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.31.2...HEAD +[unreleased]: https://github.com/RaspberryPiFoundation/editor-ui/compare/v0.32.0...HEAD [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 [0.31.0]: https://github.com/RaspberryPiFoundation/editor-ui/releases/tag/v0.31.0