Version Packages

This commit is contained in:
github-actions[bot]
2022-03-03 15:23:53 +00:00
parent 17e0b29a42
commit 3c8bb2854d
324 changed files with 2644 additions and 1649 deletions
+15
View File
@@ -1,5 +1,20 @@
# @backstage/test-utils
## 0.3.0
### Minor Changes
- bb2bb36651: **BREAKING**: Removed the deprecated `get` method from `StorageAPI` and its implementations, this method has been replaced by the `snapshot` method. The return value from snapshot no longer includes `newValue` which has been replaced by `value`. For getting notified when a value changes, use `observe# @backstage/test-utils.
- af5eaa87f4: **BREAKING**: Removed deprecated `auth0AuthApiRef`, `oauth2ApiRef`, `samlAuthApiRef` and `oidcAuthApiRef` as these APIs are too generic to be useful. Instructions for how to migrate can be found at [https://backstage.io/docs/api/deprecations#generic-auth-api-refs](https://backstage.io/docs/api/deprecations#generic-auth-api-refs).
### Patch Changes
- Updated dependencies
- @backstage/core-app-api@0.6.0
- @backstage/core-plugin-api@0.8.0
- @backstage/plugin-permission-common@0.5.2
- @backstage/plugin-permission-react@0.3.3
## 0.2.6
### Patch Changes
+6 -6
View File
@@ -1,7 +1,7 @@
{
"name": "@backstage/test-utils",
"description": "Utilities to test Backstage plugins and apps.",
"version": "0.2.6",
"version": "0.3.0",
"private": false,
"publishConfig": {
"access": "public",
@@ -34,10 +34,10 @@
},
"dependencies": {
"@backstage/config": "^0.1.15",
"@backstage/core-app-api": "^0.5.4",
"@backstage/core-plugin-api": "^0.7.0",
"@backstage/plugin-permission-common": "^0.5.1",
"@backstage/plugin-permission-react": "^0.3.2",
"@backstage/core-app-api": "^0.6.0",
"@backstage/core-plugin-api": "^0.8.0",
"@backstage/plugin-permission-common": "^0.5.2",
"@backstage/plugin-permission-react": "^0.3.3",
"@backstage/theme": "^0.2.15",
"@backstage/types": "^0.1.3",
"@material-ui/core": "^4.12.2",
@@ -55,7 +55,7 @@
"react": "^16.13.1 || ^17.0.0"
},
"devDependencies": {
"@backstage/cli": "^0.14.1",
"@backstage/cli": "^0.15.0",
"@types/jest": "^26.0.7",
"@types/node": "^14.14.32",
"msw": "^0.35.0"