Version Packages (next)
This commit is contained in:
@@ -1,5 +1,25 @@
|
||||
# @backstage/plugin-github-issues
|
||||
|
||||
## 0.2.0-next.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-next.0
|
||||
- @backstage/core-components@0.12.0-next.0
|
||||
- @backstage/core-plugin-api@1.1.0-next.0
|
||||
- @backstage/integration@1.4.0-next.0
|
||||
- @backstage/catalog-model@1.1.3-next.0
|
||||
- @backstage/errors@1.1.3-next.0
|
||||
- @backstage/theme@0.2.16
|
||||
|
||||
## 0.1.2
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@backstage/plugin-github-issues",
|
||||
"version": "0.1.2",
|
||||
"version": "0.2.0-next.0",
|
||||
"main": "src/index.ts",
|
||||
"types": "src/index.ts",
|
||||
"license": "Apache-2.0",
|
||||
|
||||
Reference in New Issue
Block a user