From 8c646beb247d22c388ebf70705899b6475cb49fe Mon Sep 17 00:00:00 2001 From: Joe Porpeglia Date: Tue, 8 Feb 2022 13:58:41 -0500 Subject: [PATCH] Add changesets Signed-off-by: Joe Porpeglia --- .changeset/happy-lemons-drop.md | 5 +++++ .changeset/perfect-papayas-crash.md | 5 +++++ 2 files changed, 10 insertions(+) create mode 100644 .changeset/happy-lemons-drop.md create mode 100644 .changeset/perfect-papayas-crash.md diff --git a/.changeset/happy-lemons-drop.md b/.changeset/happy-lemons-drop.md new file mode 100644 index 0000000000..e4c6f52409 --- /dev/null +++ b/.changeset/happy-lemons-drop.md @@ -0,0 +1,5 @@ +--- +'@backstage/plugin-permission-common': minor +--- + +**BREAKING** `PermissionCriteria` now requires at least one condition in `anyOf` and `allOf` arrays. This addresses some ambiguous behavior outlined in #9280. diff --git a/.changeset/perfect-papayas-crash.md b/.changeset/perfect-papayas-crash.md new file mode 100644 index 0000000000..99c93d1b8d --- /dev/null +++ b/.changeset/perfect-papayas-crash.md @@ -0,0 +1,5 @@ +--- +'@backstage/plugin-permission-node': minor +--- + +**BREAKING** `PermissionCriteria` now requires at least one condition in `anyOf` and `allOf` arrays. This addresses some ambiguous behavior outlined in #9280.