Skip to content

Commit a7d6e53

Browse files
PetarSimonovicMagdalenaJadach
andauthored
Release v0.19.1 (#685)
## [0.19.1] ### Fixed - Min-height on Sense HAT model to fix tablet-view (#658) --------- Co-authored-by: MagdalenaJadach <magdalena@raspberrypi.org>
1 parent e61900a commit a7d6e53

File tree

2 files changed

+4
-6
lines changed

2 files changed

+4
-6
lines changed

CHANGELOG.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66

77
## Unreleased
88

9-
### Fixed
10-
11-
- Fix useEffect missing dependencies (#674)
9+
## [0.19.1] - 2023-10-04
1210

1311
### Changed
1412

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

23-
## [0.19.1]
2421

2522
### Fixed
2623

@@ -523,7 +520,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
523520

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

526-
[unreleased]: https://github.com/RaspberryPiFoundation/editor-ui/compare/v0.19.0...HEAD
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
527525
[0.19.0]: https://github.com/RaspberryPiFoundation/editor-ui/releases/tag/v0.19.0
528526
[0.18.2]: https://github.com/RaspberryPiFoundation/editor-ui/releases/tag/v0.18.2
529527
[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.0",
3+
"version": "0.19.1",
44
"private": true,
55
"dependencies": {
66
"@RaspberryPiFoundation/design-system-react": "^0.1.2",

0 commit comments

Comments
 (0)