Files
backstage/plugins/github-issues/CHANGELOG.md
T
github-actions[bot] 3164131851 Version Packages
2022-11-15 12:31:55 +00:00

5.9 KiB

@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

  • Updated dependencies
    • @backstage/core-components@0.12.0-next.1
    • @backstage/catalog-model@1.1.3-next.0
    • @backstage/core-plugin-api@1.1.0-next.0
    • @backstage/errors@1.1.3-next.0
    • @backstage/integration@1.4.0-next.0
    • @backstage/theme@0.2.16
    • @backstage/plugin-catalog-react@1.2.1-next.1

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

  • 8c7bff2bb4: Updated the luxon dependency to 3.x
  • 719ccbb963: Properly filter on relations instead of the spec, when finding by owner
  • df226e124c: Add filtering and ordering to the graphql query
  • Updated dependencies
    • @backstage/catalog-model@1.1.2
    • @backstage/plugin-catalog-react@1.2.0
    • @backstage/core-components@0.11.2
    • @backstage/core-plugin-api@1.0.7
    • @backstage/errors@1.1.2
    • @backstage/integration@1.3.2
    • @backstage/theme@0.2.16

0.1.2-next.2

Patch Changes

  • df226e124c: Add filtering and ordering to the graphql query
  • Updated dependencies
    • @backstage/plugin-catalog-react@1.2.0-next.2
    • @backstage/catalog-model@1.1.2-next.2
    • @backstage/core-components@0.11.2-next.2
    • @backstage/core-plugin-api@1.0.7-next.2
    • @backstage/errors@1.1.2-next.2
    • @backstage/integration@1.3.2-next.2
    • @backstage/theme@0.2.16

0.1.2-next.1

Patch Changes

  • 8c7bff2bb4: Updated the luxon dependency to 3.x
  • 719ccbb963: Properly filter on relations instead of the spec, when finding by owner
  • Updated dependencies
    • @backstage/plugin-catalog-react@1.2.0-next.1
    • @backstage/core-components@0.11.2-next.1
    • @backstage/core-plugin-api@1.0.7-next.1
    • @backstage/catalog-model@1.1.2-next.1
    • @backstage/errors@1.1.2-next.1
    • @backstage/integration@1.3.2-next.1
    • @backstage/theme@0.2.16

0.1.2-next.0

Patch Changes

  • Updated dependencies
    • @backstage/catalog-model@1.1.2-next.0
    • @backstage/core-components@0.11.2-next.0
    • @backstage/plugin-catalog-react@1.1.5-next.0
    • @backstage/core-plugin-api@1.0.7-next.0
    • @backstage/errors@1.1.2-next.0
    • @backstage/integration@1.3.2-next.0
    • @backstage/theme@0.2.16

0.1.1

Patch Changes

  • 7d47def9c4: Removed dependency on @types/jest.
  • 667d917488: Updated dependency msw to ^0.47.0.
  • 87ec2ba4d6: Updated dependency msw to ^0.46.0.
  • bf5e9030eb: Updated dependency msw to ^0.45.0.
  • Updated dependencies
    • @backstage/core-components@0.11.1
    • @backstage/core-plugin-api@1.0.6
    • @backstage/plugin-catalog-react@1.1.4
    • @backstage/integration@1.3.1
    • @backstage/catalog-model@1.1.1
    • @backstage/errors@1.1.1

0.1.1-next.2

Patch Changes

  • 7d47def9c4: Removed dependency on @types/jest.
  • Updated dependencies
    • @backstage/plugin-catalog-react@1.1.4-next.2
    • @backstage/catalog-model@1.1.1-next.0
    • @backstage/core-components@0.11.1-next.3
    • @backstage/core-plugin-api@1.0.6-next.3
    • @backstage/errors@1.1.1-next.0
    • @backstage/integration@1.3.1-next.2

0.1.1-next.1

Patch Changes

0.1.1-next.0

Patch Changes

  • bf5e9030eb: Updated dependency msw to ^0.45.0.
  • Updated dependencies
    • @backstage/core-plugin-api@1.0.6-next.0
    • @backstage/core-components@0.11.1-next.0
    • @backstage/integration@1.3.1-next.0
    • @backstage/plugin-catalog-react@1.1.4-next.0

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

0.1.0-next.0

Minor Changes

  • ffd5e47fb5: New plugin for displaying GitHub Issues added

Patch Changes