Version Packages

This commit is contained in:
github-actions[bot]
2022-08-16 12:15:33 +00:00
parent 565a6cf315
commit a5684d0d53
395 changed files with 4519 additions and 2082 deletions
+14
View File
@@ -0,0 +1,14 @@
# @backstage/backend-defaults
## 0.1.0
### Minor Changes
- 5df230d48c: Introduced a new `backend-defaults` package carrying `createBackend` which was previously exported from `backend-app-api`.
The `backend-app-api` package now exports the `createSpecializedBacked` that does not add any service factories by default.
### Patch Changes
- Updated dependencies
- @backstage/backend-app-api@0.2.0
- @backstage/backend-plugin-api@0.1.1
+4 -4
View File
@@ -1,7 +1,7 @@
{
"name": "@backstage/backend-defaults",
"description": "Backend defaults used by Backstage backend apps",
"version": "0.0.0",
"version": "0.1.0",
"main": "src/index.ts",
"types": "src/index.ts",
"private": false,
@@ -33,11 +33,11 @@
"start": "backstage-cli package start"
},
"dependencies": {
"@backstage/backend-app-api": "^0.1.1-next.0",
"@backstage/backend-plugin-api": "^0.1.1-next.0"
"@backstage/backend-app-api": "^0.2.0",
"@backstage/backend-plugin-api": "^0.1.1"
},
"devDependencies": {
"@backstage/cli": "^0.18.1-next.0"
"@backstage/cli": "^0.18.1"
},
"files": [
"dist"