From c15c86b8b31a4cdbc53e0b10b5ccbefc7e021d44 Mon Sep 17 00:00:00 2001 From: Vesa Luusua Date: Wed, 16 Mar 2022 18:30:35 +0200 Subject: [PATCH] New release v8.4.1 --- CHANGELOG.md | 4 ++++ package.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1fed292b38..d108e750a6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,6 +14,8 @@ way to update this template, but currently, we follow a pattern: ## Upcoming version 2022-XX-XX +## [v8.4.1] 2022-03-16 + - [fix] Portal version of Modals couldn't use 100vh on mobile Safari. Safari changes the window's height based on if the location bar is squeezed or not (and that depends on scroll-effect). [#1501](https://github.com/sharetribe/ftw-daily/pull/1501) @@ -23,6 +25,8 @@ way to update this template, but currently, we follow a pattern: - [add] Code comment about "REACT_APP" prefix in environment variables. [#1492](https://github.com/sharetribe/ftw-daily/pull/1492) + [v8.4.1]: https://github.com/sharetribe/ftw-daily/compare/v8.4.0...v8.4.1 + ## [v8.4.0] 2021-12-02 - [fix] Mobile safari zooms if input-related elements have smaller font-size than 16px. This updates diff --git a/package.json b/package.json index e341500acc..aa4f5b4f52 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "app", - "version": "8.4.0", + "version": "8.4.1", "private": true, "license": "Apache-2.0", "dependencies": {