Merge pull request #3445 from backstage/blam/release

Fix CoreAPI release
This commit is contained in:
Ben Lambert
2020-11-25 14:54:16 +01:00
committed by GitHub
3 changed files with 8 additions and 1 deletions
+1
View File
@@ -131,6 +131,7 @@ npm
nvm
oauth
Oauth
oidc
Okta
Oldsberg
onboarding
+6
View File
@@ -1,5 +1,11 @@
# @backstage/core-api
## 0.2.2
### Patch Changes
- 9b9e86f8a: export oidc provider
## 0.2.1
### Patch Changes
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "@backstage/core-api",
"description": "Internal Core API used by Backstage plugins and apps",
"version": "0.2.1",
"version": "0.2.2",
"private": false,
"publishConfig": {
"access": "public",