Version Packages

This commit is contained in:
github-actions[bot]
2022-11-15 12:31:55 +00:00
parent 38d6d8fe22
commit 3164131851
496 changed files with 5842 additions and 1794 deletions
+20
View File
@@ -1,5 +1,25 @@
# @backstage/plugin-github-issues
## 0.2.0
### Minor Changes
- ead285b9e4: **BREAKING**: Changed the casing of all exported types to have a lowercase "h" in "github". E.g. "GitHubIssuesPage" was renamed to "GithubIssuesPage". Please rename your imports where necessary.
### Patch Changes
- c8dd2a8c87: Stripping specific issues URL already present to target base issues URL.
- c1784a4980: Replaces in-code uses of `GitHub` with `Github` and deprecates old versions.
- f905853ad6: Prefer using `Link` from `@backstage/core-components` rather than material-UI.
- Updated dependencies
- @backstage/plugin-catalog-react@1.2.1
- @backstage/core-components@0.12.0
- @backstage/core-plugin-api@1.1.0
- @backstage/integration@1.4.0
- @backstage/catalog-model@1.1.3
- @backstage/errors@1.1.3
- @backstage/theme@0.2.16
## 0.2.0-next.1
### Patch Changes