Version Packages (#2169)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: Andre Wanlin <67169551+awanlin@users.noreply.github.com>
This commit is contained in:
parent
5674ea61d8
commit
cde2f88bf1
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
'@backstage-community/plugin-tech-insights-backend': minor
|
||||
---
|
||||
|
||||
Allow tech insights backend to schedule a single job.
|
||||
|
|
@ -1,6 +0,0 @@
|
|||
---
|
||||
'@backstage-community/plugin-tech-insights-backend': major
|
||||
'@backstage-community/plugin-tech-insights-node': major
|
||||
---
|
||||
|
||||
In order to use UrlReaderService in fact retrievers, UrlReaderService has been added to FactRetrieverContext.
|
||||
|
|
@ -1,5 +1,12 @@
|
|||
# @backstage-community/plugin-tech-insights-backend-module-jsonfc
|
||||
|
||||
## 0.1.61
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [c3bbe0f]
|
||||
- @backstage-community/plugin-tech-insights-node@2.0.0
|
||||
|
||||
## 0.1.60
|
||||
|
||||
### Patch Changes
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@backstage-community/plugin-tech-insights-backend-module-jsonfc",
|
||||
"version": "0.1.60",
|
||||
"version": "0.1.61",
|
||||
"backstage": {
|
||||
"role": "backend-plugin-module",
|
||||
"pluginId": "tech-insights",
|
||||
|
|
|
|||
|
|
@ -1,5 +1,20 @@
|
|||
# @backstage-community/plugin-tech-insights-backend
|
||||
|
||||
## 2.0.0
|
||||
|
||||
### Major Changes
|
||||
|
||||
- c3bbe0f: In order to use UrlReaderService in fact retrievers, UrlReaderService has been added to FactRetrieverContext.
|
||||
|
||||
### Minor Changes
|
||||
|
||||
- 306121a: Allow tech insights backend to schedule a single job.
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [c3bbe0f]
|
||||
- @backstage-community/plugin-tech-insights-node@2.0.0
|
||||
|
||||
## 1.2.3
|
||||
|
||||
### Patch Changes
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@backstage-community/plugin-tech-insights-backend",
|
||||
"version": "1.2.3",
|
||||
"version": "2.0.0",
|
||||
"backstage": {
|
||||
"role": "backend-plugin",
|
||||
"pluginId": "tech-insights",
|
||||
|
|
|
|||
|
|
@ -1,5 +1,11 @@
|
|||
# @backstage-community/plugin-tech-insights-node
|
||||
|
||||
## 2.0.0
|
||||
|
||||
### Major Changes
|
||||
|
||||
- c3bbe0f: In order to use UrlReaderService in fact retrievers, UrlReaderService has been added to FactRetrieverContext.
|
||||
|
||||
## 1.0.3
|
||||
|
||||
### Patch Changes
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@backstage-community/plugin-tech-insights-node",
|
||||
"version": "1.0.3",
|
||||
"version": "2.0.0",
|
||||
"backstage": {
|
||||
"role": "node-library",
|
||||
"pluginId": "tech-insights",
|
||||
|
|
|
|||
Loading…
Reference in New Issue