Version Packages

This commit is contained in:
github-actions[bot]
2023-01-17 11:50:48 +00:00
parent 097eb6e9e0
commit 6d46667727
508 changed files with 5775 additions and 1846 deletions
+10
View File
@@ -1,5 +1,15 @@
# @backstage/config
## 1.0.6
### Patch Changes
- ba2d69ee17: Adds the ability to coerce values to their boolean representatives.
Values such as `"true"` `1` `on` and `y` will become `true` when using `getBoolean` and the opposites `false`.
This happens particularly when such parameters are used with environmental substitution as environment variables are always strings.
- Updated dependencies
- @backstage/types@1.0.2
## 1.0.6-next.0
### Patch Changes
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "@backstage/config",
"description": "Config API used by Backstage core, backend, and CLI",
"version": "1.0.6-next.0",
"version": "1.0.6",
"publishConfig": {
"access": "public",
"main": "dist/index.cjs.js",