Skip to content

Commit 193325f

Browse files
authored
v0.28.8 (#1143)
### Fixed - Crashing caused by excessive file sizes (#1138)
1 parent f63926e commit 193325f

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
lines changed

CHANGELOG.md

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

77
## Unreleased
88

9+
## [0.28.8] - 2024-11-21
10+
11+
### Fixed
12+
13+
- Crashing caused by excessive file sizes (#1138)
14+
915
## [0.28.7] - 2024-11-08
1016

1117
### Fixed
1218

1319
- Bug causing py-enigma code to disable stop button
14-
- Crashing caused by excessive file sizes (#1138)
1520

1621
### Changed
1722

@@ -978,7 +983,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
978983

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

981-
[unreleased]: https://github.com/RaspberryPiFoundation/editor-ui/compare/v0.28.7...HEAD
986+
[unreleased]: https://github.com/RaspberryPiFoundation/editor-ui/compare/v0.28.8...HEAD
987+
[0.28.8]: https://github.com/RaspberryPiFoundation/editor-ui/releases/tag/v0.28.8
982988
[0.28.7]: https://github.com/RaspberryPiFoundation/editor-ui/releases/tag/v0.28.7
983989
[0.28.6]: https://github.com/RaspberryPiFoundation/editor-ui/releases/tag/v0.28.6
984990
[0.28.5]: https://github.com/RaspberryPiFoundation/editor-ui/releases/tag/v0.28.5

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.7",
3+
"version": "0.28.8",
44
"private": true,
55
"dependencies": {
66
"@apollo/client": "^3.7.8",

0 commit comments

Comments
 (0)