Version Packages (next)

This commit is contained in:
github-actions[bot]
2024-04-23 14:53:09 +00:00
parent ee5173fd5e
commit 46046059b4
306 changed files with 4550 additions and 216 deletions
+10
View File
@@ -1,5 +1,15 @@
# @backstage/plugin-auth-react
## 0.1.1-next.0
### Patch Changes
- c297afd: When using `CookieAuthRefreshProvider` or `useCookieAuthRefresh`, a 404 response from the cookie endpoint will now be treated as if cookie auth is disabled and is not needed.
- Updated dependencies
- @backstage/core-components@0.14.5-next.0
- @backstage/core-plugin-api@1.9.2
- @backstage/errors@1.2.4
## 0.1.0
### Minor Changes
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@backstage/plugin-auth-react",
"version": "0.1.0",
"version": "0.1.1-next.0",
"description": "Web library for the auth plugin",
"backstage": {
"role": "web-library"