@@ -6,7 +6,13 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
77## Unreleased
88
9- ## [ 0.28.6] - 2024-10-29
9+ ## [ 0.28.7] - 2024-11-08
10+
11+ ### Fixed
12+
13+ - Bug causing py-enigma code to disable stop button
14+
15+ ## [ 0.28.6] - 2024-11-08
1016
1117### Fixed
1218
@@ -19,7 +25,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
1925- REACT_APP_API_ENDPOINT env var is now only a default for the editor-wc prop, which can be overridden (#1124 )
2026- added "Help" link to the information panel in the sidebar as the first link
2127
22- ### Removed
28+ ### Removed
2329
2430- REACT_APP_AUTHENTICATION_URL env var no longer used and is instead a editor-wc prop (#1124 )
2531
@@ -80,7 +86,6 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
8086- Build to include public files (#1112 )
8187- Persisting choice of tabbed/split view when running ` python ` code (#1114 )
8288
83-
8489## [ 0.27.1] - 2024-10-01
8590
8691### Fixed
@@ -966,7 +971,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
966971
967972- Events in Web Component indicating whether Mission Zero criteria have been met (#113 )
968973
969- [ unreleased ] : https://github.com/RaspberryPiFoundation/editor-ui/compare/v0.28.6...HEAD
974+ [ unreleased ] : https://github.com/RaspberryPiFoundation/editor-ui/compare/v0.28.7...HEAD
975+ [ 0.28.7 ] : https://github.com/RaspberryPiFoundation/editor-ui/releases/tag/v0.28.7
970976[ 0.28.6 ] : https://github.com/RaspberryPiFoundation/editor-ui/releases/tag/v0.28.6
971977[ 0.28.5 ] : https://github.com/RaspberryPiFoundation/editor-ui/releases/tag/v0.28.5
972978[ 0.28.4 ] : https://github.com/RaspberryPiFoundation/editor-ui/releases/tag/v0.28.4
0 commit comments