Merge pull request #19834 from backstage/mob/publish

frontend-*-api: publish packages
This commit is contained in:
Patrik Oldsberg
2023-09-08 17:11:40 +02:00
committed by GitHub
4 changed files with 13 additions and 5 deletions
+6
View File
@@ -0,0 +1,6 @@
---
'@backstage/frontend-plugin-api': minor
'@backstage/frontend-app-api': minor
---
Initial release
+3 -3
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",
@@ -25,7 +24,8 @@
},
"devDependencies": {
"@backstage/cli": "workspace:^",
"@testing-library/jest-dom": "^5.10.1"
"@testing-library/jest-dom": "^5.10.1",
"@types/react": "^16.13.1 || ^17.0.0"
},
"configSchema": "config.d.ts",
"files": [
+2 -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",
@@ -39,6 +38,7 @@
"dependencies": {
"@backstage/core-plugin-api": "workspace:^",
"@backstage/types": "workspace:^",
"@types/react": "^16.13.1 || ^17.0.0",
"lodash": "^4.17.21",
"zod": "^3.21.4",
"zod-to-json-schema": "^3.21.4"
+2
View File
@@ -4322,6 +4322,7 @@ __metadata:
"@backstage/plugin-graphiql": "workspace:^"
"@backstage/types": "workspace:^"
"@testing-library/jest-dom": ^5.10.1
"@types/react": ^16.13.1 || ^17.0.0
lodash: ^4.17.21
peerDependencies:
react: ^16.13.1 || ^17.0.0
@@ -4339,6 +4340,7 @@ __metadata:
"@backstage/types": "workspace:^"
"@testing-library/jest-dom": ^5.10.1
"@testing-library/react": ^12.1.3
"@types/react": ^16.13.1 || ^17.0.0
lodash: ^4.17.21
zod: ^3.21.4
zod-to-json-schema: ^3.21.4