Version Packages

This commit is contained in:
github-actions[bot] 2024-05-20 11:37:32 +00:00
parent ece2b521ed
commit 7ddfe8bf79
9 changed files with 31 additions and 10 deletions

View File

@ -1,6 +0,0 @@
---
'@backstage-community/plugin-linkerd-backend': minor
'@backstage-community/plugin-linkerd': minor
---
Added `LinkerdIsMeshedBanner` and `LinkerdEdgesTable` for use in the Entity pages

View File

@ -1,5 +1,12 @@
# app
## 0.0.2
### Patch Changes
- Updated dependencies [a708efd]
- @backstage-community/plugin-linkerd@0.2.0
## 0.0.1
### Patch Changes

View File

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

View File

@ -1,5 +1,13 @@
# backend
## 0.0.2
### Patch Changes
- Updated dependencies [a708efd]
- @backstage-community/plugin-linkerd-backend@0.2.0
- app@0.0.2
## 0.0.1
### Patch Changes

View File

@ -1,6 +1,6 @@
{
"name": "backend",
"version": "0.0.1",
"version": "0.0.2",
"main": "dist/index.cjs.js",
"types": "src/index.ts",
"private": true,

View File

@ -1,5 +1,11 @@
# @backstage-community/plugin-linkerd-backend
## 0.2.0
### Minor Changes
- a708efd: Added `LinkerdIsMeshedBanner` and `LinkerdEdgesTable` for use in the Entity pages
## 0.1.0
### Minor Changes

View File

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

View File

@ -1,5 +1,11 @@
# @backstage-community/plugin-linkerd
## 0.2.0
### Minor Changes
- a708efd: Added `LinkerdIsMeshedBanner` and `LinkerdEdgesTable` for use in the Entity pages
## 0.1.0
### Minor Changes

View File

@ -1,6 +1,6 @@
{
"name": "@backstage-community/plugin-linkerd",
"version": "0.1.0",
"version": "0.2.0",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",