From 16df6f93749e7d2024c4ce9a50c4affd9407ecd4 Mon Sep 17 00:00:00 2001 From: Pooja Nagpal Date: Sat, 14 Dec 2019 15:25:27 -0800 Subject: [PATCH 1/2] Use 4.6 as default in Embed package (#2733) --- packages/embed/servicingPlan.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/embed/servicingPlan.json b/packages/embed/servicingPlan.json index e311f2cee2..d67a432440 100644 --- a/packages/embed/servicingPlan.json +++ b/packages/embed/servicingPlan.json @@ -7,8 +7,8 @@ }, "4": { "redirects": [ - ["feature:nextminor", "4.3"], - ["*", "4.3"] + ["feature:nextminor", "4.6"], + ["*", "4.6"] ] }, "4.1": { From 7fc9952395c083d0af1b23ca8b48d004cefc30cb Mon Sep 17 00:00:00 2001 From: Corina <14900841+corinagum@users.noreply.github.com> Date: Sat, 14 Dec 2019 20:48:30 -0800 Subject: [PATCH 2/2] Add @srinaath to CODEOWNERS (#2734) --- .github/CODEOWNERS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 2ee5406273..fb9dd6682e 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -1,3 +1,3 @@ # https://blog.github.com/2017-07-06-introducing-code-owners/ -* @a-b-r-o-w-n @compulim @corinagum @cwhitten @tdurnford @tonyanziano +* @a-b-r-o-w-n @compulim @corinagum @cwhitten @srinaath @tdurnford @tonyanziano