Version Packages (#4383)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
parent
e4f6d5f672
commit
9165ed3c0b
|
|
@ -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.
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
'@backstage-community/plugin-manage-backend': patch
|
||||
---
|
||||
|
||||
Initial version of the package.
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
'@backstage-community/plugin-manage-common': patch
|
||||
---
|
||||
|
||||
Initial version of the package.
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
'@backstage-community/plugin-manage-node': patch
|
||||
---
|
||||
|
||||
Initial version of the package.
|
||||
|
|
@ -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
|
||||
|
|
@ -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",
|
||||
|
|
|
|||
|
|
@ -0,0 +1,7 @@
|
|||
# @backstage-community/plugin-manage-common
|
||||
|
||||
## 1.0.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- 6e2fffe: Initial version of the package.
|
||||
|
|
@ -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",
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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",
|
||||
|
|
|
|||
|
|
@ -0,0 +1,7 @@
|
|||
# @backstage-community/plugin-manage-node
|
||||
|
||||
## 1.0.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- 6e2fffe: Initial version of the package.
|
||||
|
|
@ -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",
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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",
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Reference in New Issue