From ee67e5b337d44ea0763ccf699d241cdf917e52d2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fredrik=20Adel=C3=B6w?= Date: Mon, 8 Apr 2024 16:07:20 +0200 Subject: [PATCH] fix changeset that referred to nonexistant package MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Fredrik Adelöw --- .changeset/brown-beers-share.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.changeset/brown-beers-share.md b/.changeset/brown-beers-share.md index 9ff4f0aba4..72fb65ba6a 100644 --- a/.changeset/brown-beers-share.md +++ b/.changeset/brown-beers-share.md @@ -1,7 +1,7 @@ --- '@backstage/plugin-azure-devops-backend': patch '@backstage/plugin-azure-devops': patch -'@backstage/plugin-azure-common': patch +'@backstage/plugin-azure-devops-common': patch --- `getAllTeams` now accepts an optional `limit` parameter which can be used to return more than the default limit of 100 teams from the Azure DevOps API