add backticks to code references in changesets

Signed-off-by: Brian Fletcher <brian@roadie.io>
This commit is contained in:
Brian Fletcher
2022-07-25 12:29:27 +01:00
parent c240ba8f65
commit 4c104c8056
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -2,4 +2,4 @@
'@backstage/plugin-auth-node': minor
---
IdentityClient is now deprecated. Please migrate to IdentityApi and DefaultIdentityClient instead. The authenticate function on DefaultIdentityClient is also deprecated. Please use getIdentity instead.
`IdentityClient` is now deprecated. Please migrate to `IdentityApi` and `DefaultIdentityClient` instead. The authenticate function on `DefaultIdentityClient` is also deprecated. Please use `getIdentity` instead.
+1 -1
View File
@@ -2,4 +2,4 @@
'@backstage/create-app': patch
---
Adds IdentityApi configuration to create-app scaffolding templates.
Adds `IdentityApi` configuration to `create-app` scaffolding templates.
+1 -1
View File
@@ -4,4 +4,4 @@
'@backstage/plugin-scaffolder-backend': patch
---
Uptake the IdentityApi change to use `getIdentity` instead of authenticate for retrieving the logged in users identity.
Uptake the `IdentityApi` change to use `getIdentity` instead of `authenticate` for retrieving the logged in users identity.