From 43201e3efb9670e13a36d73d4a1e7c22c2e8e3d9 Mon Sep 17 00:00:00 2001 From: Lois Wells <88904316+loiswells97@users.noreply.github.com> Date: Tue, 23 Jan 2024 17:34:14 +0000 Subject: [PATCH] v0.21.2 (#902) ## [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) --- CHANGELOG.md | 5 ++++- package.json | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1aa3d6100..a3b9bb9a6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 @@ -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 diff --git a/package.json b/package.json index 5316e89e4..9ea4188f3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@raspberrypifoundation/editor-ui", - "version": "0.21.1", + "version": "0.21.2", "private": true, "dependencies": { "@apollo/client": "^3.7.8",