@@ -6,6 +6,16 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
77## Unreleased
88
9+ ## [ 0.19.2] - 2023-10-12
10+
11+ ### Fixed
12+
13+ - TIDY UP: Improve component structure (#692 )
14+ - TIDY UP: Naming convention (#688 )
15+ - Style scaling to support integration into products with difffernt... (#687 )
16+ - Boosting Performance: React.js Code Optimizations (#686 )
17+ - Fix useEffect web component warnings (#674 )
18+
919## [ 0.19.1] - 2023-10-04
1020
1121### Changed
@@ -18,7 +28,6 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
1828- Moved slices and reducers to ` /src/redux ` (#692 )
1929- Moved loaders to ` /src/containers ` (#692 )
2030
21-
2231### Fixed
2332
2433- Min-height on Sense HAT model to fix tablet-view (#658 )
@@ -520,8 +529,9 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
520529
521530- Events in Web Component indicating whether Mission Zero criteria have been met (#113 )
522531
523- [ unreleased ] : https://github.com/RaspberryPiFoundation/editor-ui/compare/v0.19.1...HEAD
524- [ 0.19.0 ] : https://github.com/RaspberryPiFoundation/editor-ui/releases/tag/v0.19.1
532+ [ unreleased ] : https://github.com/RaspberryPiFoundation/editor-ui/compare/v0.19.2...HEAD
533+ [ 0.19.2 ] : https://github.com/RaspberryPiFoundation/editor-ui/releases/tag/v0.19.2
534+ [ 0.19.1 ] : https://github.com/RaspberryPiFoundation/editor-ui/releases/tag/v0.19.1
525535[ 0.19.0 ] : https://github.com/RaspberryPiFoundation/editor-ui/releases/tag/v0.19.0
526536[ 0.18.2 ] : https://github.com/RaspberryPiFoundation/editor-ui/releases/tag/v0.18.2
527537[ 0.18.1 ] : https://github.com/RaspberryPiFoundation/editor-ui/releases/tag/v0.18.1
0 commit comments