Skip to content

Commit

Permalink
v0.21.2 (#902)
Browse files Browse the repository at this point in the history
## [0.21.2] - 2024-01-23

### Changed

- Minor copy changes to HTML add file modal
- Toggle errors sent via apiCallHandler off (#890)
- Upgrade webpack-dev-server to 4.0.0 to support conditional headers
- Upgrade yarn to 3.4.1 to workaround a string-width issue

### Fixed

- Editor input not focussing on iPad (#898)
  • Loading branch information
loiswells97 authored Jan 23, 2024
1 parent 82d5c13 commit 43201e3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),

## Unreleased

## [0.21.2] - 2024-01-23

### Changed

- Minor copy changes to HTML add file modal
Expand Down Expand Up @@ -689,7 +691,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.21.1...HEAD
[unreleased]: https://github.com/RaspberryPiFoundation/editor-ui/compare/v0.21.2...HEAD
[0.21.2]: https://github.com/RaspberryPiFoundation/editor-ui/releases/tag/v0.21.2
[0.21.1]: https://github.com/RaspberryPiFoundation/editor-ui/releases/tag/v0.21.1
[0.21.0]: https://github.com/RaspberryPiFoundation/editor-ui/releases/tag/v0.21.0
[0.20.0]: https://github.com/RaspberryPiFoundation/editor-ui/releases/tag/v0.20.0
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.21.1",
"version": "0.21.2",
"private": true,
"dependencies": {
"@apollo/client": "^3.7.8",
Expand Down

0 comments on commit 43201e3

Please sign in to comment.