Version Packages (next)

This commit is contained in:
github-actions[bot]
2022-08-10 10:33:47 +00:00
parent 5330e37588
commit b162bbf464
14 changed files with 112 additions and 9 deletions
+8
View File
@@ -1,5 +1,13 @@
# @backstage/plugin-adr-common
## 0.2.0-next.1
### Minor Changes
- bfc7c50a09: Display associated entity as a chip in `AdrSearchResultListItem`
BREAKING: `AdrDocument` now includes a `entityRef` property, if you have a custom `AdrParser` you will have to supply this property in your returned documents
## 0.1.3-next.0
### Patch Changes
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "@backstage/plugin-adr-common",
"description": "Common functionalities for the adr plugin",
"version": "0.1.3-next.0",
"version": "0.2.0-next.1",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",