gateway: changeset

Signed-off-by: Vincenzo Scamporlino <vincenzos@spotify.com>
This commit is contained in:
Vincenzo Scamporlino
2025-03-21 14:06:57 +01:00
parent 6a0507eeaf
commit 6b5681cad9
2 changed files with 6 additions and 2 deletions
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/plugin-gateway-backend': major
---
Initial release of `@backstage/plugin-gateway-backend`
+1 -2
View File
@@ -1,6 +1,6 @@
{
"name": "@backstage/plugin-gateway-backend",
"version": "1.0.0",
"version": "0.1.0",
"backstage": {
"role": "backend-plugin",
"pluginId": "gateway",
@@ -13,7 +13,6 @@
"main": "dist/index.cjs.js",
"types": "dist/index.d.ts"
},
"private": true,
"repository": {
"type": "git",
"url": "https://github.com/backstage/backstage",