# Release v1.12.0
## @backstage/backend-plugin-api@0.5.0
### Minor Changes
- c1ee073a82b: Added `lastModifiedAt` field on `UrlReaderService` responses and a `lastModifiedAfter` option to `UrlReaderService.readUrl`.
### Patch Changes
- 928a12a9b3e: Internal refactor of `/alpha` exports.
- 482dae5de1c: Updated link to docs.
- Updated dependencies
- @backstage/plugin-auth-node@0.2.12
- @backstage/backend-tasks@0.5.0
- @backstage/plugin-permission-common@0.7.4
- @backstage/config@1.0.7
- @backstage/types@1.0.2
## @backstage/backend-tasks@0.5.0
### Minor Changes
- 1578276708a: add functionality to get descriptions from the scheduler for triggering
### Patch Changes
- f0685193efa: Added the adapted query to mysql and sqlite3 databases to not returning warning on logs
- 482dae5de1c: Updated link to docs.
- Updated dependencies
- @backstage/backend-common@0.18.3
- @backstage/errors@1.1.5
- @backstage/config@1.0.7
- @backstage/types@1.0.2
## @backstage/catalog-client@1.4.0
### Minor Changes
- 8c030b1826c: Add `queryEntities` method to `CatalogApi`.
### Patch Changes
- 52b0022dab7: Updated dependency `msw` to `^1.0.0`.
- c630360631f: Ensure that `getEntitiesByRefs` returns `undefined` instead of `null` for missing items
- Updated dependencies
- @backstage/errors@1.1.5
- @backstage/catalog-model@1.2.1
## @backstage/core-app-api@1.6.0
### Minor Changes
- 456eaa8cf83: `OAuth2` now gets ID tokens from a session with the `openid` scope explicitly
requested.
This should not be considered a breaking change, because spec-compliant OIDC
providers will already be returning ID tokens if and only if the `openid` scope
is granted.
This change makes the dependence explicit, and removes the burden on
OAuth2-based providers which require an ID token (e.g. this is done by various
default [auth handlers](https://backstage.io/docs/auth/identity-resolver/#authhandler)) to add
`openid` to their default scopes. _That_ could carry another indirect benefit:
by removing `openid` from the default scopes for a provider, grants for
resource-specific access tokens can avoid requesting excess ID token-related
scopes.
### Patch Changes
- 52b0022dab7: Updated dependency `msw` to `^1.0.0`.
- Updated dependencies
- @backstage/core-plugin-api@1.5.0
- @backstage/config@1.0.7
- @backstage/types@1.0.2
- @backstage/version-bridge@1.0.3
## @backstage/core-plugin-api@1.5.0
### Minor Changes
- ab750ddc4f2: The GitLab auth provider can now be used to get OpenID tokens.
### Patch Changes
- 928a12a9b3e: Internal refactor of `/alpha` exports.
- 52b0022dab7: Updated dependency `msw` to `^1.0.0`.
- Updated dependencies
- @backstage/config@1.0.7
- @backstage/types@1.0.2
- @backstage/version-bridge@1.0.3
## @techdocs/cli@1.4.0
### Minor Changes
- 8e465ce52e2: Running `@techdocs/cli generate` with the `--verbose` flag will now print the mkdocs output.
- ea2bbef1b16: Added support for an HTTPS proxy for techdocs AWS S3 requests
### Patch Changes
- Updated dependencies
- @backstage/plugin-techdocs-node@1.6.0
- @backstage/backend-common@0.18.3
- @backstage/catalog-model@1.2.1
- @backstage/cli-common@0.1.12
- @backstage/config@1.0.7
## @backstage/plugin-catalog@1.9.0
### Minor Changes
- 23cc40039c0: Allow `EntitySwitch` to render all cases that match the condition.
This change introduces a new parameter for the `EntitySwitch` component
`renderMultipleMatches`. In case the parameter value is `all`, the `EntitySwitch`
will render all `EntitySwitch.Case` that contain `if` parameter, and it
evaluates to true. In case none of the cases match, the default case will be
rendered, if any.
This means for example in the CI/CD page you can now do the following:
```tsx
Jenkins
CodeBuild
No CI/CD
```
This allows the component to have multiple CI/CD systems and all of those are
rendered on the same page.
- 3f75b7607ca: Add ability to pass icon as function to have ability to customize it by search item
- c9a9f3c834f: Add a `columns` prop to certain components that use the `EntityTable` for easier extensibility.
### Patch Changes
- 3fa41696820: Make the "Copied!" message disappear automatically after some time
- 7e8930ae1c6: Fix icon alignment in `CatalogSearchResultListItem`
- dbbde6ed353: fix entity switch rendering when there is no default case
- cb8ec97cdeb: Change black & white colors to be theme aware
- 928a12a9b3e: Internal refactor of `/alpha` exports.
- Updated dependencies
- @backstage/catalog-client@1.4.0
- @backstage/core-components@0.12.5
- @backstage/plugin-catalog-react@1.4.0
- @backstage/plugin-search-react@1.5.1
- @backstage/errors@1.1.5
- @backstage/core-plugin-api@1.5.0
- @backstage/catalog-model@1.2.1
- @backstage/plugin-catalog-common@1.0.12
- @backstage/integration-react@1.1.11
- @backstage/theme@0.2.18
- @backstage/types@1.0.2
- @backstage/plugin-search-common@1.2.2
## @backstage/plugin-catalog-backend@1.8.0
### Minor Changes
- 7f4ea3d3602: Add /entities/by-query endpoint returning paginated entities.
The endpoint supports cursor base pagination and server side sorting of the entities
### Patch Changes
- e675f902980: Add deprecations for symbols that were moved to `@backstage/plugin-catalog-node` a long time ago:
- `CatalogProcessor`
- `CatalogProcessorCache`
- `CatalogProcessorEmit`
- `CatalogProcessorEntityResult`
- `CatalogProcessorErrorResult`
- `CatalogProcessorLocationResult`
- `CatalogProcessorParser`
- `CatalogProcessorRefreshKeysResult`
- `CatalogProcessorRelationResult`
- `CatalogProcessorResult`
- `DeferredEntity`
- `EntityProvider`
- `EntityProviderConnection`
- `EntityProviderMutation`
- `EntityRelationSpec`
- `processingResult`
Also moved over and deprecated the following symbols:
- `locationSpecToLocationEntity`
- `locationSpecToMetadataName`
- ac8929f2f31: Fix export of `defaultCatalogCollatorEntityTransformer`.
- 928a12a9b3e: Internal refactor of `/alpha` exports.
- 52b0022dab7: Updated dependency `msw` to `^1.0.0`.
- f093ce83d58: Fix a bug where the batch fetch by ref endpoint did not work in conjunction with filtering (e.g. if authorization was enabled).
- Updated dependencies
- @backstage/catalog-client@1.4.0
- @backstage/plugin-permission-node@0.7.6
- @backstage/backend-common@0.18.3
- @backstage/errors@1.1.5
- @backstage/plugin-catalog-node@1.3.4
- @backstage/backend-plugin-api@0.5.0
- @backstage/catalog-model@1.2.1
- @backstage/plugin-catalog-common@1.0.12
- @backstage/integration@1.4.3
- @backstage/plugin-permission-common@0.7.4
- @backstage/config@1.0.7
- @backstage/types@1.0.2
- @backstage/plugin-scaffolder-common@1.2.6
- @backstage/plugin-search-common@1.2.2
## @backstage/plugin-catalog-backend-module-incremental-ingestion@0.3.0
### Minor Changes
- a811bd246c4: Added endpoint to get a list of known incremental entity providers
### Patch Changes
- 90469c02c8c: Renamed `incrementalIngestionEntityProviderCatalogModule` to `catalogModuleIncrementalIngestionEntityProvider` to match the [recommended naming patterns](https://backstage.io/docs/backend-system/architecture/naming-patterns).
- e675f902980: Make sure to not use deprecated exports from `@backstage/plugin-catalog-backend`
- 928a12a9b3e: Internal refactor of `/alpha` exports.
- bf611cf019a: Fix missing `dependencies` in `package.json`
- 6e612b58577: Move `@backstage/backend-defaults` to `devDependencies`
- Updated dependencies
- @backstage/plugin-catalog-backend@1.8.0
- @backstage/backend-tasks@0.5.0
- @backstage/backend-common@0.18.3
- @backstage/errors@1.1.5
- @backstage/plugin-catalog-node@1.3.4
- @backstage/backend-plugin-api@0.5.0
- @backstage/catalog-model@1.2.1
- @backstage/plugin-events-node@0.2.4
- @backstage/plugin-permission-common@0.7.4
- @backstage/config@1.0.7
## @backstage/plugin-catalog-backend-module-puppetdb@0.1.0
### Minor Changes
- a1efcf9a658: Initial version of the plugin.
### Patch Changes
- 561ce41191d: Added a `catalogModulePuppetDbEntityProvider` alpha export for the new backend system
- e675f902980: Make sure to not use deprecated exports from `@backstage/plugin-catalog-backend`
- Updated dependencies
- @backstage/backend-tasks@0.5.0
- @backstage/backend-common@0.18.3
- @backstage/errors@1.1.5
- @backstage/plugin-catalog-node@1.3.4
- @backstage/backend-plugin-api@0.5.0
- @backstage/catalog-model@1.2.1
- @backstage/config@1.0.7
- @backstage/types@1.0.2
## @backstage/plugin-catalog-react@1.4.0
### Minor Changes
- 0a5b73b2926: Add possibility to re-use EntityPicker for filters with multiple select.
### Patch Changes
- 65454876fb2: Minor API report tweaks
- 928a12a9b3e: Internal refactor of `/alpha` exports.
- 24916d23494: Do not close `Autocomplete` powered multiple-selection filters when checking boxes
- Updated dependencies
- @backstage/catalog-client@1.4.0
- @backstage/core-components@0.12.5
- @backstage/errors@1.1.5
- @backstage/core-plugin-api@1.5.0
- @backstage/catalog-model@1.2.1
- @backstage/plugin-catalog-common@1.0.12
- @backstage/integration@1.4.3
- @backstage/plugin-permission-common@0.7.4
- @backstage/theme@0.2.18
- @backstage/types@1.0.2
- @backstage/version-bridge@1.0.3
- @backstage/plugin-permission-react@0.4.11
## @backstage/plugin-firehydrant@0.2.0
### Minor Changes
- e2e3dd08a54: Allow firehydrant to use component annotation
### Patch Changes
- cb8ec97cdeb: Change black & white colors to be theme aware
- 52b0022dab7: Updated dependency `msw` to `^1.0.0`.
- Updated dependencies
- @backstage/core-components@0.12.5
- @backstage/plugin-catalog-react@1.4.0
- @backstage/core-plugin-api@1.5.0
- @backstage/catalog-model@1.2.1
- @backstage/theme@0.2.18
## @backstage/plugin-linguist-backend@0.2.0
### Minor Changes
- 4a1c318853d: **BREAKING** The linguist-backend `createRouter` now requires that the `tokenManger` is passed to the router.
### Patch Changes
- 8a298b47240: Added support for linguist-js options using the linguistJSOptions in the plugin, the available config can be found [here](https://www.npmjs.com/package/linguist-js#API).
- 52b0022dab7: Updated dependency `msw` to `^1.0.0`.
- 2ea57821629: Fixed bug in LinguistBackendApi that caused initial batch of entities to be skipped.
- b271d5ca052: Allow kind to be configurable
```ts
return createRouter({ schedule: schedule, kind: ['Component'] }, { ...env });
```
- Updated dependencies
- @backstage/catalog-client@1.4.0
- @backstage/plugin-auth-node@0.2.12
- @backstage/backend-tasks@0.5.0
- @backstage/backend-common@0.18.3
- @backstage/errors@1.1.5
- @backstage/catalog-model@1.2.1
- @backstage/config@1.0.7
- @backstage/types@1.0.2
- @backstage/plugin-linguist-common@0.1.0
## @backstage/plugin-octopus-deploy@0.1.0
### Minor Changes
- b7fff1171f0: Initial version
### Patch Changes
- cb0fc15a992: Added Octopus Deploy logo
- 52b0022dab7: Updated dependency `msw` to `^1.0.0`.
- Updated dependencies
- @backstage/core-components@0.12.5
- @backstage/plugin-catalog-react@1.4.0
- @backstage/core-plugin-api@1.5.0
- @backstage/catalog-model@1.2.1
- @backstage/theme@0.2.18
## @backstage/plugin-scaffolder@1.12.0
### Minor Changes
- 0d61fcca9c3: Update `EntityPicker` to use the fully qualified entity ref instead of the humanized version.
- 8f4d13f21cf: Move `useTaskStream`, `TaskBorder`, `TaskLogStream` and `TaskSteps` into `scaffolder-react`.
### Patch Changes
- 65454876fb2: Minor API report tweaks
- 3c96e77b513: Make scaffolder adhere to page themes by using page `fontColor` consistently. If your theme overwrites template list or card headers, review those styles.
- be3cddaab5f: Getting credentials in the RepoUrlPicker now also works for targets without owner (e.g. Bitbucket Server).
- cb8ec97cdeb: Change black & white colors to be theme aware
- eb877bad736: Create an "Other Templates" group when groups are given to scaffolder/next.
- c10384a9235: Switch to using `LinkButton` instead of the deprecated `Button`
- 928a12a9b3e: Internal refactor of `/alpha` exports.
- 52b0022dab7: Updated dependency `msw` to `^1.0.0`.
- 0aae4596296: Fix the scaffolder validator for arrays when the item is a field in the object
- Updated dependencies
- @backstage/catalog-client@1.4.0
- @backstage/core-components@0.12.5
- @backstage/plugin-scaffolder-react@1.2.0
- @backstage/plugin-catalog-react@1.4.0
- @backstage/errors@1.1.5
- @backstage/core-plugin-api@1.5.0
- @backstage/catalog-model@1.2.1
- @backstage/plugin-catalog-common@1.0.12
- @backstage/integration-react@1.1.11
- @backstage/integration@1.4.3
- @backstage/config@1.0.7
- @backstage/theme@0.2.18
- @backstage/types@1.0.2
- @backstage/plugin-permission-react@0.4.11
- @backstage/plugin-scaffolder-common@1.2.6
## @backstage/plugin-scaffolder-backend@1.12.0
### Minor Changes
- 7d724d8ef56: Added the ability to be able to define an actions `input` and `output` schema using `zod` instead of hand writing types and `jsonschema`
### Patch Changes
- 860de10fa67: Make identity valid if subject of token is a backstage server-2-server auth token
- 65454876fb2: Minor API report tweaks
- c6c78b4acbe: throw error from catalog:fetch scaffolder action when entity is null and optional is false
- 9968f455921: catalog write action should allow any shape of object
- 928a12a9b3e: Internal refactor of `/alpha` exports.
- 52b0022dab7: Updated dependency `msw` to `^1.0.0`.
- 7af12854970: Extended scaffolder action `catalog:fetch` to fetch multiple catalog entities by entity references.
- Updated dependencies
- @backstage/plugin-catalog-backend@1.8.0
- @backstage/catalog-client@1.4.0
- @backstage/plugin-auth-node@0.2.12
- @backstage/backend-tasks@0.5.0
- @backstage/backend-common@0.18.3
- @backstage/errors@1.1.5
- @backstage/plugin-catalog-node@1.3.4
- @backstage/backend-plugin-api@0.5.0
- @backstage/catalog-model@1.2.1
- @backstage/integration@1.4.3
- @backstage/config@1.0.7
- @backstage/types@1.0.2
- @backstage/plugin-scaffolder-common@1.2.6
- @backstage/plugin-scaffolder-node@0.1.1
## @backstage/plugin-scaffolder-react@1.2.0
### Minor Changes
- 8f4d13f21cf: Move `useTaskStream`, `TaskBorder`, `TaskLogStream` and `TaskSteps` into `scaffolder-react`.
### Patch Changes
- 65454876fb2: Minor API report tweaks
- 3c96e77b513: Make scaffolder adhere to page themes by using page `fontColor` consistently. If your theme overwrites template list or card headers, review those styles.
- c8d78b9ae9d: fix bug with `hasErrors` returning false when dealing with empty objects
- 9b8c374ace5: Remove timer for skipped steps in Scaffolder Next's TaskSteps
- 44941fc97eb: scaffolder/next: Move the `uiSchema` to its own property in the validation `context` to align with component development and access of `ui:options`
- d9893263ba9: scaffolder/next: Fix for steps without properties
- 928a12a9b3e: Internal refactor of `/alpha` exports.
- cc418d652a7: scaffolder/next: Added the ability to get the fields definition in the schema in the validation function
- d4100d0ec42: Fix alignment bug for owners on `TemplateCard`
- Updated dependencies
- @backstage/catalog-client@1.4.0
- @backstage/core-components@0.12.5
- @backstage/plugin-catalog-react@1.4.0
- @backstage/errors@1.1.5
- @backstage/core-plugin-api@1.5.0
- @backstage/catalog-model@1.2.1
- @backstage/theme@0.2.18
- @backstage/types@1.0.2
- @backstage/version-bridge@1.0.3
- @backstage/plugin-scaffolder-common@1.2.6
## @backstage/plugin-stackstorm@0.1.0
### Minor Changes
- f3a15259e91: Add StackStorm plugin to Backstage which is interfacing with StackStorm API. It allows users to view workflow executions, packs and actions. For installation and configuration instructions please view [README.md](https://github.com/backstage/backstage/tree/v1.12.0/plugins/stackstorm/README.md)
### Patch Changes
- 52b0022dab7: Updated dependency `msw` to `^1.0.0`.
- Updated dependencies
- @backstage/core-components@0.12.5
- @backstage/errors@1.1.5
- @backstage/core-plugin-api@1.5.0
- @backstage/theme@0.2.18
## @backstage/plugin-techdocs@1.6.0
### Minor Changes
- 3f75b7607ca: Add ability to pass icon as function to have ability to customize it by search item
### Patch Changes
- 65454876fb2: Minor API report tweaks
- 54a1e133b56: Fix bug that caused next and previous links not to work with certain versions of mkdocs-material
- f320c299c67: The HTML tag attributes in the documentation content inserted to shadow DOM is preserved to improve accessibility
- cb8ec97cdeb: Change black & white colors to be theme aware
- c10384a9235: Switch to using `LinkButton` instead of the deprecated `Button`
- 8adfda60ae1: Updated dependency `jss` to `~10.10.0`.
- 52b0022dab7: Updated dependency `msw` to `^1.0.0`.
- 238cf657c09: Copy to clipboard now works in a not secure context.
- Updated dependencies
- @backstage/core-components@0.12.5
- @backstage/plugin-techdocs-react@1.1.4
- @backstage/plugin-catalog-react@1.4.0
- @backstage/plugin-search-react@1.5.1
- @backstage/errors@1.1.5
- @backstage/core-plugin-api@1.5.0
- @backstage/catalog-model@1.2.1
- @backstage/integration-react@1.1.11
- @backstage/integration@1.4.3
- @backstage/config@1.0.7
- @backstage/theme@0.2.18
- @backstage/plugin-search-common@1.2.2
## @backstage/plugin-techdocs-backend@1.6.0
### Minor Changes
- 92b495328bd: Introduced alpha export of the `techdocsPlugin` using the new backend system.
### Patch Changes
- 40298b02778: Techdocs backend explains a bit more about what might have caused the docs not being found when building techdocs.
- 928a12a9b3e: Internal refactor of `/alpha` exports.
- 52b0022dab7: Updated dependency `msw` to `^1.0.0`.
- Updated dependencies
- @backstage/catalog-client@1.4.0
- @backstage/plugin-techdocs-node@1.6.0
- @backstage/backend-common@0.18.3
- @backstage/errors@1.1.5
- @backstage/backend-plugin-api@0.5.0
- @backstage/catalog-model@1.2.1
- @backstage/plugin-catalog-common@1.0.12
- @backstage/integration@1.4.3
- @backstage/plugin-permission-common@0.7.4
- @backstage/config@1.0.7
- @backstage/plugin-search-common@1.2.2
## @backstage/plugin-techdocs-node@1.6.0
### Minor Changes
- ea2bbef1b16: Added support for an HTTPS proxy for techdocs AWS S3 requests
### Patch Changes
- 65454876fb2: Minor API report tweaks
- bf493710f50: Update to a newer version of `@trendyol-js/openstack-swift-sdk`
- bfe350ef4ce: Fixed bug that prevented deletion of stale files when non-empty directories where tried to be deleted as well.
- Updated dependencies
- @backstage/backend-common@0.18.3
- @backstage/errors@1.1.5
- @backstage/catalog-model@1.2.1
- @backstage/integration@1.4.3
- @backstage/config@1.0.7
- @backstage/integration-aws-node@0.1.2
- @backstage/plugin-search-common@1.2.2
## @backstage/app-defaults@1.2.1
### Patch Changes
- Updated dependencies
- @backstage/core-components@0.12.5
- @backstage/core-plugin-api@1.5.0
- @backstage/core-app-api@1.6.0
- @backstage/theme@0.2.18
- @backstage/plugin-permission-react@0.4.11
## @backstage/backend-app-api@0.4.1
### Patch Changes
- 928a12a9b3e: Internal refactor of `/alpha` exports.
- 482dae5de1c: Updated link to docs.
- 915e46622cf: Add support for `NotImplementedError`, properly returning 501 as status code.
- Updated dependencies
- @backstage/plugin-permission-node@0.7.6
- @backstage/plugin-auth-node@0.2.12
- @backstage/backend-tasks@0.5.0
- @backstage/backend-common@0.18.3
- @backstage/errors@1.1.5
- @backstage/backend-plugin-api@0.5.0
- @backstage/config-loader@1.1.9
- @backstage/cli-common@0.1.12
- @backstage/config@1.0.7
- @backstage/types@1.0.2
## @backstage/backend-common@0.18.3
### Patch Changes
- f75097868a7: Adds config option `backend.database.role` to set ownership for newly created schemas and tables in Postgres
The example config below connects to the database as user `v-backstage-123` but sets the ownership of
the create schemas and tables to `backstage`
```yaml
backend:
database:
client: pg
pluginDivisionMode: schema
role: backstage
connection:
user: v-backstage-123
...
```
- 928a12a9b3e: Internal refactor of `/alpha` exports.
- 52b0022dab7: Updated dependency `msw` to `^1.0.0`.
- 87f0bbec175: AwsS3UrlReader upgraded to use aws-sdk v3
- c1ee073a82b: Added `lastModifiedAt` field on `UrlReaderService` responses and a `lastModifiedAfter` option to `UrlReaderService.readUrl`.
- 482dae5de1c: Updated link to docs.
- Updated dependencies
- @backstage/errors@1.1.5
- @backstage/backend-plugin-api@0.5.0
- @backstage/backend-app-api@0.4.1
- @backstage/config-loader@1.1.9
- @backstage/integration@1.4.3
- @backstage/backend-dev-utils@0.1.1
- @backstage/cli-common@0.1.12
- @backstage/config@1.0.7
- @backstage/integration-aws-node@0.1.2
- @backstage/types@1.0.2
## @backstage/backend-defaults@0.1.8
### Patch Changes
- 928a12a9b3e: Internal refactor of `/alpha` exports.
- 482dae5de1c: Updated link to docs.
- 5d0693edc09: Added a workaround for the cyclic dependency bug across `@backstage/backend-common` and `@backstage/backend-app-api`.
- Updated dependencies
- @backstage/backend-common@0.18.3
- @backstage/backend-plugin-api@0.5.0
- @backstage/backend-app-api@0.4.1
## @backstage/backend-dev-utils@0.1.1
### Patch Changes
- 482dae5de1c: Updated link to docs.
## @backstage/backend-test-utils@0.1.35
### Patch Changes
- 928a12a9b3e: Internal refactor of `/alpha` exports.
- 52b0022dab7: Updated dependency `msw` to `^1.0.0`.
- 482dae5de1c: Updated link to docs.
- Updated dependencies
- @backstage/plugin-auth-node@0.2.12
- @backstage/backend-common@0.18.3
- @backstage/backend-plugin-api@0.5.0
- @backstage/backend-app-api@0.4.1
- @backstage/config@1.0.7
- @backstage/types@1.0.2
## @backstage/catalog-model@1.2.1
### Patch Changes
- 928a12a9b3e: Internal refactor of `/alpha` exports.
- Updated dependencies
- @backstage/errors@1.1.5
- @backstage/config@1.0.7
- @backstage/types@1.0.2
## @backstage/cli@0.22.4
### Patch Changes
- 1ad8d885d30: Fixed a bug where additional backend package entry points where not properly marked as internal during local development.
- 2011b86052c: Added templates for new plugin Web and Node.js libraries.
- 867f4752ca1: Updated the ESLint plugin configuration that is enabled through `yarn start --check` to only pick up valid source files.
- b4cd145b574: Added a new `migrate package-exports` command that synchronizes package exports fields in all `package.json`s.
- 9bf50a36674: Bumped the `msw` version in templates to 1.0.0
- 8bf24946c66: Adjust express dependencies to be the same as the rest of the project
- 17271841de8: Updated frontend plugin template to use some more recent features
- 4b4998466b4: Updated dependency `del` to `^7.0.0`.
- 52b0022dab7: Updated dependency `msw` to `^1.0.0`.
- a11b9a23f5a: Keep custom exports entry points in package.json
- 482dae5de1c: Updated link to docs.
- Updated dependencies
- @backstage/eslint-plugin@0.1.2
- @backstage/errors@1.1.5
- @backstage/config-loader@1.1.9
- @backstage/release-manifests@0.0.9
- @backstage/cli-common@0.1.12
- @backstage/config@1.0.7
- @backstage/types@1.0.2
## @backstage/cli-common@0.1.12
### Patch Changes
- 482dae5de1c: Updated link to docs.
## @backstage/codemods@0.1.44
### Patch Changes
- 482dae5de1c: Updated link to docs.
- Updated dependencies
- @backstage/cli-common@0.1.12
## @backstage/config@1.0.7
### Patch Changes
- 482dae5de1c: Updated link to docs.
- Updated dependencies
- @backstage/types@1.0.2
## @backstage/config-loader@1.1.9
### Patch Changes
- 52b0022dab7: Updated dependency `msw` to `^1.0.0`.
- 482dae5de1c: Updated link to docs.
- Updated dependencies
- @backstage/errors@1.1.5
- @backstage/cli-common@0.1.12
- @backstage/config@1.0.7
- @backstage/types@1.0.2
## @backstage/core-components@0.12.5
### Patch Changes
- 8bbf95b5507: Button labels in the sidebar (previously displayed in uppercase) will be displayed in the case that is provided without any transformations.
For example, a sidebar button with the label "Search" will appear as Search, "search" will appear as search, "SEARCH" will appear as SEARCH etc.
This can potentially affect any overriding styles previously applied to change the appearance of Button labels in the Sidebar.
- cb8ec97cdeb: Change black & white colors to be theme aware
- c10384a9235: Switch to using `LinkButton` instead of the deprecated `Button`
- 52b0022dab7: Updated dependency `msw` to `^1.0.0`.
- e1aae2f5a0c: Updated the `aria-label` of the `HeaderTabs` component.
- 6a51a49a810: Fix bug where `
` component would not take into account header styles defined in `columns[*].headerStyle`.
- fa004f66871: Use media queries to change layout instead of `isMobile` prop in `BackstagePage` component
- Updated dependencies
- @backstage/errors@1.1.5
- @backstage/core-plugin-api@1.5.0
- @backstage/config@1.0.7
- @backstage/theme@0.2.18
- @backstage/version-bridge@1.0.3
## @backstage/create-app@0.4.38
### Patch Changes
- b4627f23b28: Bumped create-app version.
- 0eceadb9502: Bumped create-app version.
- 482dae5de1c: Updated link to docs.
- 6ace2dd2c58: Added to the template `packages/app/.eslintignore` file to packages to ignore the contents of `packages/app/public`.
- Updated dependencies
- @backstage/cli-common@0.1.12
## @backstage/dev-utils@1.0.13
### Patch Changes
- 482dae5de1c: Updated link to docs.
- Updated dependencies
- @backstage/core-components@0.12.5
- @backstage/plugin-catalog-react@1.4.0
- @backstage/core-plugin-api@1.5.0
- @backstage/catalog-model@1.2.1
- @backstage/test-utils@1.2.6
- @backstage/core-app-api@1.6.0
- @backstage/integration-react@1.1.11
- @backstage/theme@0.2.18
- @backstage/app-defaults@1.2.1
## @backstage/errors@1.1.5
### Patch Changes
- 3bf83a2aabf: Added `NotImplementedError`, which can be used when the server does not recognize the request method and is incapable of supporting it for any resource.
- Updated dependencies
- @backstage/types@1.0.2
## @backstage/eslint-plugin@0.1.2
### Patch Changes
- a061c466d66: Fixing a bug that we should check internal dependencies too
## @backstage/integration@1.4.3
### Patch Changes
- 52b0022dab7: Updated dependency `msw` to `^1.0.0`.
- Updated dependencies
- @backstage/errors@1.1.5
- @backstage/config@1.0.7
## @backstage/integration-aws-node@0.1.2
### Patch Changes
- Updated dependencies
- @backstage/errors@1.1.5
- @backstage/config@1.0.7
## @backstage/integration-react@1.1.11
### Patch Changes
- 52b0022dab7: Updated dependency `msw` to `^1.0.0`.
- Updated dependencies
- @backstage/core-components@0.12.5
- @backstage/core-plugin-api@1.5.0
- @backstage/integration@1.4.3
- @backstage/config@1.0.7
- @backstage/theme@0.2.18
## @backstage/release-manifests@0.0.9
### Patch Changes
- 52b0022dab7: Updated dependency `msw` to `^1.0.0`.
## @backstage/repo-tools@0.1.3
### Patch Changes
- 32a4a05838c: Tweaked type dependency check to trim wildcard type imports.
- 6ba8faf22ac: The API report generation process is now able to detect and generate reports for additional entry points declared in the package `"exports"` field.
- Updated dependencies
- @backstage/errors@1.1.5
- @backstage/cli-common@0.1.12
## @backstage/test-utils@1.2.6
### Patch Changes
- 928a12a9b3e: Internal refactor of `/alpha` exports.
- 52b0022dab7: Updated dependency `msw` to `^1.0.0`.
- 482dae5de1c: Updated link to docs.
- Updated dependencies
- @backstage/core-plugin-api@1.5.0
- @backstage/core-app-api@1.6.0
- @backstage/plugin-permission-common@0.7.4
- @backstage/config@1.0.7
- @backstage/theme@0.2.18
- @backstage/types@1.0.2
- @backstage/plugin-permission-react@0.4.11
## @backstage/theme@0.2.18
### Patch Changes
- 482dae5de1c: Updated link to docs.
## @backstage/plugin-adr@0.4.1
### Patch Changes
- d293f4aaf83: Updated readme instructions
- 52b0022dab7: Updated dependency `msw` to `^1.0.0`.
- Updated dependencies
- @backstage/core-components@0.12.5
- @backstage/plugin-catalog-react@1.4.0
- @backstage/plugin-search-react@1.5.1
- @backstage/core-plugin-api@1.5.0
- @backstage/catalog-model@1.2.1
- @backstage/integration-react@1.1.11
- @backstage/theme@0.2.18
- @backstage/plugin-adr-common@0.2.7
- @backstage/plugin-search-common@1.2.2
## @backstage/plugin-adr-backend@0.3.1
### Patch Changes
- 2a73ded3861: Support MADR v3 format
- 8bf24946c66: Adjust express dependencies to be the same as the rest of the project
- 52b0022dab7: Updated dependency `msw` to `^1.0.0`.
- Updated dependencies
- @backstage/catalog-client@1.4.0
- @backstage/backend-common@0.18.3
- @backstage/errors@1.1.5
- @backstage/catalog-model@1.2.1
- @backstage/integration@1.4.3
- @backstage/config@1.0.7
- @backstage/plugin-adr-common@0.2.7
- @backstage/plugin-search-common@1.2.2
## @backstage/plugin-adr-common@0.2.7
### Patch Changes
- Updated dependencies
- @backstage/catalog-model@1.2.1
- @backstage/integration@1.4.3
- @backstage/plugin-search-common@1.2.2
## @backstage/plugin-airbrake@0.3.16
### Patch Changes
- 52b0022dab7: Updated dependency `msw` to `^1.0.0`.
- Updated dependencies
- @backstage/core-components@0.12.5
- @backstage/plugin-catalog-react@1.4.0
- @backstage/core-plugin-api@1.5.0
- @backstage/catalog-model@1.2.1
- @backstage/test-utils@1.2.6
- @backstage/dev-utils@1.0.13
- @backstage/theme@0.2.18
## @backstage/plugin-airbrake-backend@0.2.16
### Patch Changes
- 52b0022dab7: Updated dependency `msw` to `^1.0.0`.
- Updated dependencies
- @backstage/backend-common@0.18.3
- @backstage/config@1.0.7
## @backstage/plugin-allure@0.1.32
### Patch Changes
- 52b0022dab7: Updated dependency `msw` to `^1.0.0`.
- Updated dependencies
- @backstage/core-components@0.12.5
- @backstage/plugin-catalog-react@1.4.0
- @backstage/core-plugin-api@1.5.0
- @backstage/catalog-model@1.2.1
- @backstage/theme@0.2.18
## @backstage/plugin-analytics-module-ga@0.1.27
### Patch Changes
- 52b0022dab7: Updated dependency `msw` to `^1.0.0`.
- Updated dependencies
- @backstage/core-components@0.12.5
- @backstage/core-plugin-api@1.5.0
- @backstage/config@1.0.7
- @backstage/theme@0.2.18
## @backstage/plugin-apache-airflow@0.2.9
### Patch Changes
- 52b0022dab7: Updated dependency `msw` to `^1.0.0`.
- Updated dependencies
- @backstage/core-components@0.12.5
- @backstage/core-plugin-api@1.5.0
## @backstage/plugin-api-docs@0.9.1
### Patch Changes
- 095e755d9b5: Add ApiDefinitionDialog component for fast access to the API definition in ProvidedApiCards and ConsumedApiCards.
- 8bc7dcec820: Fix dark theme Swagger's clear button font color.
- 52b0022dab7: Updated dependency `msw` to `^1.0.0`.
- 9820eb5d24f: Add a `columns` prop to certain components that use the `EntityTable` for easier extensibility.
- Updated dependencies
- @backstage/plugin-catalog@1.9.0
- @backstage/core-components@0.12.5
- @backstage/plugin-catalog-react@1.4.0
- @backstage/core-plugin-api@1.5.0
- @backstage/catalog-model@1.2.1
- @backstage/theme@0.2.18
## @backstage/plugin-apollo-explorer@0.1.9
### Patch Changes
- 52b0022dab7: Updated dependency `msw` to `^1.0.0`.
- Updated dependencies
- @backstage/core-components@0.12.5
- @backstage/core-plugin-api@1.5.0
- @backstage/theme@0.2.18
## @backstage/plugin-app-backend@0.3.43
### Patch Changes
- 928a12a9b3e: Internal refactor of `/alpha` exports.
- 52b0022dab7: Updated dependency `msw` to `^1.0.0`.
- Updated dependencies
- @backstage/backend-common@0.18.3
- @backstage/backend-plugin-api@0.5.0
- @backstage/config-loader@1.1.9
- @backstage/config@1.0.7
- @backstage/types@1.0.2
## @backstage/plugin-auth-backend@0.18.1
### Patch Changes
- e262738b8a0: Handle difference in expiration time between Microsoft session and Backstage session which caused the Backstage token to be invalid during a time frame.
- 86cece2c1fb: Updated dependency `@types/passport-microsoft` to `^1.0.0`.
- 52b0022dab7: Updated dependency `msw` to `^1.0.0`.
- 529de8c4211: Added authentication provider for Azure Easy Authentication.
- Updated dependencies
- @backstage/catalog-client@1.4.0
- @backstage/plugin-auth-node@0.2.12
- @backstage/backend-common@0.18.3
- @backstage/errors@1.1.5
- @backstage/catalog-model@1.2.1
- @backstage/config@1.0.7
- @backstage/types@1.0.2
## @backstage/plugin-auth-node@0.2.12
### Patch Changes
- 65454876fb2: Minor API report tweaks
- 52b0022dab7: Updated dependency `msw` to `^1.0.0`.
- Updated dependencies
- @backstage/backend-common@0.18.3
- @backstage/errors@1.1.5
- @backstage/config@1.0.7
## @backstage/plugin-azure-devops@0.2.7
### Patch Changes
- 52b0022dab7: Updated dependency `msw` to `^1.0.0`.
- Updated dependencies
- @backstage/core-components@0.12.5
- @backstage/plugin-catalog-react@1.4.0
- @backstage/errors@1.1.5
- @backstage/core-plugin-api@1.5.0
- @backstage/catalog-model@1.2.1
- @backstage/theme@0.2.18
- @backstage/plugin-azure-devops-common@0.3.0
## @backstage/plugin-azure-devops-backend@0.3.22
### Patch Changes
- 52b0022dab7: Updated dependency `msw` to `^1.0.0`.
- Updated dependencies
- @backstage/backend-common@0.18.3
- @backstage/config@1.0.7
- @backstage/plugin-azure-devops-common@0.3.0
## @backstage/plugin-azure-sites@0.1.5
### Patch Changes
- cb8ec97cdeb: Change black & white colors to be theme aware
- 52b0022dab7: Updated dependency `msw` to `^1.0.0`.
- Updated dependencies
- @backstage/core-components@0.12.5
- @backstage/plugin-catalog-react@1.4.0
- @backstage/core-plugin-api@1.5.0
- @backstage/catalog-model@1.2.1
- @backstage/theme@0.2.18
- @backstage/plugin-azure-sites-common@0.1.0
## @backstage/plugin-azure-sites-backend@0.1.5
### Patch Changes
- 52b0022dab7: Updated dependency `msw` to `^1.0.0`.
- Updated dependencies
- @backstage/backend-common@0.18.3
- @backstage/config@1.0.7
- @backstage/plugin-azure-sites-common@0.1.0
## @backstage/plugin-badges@0.2.40
### Patch Changes
- 52b0022dab7: Updated dependency `msw` to `^1.0.0`.
- Updated dependencies
- @backstage/core-components@0.12.5
- @backstage/plugin-catalog-react@1.4.0
- @backstage/errors@1.1.5
- @backstage/core-plugin-api@1.5.0
- @backstage/catalog-model@1.2.1
- @backstage/theme@0.2.18
## @backstage/plugin-badges-backend@0.1.37
### Patch Changes
- Updated dependencies
- @backstage/catalog-client@1.4.0
- @backstage/backend-common@0.18.3
- @backstage/errors@1.1.5
- @backstage/catalog-model@1.2.1
- @backstage/config@1.0.7
## @backstage/plugin-bazaar@0.2.6
### Patch Changes
- Updated dependencies
- @backstage/plugin-catalog@1.9.0
- @backstage/catalog-client@1.4.0
- @backstage/core-components@0.12.5
- @backstage/plugin-catalog-react@1.4.0
- @backstage/cli@0.22.4
- @backstage/errors@1.1.5
- @backstage/core-plugin-api@1.5.0
- @backstage/catalog-model@1.2.1
- @backstage/theme@0.2.18
## @backstage/plugin-bazaar-backend@0.2.6
### Patch Changes
- Updated dependencies
- @backstage/plugin-auth-node@0.2.12
- @backstage/backend-common@0.18.3
- @backstage/errors@1.1.5
- @backstage/backend-plugin-api@0.5.0
- @backstage/config@1.0.7
## @backstage/plugin-bitbucket-cloud-common@0.2.4
### Patch Changes
- 52b0022dab7: Updated dependency `msw` to `^1.0.0`.
- Updated dependencies
- @backstage/integration@1.4.3
## @backstage/plugin-bitrise@0.1.43
### Patch Changes
- 52b0022dab7: Updated dependency `msw` to `^1.0.0`.
- Updated dependencies
- @backstage/core-components@0.12.5
- @backstage/plugin-catalog-react@1.4.0
- @backstage/core-plugin-api@1.5.0
- @backstage/catalog-model@1.2.1
- @backstage/theme@0.2.18
## @backstage/plugin-catalog-backend-module-aws@0.1.17
### Patch Changes
- 90469c02c8c: Renamed `awsS3EntityProviderCatalogModule` to `catalogModuleAwsS3EntityProviders` to match the [recommended naming patterns](https://backstage.io/docs/backend-system/architecture/naming-patterns).
- e675f902980: Make sure to not use deprecated exports from `@backstage/plugin-catalog-backend`
- 928a12a9b3e: Internal refactor of `/alpha` exports.
- 87f0bbec175: AwsS3UrlReader upgraded to use aws-sdk v3
- bf611cf019a: Fix missing `dependencies` in `package.json`
- Updated dependencies
- @backstage/backend-tasks@0.5.0
- @backstage/backend-common@0.18.3
- @backstage/errors@1.1.5
- @backstage/plugin-catalog-node@1.3.4
- @backstage/backend-plugin-api@0.5.0
- @backstage/catalog-model@1.2.1
- @backstage/plugin-catalog-common@1.0.12
- @backstage/integration@1.4.3
- @backstage/config@1.0.7
- @backstage/types@1.0.2
- @backstage/plugin-kubernetes-common@0.6.1
## @backstage/plugin-catalog-backend-module-azure@0.1.14
### Patch Changes
- 90469c02c8c: Renamed `azureDevOpsEntityProviderCatalogModule` to `catalogModuleAzureDevOpsEntityProvider` to match the [recommended naming patterns](https://backstage.io/docs/backend-system/architecture/naming-patterns).
- c17fa101825: Add branch filter support
- e675f902980: Make sure to not use deprecated exports from `@backstage/plugin-catalog-backend`
- 928a12a9b3e: Internal refactor of `/alpha` exports.
- 52b0022dab7: Updated dependency `msw` to `^1.0.0`.
- Updated dependencies
- @backstage/backend-tasks@0.5.0
- @backstage/backend-common@0.18.3
- @backstage/errors@1.1.5
- @backstage/plugin-catalog-node@1.3.4
- @backstage/backend-plugin-api@0.5.0
- @backstage/catalog-model@1.2.1
- @backstage/integration@1.4.3
- @backstage/config@1.0.7
- @backstage/types@1.0.2
## @backstage/plugin-catalog-backend-module-bitbucket@0.2.10
### Patch Changes
- e675f902980: Make sure to not use deprecated exports from `@backstage/plugin-catalog-backend`
- 52b0022dab7: Updated dependency `msw` to `^1.0.0`.
- Updated dependencies
- @backstage/backend-common@0.18.3
- @backstage/errors@1.1.5
- @backstage/plugin-catalog-node@1.3.4
- @backstage/catalog-model@1.2.1
- @backstage/integration@1.4.3
- @backstage/plugin-bitbucket-cloud-common@0.2.4
- @backstage/config@1.0.7
- @backstage/types@1.0.2
## @backstage/plugin-catalog-backend-module-bitbucket-cloud@0.1.10
### Patch Changes
- 90469c02c8c: Renamed `bitbucketCloudEntityProviderCatalogModule` to `catalogModuleBitbucketCloudEntityProvider` to match the [recommended naming patterns](https://backstage.io/docs/backend-system/architecture/naming-patterns).
- e675f902980: Make sure to not use deprecated exports from `@backstage/plugin-catalog-backend`
- 928a12a9b3e: Internal refactor of `/alpha` exports.
- 52b0022dab7: Updated dependency `msw` to `^1.0.0`.
- Updated dependencies
- @backstage/catalog-client@1.4.0
- @backstage/backend-tasks@0.5.0
- @backstage/backend-common@0.18.3
- @backstage/plugin-catalog-node@1.3.4
- @backstage/backend-plugin-api@0.5.0
- @backstage/catalog-model@1.2.1
- @backstage/plugin-catalog-common@1.0.12
- @backstage/plugin-events-node@0.2.4
- @backstage/integration@1.4.3
- @backstage/plugin-bitbucket-cloud-common@0.2.4
- @backstage/config@1.0.7
## @backstage/plugin-catalog-backend-module-bitbucket-server@0.1.8
### Patch Changes
- 90469c02c8c: Renamed `bitbucketServerEntityProviderCatalogModule` to `catalogModuleBitbucketServerEntityProvider` to match the [recommended naming patterns](https://backstage.io/docs/backend-system/architecture/naming-patterns).
- e675f902980: Make sure to not use deprecated exports from `@backstage/plugin-catalog-backend`
- 928a12a9b3e: Internal refactor of `/alpha` exports.
- 52b0022dab7: Updated dependency `msw` to `^1.0.0`.
- Updated dependencies
- @backstage/backend-tasks@0.5.0
- @backstage/backend-common@0.18.3
- @backstage/errors@1.1.5
- @backstage/plugin-catalog-node@1.3.4
- @backstage/backend-plugin-api@0.5.0
- @backstage/catalog-model@1.2.1
- @backstage/integration@1.4.3
- @backstage/config@1.0.7
## @backstage/plugin-catalog-backend-module-gerrit@0.1.11
### Patch Changes
- 90469c02c8c: Renamed `gerritEntityProviderCatalogModule` to `catalogModuleGerritEntityProvider` to match the [recommended naming patterns](https://backstage.io/docs/backend-system/architecture/naming-patterns).
- e675f902980: Make sure to not use deprecated exports from `@backstage/plugin-catalog-backend`
- 928a12a9b3e: Internal refactor of `/alpha` exports.
- 52b0022dab7: Updated dependency `msw` to `^1.0.0`.
- Updated dependencies
- @backstage/backend-tasks@0.5.0
- @backstage/backend-common@0.18.3
- @backstage/errors@1.1.5
- @backstage/plugin-catalog-node@1.3.4
- @backstage/backend-plugin-api@0.5.0
- @backstage/catalog-model@1.2.1
- @backstage/integration@1.4.3
- @backstage/config@1.0.7
## @backstage/plugin-catalog-backend-module-github@0.2.6
### Patch Changes
- 65454876fb2: Minor API report tweaks
- 90469c02c8c: Renamed `githubEntityProviderCatalogModule` to `catalogModuleGithubEntityProvider` to match the [recommended naming patterns](https://backstage.io/docs/backend-system/architecture/naming-patterns).
- e675f902980: Make sure to not use deprecated exports from `@backstage/plugin-catalog-backend`
- 928a12a9b3e: Internal refactor of `/alpha` exports.
- 52b0022dab7: Updated dependency `msw` to `^1.0.0`.
- Updated dependencies
- @backstage/plugin-catalog-backend@1.8.0
- @backstage/catalog-client@1.4.0
- @backstage/backend-tasks@0.5.0
- @backstage/backend-common@0.18.3
- @backstage/errors@1.1.5
- @backstage/plugin-catalog-node@1.3.4
- @backstage/backend-plugin-api@0.5.0
- @backstage/catalog-model@1.2.1
- @backstage/plugin-catalog-common@1.0.12
- @backstage/plugin-events-node@0.2.4
- @backstage/integration@1.4.3
- @backstage/config@1.0.7
- @backstage/types@1.0.2
## @backstage/plugin-catalog-backend-module-gitlab@0.1.14
### Patch Changes
- 90469c02c8c: Renamed `gitlabDiscoveryEntityProviderCatalogModule` to `catalogModuleGitlabDiscoveryEntityProvider` to match the [recommended naming patterns](https://backstage.io/docs/backend-system/architecture/naming-patterns).
- e675f902980: Make sure to not use deprecated exports from `@backstage/plugin-catalog-backend`
- 928a12a9b3e: Internal refactor of `/alpha` exports.
- 52b0022dab7: Updated dependency `msw` to `^1.0.0`.
- af1095f1e11: The configuration key `branch` of the `GitlabDiscoveryEntityProvider` has been deprecated in favor of the configuration key `fallbackBranch`.
It will be reused in future release to enforce a concrete branch to be used in catalog file discovery.
To migrate to the new configuration value, rename `branch` to `fallbackBranch`.
- be129f8f3cd: filter gitlab groups by prefix
- Updated dependencies
- @backstage/backend-tasks@0.5.0
- @backstage/backend-common@0.18.3
- @backstage/errors@1.1.5
- @backstage/plugin-catalog-node@1.3.4
- @backstage/backend-plugin-api@0.5.0
- @backstage/catalog-model@1.2.1
- @backstage/integration@1.4.3
- @backstage/config@1.0.7
- @backstage/types@1.0.2
## @backstage/plugin-catalog-backend-module-ldap@0.5.10
### Patch Changes
- e675f902980: Make sure to not use deprecated exports from `@backstage/plugin-catalog-backend`
- Updated dependencies
- @backstage/backend-tasks@0.5.0
- @backstage/errors@1.1.5
- @backstage/plugin-catalog-node@1.3.4
- @backstage/catalog-model@1.2.1
- @backstage/config@1.0.7
- @backstage/types@1.0.2
## @backstage/plugin-catalog-backend-module-msgraph@0.5.2
### Patch Changes
- a4ebd513527: Revert using `baseUrl` for MS Graph provider as it breaks token retrieval
- 26eef93c547: Fixed msgraph catalog backend to use user.select option when fetching user from AzureAD
- 90469c02c8c: Renamed `microsoftGraphOrgEntityProviderCatalogModule` to `catalogModuleMicrosoftGraphOrgEntityProvider` to match the [recommended naming patterns](https://backstage.io/docs/backend-system/architecture/naming-patterns).
- e675f902980: Make sure to not use deprecated exports from `@backstage/plugin-catalog-backend`
- 928a12a9b3e: Internal refactor of `/alpha` exports.
- 52b0022dab7: Updated dependency `msw` to `^1.0.0`.
- 2c234a89325: properly support custom graph api URL
- Updated dependencies
- @backstage/backend-tasks@0.5.0
- @backstage/backend-common@0.18.3
- @backstage/plugin-catalog-node@1.3.4
- @backstage/backend-plugin-api@0.5.0
- @backstage/catalog-model@1.2.1
- @backstage/config@1.0.7
## @backstage/plugin-catalog-backend-module-openapi@0.1.9
### Patch Changes
- Updated dependencies
- @backstage/plugin-catalog-backend@1.8.0
- @backstage/backend-common@0.18.3
- @backstage/plugin-catalog-node@1.3.4
- @backstage/catalog-model@1.2.1
- @backstage/integration@1.4.3
- @backstage/config@1.0.7
- @backstage/types@1.0.2
## @backstage/plugin-catalog-common@1.0.12
### Patch Changes
- 928a12a9b3e: Internal refactor of `/alpha` exports.
- Updated dependencies
- @backstage/catalog-model@1.2.1
- @backstage/plugin-permission-common@0.7.4
- @backstage/plugin-search-common@1.2.2
## @backstage/plugin-catalog-graph@0.2.28
### Patch Changes
- Updated dependencies
- @backstage/catalog-client@1.4.0
- @backstage/core-components@0.12.5
- @backstage/plugin-catalog-react@1.4.0
- @backstage/core-plugin-api@1.5.0
- @backstage/catalog-model@1.2.1
- @backstage/theme@0.2.18
## @backstage/plugin-catalog-graphql@0.3.19
### Patch Changes
- b990021ddeb: Updated dependency `@graphql-codegen/cli` to `^3.0.0`.
Updated dependency `@graphql-codegen/graphql-modules-preset` to `^3.0.0`.
Updated dependency `@graphql-codegen/typescript` to `^3.0.0`.
Updated dependency `@graphql-codegen/typescript-resolvers` to `^3.0.0`.
- 52b0022dab7: Updated dependency `msw` to `^1.0.0`.
- Updated dependencies
- @backstage/catalog-model@1.2.1
- @backstage/config@1.0.7
- @backstage/types@1.0.2
## @backstage/plugin-catalog-import@0.9.6
### Patch Changes
- 52b0022dab7: Updated dependency `msw` to `^1.0.0`.
- Updated dependencies
- @backstage/catalog-client@1.4.0
- @backstage/core-components@0.12.5
- @backstage/plugin-catalog-react@1.4.0
- @backstage/errors@1.1.5
- @backstage/core-plugin-api@1.5.0
- @backstage/catalog-model@1.2.1
- @backstage/plugin-catalog-common@1.0.12
- @backstage/integration-react@1.1.11
- @backstage/integration@1.4.3
- @backstage/config@1.0.7
## @backstage/plugin-catalog-node@1.3.4
### Patch Changes
- e675f902980: Added `locationSpecToMetadataName` and `locationSpecToLocationEntity` as their new home, moved over from the backend package where they now are marked as deprecated.
- 928a12a9b3e: Internal refactor of `/alpha` exports.
- Updated dependencies
- @backstage/catalog-client@1.4.0
- @backstage/errors@1.1.5
- @backstage/backend-plugin-api@0.5.0
- @backstage/catalog-model@1.2.1
- @backstage/plugin-catalog-common@1.0.12
- @backstage/types@1.0.2
## @backstage/plugin-cicd-statistics@0.1.18
### Patch Changes
- Updated dependencies
- @backstage/plugin-catalog-react@1.4.0
- @backstage/core-plugin-api@1.5.0
- @backstage/catalog-model@1.2.1
## @backstage/plugin-cicd-statistics-module-gitlab@0.1.12
### Patch Changes
- Updated dependencies
- @backstage/core-plugin-api@1.5.0
- @backstage/catalog-model@1.2.1
- @backstage/plugin-cicd-statistics@0.1.18
## @backstage/plugin-circleci@0.3.16
### Patch Changes
- c10384a9235: Switch to using `LinkButton` instead of the deprecated `Button`
- 52b0022dab7: Updated dependency `msw` to `^1.0.0`.
- Updated dependencies
- @backstage/core-components@0.12.5
- @backstage/plugin-catalog-react@1.4.0
- @backstage/core-plugin-api@1.5.0
- @backstage/catalog-model@1.2.1
- @backstage/theme@0.2.18
## @backstage/plugin-cloudbuild@0.3.16
### Patch Changes
- 52b0022dab7: Updated dependency `msw` to `^1.0.0`.
- Updated dependencies
- @backstage/core-components@0.12.5
- @backstage/plugin-catalog-react@1.4.0
- @backstage/core-plugin-api@1.5.0
- @backstage/catalog-model@1.2.1
- @backstage/theme@0.2.18
## @backstage/plugin-code-climate@0.1.16
### Patch Changes
- cb8ec97cdeb: Change black & white colors to be theme aware
- 52b0022dab7: Updated dependency `msw` to `^1.0.0`.
- Updated dependencies
- @backstage/core-components@0.12.5
- @backstage/plugin-catalog-react@1.4.0
- @backstage/core-plugin-api@1.5.0
- @backstage/catalog-model@1.2.1
- @backstage/theme@0.2.18
## @backstage/plugin-code-coverage@0.2.9
### Patch Changes
- cb8ec97cdeb: Change black & white colors to be theme aware
- 52b0022dab7: Updated dependency `msw` to `^1.0.0`.
- Updated dependencies
- @backstage/core-components@0.12.5
- @backstage/plugin-catalog-react@1.4.0
- @backstage/errors@1.1.5
- @backstage/core-plugin-api@1.5.0
- @backstage/catalog-model@1.2.1
- @backstage/config@1.0.7
- @backstage/theme@0.2.18
## @backstage/plugin-code-coverage-backend@0.2.9
### Patch Changes
- 52b0022dab7: Updated dependency `msw` to `^1.0.0`.
- Updated dependencies
- @backstage/catalog-client@1.4.0
- @backstage/backend-common@0.18.3
- @backstage/errors@1.1.5
- @backstage/catalog-model@1.2.1
- @backstage/integration@1.4.3
- @backstage/config@1.0.7
## @backstage/plugin-codescene@0.1.11
### Patch Changes
- 52b0022dab7: Updated dependency `msw` to `^1.0.0`.
- Updated dependencies
- @backstage/core-components@0.12.5
- @backstage/errors@1.1.5
- @backstage/core-plugin-api@1.5.0
- @backstage/config@1.0.7
- @backstage/theme@0.2.18
## @backstage/plugin-config-schema@0.1.39
### Patch Changes
- 52b0022dab7: Updated dependency `msw` to `^1.0.0`.
- Updated dependencies
- @backstage/core-components@0.12.5
- @backstage/errors@1.1.5
- @backstage/core-plugin-api@1.5.0
- @backstage/config@1.0.7
- @backstage/theme@0.2.18
- @backstage/types@1.0.2
## @backstage/plugin-cost-insights@0.12.5
### Patch Changes
- 928a12a9b3e: Internal refactor of `/alpha` exports.
- 52b0022dab7: Updated dependency `msw` to `^1.0.0`.
- Updated dependencies
- @backstage/core-components@0.12.5
- @backstage/plugin-catalog-react@1.4.0
- @backstage/core-plugin-api@1.5.0
- @backstage/catalog-model@1.2.1
- @backstage/config@1.0.7
- @backstage/theme@0.2.18
- @backstage/plugin-cost-insights-common@0.1.1
## @backstage/plugin-dynatrace@3.0.0
### Patch Changes
- 52b0022dab7: Updated dependency `msw` to `^1.0.0`.
- Updated dependencies
- @backstage/core-components@0.12.5
- @backstage/plugin-catalog-react@1.4.0
- @backstage/core-plugin-api@1.5.0
- @backstage/catalog-model@1.2.1
- @backstage/theme@0.2.18
## @backstage/plugin-entity-feedback@0.1.1
### Patch Changes
- 52b0022dab7: Updated dependency `msw` to `^1.0.0`.
- Updated dependencies
- @backstage/core-components@0.12.5
- @backstage/plugin-catalog-react@1.4.0
- @backstage/errors@1.1.5
- @backstage/core-plugin-api@1.5.0
- @backstage/catalog-model@1.2.1
- @backstage/theme@0.2.18
- @backstage/plugin-entity-feedback-common@0.1.0
## @backstage/plugin-entity-feedback-backend@0.1.1
### Patch Changes
- 52b0022dab7: Updated dependency `msw` to `^1.0.0`.
- Updated dependencies
- @backstage/catalog-client@1.4.0
- @backstage/plugin-auth-node@0.2.12
- @backstage/backend-common@0.18.3
- @backstage/catalog-model@1.2.1
- @backstage/config@1.0.7
- @backstage/plugin-entity-feedback-common@0.1.0
## @backstage/plugin-entity-validation@0.1.1
### Patch Changes
- 47d246691ac: Fixed bug in EntityVaidation plugin where string in text box was unable to be updated.
- c10384a9235: Switch to using `LinkButton` instead of the deprecated `Button`
- 52b0022dab7: Updated dependency `msw` to `^1.0.0`.
- Updated dependencies
- @backstage/catalog-client@1.4.0
- @backstage/core-components@0.12.5
- @backstage/plugin-catalog-react@1.4.0
- @backstage/errors@1.1.5
- @backstage/core-plugin-api@1.5.0
- @backstage/catalog-model@1.2.1
- @backstage/plugin-catalog-common@1.0.12
- @backstage/theme@0.2.18
## @backstage/plugin-events-backend@0.2.4
### Patch Changes
- 928a12a9b3e: Internal refactor of `/alpha` exports.
- a5de745ac17: Updated README instructions
- Updated dependencies
- @backstage/backend-common@0.18.3
- @backstage/backend-plugin-api@0.5.0
- @backstage/plugin-events-node@0.2.4
- @backstage/config@1.0.7
## @backstage/plugin-events-backend-module-aws-sqs@0.1.5
### Patch Changes
- a5de745ac17: Renamed `awsSqsConsumingEventPublisherEventsModule` to `eventsModuleAwsSqsConsumingEventPublisher` to match the [recommended naming patterns](https://backstage.io/docs/backend-system/architecture/naming-patterns).
- 928a12a9b3e: Internal refactor of `/alpha` exports.
- Updated dependencies
- @backstage/backend-tasks@0.5.0
- @backstage/backend-common@0.18.3
- @backstage/backend-plugin-api@0.5.0
- @backstage/plugin-events-node@0.2.4
- @backstage/config@1.0.7
- @backstage/types@1.0.2
## @backstage/plugin-events-backend-module-azure@0.1.5
### Patch Changes
- a5de745ac17: Renamed `azureDevOpsEventRouterEventsModule` to `eventsModuleAzureDevOpsEventRouter` to match the [recommended naming patterns](https://backstage.io/docs/backend-system/architecture/naming-patterns).
- 928a12a9b3e: Internal refactor of `/alpha` exports.
- Updated dependencies
- @backstage/backend-plugin-api@0.5.0
- @backstage/plugin-events-node@0.2.4
## @backstage/plugin-events-backend-module-bitbucket-cloud@0.1.5
### Patch Changes
- a5de745ac17: Renamed `bitbucketCloudEventRouterEventsModule` to `eventsModuleBitbucketCloudEventRouter` to match the [recommended naming patterns](https://backstage.io/docs/backend-system/architecture/naming-patterns).
- 928a12a9b3e: Internal refactor of `/alpha` exports.
- Updated dependencies
- @backstage/backend-plugin-api@0.5.0
- @backstage/plugin-events-node@0.2.4
## @backstage/plugin-events-backend-module-gerrit@0.1.5
### Patch Changes
- a5de745ac17: Renamed `gerritEventRouterEventsModule` to `eventsModuleGerritEventRouter` to match the [recommended naming patterns](https://backstage.io/docs/backend-system/architecture/naming-patterns).
- 928a12a9b3e: Internal refactor of `/alpha` exports.
- Updated dependencies
- @backstage/backend-plugin-api@0.5.0
- @backstage/plugin-events-node@0.2.4
## @backstage/plugin-events-backend-module-github@0.1.5
### Patch Changes
- a5de745ac17: Renamed `githubEventRouterEventsModule` to `eventsModuleGithubEventRouter` and `githubWebhookEventsModule` to `eventsModuleGithubWebhook`, to match the [recommended naming patterns](https://backstage.io/docs/backend-system/architecture/naming-patterns).
- 928a12a9b3e: Internal refactor of `/alpha` exports.
- Updated dependencies
- @backstage/backend-plugin-api@0.5.0
- @backstage/plugin-events-node@0.2.4
- @backstage/config@1.0.7
## @backstage/plugin-events-backend-module-gitlab@0.1.5
### Patch Changes
- a5de745ac17: Renamed `gitlabEventRouterEventsModule` to `eventsModuleGitlabEventRouter` and `gitlabWebhookEventsModule` to `eventsModuleGitlabWebhook` to match the [recommended naming patterns](https://backstage.io/docs/backend-system/architecture/naming-patterns).
- 928a12a9b3e: Internal refactor of `/alpha` exports.
- Updated dependencies
- @backstage/backend-plugin-api@0.5.0
- @backstage/plugin-events-node@0.2.4
- @backstage/config@1.0.7
## @backstage/plugin-events-backend-test-utils@0.1.5
### Patch Changes
- Updated dependencies
- @backstage/plugin-events-node@0.2.4
## @backstage/plugin-events-node@0.2.4
### Patch Changes
- 928a12a9b3e: Internal refactor of `/alpha` exports.
- Updated dependencies
- @backstage/backend-plugin-api@0.5.0
## @backstage/plugin-explore@0.4.1
### Patch Changes
- 65454876fb2: Minor API report tweaks
- cb8ec97cdeb: Change black & white colors to be theme aware
- c10384a9235: Switch to using `LinkButton` instead of the deprecated `Button`
- 52b0022dab7: Updated dependency `msw` to `^1.0.0`.
- 3f75b7607ca: Add ability to pass icon as function to have ability to customize it by search item
- Updated dependencies
- @backstage/core-components@0.12.5
- @backstage/plugin-catalog-react@1.4.0
- @backstage/plugin-search-react@1.5.1
- @backstage/errors@1.1.5
- @backstage/core-plugin-api@1.5.0
- @backstage/catalog-model@1.2.1
- @backstage/plugin-explore-react@0.0.27
- @backstage/theme@0.2.18
- @backstage/plugin-explore-common@0.0.1
- @backstage/plugin-search-common@1.2.2
## @backstage/plugin-explore-backend@0.0.5
### Patch Changes
- 52b0022dab7: Updated dependency `msw` to `^1.0.0`.
- Updated dependencies
- @backstage/backend-common@0.18.3
- @backstage/config@1.0.7
- @backstage/plugin-explore-common@0.0.1
- @backstage/plugin-search-common@1.2.2
## @backstage/plugin-explore-react@0.0.27
### Patch Changes
- 52b0022dab7: Updated dependency `msw` to `^1.0.0`.
- Updated dependencies
- @backstage/core-plugin-api@1.5.0
- @backstage/plugin-explore-common@0.0.1
## @backstage/plugin-fossa@0.2.48
### Patch Changes
- 52b0022dab7: Updated dependency `msw` to `^1.0.0`.
- Updated dependencies
- @backstage/core-components@0.12.5
- @backstage/plugin-catalog-react@1.4.0
- @backstage/errors@1.1.5
- @backstage/core-plugin-api@1.5.0
- @backstage/catalog-model@1.2.1
- @backstage/theme@0.2.18
## @backstage/plugin-gcalendar@0.3.12
### Patch Changes
- cb8ec97cdeb: Change black & white colors to be theme aware
- 52b0022dab7: Updated dependency `msw` to `^1.0.0`.
- Updated dependencies
- @backstage/core-components@0.12.5
- @backstage/errors@1.1.5
- @backstage/core-plugin-api@1.5.0
- @backstage/theme@0.2.18
## @backstage/plugin-gcp-projects@0.3.35
### Patch Changes
- 52b0022dab7: Updated dependency `msw` to `^1.0.0`.
- Updated dependencies
- @backstage/core-components@0.12.5
- @backstage/core-plugin-api@1.5.0
- @backstage/theme@0.2.18
## @backstage/plugin-git-release-manager@0.3.29
### Patch Changes
- cb8ec97cdeb: Change black & white colors to be theme aware
- 52b0022dab7: Updated dependency `msw` to `^1.0.0`.
- Updated dependencies
- @backstage/core-components@0.12.5
- @backstage/core-plugin-api@1.5.0
- @backstage/integration@1.4.3
- @backstage/theme@0.2.18
## @backstage/plugin-github-actions@0.5.16
### Patch Changes
- 52b0022dab7: Updated dependency `msw` to `^1.0.0`.
- Updated dependencies
- @backstage/core-components@0.12.5
- @backstage/plugin-catalog-react@1.4.0
- @backstage/core-plugin-api@1.5.0
- @backstage/catalog-model@1.2.1
- @backstage/integration@1.4.3
- @backstage/theme@0.2.18
## @backstage/plugin-github-deployments@0.1.47
### Patch Changes
- 52b0022dab7: Updated dependency `msw` to `^1.0.0`.
- Updated dependencies
- @backstage/core-components@0.12.5
- @backstage/plugin-catalog-react@1.4.0
- @backstage/errors@1.1.5
- @backstage/core-plugin-api@1.5.0
- @backstage/catalog-model@1.2.1
- @backstage/integration-react@1.1.11
- @backstage/integration@1.4.3
- @backstage/theme@0.2.18
## @backstage/plugin-github-issues@0.2.5
### Patch Changes
- 52b0022dab7: Updated dependency `msw` to `^1.0.0`.
- Updated dependencies
- @backstage/core-components@0.12.5
- @backstage/plugin-catalog-react@1.4.0
- @backstage/errors@1.1.5
- @backstage/core-plugin-api@1.5.0
- @backstage/catalog-model@1.2.1
- @backstage/integration@1.4.3
- @backstage/theme@0.2.18
## @backstage/plugin-github-pull-requests-board@0.1.10
### Patch Changes
- 52b0022dab7: Updated dependency `msw` to `^1.0.0`.
- Updated dependencies
- @backstage/core-components@0.12.5
- @backstage/plugin-catalog-react@1.4.0
- @backstage/core-plugin-api@1.5.0
- @backstage/catalog-model@1.2.1
- @backstage/integration@1.4.3
- @backstage/theme@0.2.18
## @backstage/plugin-gitops-profiles@0.3.34
### Patch Changes
- 52b0022dab7: Updated dependency `msw` to `^1.0.0`.
- Updated dependencies
- @backstage/core-components@0.12.5
- @backstage/core-plugin-api@1.5.0
- @backstage/theme@0.2.18
## @backstage/plugin-gocd@0.1.22
### Patch Changes
- 52b0022dab7: Updated dependency `msw` to `^1.0.0`.
- Updated dependencies
- @backstage/core-components@0.12.5
- @backstage/plugin-catalog-react@1.4.0
- @backstage/errors@1.1.5
- @backstage/core-plugin-api@1.5.0
- @backstage/catalog-model@1.2.1
- @backstage/theme@0.2.18
## @backstage/plugin-graphiql@0.2.48
### Patch Changes
- 52b0022dab7: Updated dependency `msw` to `^1.0.0`.
- Updated dependencies
- @backstage/core-components@0.12.5
- @backstage/core-plugin-api@1.5.0
- @backstage/theme@0.2.18
## @backstage/plugin-graphql-backend@0.1.33
### Patch Changes
- 52b0022dab7: Updated dependency `msw` to `^1.0.0`.
- Updated dependencies
- @backstage/backend-common@0.18.3
- @backstage/plugin-catalog-graphql@0.3.19
- @backstage/config@1.0.7
## @backstage/plugin-graphql-voyager@0.1.1
### Patch Changes
- 52b0022dab7: Updated dependency `msw` to `^1.0.0`.
- Updated dependencies
- @backstage/core-components@0.12.5
- @backstage/core-plugin-api@1.5.0
- @backstage/theme@0.2.18
## @backstage/plugin-home@0.4.32
### Patch Changes
- 52b0022dab7: Updated dependency `msw` to `^1.0.0`.
- Updated dependencies
- @backstage/core-components@0.12.5
- @backstage/plugin-catalog-react@1.4.0
- @backstage/core-plugin-api@1.5.0
- @backstage/catalog-model@1.2.1
- @backstage/config@1.0.7
- @backstage/theme@0.2.18
## @backstage/plugin-ilert@0.2.5
### Patch Changes
- cb8ec97cdeb: Change black & white colors to be theme aware
- 52b0022dab7: Updated dependency `msw` to `^1.0.0`.
- Updated dependencies
- @backstage/core-components@0.12.5
- @backstage/plugin-catalog-react@1.4.0
- @backstage/errors@1.1.5
- @backstage/core-plugin-api@1.5.0
- @backstage/catalog-model@1.2.1
- @backstage/theme@0.2.18
## @backstage/plugin-jenkins@0.7.15
### Patch Changes
- 928a12a9b3e: Internal refactor of `/alpha` exports.
- 52b0022dab7: Updated dependency `msw` to `^1.0.0`.
- Updated dependencies
- @backstage/core-components@0.12.5
- @backstage/plugin-catalog-react@1.4.0
- @backstage/errors@1.1.5
- @backstage/core-plugin-api@1.5.0
- @backstage/catalog-model@1.2.1
- @backstage/plugin-jenkins-common@0.1.14
- @backstage/theme@0.2.18
## @backstage/plugin-jenkins-backend@0.1.33
### Patch Changes
- 52b0022dab7: Updated dependency `msw` to `^1.0.0`.
- Updated dependencies
- @backstage/catalog-client@1.4.0
- @backstage/plugin-auth-node@0.2.12
- @backstage/backend-common@0.18.3
- @backstage/errors@1.1.5
- @backstage/catalog-model@1.2.1
- @backstage/plugin-jenkins-common@0.1.14
- @backstage/plugin-permission-common@0.7.4
- @backstage/config@1.0.7
## @backstage/plugin-jenkins-common@0.1.14
### Patch Changes
- 928a12a9b3e: Internal refactor of `/alpha` exports.
- Updated dependencies
- @backstage/plugin-catalog-common@1.0.12
- @backstage/plugin-permission-common@0.7.4
## @backstage/plugin-kafka@0.3.16
### Patch Changes
- 52b0022dab7: Updated dependency `msw` to `^1.0.0`.
- Updated dependencies
- @backstage/core-components@0.12.5
- @backstage/plugin-catalog-react@1.4.0
- @backstage/core-plugin-api@1.5.0
- @backstage/catalog-model@1.2.1
- @backstage/config@1.0.7
- @backstage/theme@0.2.18
## @backstage/plugin-kafka-backend@0.2.36
### Patch Changes
- Updated dependencies
- @backstage/backend-common@0.18.3
- @backstage/errors@1.1.5
- @backstage/backend-plugin-api@0.5.0
- @backstage/catalog-model@1.2.1
- @backstage/config@1.0.7
## @backstage/plugin-kubernetes@0.7.9
### Patch Changes
- 8adeb19b37d: GitLab can now be used as an `oidcTokenProvider` for Kubernetes clusters
- c10384a9235: Switch to using `LinkButton` instead of the deprecated `Button`
- 52b0022dab7: Updated dependency `msw` to `^1.0.0`.
- Updated dependencies
- @backstage/core-components@0.12.5
- @backstage/plugin-catalog-react@1.4.0
- @backstage/core-plugin-api@1.5.0
- @backstage/catalog-model@1.2.1
- @backstage/config@1.0.7
- @backstage/theme@0.2.18
- @backstage/plugin-kubernetes-common@0.6.1
## @backstage/plugin-kubernetes-backend@0.9.4
### Patch Changes
- 52b0022dab7: Updated dependency `msw` to `^1.0.0`.
- Updated dependencies
- @backstage/catalog-client@1.4.0
- @backstage/plugin-auth-node@0.2.12
- @backstage/backend-common@0.18.3
- @backstage/errors@1.1.5
- @backstage/catalog-model@1.2.1
- @backstage/config@1.0.7
- @backstage/plugin-kubernetes-common@0.6.1
## @backstage/plugin-kubernetes-common@0.6.1
### Patch Changes
- Updated dependencies
- @backstage/catalog-model@1.2.1
## @backstage/plugin-lighthouse@0.4.1
### Patch Changes
- 52b0022dab7: Updated dependency `msw` to `^1.0.0`.
- Updated dependencies
- @backstage/core-components@0.12.5
- @backstage/plugin-catalog-react@1.4.0
- @backstage/core-plugin-api@1.5.0
- @backstage/catalog-model@1.2.1
- @backstage/config@1.0.7
- @backstage/theme@0.2.18
- @backstage/plugin-lighthouse-common@0.1.1
## @backstage/plugin-lighthouse-backend@0.1.1
### Patch Changes
- 46829bc2f0e: Update README.md; typo with plugin name & removed unneeded "import { Router } from 'express';"
- Updated dependencies
- @backstage/catalog-client@1.4.0
- @backstage/backend-tasks@0.5.0
- @backstage/backend-common@0.18.3
- @backstage/catalog-model@1.2.1
- @backstage/config@1.0.7
- @backstage/types@1.0.2
- @backstage/plugin-lighthouse-common@0.1.1
## @backstage/plugin-lighthouse-common@0.1.1
### Patch Changes
- Updated dependencies
- @backstage/config@1.0.7
## @backstage/plugin-linguist@0.1.1
### Patch Changes
- 52b0022dab7: Updated dependency `msw` to `^1.0.0`.
- ab997ce243f: Updated `README.md` to removed images with refresh button as this feature was not implemented in the current version
- Updated dependencies
- @backstage/core-components@0.12.5
- @backstage/plugin-catalog-react@1.4.0
- @backstage/errors@1.1.5
- @backstage/core-plugin-api@1.5.0
- @backstage/catalog-model@1.2.1
- @backstage/theme@0.2.18
- @backstage/plugin-linguist-common@0.1.0
## @backstage/plugin-microsoft-calendar@0.1.1
### Patch Changes
- cb8ec97cdeb: Change black & white colors to be theme aware
- 52b0022dab7: Updated dependency `msw` to `^1.0.0`.
- Updated dependencies
- @backstage/core-components@0.12.5
- @backstage/errors@1.1.5
- @backstage/core-plugin-api@1.5.0
- @backstage/theme@0.2.18
## @backstage/plugin-newrelic@0.3.34
### Patch Changes
- 52b0022dab7: Updated dependency `msw` to `^1.0.0`.
- 66fdf05a1ef: Updated installation instructions
- Updated dependencies
- @backstage/core-components@0.12.5
- @backstage/core-plugin-api@1.5.0
- @backstage/theme@0.2.18
## @backstage/plugin-newrelic-dashboard@0.2.9
### Patch Changes
- cb8ec97cdeb: Change black & white colors to be theme aware
- Updated dependencies
- @backstage/core-components@0.12.5
- @backstage/plugin-catalog-react@1.4.0
- @backstage/errors@1.1.5
- @backstage/core-plugin-api@1.5.0
- @backstage/catalog-model@1.2.1
## @backstage/plugin-org@0.6.6
### Patch Changes
- cb8ec97cdeb: Change black & white colors to be theme aware
- 36bccb5252f: Fix small UI-glitch in MemberListCard
- 52b0022dab7: Updated dependency `msw` to `^1.0.0`.
- a06fcac4040: Add styling to the `MembersListCard` and `ComponentsGrid` to handle overflow text.
- Updated dependencies
- @backstage/core-components@0.12.5
- @backstage/plugin-catalog-react@1.4.0
- @backstage/core-plugin-api@1.5.0
- @backstage/catalog-model@1.2.1
- @backstage/theme@0.2.18
## @backstage/plugin-org-react@0.1.5
### Patch Changes
- 52b0022dab7: Updated dependency `msw` to `^1.0.0`.
- Updated dependencies
- @backstage/catalog-client@1.4.0
- @backstage/core-components@0.12.5
- @backstage/plugin-catalog-react@1.4.0
- @backstage/core-plugin-api@1.5.0
- @backstage/catalog-model@1.2.1
- @backstage/theme@0.2.18
## @backstage/plugin-pagerduty@0.5.9
### Patch Changes
- 52b0022dab7: Updated dependency `msw` to `^1.0.0`.
- 9c08ecbaa4b: Update readme link for discord channel
- Updated dependencies
- @backstage/core-components@0.12.5
- @backstage/plugin-catalog-react@1.4.0
- @backstage/errors@1.1.5
- @backstage/core-plugin-api@1.5.0
- @backstage/catalog-model@1.2.1
- @backstage/theme@0.2.18
## @backstage/plugin-periskop@0.1.14
### Patch Changes
- 52b0022dab7: Updated dependency `msw` to `^1.0.0`.
- Updated dependencies
- @backstage/core-components@0.12.5
- @backstage/plugin-catalog-react@1.4.0
- @backstage/errors@1.1.5
- @backstage/core-plugin-api@1.5.0
- @backstage/catalog-model@1.2.1
- @backstage/theme@0.2.18
## @backstage/plugin-periskop-backend@0.1.14
### Patch Changes
- 52b0022dab7: Updated dependency `msw` to `^1.0.0`.
- Updated dependencies
- @backstage/backend-common@0.18.3
- @backstage/backend-plugin-api@0.5.0
- @backstage/config@1.0.7
## @backstage/plugin-permission-backend@0.5.18
### Patch Changes
- 52b0022dab7: Updated dependency `msw` to `^1.0.0`.
- Updated dependencies
- @backstage/plugin-permission-node@0.7.6
- @backstage/plugin-auth-node@0.2.12
- @backstage/backend-common@0.18.3
- @backstage/errors@1.1.5
- @backstage/plugin-permission-common@0.7.4
- @backstage/config@1.0.7
## @backstage/plugin-permission-common@0.7.4
### Patch Changes
- 52b0022dab7: Updated dependency `msw` to `^1.0.0`.
- Updated dependencies
- @backstage/errors@1.1.5
- @backstage/config@1.0.7
- @backstage/types@1.0.2
## @backstage/plugin-permission-node@0.7.6
### Patch Changes
- 27a103ca07b: Changed the `createPermissionIntegrationRouter` API to allow `getResources`, `resourceType` and `rules` to be optional
- 37e9215c793: Update the service-to-service auth docs URL in error message.
\`\`
- 52b0022dab7: Updated dependency `msw` to `^1.0.0`.
- Updated dependencies
- @backstage/plugin-auth-node@0.2.12
- @backstage/backend-common@0.18.3
- @backstage/errors@1.1.5
- @backstage/plugin-permission-common@0.7.4
- @backstage/config@1.0.7
## @backstage/plugin-permission-react@0.4.11
### Patch Changes
- Updated dependencies
- @backstage/core-plugin-api@1.5.0
- @backstage/plugin-permission-common@0.7.4
- @backstage/config@1.0.7
## @backstage/plugin-playlist@0.1.7
### Patch Changes
- c10384a9235: Switch to using `LinkButton` instead of the deprecated `Button`
- 122a37a880e: Internal update to work with newer versions of react-router
- 52b0022dab7: Updated dependency `msw` to `^1.0.0`.
- Updated dependencies
- @backstage/core-components@0.12.5
- @backstage/plugin-catalog-react@1.4.0
- @backstage/plugin-search-react@1.5.1
- @backstage/errors@1.1.5
- @backstage/core-plugin-api@1.5.0
- @backstage/catalog-model@1.2.1
- @backstage/plugin-catalog-common@1.0.12
- @backstage/plugin-permission-common@0.7.4
- @backstage/theme@0.2.18
- @backstage/plugin-permission-react@0.4.11
- @backstage/plugin-playlist-common@0.1.5
## @backstage/plugin-playlist-backend@0.2.6
### Patch Changes
- 52b0022dab7: Updated dependency `msw` to `^1.0.0`.
- Updated dependencies
- @backstage/catalog-client@1.4.0
- @backstage/plugin-permission-node@0.7.6
- @backstage/plugin-auth-node@0.2.12
- @backstage/backend-common@0.18.3
- @backstage/errors@1.1.5
- @backstage/catalog-model@1.2.1
- @backstage/plugin-permission-common@0.7.4
- @backstage/config@1.0.7
- @backstage/plugin-playlist-common@0.1.5
## @backstage/plugin-playlist-common@0.1.5
### Patch Changes
- Updated dependencies
- @backstage/plugin-permission-common@0.7.4
## @backstage/plugin-proxy-backend@0.2.37
### Patch Changes
- 52b0022dab7: Updated dependency `msw` to `^1.0.0`.
- 3e3eea4bc7e: The proxy-backend plugin now supports reviving request bodies that have previously been consumed by an express middleware (e.g. `express.json()`). This is done by setting `reviveConsumedRequestBodies: true` on the proxy `RouterOptions`. In order to preserve the current behavior, the proxy will **not** revive request bodies by default.
The following is an example of a proxy `createRouter` invocation that revives request bodies:
```diff
const router = await createRouter({
config,
logger,
discovery,
+ reviveConsumedRequestBodies: true,
});
```
- 4acd93dae1d: Ensure that `@backstage/plugin-proxy-backend` logs the requests that it proxies when log level is set to `debug`.
- Updated dependencies
- @backstage/backend-common@0.18.3
- @backstage/backend-plugin-api@0.5.0
- @backstage/config@1.0.7
## @backstage/plugin-rollbar@0.4.16
### Patch Changes
- 52b0022dab7: Updated dependency `msw` to `^1.0.0`.
- Updated dependencies
- @backstage/core-components@0.12.5
- @backstage/plugin-catalog-react@1.4.0
- @backstage/core-plugin-api@1.5.0
- @backstage/catalog-model@1.2.1
- @backstage/theme@0.2.18
## @backstage/plugin-rollbar-backend@0.1.40
### Patch Changes
- 52b0022dab7: Updated dependency `msw` to `^1.0.0`.
- Updated dependencies
- @backstage/backend-common@0.18.3
- @backstage/config@1.0.7
## @backstage/plugin-scaffolder-backend-module-cookiecutter@0.2.18
### Patch Changes
- 62414770ead: allow container runner to be undefined in cookiecutter plugin
- 52b0022dab7: Updated dependency `msw` to `^1.0.0`.
- Updated dependencies
- @backstage/plugin-scaffolder-backend@1.12.0
- @backstage/backend-common@0.18.3
- @backstage/errors@1.1.5
- @backstage/integration@1.4.3
- @backstage/config@1.0.7
- @backstage/types@1.0.2
- @backstage/plugin-scaffolder-node@0.1.1
## @backstage/plugin-scaffolder-backend-module-rails@0.4.11
### Patch Changes
- Updated dependencies
- @backstage/plugin-scaffolder-backend@1.12.0
- @backstage/backend-common@0.18.3
- @backstage/errors@1.1.5
- @backstage/integration@1.4.3
- @backstage/config@1.0.7
- @backstage/types@1.0.2
- @backstage/plugin-scaffolder-node@0.1.1
## @backstage/plugin-scaffolder-backend-module-sentry@0.1.3
### Patch Changes
- Updated dependencies
- @backstage/errors@1.1.5
- @backstage/config@1.0.7
- @backstage/plugin-scaffolder-node@0.1.1
## @backstage/plugin-scaffolder-backend-module-yeoman@0.2.16
### Patch Changes
- Updated dependencies
- @backstage/config@1.0.7
- @backstage/types@1.0.2
- @backstage/plugin-scaffolder-node@0.1.1
## @backstage/plugin-scaffolder-common@1.2.6
### Patch Changes
- Updated dependencies
- @backstage/catalog-model@1.2.1
- @backstage/types@1.0.2
## @backstage/plugin-scaffolder-node@0.1.1
### Patch Changes
- Updated dependencies
- @backstage/backend-plugin-api@0.5.0
- @backstage/catalog-model@1.2.1
- @backstage/types@1.0.2
- @backstage/plugin-scaffolder-common@1.2.6
## @backstage/plugin-search@1.1.1
### Patch Changes
- 65454876fb2: Minor API report tweaks
- 52b0022dab7: Updated dependency `msw` to `^1.0.0`.
- Updated dependencies
- @backstage/core-components@0.12.5
- @backstage/plugin-catalog-react@1.4.0
- @backstage/plugin-search-react@1.5.1
- @backstage/errors@1.1.5
- @backstage/core-plugin-api@1.5.0
- @backstage/catalog-model@1.2.1
- @backstage/config@1.0.7
- @backstage/theme@0.2.18
- @backstage/types@1.0.2
- @backstage/version-bridge@1.0.3
- @backstage/plugin-search-common@1.2.2
## @backstage/plugin-search-backend@1.2.4
### Patch Changes
- Updated dependencies
- @backstage/plugin-permission-node@0.7.6
- @backstage/plugin-auth-node@0.2.12
- @backstage/backend-common@0.18.3
- @backstage/errors@1.1.5
- @backstage/plugin-permission-common@0.7.4
- @backstage/config@1.0.7
- @backstage/types@1.0.2
- @backstage/plugin-search-backend-node@1.1.4
- @backstage/plugin-search-common@1.2.2
## @backstage/plugin-search-backend-module-elasticsearch@1.1.4
### Patch Changes
- 65454876fb2: Minor API report tweaks
- Updated dependencies
- @backstage/config@1.0.7
- @backstage/plugin-search-backend-node@1.1.4
- @backstage/plugin-search-common@1.2.2
## @backstage/plugin-search-backend-module-pg@0.5.4
### Patch Changes
- Updated dependencies
- @backstage/backend-common@0.18.3
- @backstage/config@1.0.7
- @backstage/plugin-search-backend-node@1.1.4
- @backstage/plugin-search-common@1.2.2
## @backstage/plugin-search-backend-node@1.1.4
### Patch Changes
- Updated dependencies
- @backstage/backend-tasks@0.5.0
- @backstage/backend-common@0.18.3
- @backstage/errors@1.1.5
- @backstage/plugin-permission-common@0.7.4
- @backstage/config@1.0.7
- @backstage/plugin-search-common@1.2.2
## @backstage/plugin-search-common@1.2.2
### Patch Changes
- Updated dependencies
- @backstage/plugin-permission-common@0.7.4
- @backstage/types@1.0.2
## @backstage/plugin-search-react@1.5.1
### Patch Changes
- 65454876fb2: Minor API report tweaks
- 553f3c95011: Correctly disable next button in `SearchPagination` on last page
- Updated dependencies
- @backstage/core-components@0.12.5
- @backstage/core-plugin-api@1.5.0
- @backstage/theme@0.2.18
- @backstage/types@1.0.2
- @backstage/version-bridge@1.0.3
- @backstage/plugin-search-common@1.2.2
## @backstage/plugin-sentry@0.5.1
### Patch Changes
- 52b0022dab7: Updated dependency `msw` to `^1.0.0`.
- Updated dependencies
- @backstage/core-components@0.12.5
- @backstage/plugin-catalog-react@1.4.0
- @backstage/core-plugin-api@1.5.0
- @backstage/catalog-model@1.2.1
- @backstage/theme@0.2.18
## @backstage/plugin-shortcuts@0.3.8
### Patch Changes
- cb8ec97cdeb: Change black & white colors to be theme aware
- 7c38e565d1f: Fixed bug in LocalStoredShortcuts client where adding new Shortcut results in replacing entire shortcut list.
Refactored LocalStoredShortcuts client to listen to `storageApi` updates to ensure that local state is always up to date.
- 52b0022dab7: Updated dependency `msw` to `^1.0.0`.
- Updated dependencies
- @backstage/core-components@0.12.5
- @backstage/core-plugin-api@1.5.0
- @backstage/theme@0.2.18
- @backstage/types@1.0.2
## @backstage/plugin-sonarqube@0.6.5
### Patch Changes
- 65454876fb2: Minor API report tweaks
- 928a12a9b3e: Internal refactor of `/alpha` exports.
- 52b0022dab7: Updated dependency `msw` to `^1.0.0`.
- 8ae65a0bc1d: Moved imports from `/alpha` to main public exports.
- d3d624e8e8d: Show a more appropriate icon if there are no code smells and/or vulnerabilities.
- Updated dependencies
- @backstage/core-components@0.12.5
- @backstage/plugin-catalog-react@1.4.0
- @backstage/core-plugin-api@1.5.0
- @backstage/plugin-sonarqube-react@0.1.4
- @backstage/catalog-model@1.2.1
- @backstage/theme@0.2.18
## @backstage/plugin-sonarqube-backend@0.1.8
### Patch Changes
- 52b0022dab7: Updated dependency `msw` to `^1.0.0`.
- Updated dependencies
- @backstage/backend-common@0.18.3
- @backstage/errors@1.1.5
- @backstage/config@1.0.7
## @backstage/plugin-sonarqube-react@0.1.4
### Patch Changes
- 928a12a9b3e: Internal refactor of `/alpha` exports.
- 8ae65a0bc1d: Moved imports from `/alpha` to main public exports.
- Updated dependencies
- @backstage/core-plugin-api@1.5.0
- @backstage/catalog-model@1.2.1
## @backstage/plugin-splunk-on-call@0.4.5
### Patch Changes
- 65454876fb2: Minor API report tweaks
- 52b0022dab7: Updated dependency `msw` to `^1.0.0`.
- Updated dependencies
- @backstage/core-components@0.12.5
- @backstage/plugin-catalog-react@1.4.0
- @backstage/core-plugin-api@1.5.0
- @backstage/catalog-model@1.2.1
- @backstage/theme@0.2.18
## @backstage/plugin-stack-overflow@0.1.12
### Patch Changes
- 52b0022dab7: Updated dependency `msw` to `^1.0.0`.
- 3ef5fb09ca5: Export api ref and StackOverflowApi type
- Updated dependencies
- @backstage/core-components@0.12.5
- @backstage/plugin-search-react@1.5.1
- @backstage/core-plugin-api@1.5.0
- @backstage/plugin-home@0.4.32
- @backstage/config@1.0.7
- @backstage/theme@0.2.18
- @backstage/plugin-search-common@1.2.2
## @backstage/plugin-stack-overflow-backend@0.1.12
### Patch Changes
- 52b0022dab7: Updated dependency `msw` to `^1.0.0`.
- Updated dependencies
- @backstage/backend-common@0.18.3
- @backstage/config@1.0.7
- @backstage/plugin-search-common@1.2.2
## @backstage/plugin-tech-insights@0.3.8
### Patch Changes
- 65454876fb2: Minor API report tweaks
- 52b0022dab7: Updated dependency `msw` to `^1.0.0`.
- Updated dependencies
- @backstage/core-components@0.12.5
- @backstage/plugin-catalog-react@1.4.0
- @backstage/errors@1.1.5
- @backstage/core-plugin-api@1.5.0
- @backstage/catalog-model@1.2.1
- @backstage/theme@0.2.18
- @backstage/types@1.0.2
- @backstage/plugin-tech-insights-common@0.2.10
## @backstage/plugin-tech-insights-backend@0.5.9
### Patch Changes
- f244b589163: Add DB index to improve latency of latest fact query
- Updated dependencies
- @backstage/catalog-client@1.4.0
- @backstage/backend-tasks@0.5.0
- @backstage/backend-common@0.18.3
- @backstage/errors@1.1.5
- @backstage/catalog-model@1.2.1
- @backstage/config@1.0.7
- @backstage/types@1.0.2
- @backstage/plugin-tech-insights-common@0.2.10
- @backstage/plugin-tech-insights-node@0.4.1
## @backstage/plugin-tech-insights-backend-module-jsonfc@0.1.27
### Patch Changes
- 65454876fb2: Minor API report tweaks
- Updated dependencies
- @backstage/backend-common@0.18.3
- @backstage/errors@1.1.5
- @backstage/config@1.0.7
- @backstage/plugin-tech-insights-common@0.2.10
- @backstage/plugin-tech-insights-node@0.4.1
## @backstage/plugin-tech-insights-node@0.4.1
### Patch Changes
- Updated dependencies
- @backstage/backend-tasks@0.5.0
- @backstage/backend-common@0.18.3
- @backstage/config@1.0.7
- @backstage/types@1.0.2
- @backstage/plugin-tech-insights-common@0.2.10
## @backstage/plugin-tech-radar@0.6.2
### Patch Changes
- e14dcfa4994: Update colors to match Zalando's tech radar, also add coloring on title and legend to match ring color.
- cb8ec97cdeb: Change black & white colors to be theme aware
- 52b0022dab7: Updated dependency `msw` to `^1.0.0`.
- Updated dependencies
- @backstage/core-components@0.12.5
- @backstage/core-plugin-api@1.5.0
- @backstage/theme@0.2.18
## @backstage/plugin-techdocs-addons-test-utils@1.0.11
### Patch Changes
- 2b00d8a225c: Fix bug/problem with test helper
- 52b0022dab7: Updated dependency `msw` to `^1.0.0`.
- Updated dependencies
- @backstage/plugin-catalog@1.9.0
- @backstage/core-components@0.12.5
- @backstage/plugin-techdocs-react@1.1.4
- @backstage/plugin-search-react@1.5.1
- @backstage/plugin-techdocs@1.6.0
- @backstage/core-plugin-api@1.5.0
- @backstage/test-utils@1.2.6
- @backstage/core-app-api@1.6.0
- @backstage/integration-react@1.1.11
- @backstage/theme@0.2.18
## @backstage/plugin-techdocs-module-addons-contrib@1.0.11
### Patch Changes
- 52b0022dab7: Updated dependency `msw` to `^1.0.0`.
- 37cf85fb85c: Fixed bug in IssueLink component where the URL was not generated properly when the repository was located inside a Gitlab subgroup
- Updated dependencies
- @backstage/core-components@0.12.5
- @backstage/plugin-techdocs-react@1.1.4
- @backstage/core-plugin-api@1.5.0
- @backstage/integration-react@1.1.11
- @backstage/integration@1.4.3
- @backstage/theme@0.2.18
## @backstage/plugin-techdocs-react@1.1.4
### Patch Changes
- 65454876fb2: Minor API report tweaks
- 928a12a9b3e: Internal refactor of `/alpha` exports.
- 8adfda60ae1: Updated dependency `jss` to `~10.10.0`.
- Updated dependencies
- @backstage/core-components@0.12.5
- @backstage/core-plugin-api@1.5.0
- @backstage/catalog-model@1.2.1
- @backstage/config@1.0.7
- @backstage/version-bridge@1.0.3
## @backstage/plugin-todo@0.2.18
### Patch Changes
- 52b0022dab7: Updated dependency `msw` to `^1.0.0`.
- Updated dependencies
- @backstage/core-components@0.12.5
- @backstage/plugin-catalog-react@1.4.0
- @backstage/errors@1.1.5
- @backstage/core-plugin-api@1.5.0
- @backstage/catalog-model@1.2.1
- @backstage/theme@0.2.18
## @backstage/plugin-todo-backend@0.1.40
### Patch Changes
- 4120513412a: todo-backend is now exposed as a plugin which uses the new plugin system
- 52b0022dab7: Updated dependency `msw` to `^1.0.0`.
- Updated dependencies
- @backstage/catalog-client@1.4.0
- @backstage/backend-common@0.18.3
- @backstage/errors@1.1.5
- @backstage/plugin-catalog-node@1.3.4
- @backstage/backend-plugin-api@0.5.0
- @backstage/catalog-model@1.2.1
- @backstage/integration@1.4.3
- @backstage/config@1.0.7
## @backstage/plugin-user-settings@0.7.1
### Patch Changes
- 52b0022dab7: Updated dependency `msw` to `^1.0.0`.
- Updated dependencies
- @backstage/core-components@0.12.5
- @backstage/plugin-catalog-react@1.4.0
- @backstage/errors@1.1.5
- @backstage/core-plugin-api@1.5.0
- @backstage/core-app-api@1.6.0
- @backstage/theme@0.2.18
- @backstage/types@1.0.2
## @backstage/plugin-user-settings-backend@0.1.7
### Patch Changes
- Updated dependencies
- @backstage/plugin-auth-node@0.2.12
- @backstage/backend-common@0.18.3
- @backstage/errors@1.1.5
- @backstage/backend-plugin-api@0.5.0
- @backstage/catalog-model@1.2.1
- @backstage/types@1.0.2
## @backstage/plugin-vault@0.1.10
### Patch Changes
- 52b0022dab7: Updated dependency `msw` to `^1.0.0`.
- Updated dependencies
- @backstage/core-components@0.12.5
- @backstage/plugin-catalog-react@1.4.0
- @backstage/errors@1.1.5
- @backstage/core-plugin-api@1.5.0
- @backstage/catalog-model@1.2.1
- @backstage/theme@0.2.18
## @backstage/plugin-vault-backend@0.2.10
### Patch Changes
- 66b3a3956b8: Ignore the `eslint` error
- 52b0022dab7: Updated dependency `msw` to `^1.0.0`.
- Updated dependencies
- @backstage/backend-tasks@0.5.0
- @backstage/backend-common@0.18.3
- @backstage/errors@1.1.5
- @backstage/config@1.0.7
## @backstage/plugin-xcmetrics@0.2.36
### Patch Changes
- 52b0022dab7: Updated dependency `msw` to `^1.0.0`.
- Updated dependencies
- @backstage/core-components@0.12.5
- @backstage/errors@1.1.5
- @backstage/core-plugin-api@1.5.0
- @backstage/theme@0.2.18
## example-app@0.2.81
### Patch Changes
- Updated dependencies
- @backstage/core-components@0.12.5
- @backstage/plugin-scaffolder-react@1.2.0
- @backstage/plugin-techdocs-react@1.1.4
- @backstage/plugin-catalog-react@1.4.0
- @backstage/plugin-tech-insights@0.3.8
- @backstage/plugin-search-react@1.5.1
- @backstage/plugin-scaffolder@1.12.0
- @backstage/plugin-techdocs@1.6.0
- @backstage/plugin-explore@0.4.1
- @backstage/plugin-search@1.1.1
- @backstage/cli@0.22.4
- @backstage/plugin-kubernetes@0.7.9
- @backstage/plugin-tech-radar@0.6.2
- @backstage/plugin-microsoft-calendar@0.1.1
- @backstage/plugin-newrelic-dashboard@0.2.9
- @backstage/plugin-code-coverage@0.2.9
- @backstage/plugin-azure-sites@0.1.5
- @backstage/plugin-gcalendar@0.3.12
- @backstage/plugin-shortcuts@0.3.8
- @backstage/plugin-org@0.6.6
- @backstage/plugin-api-docs@0.9.1
- @backstage/plugin-stackstorm@0.1.0
- @backstage/plugin-circleci@0.3.16
- @backstage/plugin-playlist@0.1.7
- @backstage/core-plugin-api@1.5.0
- @backstage/catalog-model@1.2.1
- @backstage/plugin-catalog-common@1.0.12
- @backstage/plugin-cost-insights@0.12.5
- @backstage/plugin-jenkins@0.7.15
- @backstage/core-app-api@1.6.0
- @backstage/integration-react@1.1.11
- @backstage/plugin-airbrake@0.3.16
- @backstage/plugin-apache-airflow@0.2.9
- @backstage/plugin-azure-devops@0.2.7
- @backstage/plugin-badges@0.2.40
- @backstage/plugin-catalog-import@0.9.6
- @backstage/plugin-cloudbuild@0.3.16
- @backstage/plugin-dynatrace@3.0.0
- @backstage/plugin-entity-feedback@0.1.1
- @backstage/plugin-gcp-projects@0.3.35
- @backstage/plugin-github-actions@0.5.16
- @backstage/plugin-gocd@0.1.22
- @backstage/plugin-graphiql@0.2.48
- @backstage/plugin-home@0.4.32
- @backstage/plugin-kafka@0.3.16
- @backstage/plugin-lighthouse@0.4.1
- @backstage/plugin-linguist@0.1.1
- @backstage/plugin-newrelic@0.3.34
- @backstage/plugin-pagerduty@0.5.9
- @backstage/plugin-rollbar@0.4.16
- @backstage/plugin-sentry@0.5.1
- @backstage/plugin-stack-overflow@0.1.12
- @backstage/plugin-techdocs-module-addons-contrib@1.0.11
- @backstage/plugin-todo@0.2.18
- @backstage/plugin-user-settings@0.7.1
- @backstage/config@1.0.7
- @backstage/theme@0.2.18
- @internal/plugin-catalog-customized@0.0.8
- @backstage/plugin-catalog-graph@0.2.28
- @backstage/app-defaults@1.2.1
- @backstage/plugin-linguist-common@0.1.0
- @backstage/plugin-permission-react@0.4.11
- @backstage/plugin-search-common@1.2.2
## example-backend@0.2.81
### Patch Changes
- Updated dependencies
- @backstage/plugin-scaffolder-backend@1.12.0
- @backstage/plugin-catalog-backend@1.8.0
- @backstage/catalog-client@1.4.0
- @backstage/plugin-todo-backend@0.1.40
- @backstage/plugin-permission-node@0.7.6
- @backstage/plugin-search-backend-module-elasticsearch@1.1.4
- @backstage/plugin-tech-insights-backend-module-jsonfc@0.1.27
- @backstage/plugin-auth-node@0.2.12
- @backstage/plugin-techdocs-backend@1.6.0
- @backstage/backend-tasks@0.5.0
- @backstage/plugin-tech-insights-backend@0.5.9
- @backstage/plugin-adr-backend@0.3.1
- @backstage/plugin-auth-backend@0.18.1
- @backstage/backend-common@0.18.3
- @backstage/plugin-linguist-backend@0.2.0
- @backstage/plugin-catalog-node@1.3.4
- @backstage/catalog-model@1.2.1
- @backstage/plugin-events-backend@0.2.4
- @backstage/plugin-app-backend@0.3.43
- @backstage/plugin-events-node@0.2.4
- @backstage/integration@1.4.3
- @backstage/plugin-azure-devops-backend@0.3.22
- @backstage/plugin-azure-sites-backend@0.1.5
- @backstage/plugin-code-coverage-backend@0.2.9
- @backstage/plugin-entity-feedback-backend@0.1.1
- @backstage/plugin-explore-backend@0.0.5
- @backstage/plugin-graphql-backend@0.1.33
- @backstage/plugin-jenkins-backend@0.1.33
- @backstage/plugin-kubernetes-backend@0.9.4
- @backstage/plugin-permission-backend@0.5.18
- @backstage/plugin-permission-common@0.7.4
- @backstage/plugin-playlist-backend@0.2.6
- @backstage/plugin-proxy-backend@0.2.37
- @backstage/plugin-rollbar-backend@0.1.40
- @backstage/plugin-lighthouse-backend@0.1.1
- @backstage/config@1.0.7
- @backstage/plugin-scaffolder-backend-module-rails@0.4.11
- @backstage/plugin-badges-backend@0.1.37
- example-app@0.2.81
- @backstage/plugin-search-backend@1.2.4
- @backstage/plugin-kafka-backend@0.2.36
- @backstage/plugin-search-backend-module-pg@0.5.4
- @backstage/plugin-search-backend-node@1.1.4
- @backstage/plugin-search-common@1.2.2
- @backstage/plugin-tech-insights-node@0.4.1
## example-backend-next@0.0.9
### Patch Changes
- Updated dependencies
- @backstage/plugin-scaffolder-backend@1.12.0
- @backstage/plugin-catalog-backend@1.8.0
- @backstage/plugin-todo-backend@0.1.40
- @backstage/plugin-techdocs-backend@1.6.0
- @backstage/backend-defaults@0.1.8
- @backstage/plugin-app-backend@0.3.43
## e2e-test@0.2.1
### Patch Changes
- Updated dependencies
- @backstage/create-app@0.4.38
- @backstage/errors@1.1.5
- @backstage/cli-common@0.1.12
## techdocs-cli-embedded-app@0.2.80
### Patch Changes
- Updated dependencies
- @backstage/plugin-catalog@1.9.0
- @backstage/core-components@0.12.5
- @backstage/plugin-techdocs-react@1.1.4
- @backstage/plugin-techdocs@1.6.0
- @backstage/cli@0.22.4
- @backstage/core-plugin-api@1.5.0
- @backstage/catalog-model@1.2.1
- @backstage/test-utils@1.2.6
- @backstage/core-app-api@1.6.0
- @backstage/integration-react@1.1.11
- @backstage/config@1.0.7
- @backstage/theme@0.2.18
- @backstage/app-defaults@1.2.1
## @internal/plugin-catalog-customized@0.0.8
### Patch Changes
- Updated dependencies
- @backstage/plugin-catalog@1.9.0
- @backstage/plugin-catalog-react@1.4.0
## @internal/plugin-todo-list@1.0.11
### Patch Changes
- Updated dependencies
- @backstage/core-components@0.12.5
- @backstage/core-plugin-api@1.5.0
- @backstage/theme@0.2.18
## @internal/plugin-todo-list-backend@1.0.11
### Patch Changes
- Updated dependencies
- @backstage/plugin-auth-node@0.2.12
- @backstage/backend-common@0.18.3
- @backstage/errors@1.1.5
- @backstage/backend-plugin-api@0.5.0
- @backstage/config@1.0.7
## @internal/plugin-todo-list-common@1.0.9
### Patch Changes
- Updated dependencies
- @backstage/plugin-permission-common@0.7.4