Version Packages

This commit is contained in:
github-actions[bot] 2024-08-23 19:23:11 +00:00
parent 42f902476c
commit 2fe05dc397
11 changed files with 53 additions and 12 deletions

View File

@ -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!

View File

@ -0,0 +1,8 @@
# app
## 0.0.1
### Patch Changes
- Updated dependencies [2d5f011]
- @backstage-community/plugin-copilot@0.1.0

View File

@ -1,6 +1,6 @@
{
"name": "app",
"version": "0.0.0",
"version": "0.0.1",
"private": true,
"bundled": true,
"repository": {

View File

@ -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

View File

@ -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,

View File

@ -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

View File

@ -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",

View File

@ -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!

View File

@ -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",

View File

@ -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

View File

@ -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",