Version Packages (next)
This commit is contained in:
@@ -1,5 +1,27 @@
|
||||
# @backstage/plugin-adr
|
||||
|
||||
## 0.3.0-next.2
|
||||
|
||||
### Minor Changes
|
||||
|
||||
- e4469d0ec1: The ADR plugin can now work with sites other than GitHub. Expanded the ADR backend plugin to provide endpoints to facilitate this.
|
||||
|
||||
**BREAKING** The ADR plugin now uses UrlReaders. You will have to [configure integrations](https://backstage.io/docs/integrations/index#configuration) for all sites you want to get ADRs from. If you would like to create your own implementation that has different behavior, you can override the AdrApi [just like you can with other apis.](https://backstage.io/docs/api/utility-apis#app-apis) The previously used Octokit implementation has been completely removed.
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- 21ffbdd5ee: Clarify that default ADR parsers support MADR specification v2.x
|
||||
- Updated dependencies
|
||||
- @backstage/plugin-search-react@1.4.0-next.2
|
||||
- @backstage/core-plugin-api@1.3.0-next.1
|
||||
- @backstage/plugin-catalog-react@1.2.4-next.2
|
||||
- @backstage/catalog-model@1.1.5-next.1
|
||||
- @backstage/core-components@0.12.3-next.2
|
||||
- @backstage/integration-react@1.1.9-next.2
|
||||
- @backstage/theme@0.2.16
|
||||
- @backstage/plugin-adr-common@0.2.5-next.1
|
||||
- @backstage/plugin-search-common@1.2.1-next.0
|
||||
|
||||
## 0.2.6-next.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@backstage/plugin-adr",
|
||||
"version": "0.2.6-next.1",
|
||||
"version": "0.3.0-next.2",
|
||||
"main": "src/index.ts",
|
||||
"types": "src/index.ts",
|
||||
"license": "Apache-2.0",
|
||||
|
||||
Reference in New Issue
Block a user