Skip to content

Commit

Permalink
Release v0.19.2 (#701)
Browse files Browse the repository at this point in the history
Version bumps for release of bug fix
  • Loading branch information
magdalenajadach authored Oct 13, 2023
1 parent a7d6e53 commit ea70d34
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 4 deletions.
16 changes: 13 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,16 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),

## Unreleased

## [0.19.2] - 2023-10-12

### Fixed

- TIDY UP: Improve component structure (#692)
- TIDY UP: Naming convention (#688)
- Style scaling to support integration into products with difffernt... (#687)
- Boosting Performance: React.js Code Optimizations (#686)
- Fix useEffect web component warnings (#674)

## [0.19.1] - 2023-10-04

### Changed
Expand All @@ -18,7 +28,6 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
- Moved slices and reducers to `/src/redux` (#692)
- Moved loaders to `/src/containers` (#692)


### Fixed

- Min-height on Sense HAT model to fix tablet-view (#658)
Expand Down Expand Up @@ -520,8 +529,9 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),

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

[unreleased]: https://github.com/RaspberryPiFoundation/editor-ui/compare/v0.19.1...HEAD
[0.19.0]: https://github.com/RaspberryPiFoundation/editor-ui/releases/tag/v0.19.1
[unreleased]: https://github.com/RaspberryPiFoundation/editor-ui/compare/v0.19.2...HEAD
[0.19.2]: https://github.com/RaspberryPiFoundation/editor-ui/releases/tag/v0.19.2
[0.19.1]: https://github.com/RaspberryPiFoundation/editor-ui/releases/tag/v0.19.1
[0.19.0]: https://github.com/RaspberryPiFoundation/editor-ui/releases/tag/v0.19.0
[0.18.2]: https://github.com/RaspberryPiFoundation/editor-ui/releases/tag/v0.18.2
[0.18.1]: https://github.com/RaspberryPiFoundation/editor-ui/releases/tag/v0.18.1
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@raspberrypifoundation/editor-ui",
"version": "0.19.1",
"version": "0.19.2",
"private": true,
"dependencies": {
"@RaspberryPiFoundation/design-system-react": "^0.1.2",
Expand Down

0 comments on commit ea70d34

Please sign in to comment.