frontend-*-api: publish packages

Co-authored-by: Camila Belo <camilaibs@gmail.com>
Co-authored-by: Johan Haals <johan.haals@gmail.com>
Co-authored-by: Philipp Hugenroth <philipph@spotify.com>
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
This commit is contained in:
Patrik Oldsberg
2023-09-07 12:07:21 +02:00
parent e9f96d661a
commit 628ca7e458
3 changed files with 8 additions and 4 deletions
+6
View File
@@ -0,0 +1,6 @@
---
'@backstage/frontend-plugin-api': minor
'@backstage/frontend-app-api': minor
---
Initial release
+1 -2
View File
@@ -1,10 +1,9 @@
{
"name": "@backstage/frontend-app-api",
"version": "0.0.1-next.1",
"version": "0.0.0",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
"private": true,
"publishConfig": {
"access": "public",
"main": "dist/index.esm.js",
+1 -2
View File
@@ -1,10 +1,9 @@
{
"name": "@backstage/frontend-plugin-api",
"version": "0.0.1-next.0",
"version": "0.0.0",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
"private": true,
"publishConfig": {
"access": "public",
"main": "dist/index.esm.js",