Version Packages (next)

This commit is contained in:
github-actions[bot]
2023-05-09 09:49:35 +00:00
parent 23b9dde55b
commit 4f3076700a
246 changed files with 2844 additions and 125 deletions
+8
View File
@@ -1,5 +1,13 @@
# @backstage/plugin-auth-backend
## 0.18.3-next.2
### Patch Changes
- 3ffcdac7d07: Added a persistent session store through the database
- Updated dependencies
- @backstage/config@1.0.7
## 0.18.3-next.1
### Patch Changes
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "@backstage/plugin-auth-backend",
"description": "A Backstage backend plugin that handles authentication",
"version": "0.18.3-next.1",
"version": "0.18.3-next.2",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",