Skip to content

Commit

Permalink
Release v0.19.1 (#685)
Browse files Browse the repository at this point in the history
## [0.19.1]

### Fixed

- Min-height on Sense HAT model to fix tablet-view (#658)

---------

Co-authored-by: MagdalenaJadach <[email protected]>
  • Loading branch information
PetarSimonovic and magdalenajadach authored Oct 12, 2023
1 parent e61900a commit a7d6e53
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
8 changes: 3 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),

## Unreleased

### Fixed

- Fix useEffect missing dependencies (#674)
## [0.19.1] - 2023-10-04

### Changed

Expand All @@ -20,7 +18,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)

## [0.19.1]

### Fixed

Expand Down Expand Up @@ -523,7 +520,8 @@ 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.0...HEAD
[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
[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.0",
"version": "0.19.1",
"private": true,
"dependencies": {
"@RaspberryPiFoundation/design-system-react": "^0.1.2",
Expand Down

0 comments on commit a7d6e53

Please sign in to comment.