Version Packages
This commit is contained in:
@@ -1,5 +1,17 @@
|
||||
# @backstage/plugin-app-node
|
||||
|
||||
## 0.1.10
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- 8472188: Added or fixed the `repository` field in `package.json`.
|
||||
- 6bb6f3e: Updated dependency `fs-extra` to `^11.2.0`.
|
||||
Updated dependency `@types/fs-extra` to `^11.0.0`.
|
||||
- 54ad8e1: Allow the `app-backend` plugin to use a global configuration schema provided externally through an extension.
|
||||
- Updated dependencies
|
||||
- @backstage/backend-plugin-api@0.6.10
|
||||
- @backstage/config-loader@1.6.2
|
||||
|
||||
## 0.1.10-next.3
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@backstage/plugin-app-node",
|
||||
"description": "Node.js library for the app plugin",
|
||||
"version": "0.1.10-next.3",
|
||||
"version": "0.1.10",
|
||||
"main": "src/index.ts",
|
||||
"types": "src/index.ts",
|
||||
"license": "Apache-2.0",
|
||||
|
||||
Reference in New Issue
Block a user