Version Packages

This commit is contained in:
github-actions[bot]
2022-02-17 10:38:59 +00:00
parent db48253fa1
commit 408b0300cb
329 changed files with 3035 additions and 1907 deletions
+8
View File
@@ -1,5 +1,13 @@
# @backstage/config
## 0.1.14
### Patch Changes
- c77c5c7eb6: Added `backstage.role` to `package.json`
- Updated dependencies
- @backstage/types@0.1.2
## 0.1.13
### Patch Changes
+3 -3
View File
@@ -1,7 +1,7 @@
{
"name": "@backstage/config",
"description": "Config API used by Backstage core, backend, and CLI",
"version": "0.1.13",
"version": "0.1.14",
"private": false,
"publishConfig": {
"access": "public",
@@ -33,11 +33,11 @@
"clean": "backstage-cli package clean"
},
"dependencies": {
"@backstage/types": "^0.1.1",
"@backstage/types": "^0.1.2",
"lodash": "^4.17.21"
},
"devDependencies": {
"@backstage/test-utils": "^0.2.4-next.0",
"@backstage/test-utils": "^0.2.5",
"@types/jest": "^26.0.7",
"@types/node": "^14.14.32"
},