Version Packages

This commit is contained in:
github-actions[bot] 2024-05-21 15:25:23 +00:00
parent 1b90af1f1b
commit 44ce0b9ab6
5 changed files with 15 additions and 7 deletions

View File

@ -1,5 +0,0 @@
---
'@backstage-community/plugin-linkerd-backend': patch
---
Fix issue with logging errors, and native in cluster API calls to control plane

View File

@ -1,5 +1,12 @@
# backend
## 0.0.3
### Patch Changes
- Updated dependencies [ecb0e86]
- @backstage-community/plugin-linkerd-backend@0.2.1
## 0.0.2
### Patch Changes

View File

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

View File

@ -1,5 +1,11 @@
# @backstage-community/plugin-linkerd-backend
## 0.2.1
### Patch Changes
- ecb0e86: Fix issue with logging errors, and native in cluster API calls to control plane
## 0.2.0
### Minor Changes

View File

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