From 4c1c607b83125d3bb6274dabbaa61ce7a0e33098 Mon Sep 17 00:00:00 2001 From: Rishabh Date: Fri, 11 Jun 2021 14:12:15 +0530 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8=20Added=20multiple=20products=20UI=20?= =?UTF-8?q?in=20Portal=20behind=20feature=20flag?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit refs https://github.com/TryGhost/Team/issues/767 - adds new multiple products UI in Portal (works behind the `multipleProducts` feature flag) - Portal's current single product UI behaves the same when flag is switched off --- core/shared/config/defaults.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/shared/config/defaults.json b/core/shared/config/defaults.json index 4da3d6502d..37e1eac080 100644 --- a/core/shared/config/defaults.json +++ b/core/shared/config/defaults.json @@ -122,6 +122,6 @@ }, "portal": { "url": "https://unpkg.com/@tryghost/portal@~1.5.1/umd/portal.min.js", - "version": "~1.5.1" + "version": "~1.6.0" } }