Version Packages

This commit is contained in:
github-actions[bot]
2022-03-17 09:02:30 +00:00
parent dd7cc848d5
commit 0bc1611d6e
327 changed files with 3178 additions and 1766 deletions
+11
View File
@@ -1,5 +1,16 @@
# @backstage/config
## 1.0.0
### Major Changes
- b58c70c223: This package has been promoted to v1.0! To understand how this change affects the package, please check out our [versioning policy](https://backstage.io/docs/overview/versioning-policy).
### Patch Changes
- Updated dependencies
- @backstage/types@1.0.0
## 0.1.15
### 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.15",
"version": "1.0.0",
"private": false,
"publishConfig": {
"access": "public",
@@ -33,11 +33,11 @@
"clean": "backstage-cli package clean"
},
"dependencies": {
"@backstage/types": "^0.1.3",
"@backstage/types": "^1.0.0",
"lodash": "^4.17.21"
},
"devDependencies": {
"@backstage/test-utils": "^0.3.0",
"@backstage/test-utils": "^1.0.0",
"@types/jest": "^26.0.7",
"@types/node": "^14.14.32"
},