Version Packages

This commit is contained in:
github-actions[bot]
2024-11-19 11:21:20 +00:00
parent 48e63ab901
commit 1552f03186
511 changed files with 5501 additions and 1734 deletions
+12
View File
@@ -1,5 +1,17 @@
# @backstage/config
## 1.3.0
### Minor Changes
- d52d7f9: Make `readDurationFromConfig` support both ISO and ms formats as well, to make it easier to enter time as an end user
### Patch Changes
- Updated dependencies
- @backstage/types@1.2.0
- @backstage/errors@1.2.5
## 1.2.0
### Minor Changes
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@backstage/config",
"version": "1.2.0",
"version": "1.3.0",
"description": "Config API used by Backstage core, backend, and CLI",
"backstage": {
"role": "common-library"