Version Packages
This commit is contained in:
parent
1b90af1f1b
commit
44ce0b9ab6
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
'@backstage-community/plugin-linkerd-backend': patch
|
||||
---
|
||||
|
||||
Fix issue with logging errors, and native in cluster API calls to control plane
|
||||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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,
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Reference in New Issue