Version Packages (#4383)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
Backstage Service Account 2025-07-01 20:24:41 +02:00 committed by GitHub
parent e4f6d5f672
commit 9165ed3c0b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
16 changed files with 58 additions and 28 deletions

View File

@ -1,7 +0,0 @@
---
'@backstage-community/plugin-manage-react': major
---
Moved logic to fetch ownership and entities to the new @backstage-community/plugin-manage-backend
BREAKING CHANGE: This package now requires the backend to be installed.

View File

@ -1,5 +0,0 @@
---
'@backstage-community/plugin-manage-backend': patch
---
Initial version of the package.

View File

@ -1,5 +0,0 @@
---
'@backstage-community/plugin-manage-common': patch
---
Initial version of the package.

View File

@ -1,5 +0,0 @@
---
'@backstage-community/plugin-manage-node': patch
---
Initial version of the package.

View File

@ -0,0 +1,11 @@
# @backstage-community/plugin-manage-backend
## 1.0.1
### Patch Changes
- 6e2fffe: Initial version of the package.
- Updated dependencies [6e2fffe]
- Updated dependencies [6e2fffe]
- @backstage-community/plugin-manage-common@1.0.1
- @backstage-community/plugin-manage-node@1.0.1

View File

@ -1,6 +1,6 @@
{
"name": "@backstage-community/plugin-manage-backend",
"version": "1.0.0",
"version": "1.0.1",
"license": "Apache-2.0",
"main": "src/index.ts",
"types": "src/index.ts",

View File

@ -0,0 +1,7 @@
# @backstage-community/plugin-manage-common
## 1.0.1
### Patch Changes
- 6e2fffe: Initial version of the package.

View File

@ -1,6 +1,6 @@
{
"name": "@backstage-community/plugin-manage-common",
"version": "1.0.0",
"version": "1.0.1",
"license": "Apache-2.0",
"description": "Common functionalities for the manage plugin",
"main": "src/index.ts",

View File

@ -1,5 +1,12 @@
# @backstage-community/plugin-manage-module-tech-insights
## 0.1.6
### Patch Changes
- Updated dependencies [6e2fffe]
- @backstage-community/plugin-manage-react@1.0.0
## 0.1.5
### Patch Changes

View File

@ -1,7 +1,7 @@
{
"name": "@backstage-community/plugin-manage-module-tech-insights",
"description": "Manage plugin - Tech Insights module",
"version": "0.1.5",
"version": "0.1.6",
"backstage": {
"role": "frontend-plugin-module",
"pluginId": "manage",

View File

@ -0,0 +1,7 @@
# @backstage-community/plugin-manage-node
## 1.0.1
### Patch Changes
- 6e2fffe: Initial version of the package.

View File

@ -1,6 +1,6 @@
{
"name": "@backstage-community/plugin-manage-node",
"version": "1.0.0",
"version": "1.0.1",
"license": "Apache-2.0",
"description": "Node.js library for the manage plugin",
"main": "src/index.ts",

View File

@ -1,5 +1,18 @@
# @backstage-community/plugin-manage-react
## 1.0.0
### Major Changes
- 6e2fffe: Moved logic to fetch ownership and entities to the new @backstage-community/plugin-manage-backend
BREAKING CHANGE: This package now requires the backend to be installed.
### Patch Changes
- Updated dependencies [6e2fffe]
- @backstage-community/plugin-manage-common@1.0.1
## 0.1.2
### Patch Changes

View File

@ -1,7 +1,7 @@
{
"name": "@backstage-community/plugin-manage-react",
"description": "Manage plugin - react package",
"version": "0.1.2",
"version": "1.0.0",
"backstage": {
"role": "web-library",
"pluginId": "manage",

View File

@ -1,5 +1,12 @@
# @backstage-community/plugin-manage
## 0.2.1
### Patch Changes
- Updated dependencies [6e2fffe]
- @backstage-community/plugin-manage-react@1.0.0
## 0.2.0
### Minor Changes

View File

@ -1,7 +1,7 @@
{
"name": "@backstage-community/plugin-manage",
"description": "Manage plugin - Shows a Manage page relevant to the user",
"version": "0.2.0",
"version": "0.2.1",
"backstage": {
"role": "frontend-plugin",
"pluginId": "manage",