Version Packages

This commit is contained in:
github-actions[bot]
2022-08-16 12:15:33 +00:00
parent 565a6cf315
commit a5684d0d53
395 changed files with 4519 additions and 2082 deletions
+17
View File
@@ -1,5 +1,22 @@
# @backstage/plugin-github-issues
## 0.1.0
### Minor Changes
- ffd5e47fb5: New plugin for displaying GitHub Issues added
### Patch Changes
- 347ea327c2: Moved communication with GitHub graphql API to the dedicated plugin API.
Fixes issue when no GitHub Issues are rendered when partial failure is returned from GitHub API.
- b522f49403: Updated dependency `@spotify/prettier-config` to `^14.0.0`.
- Updated dependencies
- @backstage/integration@1.3.0
- @backstage/core-components@0.11.0
- @backstage/core-plugin-api@1.0.5
- @backstage/plugin-catalog-react@1.1.3
## 0.1.0-next.0
### Minor Changes