Version Packages
This commit is contained in:
parent
42f902476c
commit
2fe05dc397
|
|
@ -1,7 +0,0 @@
|
|||
---
|
||||
'@backstage-community/plugin-copilot-backend': minor
|
||||
'@backstage-community/plugin-copilot-common': minor
|
||||
'@backstage-community/plugin-copilot': minor
|
||||
---
|
||||
|
||||
Introduced the GitHub Copilot plugin, checkout the plugin's [`README.md`](https://github.com/backstage/community-plugins/tree/main/workspaces/copilot/plugins/copilot) for more details!
|
||||
|
|
@ -0,0 +1,8 @@
|
|||
# app
|
||||
|
||||
## 0.0.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [2d5f011]
|
||||
- @backstage-community/plugin-copilot@0.1.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 [2d5f011]
|
||||
- @backstage-community/plugin-copilot-backend@0.1.0
|
||||
- app@0.0.1
|
||||
|
|
@ -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,12 @@
|
|||
# @backstage-community/plugin-copilot-backend
|
||||
|
||||
## 0.1.0
|
||||
|
||||
### Minor Changes
|
||||
|
||||
- 2d5f011: Introduced the GitHub Copilot plugin, checkout the plugin's [`README.md`](https://github.com/backstage/community-plugins/tree/main/workspaces/copilot/plugins/copilot) for more details!
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [2d5f011]
|
||||
- @backstage-community/plugin-copilot-common@0.1.0
|
||||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@backstage-community/plugin-copilot-backend",
|
||||
"version": "0.0.0",
|
||||
"version": "0.1.0",
|
||||
"homepage": "https://backstage.io",
|
||||
"license": "Apache-2.0",
|
||||
"main": "src/index.ts",
|
||||
|
|
|
|||
|
|
@ -0,0 +1,7 @@
|
|||
# @backstage-community/plugin-copilot-common
|
||||
|
||||
## 0.1.0
|
||||
|
||||
### Minor Changes
|
||||
|
||||
- 2d5f011: Introduced the GitHub Copilot plugin, checkout the plugin's [`README.md`](https://github.com/backstage/community-plugins/tree/main/workspaces/copilot/plugins/copilot) for more details!
|
||||
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "@backstage-community/plugin-copilot-common",
|
||||
"description": "Common functionalities for the copilot plugin",
|
||||
"version": "0.0.0",
|
||||
"version": "0.1.0",
|
||||
"main": "src/index.ts",
|
||||
"types": "src/index.ts",
|
||||
"license": "Apache-2.0",
|
||||
|
|
|
|||
|
|
@ -0,0 +1,12 @@
|
|||
# @backstage-community/plugin-copilot
|
||||
|
||||
## 0.1.0
|
||||
|
||||
### Minor Changes
|
||||
|
||||
- 2d5f011: Introduced the GitHub Copilot plugin, checkout the plugin's [`README.md`](https://github.com/backstage/community-plugins/tree/main/workspaces/copilot/plugins/copilot) for more details!
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [2d5f011]
|
||||
- @backstage-community/plugin-copilot-common@0.1.0
|
||||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@backstage-community/plugin-copilot",
|
||||
"version": "0.0.0",
|
||||
"version": "0.1.0",
|
||||
"main": "src/index.ts",
|
||||
"types": "src/index.ts",
|
||||
"license": "Apache-2.0",
|
||||
|
|
|
|||
Loading…
Reference in New Issue