Version Packages (#1355)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
parent
0617e875ad
commit
3ed1d02315
|
|
@ -1,7 +0,0 @@
|
|||
---
|
||||
'@backstage-community/plugin-copilot': patch
|
||||
'@backstage-community/plugin-copilot-backend': patch
|
||||
'@backstage-community/plugin-copilot-common': patch
|
||||
---
|
||||
|
||||
Backstage version bump to v1.31.1
|
||||
|
|
@ -1,5 +1,12 @@
|
|||
# app
|
||||
|
||||
## 0.0.4
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [0617e87]
|
||||
- @backstage-community/plugin-copilot@0.2.1
|
||||
|
||||
## 0.0.3
|
||||
|
||||
### Patch Changes
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "app",
|
||||
"version": "0.0.3",
|
||||
"version": "0.0.4",
|
||||
"private": true,
|
||||
"bundled": true,
|
||||
"repository": {
|
||||
|
|
|
|||
|
|
@ -1,5 +1,13 @@
|
|||
# backend
|
||||
|
||||
## 0.0.4
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [0617e87]
|
||||
- @backstage-community/plugin-copilot-backend@0.1.3
|
||||
- app@0.0.4
|
||||
|
||||
## 0.0.3
|
||||
|
||||
### Patch Changes
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "backend",
|
||||
"version": "0.0.3",
|
||||
"version": "0.0.4",
|
||||
"main": "dist/index.cjs.js",
|
||||
"types": "src/index.ts",
|
||||
"private": true,
|
||||
|
|
|
|||
|
|
@ -1,5 +1,13 @@
|
|||
# @backstage-community/plugin-copilot-backend
|
||||
|
||||
## 0.1.3
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- 0617e87: Backstage version bump to v1.31.1
|
||||
- Updated dependencies [0617e87]
|
||||
- @backstage-community/plugin-copilot-common@0.2.1
|
||||
|
||||
## 0.1.2
|
||||
|
||||
### Patch Changes
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@backstage-community/plugin-copilot-backend",
|
||||
"version": "0.1.2",
|
||||
"version": "0.1.3",
|
||||
"homepage": "https://backstage.io",
|
||||
"license": "Apache-2.0",
|
||||
"main": "src/index.ts",
|
||||
|
|
|
|||
|
|
@ -1,5 +1,11 @@
|
|||
# @backstage-community/plugin-copilot-common
|
||||
|
||||
## 0.2.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- 0617e87: Backstage version bump to v1.31.1
|
||||
|
||||
## 0.2.0
|
||||
|
||||
### Minor Changes
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "@backstage-community/plugin-copilot-common",
|
||||
"description": "Common functionalities for the copilot plugin",
|
||||
"version": "0.2.0",
|
||||
"version": "0.2.1",
|
||||
"main": "src/index.ts",
|
||||
"types": "src/index.ts",
|
||||
"license": "Apache-2.0",
|
||||
|
|
|
|||
|
|
@ -1,5 +1,13 @@
|
|||
# @backstage-community/plugin-copilot
|
||||
|
||||
## 0.2.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- 0617e87: Backstage version bump to v1.31.1
|
||||
- Updated dependencies [0617e87]
|
||||
- @backstage-community/plugin-copilot-common@0.2.1
|
||||
|
||||
## 0.2.0
|
||||
|
||||
### Minor Changes
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@backstage-community/plugin-copilot",
|
||||
"version": "0.2.0",
|
||||
"version": "0.2.1",
|
||||
"main": "src/index.ts",
|
||||
"types": "src/index.ts",
|
||||
"license": "Apache-2.0",
|
||||
|
|
|
|||
Loading…
Reference in New Issue