From 193325fd442584415493cd0613ab876592eb52fe Mon Sep 17 00:00:00 2001 From: Lois Wells <88904316+loiswells97@users.noreply.github.com> Date: Thu, 21 Nov 2024 16:30:50 +0000 Subject: [PATCH] v0.28.8 (#1143) ### Fixed - Crashing caused by excessive file sizes (#1138) --- CHANGELOG.md | 10 ++++++++-- package.json | 2 +- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d1166906a..55c2b0854 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,12 +6,17 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), ## Unreleased +## [0.28.8] - 2024-11-21 + +### Fixed + +- Crashing caused by excessive file sizes (#1138) + ## [0.28.7] - 2024-11-08 ### Fixed - Bug causing py-enigma code to disable stop button -- Crashing caused by excessive file sizes (#1138) ### Changed @@ -978,7 +983,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.28.7...HEAD +[unreleased]: https://github.com/RaspberryPiFoundation/editor-ui/compare/v0.28.8...HEAD +[0.28.8]: https://github.com/RaspberryPiFoundation/editor-ui/releases/tag/v0.28.8 [0.28.7]: https://github.com/RaspberryPiFoundation/editor-ui/releases/tag/v0.28.7 [0.28.6]: https://github.com/RaspberryPiFoundation/editor-ui/releases/tag/v0.28.6 [0.28.5]: https://github.com/RaspberryPiFoundation/editor-ui/releases/tag/v0.28.5 diff --git a/package.json b/package.json index 762751131..f081fd4bc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@raspberrypifoundation/editor-ui", - "version": "0.28.7", + "version": "0.28.8", "private": true, "dependencies": { "@apollo/client": "^3.7.8",