From 3f14e9fc5f750cefb3517f900b685f7393256a76 Mon Sep 17 00:00:00 2001 From: Camila Belo Date: Thu, 7 Mar 2024 18:45:32 +0100 Subject: [PATCH] docs: add changeset files Signed-off-by: Camila Belo --- .changeset/bright-birds-begin.md | 5 +++++ .changeset/healthy-mirrors-obey.md | 5 +++++ .changeset/mighty-cooks-breathe.md | 5 +++++ .changeset/nice-monkeys-greet.md | 5 +++++ 4 files changed, 20 insertions(+) create mode 100644 .changeset/bright-birds-begin.md create mode 100644 .changeset/healthy-mirrors-obey.md create mode 100644 .changeset/mighty-cooks-breathe.md create mode 100644 .changeset/nice-monkeys-greet.md diff --git a/.changeset/bright-birds-begin.md b/.changeset/bright-birds-begin.md new file mode 100644 index 0000000000..91cfb94d3c --- /dev/null +++ b/.changeset/bright-birds-begin.md @@ -0,0 +1,5 @@ +--- +'@backstage/plugin-techdocs-addons-test-utils': patch +--- + +Mock the new issue user cookie api method. diff --git a/.changeset/healthy-mirrors-obey.md b/.changeset/healthy-mirrors-obey.md new file mode 100644 index 0000000000..23e655e160 --- /dev/null +++ b/.changeset/healthy-mirrors-obey.md @@ -0,0 +1,5 @@ +--- +'@backstage/plugin-techdocs-react': patch +--- + +Create a new api method for issuing user cookie. diff --git a/.changeset/mighty-cooks-breathe.md b/.changeset/mighty-cooks-breathe.md new file mode 100644 index 0000000000..24aa5828ee --- /dev/null +++ b/.changeset/mighty-cooks-breathe.md @@ -0,0 +1,5 @@ +--- +'@backstage/plugin-techdocs': patch +--- + +Implement a client cookie refresh mechanism. diff --git a/.changeset/nice-monkeys-greet.md b/.changeset/nice-monkeys-greet.md new file mode 100644 index 0000000000..cc1a70630e --- /dev/null +++ b/.changeset/nice-monkeys-greet.md @@ -0,0 +1,5 @@ +--- +'@backstage/plugin-techdocs-backend': patch +--- + +Migrate plugin to use the new auth services.