Version Packages (#3210)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
parent
824ffd2cd4
commit
248987f4f3
|
|
@ -1,7 +0,0 @@
|
|||
---
|
||||
'@backstage-community/plugin-search-backend-module-github-discussions': minor
|
||||
'@backstage-community/plugin-github-discussions-common': minor
|
||||
'@backstage-community/plugin-github-discussions': minor
|
||||
---
|
||||
|
||||
Updated dependencies to Backstage v1.36.1
|
||||
|
|
@ -1,7 +0,0 @@
|
|||
---
|
||||
'@backstage-community/plugin-search-backend-module-github-discussions': patch
|
||||
'@backstage-community/plugin-github-discussions-common': patch
|
||||
'@backstage-community/plugin-github-discussions': patch
|
||||
---
|
||||
|
||||
Added missing api-reports.
|
||||
|
|
@ -0,0 +1,9 @@
|
|||
# app
|
||||
|
||||
## 0.0.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [9d7e356]
|
||||
- Updated dependencies [9d7e356]
|
||||
- @backstage-community/plugin-github-discussions@0.2.0
|
||||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "app",
|
||||
"version": "0.0.0",
|
||||
"version": "0.0.1",
|
||||
"private": true,
|
||||
"bundled": true,
|
||||
"repository": {
|
||||
|
|
|
|||
|
|
@ -0,0 +1,9 @@
|
|||
# backend
|
||||
|
||||
## 0.0.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [9d7e356]
|
||||
- Updated dependencies [9d7e356]
|
||||
- @backstage-community/plugin-search-backend-module-github-discussions@0.2.0
|
||||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "backend",
|
||||
"version": "0.0.0",
|
||||
"version": "0.0.1",
|
||||
"main": "dist/index.cjs.js",
|
||||
"types": "src/index.ts",
|
||||
"private": true,
|
||||
|
|
|
|||
|
|
@ -0,0 +1,11 @@
|
|||
# @backstage-community/plugin-github-discussions-common
|
||||
|
||||
## 0.2.0
|
||||
|
||||
### Minor Changes
|
||||
|
||||
- 9d7e356: Updated dependencies to Backstage v1.36.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- 9d7e356: Added missing api-reports.
|
||||
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "@backstage-community/plugin-github-discussions-common",
|
||||
"description": "Common functionalities for the github-discussions plugin",
|
||||
"version": "0.1.0",
|
||||
"version": "0.2.0",
|
||||
"main": "src/index.ts",
|
||||
"types": "src/index.ts",
|
||||
"license": "Apache-2.0",
|
||||
|
|
|
|||
|
|
@ -0,0 +1,14 @@
|
|||
# @backstage-community/plugin-github-discussions
|
||||
|
||||
## 0.2.0
|
||||
|
||||
### Minor Changes
|
||||
|
||||
- 9d7e356: Updated dependencies to Backstage v1.36.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- 9d7e356: Added missing api-reports.
|
||||
- Updated dependencies [9d7e356]
|
||||
- Updated dependencies [9d7e356]
|
||||
- @backstage-community/plugin-github-discussions-common@0.2.0
|
||||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@backstage-community/plugin-github-discussions",
|
||||
"version": "0.1.0",
|
||||
"version": "0.2.0",
|
||||
"main": "src/index.ts",
|
||||
"types": "src/index.ts",
|
||||
"license": "Apache-2.0",
|
||||
|
|
|
|||
|
|
@ -0,0 +1,14 @@
|
|||
# @backstage-community/plugin-search-backend-module-github-discussions
|
||||
|
||||
## 0.2.0
|
||||
|
||||
### Minor Changes
|
||||
|
||||
- 9d7e356: Updated dependencies to Backstage v1.36.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- 9d7e356: Added missing api-reports.
|
||||
- Updated dependencies [9d7e356]
|
||||
- Updated dependencies [9d7e356]
|
||||
- @backstage-community/plugin-github-discussions-common@0.2.0
|
||||
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "@backstage-community/plugin-search-backend-module-github-discussions",
|
||||
"description": "The github-discussions backend module for the search plugin.",
|
||||
"version": "0.1.0",
|
||||
"version": "0.2.0",
|
||||
"main": "src/index.ts",
|
||||
"types": "src/index.ts",
|
||||
"license": "Apache-2.0",
|
||||
|
|
|
|||
Loading…
Reference in New Issue