Version Packages
This commit is contained in:
@@ -1,5 +1,38 @@
|
||||
# @backstage/plugin-splunk-on-call
|
||||
|
||||
## 0.3.0
|
||||
|
||||
### Minor Changes
|
||||
|
||||
- 8aa0b6025: Updates the Splunk On-Call plugin for the [composability system
|
||||
migration](https://backstage.io/docs/plugins/composability#porting-existing-plugins).
|
||||
|
||||
To upgrade, modify your `EntityPage` to use the updated export names. The
|
||||
`EntitySplunkOnCallCard` should be wrapped in an `<EntitySwitch>` condition as
|
||||
shown in the plugin README, which you may already have in place.
|
||||
|
||||
```diff
|
||||
import {
|
||||
- isPluginApplicableToEntity as isSplunkOnCallAvailable,
|
||||
+ isSplunkOnCallAvailable,
|
||||
- SplunkOnCallCard
|
||||
+ EntitySplunkOnCallCard,
|
||||
} from '@backstage/plugin-splunk-on-call';
|
||||
|
||||
...
|
||||
- <SplunkOnCallCard entity={entity}>
|
||||
+ <EntitySplunkOnCallCard />
|
||||
```
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [f7f7783a3]
|
||||
- Updated dependencies [65e6c4541]
|
||||
- Updated dependencies [68fdbf014]
|
||||
- Updated dependencies [5da6a561d]
|
||||
- @backstage/catalog-model@0.7.10
|
||||
- @backstage/core@0.7.10
|
||||
|
||||
## 0.2.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@backstage/plugin-splunk-on-call",
|
||||
"version": "0.2.1",
|
||||
"version": "0.3.0",
|
||||
"main": "src/index.ts",
|
||||
"types": "src/index.ts",
|
||||
"license": "Apache-2.0",
|
||||
@@ -30,8 +30,8 @@
|
||||
"clean": "backstage-cli clean"
|
||||
},
|
||||
"dependencies": {
|
||||
"@backstage/catalog-model": "^0.7.9",
|
||||
"@backstage/core": "^0.7.9",
|
||||
"@backstage/catalog-model": "^0.7.10",
|
||||
"@backstage/core": "^0.7.10",
|
||||
"@backstage/plugin-catalog-react": "^0.1.6",
|
||||
"@backstage/theme": "^0.2.7",
|
||||
"@material-ui/core": "^4.11.0",
|
||||
@@ -45,9 +45,9 @@
|
||||
"react-use": "^17.2.4"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@backstage/cli": "^0.6.11",
|
||||
"@backstage/dev-utils": "^0.1.14",
|
||||
"@backstage/test-utils": "^0.1.11",
|
||||
"@backstage/cli": "^0.6.12",
|
||||
"@backstage/dev-utils": "^0.1.15",
|
||||
"@backstage/test-utils": "^0.1.12",
|
||||
"@testing-library/jest-dom": "^5.10.1",
|
||||
"@testing-library/react": "^11.2.5",
|
||||
"@testing-library/user-event": "^13.1.8",
|
||||
|
||||
Reference in New Issue
Block a user