Version Packages

This commit is contained in:
github-actions[bot]
2021-08-19 12:20:01 +00:00
parent 24dd589779
commit 6f4c73ece4
132 changed files with 627 additions and 553 deletions
+6
View File
@@ -1,5 +1,11 @@
# @backstage/config
## 0.1.7
### Patch Changes
- 90f25476a: Extended the `Config` interface to have an optional `subscribe` method that can be used be notified of updates to the configuration.
## 0.1.6
### Patch Changes
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "@backstage/config",
"description": "Config API used by Backstage core, backend, and CLI",
"version": "0.1.6",
"version": "0.1.7",
"private": false,
"publishConfig": {
"access": "public",