Version Packages

This commit is contained in:
github-actions[bot]
2020-11-12 10:52:23 +00:00
parent 752808090b
commit 76a8099029
91 changed files with 776 additions and 346 deletions
+9
View File
@@ -1,5 +1,14 @@
# @backstage/plugin-auth-backend
## 0.2.1
### Patch Changes
- 752808090: Handle non-7-bit safe characters in the posted message data
- 462876399: Encode the OAuth state parameter using URL safe chars only, so that providers have an easier time forming the callback URL.
- Updated dependencies [33b7300eb]
- @backstage/backend-common@0.2.1
## 0.2.0
### Minor Changes
+2 -2
View File
@@ -1,6 +1,6 @@
{
"name": "@backstage/plugin-auth-backend",
"version": "0.2.0",
"version": "0.2.1",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
@@ -20,7 +20,7 @@
"clean": "backstage-cli clean"
},
"dependencies": {
"@backstage/backend-common": "^0.2.0",
"@backstage/backend-common": "^0.2.1",
"@backstage/catalog-model": "^0.2.0",
"@backstage/config": "^0.1.1",
"@types/express": "^4.17.6",