Version Packages
This commit is contained in:
@@ -1,5 +1,11 @@
|
||||
# @backstage/config
|
||||
|
||||
## 1.0.2
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- 7d47def9c4: Removed dependency on `@types/jest`.
|
||||
|
||||
## 1.0.2-next.0
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@backstage/config",
|
||||
"description": "Config API used by Backstage core, backend, and CLI",
|
||||
"version": "1.0.2-next.0",
|
||||
"version": "1.0.2",
|
||||
"publishConfig": {
|
||||
"access": "public",
|
||||
"main": "dist/index.cjs.js",
|
||||
@@ -36,8 +36,8 @@
|
||||
"lodash": "^4.17.21"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@backstage/cli": "^0.19.0-next.3",
|
||||
"@backstage/test-utils": "^1.2.0-next.3",
|
||||
"@backstage/cli": "^0.19.0",
|
||||
"@backstage/test-utils": "^1.2.0",
|
||||
"@types/node": "^16.0.0"
|
||||
},
|
||||
"files": [
|
||||
|
||||
Reference in New Issue
Block a user