Skip to content

Commit ea70d34

Browse files
author
MagdalenaJadach
authored
Release v0.19.2 (#701)
Version bumps for release of bug fix
1 parent a7d6e53 commit ea70d34

File tree

2 files changed

+14
-4
lines changed

2 files changed

+14
-4
lines changed

CHANGELOG.md

Lines changed: 13 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@raspberrypifoundation/editor-ui",
3-
"version": "0.19.1",
3+
"version": "0.19.2",
44
"private": true,
55
"dependencies": {
66
"@RaspberryPiFoundation/design-system-react": "^0.1.2",

0 commit comments

Comments
 (0)