Skip to content

Commit 54dca61

Browse files
authored
v0.28.5 (#1127)
### Fixed - Image sizing and wrapping in the sidebar (#1126)
1 parent e8f0d9e commit 54dca61

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66

77
## Unreleased
88

9+
## [0.28.5] - 2024-10-25
10+
911
### Fixed
1012

1113
- 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/),
946948

947949
- Events in Web Component indicating whether Mission Zero criteria have been met (#113)
948950

949-
[unreleased]: https://github.com/RaspberryPiFoundation/editor-ui/compare/v0.28.4...HEAD
951+
[unreleased]: https://github.com/RaspberryPiFoundation/editor-ui/compare/v0.28.5...HEAD
952+
[0.28.5]: https://github.com/RaspberryPiFoundation/editor-ui/releases/tag/v0.28.5
950953
[0.28.4]: https://github.com/RaspberryPiFoundation/editor-ui/releases/tag/v0.28.4
951954
[0.28.3]: https://github.com/RaspberryPiFoundation/editor-ui/releases/tag/v0.28.3
952955
[0.28.2]: https://github.com/RaspberryPiFoundation/editor-ui/releases/tag/v0.28.2

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@raspberrypifoundation/editor-ui",
3-
"version": "0.28.4",
3+
"version": "0.28.5",
44
"private": true,
55
"dependencies": {
66
"@apollo/client": "^3.7.8",

0 commit comments

Comments
 (0)