From 20241a9de72c21ae373b9c7dbc49f3fd84905b97 Mon Sep 17 00:00:00 2001 From: Keyman Build Agent Date: Mon, 3 Jun 2024 14:09:05 -0400 Subject: [PATCH] auto: increment master version to 18.0.48 --- HISTORY.md | 19 +++++++++++++++++++ VERSION.md | 2 +- 2 files changed, 20 insertions(+), 1 deletion(-) diff --git a/HISTORY.md b/HISTORY.md index e16a44ad181..86433bcf4ce 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,5 +1,24 @@ # Keyman Version History +## 18.0.47 alpha 2024-06-03 + +* fix(developer): save touch layout editor selection when loading state (#11575) +* chore: Update history from 17.0.326 (#11649) +* refactor(web): refactor keyboard-layout preprocessing property transplantation (#11601) +* fix(web): fix keyboard-processing bugs uncovered by stricter TS settings (#11603) +* fix(web): Don't apply suggestion unless fully configured (#11594) +* chore(web): clean up remaining low-level Web .tsconfig settings (#11424) +* chore(web): correct cases of implicit-any in web/ (#11462) +* chore(web): enforce strict function types in web/ (#11463) +* chore(web): finalize web/ project parity with base-repo TS config settings (aside from JS version target) (#11464) +* fix(android): include DOMRect polyfill for older ES6-supporting devices (#11653) +* fix(linux): move environment to separate job and checkout to separate subdirectory (#11659) +* fix(linux): paths in `uses:` can't use variables (#11661) +* fix(linux): restore of artifacts still needs to be in same job (#11662) +* fix(linux): include api version as part of package filename (#11664) +* fix(linux): don't escape wildcard for package filename (#11666) +* fix(linux): match digit in package filename (#11667) + ## 18.0.46 alpha 2024-06-01 * chore(linux): More debugging of API verification (#11639) diff --git a/VERSION.md b/VERSION.md index d9190e2f82c..79000ba3743 100644 --- a/VERSION.md +++ b/VERSION.md @@ -1 +1 @@ -18.0.47 \ No newline at end of file +18.0.48 \ No newline at end of file