From 54dca617700c8f8e1b8e63ac25328911089e43cb Mon Sep 17 00:00:00 2001 From: Lois Wells <88904316+loiswells97@users.noreply.github.com> Date: Fri, 25 Oct 2024 16:41:41 +0100 Subject: [PATCH] v0.28.5 (#1127) ### Fixed - Image sizing and wrapping in the sidebar (#1126) --- CHANGELOG.md | 5 ++++- package.json | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 20722d3cd..e1e9c2719 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.28.5] - 2024-10-25 + ### Fixed - Image sizing and wrapping in the sidebar (#1126) @@ -946,7 +948,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.4...HEAD +[unreleased]: https://github.com/RaspberryPiFoundation/editor-ui/compare/v0.28.5...HEAD +[0.28.5]: https://github.com/RaspberryPiFoundation/editor-ui/releases/tag/v0.28.5 [0.28.4]: https://github.com/RaspberryPiFoundation/editor-ui/releases/tag/v0.28.4 [0.28.3]: https://github.com/RaspberryPiFoundation/editor-ui/releases/tag/v0.28.3 [0.28.2]: https://github.com/RaspberryPiFoundation/editor-ui/releases/tag/v0.28.2 diff --git a/package.json b/package.json index be6c081f6..ad7e17859 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@raspberrypifoundation/editor-ui", - "version": "0.28.4", + "version": "0.28.5", "private": true, "dependencies": { "@apollo/client": "^3.7.8",