Version Packages

This commit is contained in:
github-actions[bot] 2024-05-21 16:15:23 +00:00
parent b7e8a9f582
commit 0062fb5ffd
5 changed files with 15 additions and 7 deletions

View File

@ -1,5 +0,0 @@
---
'@backstage-community/plugin-linkerd-backend': patch
---
Fix endpoint URL for in cluster API

View File

@ -1,5 +1,12 @@
# backend
## 0.0.4
### Patch Changes
- Updated dependencies [d53fa3d]
- @backstage-community/plugin-linkerd-backend@0.2.2
## 0.0.3
### Patch Changes

View File

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

View File

@ -1,5 +1,11 @@
# @backstage-community/plugin-linkerd-backend
## 0.2.2
### Patch Changes
- d53fa3d: Fix endpoint URL for in cluster API
## 0.2.1
### Patch Changes

View File

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