# Release v1.3.0-next.1 ## @backstage/plugin-bitbucket-cloud-common@0.1.0-next.0 ### Minor Changes - 1dffa7dd4d: Add new common library `bitbucket-cloud-common` with a client for Bitbucket Cloud. This client can be reused across all packages and might be the future place for additional features like managing the rate limits, etc. The client itself was generated in parts using the `@openapitools/openapi-generator-cli`. ### Patch Changes - Updated dependencies - @backstage/integration@1.2.1-next.1 ## @backstage/plugin-catalog-backend-module-bitbucket@0.2.0-next.1 ### Minor Changes - 1c01c0fd14: Integrate `@backstage/plugin-bitbucket-cloud-common` as replacement for the `BitbucketCloudClient`. ### Patch Changes - 8f7b1835df: Updated dependency `msw` to `^0.41.0`. - Updated dependencies - @backstage/backend-common@0.13.6-next.1 - @backstage/integration@1.2.1-next.1 - @backstage/plugin-catalog-backend@1.2.0-next.1 - @backstage/catalog-model@1.0.3-next.0 - @backstage/plugin-bitbucket-cloud-common@0.1.0-next.0 ## @backstage/plugin-catalog-backend-module-bitbucket-cloud@0.1.0-next.0 ### Minor Changes - dfc4efcbf0: Add new plugin `catalog-backend-module-bitbucket-cloud` with `BitbucketCloudEntityProvider`. This entity provider is an alternative/replacement to the `BitbucketDiscoveryProcessor` **_(for Bitbucket Cloud only!)_**. It replaces use cases using `search=true` and should be powerful enough as a complete replacement. If any feature for Bitbucket Cloud is missing and preventing you from switching, please raise an issue. **Before:** ```typescript // packages/backend/src/plugins/catalog.ts builder.addProcessor( BitbucketDiscoveryProcessor.fromConfig(env.config, { logger: env.logger }), ); ``` ```yaml # app-config.yaml catalog: locations: - type: bitbucket-discovery target: 'https://bitbucket.org/workspaces/workspace-name/projects/apis-*/repos/service-*?search=true&catalogPath=/catalog-info.yaml' ``` **After:** ```typescript // packages/backend/src/plugins/catalog.ts builder.addEntityProvider( BitbucketCloudEntityProvider.fromConfig(env.config, { logger: env.logger, schedule: env.scheduler.createScheduledTaskRunner({ frequency: { minutes: 30 }, timeout: { minutes: 3 }, }), }), ); ``` ```yaml # app-config.yaml catalog: providers: bitbucketCloud: yourProviderId: # identifies your ingested dataset catalogPath: /catalog-info.yaml # default value filters: # optional projectKey: '^apis-.* # optional; RegExp repoSlug: '^service-.* # optional; RegExp workspace: workspace-name ``` ### Patch Changes - Updated dependencies - @backstage/backend-tasks@0.3.2-next.1 - @backstage/integration@1.2.1-next.1 - @backstage/plugin-catalog-backend@1.2.0-next.1 - @backstage/plugin-bitbucket-cloud-common@0.1.0-next.0 ## @backstage/plugin-github-pull-requests-board@0.1.0-next.0 ### Minor Changes - fc9927c81d: Add Github Pull Requests board plugin ### Patch Changes - 8f7b1835df: Updated dependency `msw` to `^0.41.0`. - Updated dependencies - @backstage/core-components@0.9.5-next.1 - @backstage/core-plugin-api@1.0.3-next.0 - @backstage/integration@1.2.1-next.1 - @backstage/catalog-model@1.0.3-next.0 - @backstage/plugin-catalog-react@1.1.1-next.1 ## @backstage/plugin-scaffolder-backend@1.3.0-next.1 ### Minor Changes - c042c5eaff: Add an option to not protect the default branch. ### Patch Changes - 8f7b1835df: Updated dependency `msw` to `^0.41.0`. - Updated dependencies - @backstage/backend-common@0.13.6-next.1 - @backstage/catalog-client@1.0.3-next.0 - @backstage/integration@1.2.1-next.1 - @backstage/plugin-catalog-backend@1.2.0-next.1 - @backstage/catalog-model@1.0.3-next.0 - @backstage/plugin-scaffolder-common@1.1.1-next.0 ## @backstage/app-defaults@1.0.3-next.1 ### Patch Changes - Updated dependencies - @backstage/core-components@0.9.5-next.1 - @backstage/core-app-api@1.0.3-next.0 - @backstage/core-plugin-api@1.0.3-next.0 - @backstage/plugin-permission-react@0.4.2-next.0 ## @backstage/backend-common@0.13.6-next.1 ### Patch Changes - 8f7b1835df: Updated dependency `msw` to `^0.41.0`. - Updated dependencies - @backstage/config-loader@1.1.2-next.0 - @backstage/integration@1.2.1-next.1 ## @backstage/backend-tasks@0.3.2-next.1 ### Patch Changes - f7146b516f: Updated dependency `cron` to `^2.0.0`. Updated dependency `@types/cron` to `^2.0.0`. - 7f108513b8: Add error logging when a background task throws an error rather than silently swallowing it. - Updated dependencies - @backstage/backend-common@0.13.6-next.1 ## @backstage/backend-test-utils@0.1.25-next.1 ### Patch Changes - 8f7b1835df: Updated dependency `msw` to `^0.41.0`. - Updated dependencies - @backstage/cli@0.17.2-next.1 - @backstage/backend-common@0.13.6-next.1 ## @backstage/catalog-client@1.0.3-next.0 ### Patch Changes - 8f7b1835df: Updated dependency `msw` to `^0.41.0`. - Updated dependencies - @backstage/catalog-model@1.0.3-next.0 ## @backstage/catalog-model@1.0.3-next.0 ### Patch Changes - 131a99e909: Added targetRef to common.schema.json to match the Typescript type ## @backstage/cli@0.17.2-next.1 ### Patch Changes - bd58365d09: Updated dependency `run-script-webpack-plugin` to `^0.0.14`. - 8f7b1835df: Updated dependency `msw` to `^0.41.0`. - Updated dependencies - @backstage/config-loader@1.1.2-next.0 - @backstage/release-manifests@0.0.4-next.0 ## @backstage/config-loader@1.1.2-next.0 ### Patch Changes - 8f7b1835df: Updated dependency `msw` to `^0.41.0`. ## @backstage/core-app-api@1.0.3-next.0 ### Patch Changes - 8f7b1835df: Updated dependency `msw` to `^0.41.0`. - Updated dependencies - @backstage/core-plugin-api@1.0.3-next.0 ## @backstage/core-components@0.9.5-next.1 ### Patch Changes - feb4e8de07: Fix EntityPage tab scrolling overflow bug on Firefox - 8f7b1835df: Updated dependency `msw` to `^0.41.0`. - bff65e6958: The `SidebarPinStateContext` and `SidebarContext` have been deprecated and will be removed in a future release. Instead, use `` + `useSidebarPinState()` and/or `` + `useSidebarOpenState()`. This was done to ensure that sidebar state can be shared successfully across components exported by different packages, regardless of what version of this package is resolved and installed for each individual package. - Updated dependencies - @backstage/core-plugin-api@1.0.3-next.0 ## @backstage/core-plugin-api@1.0.3-next.0 ### Patch Changes - 8f7b1835df: Updated dependency `msw` to `^0.41.0`. ## @backstage/create-app@0.4.28-next.1 ### Patch Changes - bff65e6958: Use of `SidebarContext` has been deprecated and will be removed in a future release. Instead, `useSidebarOpenState()` should be used to consume the context and `` should be used to provide it. To prepare your app, update `packages/app/src/components/Root/Root.tsx` as follows: ```diff import { Sidebar, sidebarConfig, - SidebarContext SidebarDivider, // ... SidebarSpace, + useSidebarOpenState, } from '@backstage/core-components'; // ... const SidebarLogo = () => { const classes = useSidebarLogoStyles(); - const { isOpen } = useContext(SidebarContext); + const { isOpen } = useSidebarOpenState(); // ... }; ``` ## @backstage/dev-utils@1.0.3-next.1 ### Patch Changes - Updated dependencies - @backstage/core-components@0.9.5-next.1 - @backstage/core-app-api@1.0.3-next.0 - @backstage/core-plugin-api@1.0.3-next.0 - @backstage/integration-react@1.1.1-next.1 - @backstage/test-utils@1.1.1-next.0 - @backstage/catalog-model@1.0.3-next.0 - @backstage/plugin-catalog-react@1.1.1-next.1 - @backstage/app-defaults@1.0.3-next.1 ## @backstage/integration@1.2.1-next.1 ### Patch Changes - 8f7b1835df: Updated dependency `msw` to `^0.41.0`. ## @backstage/integration-react@1.1.1-next.1 ### Patch Changes - 8f7b1835df: Updated dependency `msw` to `^0.41.0`. - Updated dependencies - @backstage/core-components@0.9.5-next.1 - @backstage/core-plugin-api@1.0.3-next.0 - @backstage/integration@1.2.1-next.1 ## @backstage/release-manifests@0.0.4-next.0 ### Patch Changes - 8f7b1835df: Updated dependency `msw` to `^0.41.0`. ## @backstage/search-common@0.3.5-next.0 ### Patch Changes - Updated dependencies - @backstage/plugin-search-common@0.3.5-next.0 ## @techdocs/cli@1.1.2-next.1 ### Patch Changes - bff65e6958: Updated sidebar-related logic to use `` + `useSidebarPinState()` and/or `` + `useSidebarOpenState()` from `@backstage/core-components`. - Updated dependencies - @backstage/backend-common@0.13.6-next.1 - @backstage/catalog-model@1.0.3-next.0 - @backstage/plugin-techdocs-node@1.1.2-next.1 ## @backstage/techdocs-common@0.11.16-next.1 ### Patch Changes - Updated dependencies - @backstage/plugin-techdocs-node@1.1.2-next.1 ## @backstage/test-utils@1.1.1-next.0 ### Patch Changes - 8f7b1835df: Updated dependency `msw` to `^0.41.0`. - Updated dependencies - @backstage/core-app-api@1.0.3-next.0 - @backstage/core-plugin-api@1.0.3-next.0 - @backstage/plugin-permission-common@0.6.2-next.0 - @backstage/plugin-permission-react@0.4.2-next.0 ## @backstage/plugin-adr@0.1.1-next.1 ### Patch Changes - 8f7b1835df: Updated dependency `msw` to `^0.41.0`. - Updated dependencies - @backstage/core-components@0.9.5-next.1 - @backstage/core-plugin-api@1.0.3-next.0 - @backstage/integration-react@1.1.1-next.1 - @backstage/plugin-catalog-react@1.1.1-next.1 - @backstage/plugin-search-react@0.2.1-next.0 - @backstage/plugin-search-common@0.3.5-next.0 - @backstage/plugin-adr-common@0.1.1-next.1 ## @backstage/plugin-adr-backend@0.1.1-next.1 ### Patch Changes - 8f7b1835df: Updated dependency `msw` to `^0.41.0`. - Updated dependencies - @backstage/backend-common@0.13.6-next.1 - @backstage/catalog-client@1.0.3-next.0 - @backstage/integration@1.2.1-next.1 - @backstage/catalog-model@1.0.3-next.0 - @backstage/plugin-search-common@0.3.5-next.0 - @backstage/plugin-adr-common@0.1.1-next.1 ## @backstage/plugin-adr-common@0.1.1-next.1 ### Patch Changes - Updated dependencies - @backstage/integration@1.2.1-next.1 - @backstage/catalog-model@1.0.3-next.0 - @backstage/plugin-search-common@0.3.5-next.0 ## @backstage/plugin-airbrake@0.3.6-next.1 ### Patch Changes - 8f7b1835df: Updated dependency `msw` to `^0.41.0`. - Updated dependencies - @backstage/core-components@0.9.5-next.1 - @backstage/core-plugin-api@1.0.3-next.0 - @backstage/test-utils@1.1.1-next.0 - @backstage/catalog-model@1.0.3-next.0 - @backstage/plugin-catalog-react@1.1.1-next.1 - @backstage/dev-utils@1.0.3-next.1 ## @backstage/plugin-airbrake-backend@0.2.6-next.1 ### Patch Changes - 8f7b1835df: Updated dependency `msw` to `^0.41.0`. - Updated dependencies - @backstage/backend-common@0.13.6-next.1 ## @backstage/plugin-allure@0.1.22-next.1 ### Patch Changes - 8f7b1835df: Updated dependency `msw` to `^0.41.0`. - Updated dependencies - @backstage/core-components@0.9.5-next.1 - @backstage/core-plugin-api@1.0.3-next.0 - @backstage/catalog-model@1.0.3-next.0 - @backstage/plugin-catalog-react@1.1.1-next.1 ## @backstage/plugin-analytics-module-ga@0.1.17-next.1 ### Patch Changes - 8f7b1835df: Updated dependency `msw` to `^0.41.0`. - Updated dependencies - @backstage/core-components@0.9.5-next.1 - @backstage/core-plugin-api@1.0.3-next.0 ## @backstage/plugin-apache-airflow@0.1.14-next.1 ### Patch Changes - 8f7b1835df: Updated dependency `msw` to `^0.41.0`. - Updated dependencies - @backstage/core-components@0.9.5-next.1 - @backstage/core-plugin-api@1.0.3-next.0 ## @backstage/plugin-api-docs@0.8.6-next.1 ### Patch Changes - 8f7b1835df: Updated dependency `msw` to `^0.41.0`. - Updated dependencies - @backstage/core-components@0.9.5-next.1 - @backstage/core-plugin-api@1.0.3-next.0 - @backstage/catalog-model@1.0.3-next.0 - @backstage/plugin-catalog@1.2.1-next.1 - @backstage/plugin-catalog-react@1.1.1-next.1 ## @backstage/plugin-app-backend@0.3.33-next.1 ### Patch Changes - 8f7b1835df: Updated dependency `msw` to `^0.41.0`. - Updated dependencies - @backstage/backend-common@0.13.6-next.1 - @backstage/config-loader@1.1.2-next.0 ## @backstage/plugin-auth-backend@0.14.1-next.1 ### Patch Changes - 5e055079f0: Increased key field size for signing_keys table to account for larger signature keys - 8f7b1835df: Updated dependency `msw` to `^0.41.0`. - 467facc6ea: Fix improper binding of 'this' in ALB Auth provider - Updated dependencies - @backstage/backend-common@0.13.6-next.1 - @backstage/catalog-client@1.0.3-next.0 - @backstage/plugin-auth-node@0.2.2-next.1 - @backstage/catalog-model@1.0.3-next.0 ## @backstage/plugin-auth-node@0.2.2-next.1 ### Patch Changes - 8f7b1835df: Updated dependency `msw` to `^0.41.0`. - Updated dependencies - @backstage/backend-common@0.13.6-next.1 ## @backstage/plugin-azure-devops@0.1.22-next.1 ### Patch Changes - 8f7b1835df: Updated dependency `msw` to `^0.41.0`. - Updated dependencies - @backstage/core-components@0.9.5-next.1 - @backstage/core-plugin-api@1.0.3-next.0 - @backstage/catalog-model@1.0.3-next.0 - @backstage/plugin-catalog-react@1.1.1-next.1 ## @backstage/plugin-azure-devops-backend@0.3.12-next.1 ### Patch Changes - 8f7b1835df: Updated dependency `msw` to `^0.41.0`. - Updated dependencies - @backstage/backend-common@0.13.6-next.1 ## @backstage/plugin-badges@0.2.30-next.1 ### Patch Changes - 8f7b1835df: Updated dependency `msw` to `^0.41.0`. - Updated dependencies - @backstage/core-components@0.9.5-next.1 - @backstage/core-plugin-api@1.0.3-next.0 - @backstage/catalog-model@1.0.3-next.0 - @backstage/plugin-catalog-react@1.1.1-next.1 ## @backstage/plugin-badges-backend@0.1.27-next.1 ### Patch Changes - Updated dependencies - @backstage/backend-common@0.13.6-next.1 - @backstage/catalog-client@1.0.3-next.0 - @backstage/catalog-model@1.0.3-next.0 ## @backstage/plugin-bazaar@0.1.21-next.1 ### Patch Changes - Updated dependencies - @backstage/core-components@0.9.5-next.1 - @backstage/cli@0.17.2-next.1 - @backstage/catalog-client@1.0.3-next.0 - @backstage/core-plugin-api@1.0.3-next.0 - @backstage/catalog-model@1.0.3-next.0 - @backstage/plugin-catalog@1.2.1-next.1 - @backstage/plugin-catalog-react@1.1.1-next.1 ## @backstage/plugin-bitrise@0.1.33-next.1 ### Patch Changes - 8f7b1835df: Updated dependency `msw` to `^0.41.0`. - Updated dependencies - @backstage/core-components@0.9.5-next.1 - @backstage/core-plugin-api@1.0.3-next.0 - @backstage/catalog-model@1.0.3-next.0 - @backstage/plugin-catalog-react@1.1.1-next.1 ## @backstage/plugin-catalog@1.2.1-next.1 ### Patch Changes - Updated dependencies - @backstage/core-components@0.9.5-next.1 - @backstage/catalog-client@1.0.3-next.0 - @backstage/core-plugin-api@1.0.3-next.0 - @backstage/integration-react@1.1.1-next.1 - @backstage/catalog-model@1.0.3-next.0 - @backstage/plugin-catalog-react@1.1.1-next.1 - @backstage/plugin-search-react@0.2.1-next.0 - @backstage/plugin-catalog-common@1.0.3-next.0 - @backstage/plugin-search-common@0.3.5-next.0 ## @backstage/plugin-catalog-backend@1.2.0-next.1 ### Patch Changes - 8f7b1835df: Updated dependency `msw` to `^0.41.0`. - Updated dependencies - @backstage/backend-common@0.13.6-next.1 - @backstage/catalog-client@1.0.3-next.0 - @backstage/integration@1.2.1-next.1 - @backstage/plugin-permission-common@0.6.2-next.0 - @backstage/plugin-permission-node@0.6.2-next.1 - @backstage/catalog-model@1.0.3-next.0 - @backstage/plugin-catalog-common@1.0.3-next.0 - @backstage/plugin-search-common@0.3.5-next.0 - @backstage/plugin-scaffolder-common@1.1.1-next.0 ## @backstage/plugin-catalog-backend-module-aws@0.1.6-next.1 ### Patch Changes - Updated dependencies - @backstage/backend-tasks@0.3.2-next.1 - @backstage/backend-common@0.13.6-next.1 - @backstage/integration@1.2.1-next.1 - @backstage/plugin-catalog-backend@1.2.0-next.1 - @backstage/catalog-model@1.0.3-next.0 ## @backstage/plugin-catalog-backend-module-azure@0.1.4-next.1 ### Patch Changes - 8f7b1835df: Updated dependency `msw` to `^0.41.0`. - Updated dependencies - @backstage/backend-common@0.13.6-next.1 - @backstage/integration@1.2.1-next.1 - @backstage/plugin-catalog-backend@1.2.0-next.1 - @backstage/catalog-model@1.0.3-next.0 ## @backstage/plugin-catalog-backend-module-gerrit@0.1.1-next.1 ### Patch Changes - 8f7b1835df: Updated dependency `msw` to `^0.41.0`. - Updated dependencies - @backstage/backend-tasks@0.3.2-next.1 - @backstage/backend-common@0.13.6-next.1 - @backstage/integration@1.2.1-next.1 - @backstage/plugin-catalog-backend@1.2.0-next.1 - @backstage/catalog-model@1.0.3-next.0 ## @backstage/plugin-catalog-backend-module-github@0.1.4-next.1 ### Patch Changes - 8335a6f6f3: Adds an edit URL to the GitHub Teams Group entities. - 8f7b1835df: Updated dependency `msw` to `^0.41.0`. - Updated dependencies - @backstage/backend-tasks@0.3.2-next.1 - @backstage/backend-common@0.13.6-next.1 - @backstage/integration@1.2.1-next.1 - @backstage/plugin-catalog-backend@1.2.0-next.1 - @backstage/catalog-model@1.0.3-next.0 ## @backstage/plugin-catalog-backend-module-gitlab@0.1.4-next.1 ### Patch Changes - 8f7b1835df: Updated dependency `msw` to `^0.41.0`. - Updated dependencies - @backstage/backend-common@0.13.6-next.1 - @backstage/integration@1.2.1-next.1 - @backstage/plugin-catalog-backend@1.2.0-next.1 - @backstage/catalog-model@1.0.3-next.0 ## @backstage/plugin-catalog-backend-module-ldap@0.5.0-next.1 ### Patch Changes - Updated dependencies - @backstage/backend-tasks@0.3.2-next.1 - @backstage/plugin-catalog-backend@1.2.0-next.1 - @backstage/catalog-model@1.0.3-next.0 ## @backstage/plugin-catalog-backend-module-msgraph@0.3.3-next.1 ### Patch Changes - 8f7b1835df: Updated dependency `msw` to `^0.41.0`. - Updated dependencies - @backstage/backend-tasks@0.3.2-next.1 - @backstage/plugin-catalog-backend@1.2.0-next.1 - @backstage/catalog-model@1.0.3-next.0 ## @backstage/plugin-catalog-common@1.0.3-next.0 ### Patch Changes - Updated dependencies - @backstage/plugin-permission-common@0.6.2-next.0 - @backstage/search-common@0.3.5-next.0 ## @backstage/plugin-catalog-graph@0.2.18-next.1 ### Patch Changes - Updated dependencies - @backstage/core-components@0.9.5-next.1 - @backstage/catalog-client@1.0.3-next.0 - @backstage/core-plugin-api@1.0.3-next.0 - @backstage/catalog-model@1.0.3-next.0 - @backstage/plugin-catalog-react@1.1.1-next.1 ## @backstage/plugin-catalog-graphql@0.3.10-next.0 ### Patch Changes - 8f7b1835df: Updated dependency `msw` to `^0.41.0`. - Updated dependencies - @backstage/catalog-model@1.0.3-next.0 ## @backstage/plugin-catalog-import@0.8.9-next.1 ### Patch Changes - 8f7b1835df: Updated dependency `msw` to `^0.41.0`. - 05be420971: Updated catalog import page text so they go in the correct hierarchy order - Updated dependencies - @backstage/core-components@0.9.5-next.1 - @backstage/catalog-client@1.0.3-next.0 - @backstage/core-plugin-api@1.0.3-next.0 - @backstage/integration-react@1.1.1-next.1 - @backstage/integration@1.2.1-next.1 - @backstage/catalog-model@1.0.3-next.0 - @backstage/plugin-catalog-react@1.1.1-next.1 ## @backstage/plugin-catalog-react@1.1.1-next.1 ### Patch Changes - Updated dependencies - @backstage/core-components@0.9.5-next.1 - @backstage/catalog-client@1.0.3-next.0 - @backstage/core-plugin-api@1.0.3-next.0 - @backstage/integration@1.2.1-next.1 - @backstage/plugin-permission-common@0.6.2-next.0 - @backstage/catalog-model@1.0.3-next.0 - @backstage/plugin-permission-react@0.4.2-next.0 - @backstage/plugin-catalog-common@1.0.3-next.0 ## @backstage/plugin-cicd-statistics@0.1.8-next.1 ### Patch Changes - Updated dependencies - @backstage/core-plugin-api@1.0.3-next.0 - @backstage/catalog-model@1.0.3-next.0 - @backstage/plugin-catalog-react@1.1.1-next.1 ## @backstage/plugin-cicd-statistics-module-gitlab@0.1.2-next.1 ### Patch Changes - Updated dependencies - @backstage/core-plugin-api@1.0.3-next.0 - @backstage/catalog-model@1.0.3-next.0 - @backstage/plugin-cicd-statistics@0.1.8-next.1 ## @backstage/plugin-circleci@0.3.6-next.1 ### Patch Changes - 8f7b1835df: Updated dependency `msw` to `^0.41.0`. - Updated dependencies - @backstage/core-components@0.9.5-next.1 - @backstage/core-plugin-api@1.0.3-next.0 - @backstage/catalog-model@1.0.3-next.0 - @backstage/plugin-catalog-react@1.1.1-next.1 ## @backstage/plugin-cloudbuild@0.3.6-next.1 ### Patch Changes - 8f7b1835df: Updated dependency `msw` to `^0.41.0`. - Updated dependencies - @backstage/core-components@0.9.5-next.1 - @backstage/core-plugin-api@1.0.3-next.0 - @backstage/catalog-model@1.0.3-next.0 - @backstage/plugin-catalog-react@1.1.1-next.1 ## @backstage/plugin-code-climate@0.1.6-next.1 ### Patch Changes - 8f7b1835df: Updated dependency `msw` to `^0.41.0`. - Updated dependencies - @backstage/core-components@0.9.5-next.1 - @backstage/core-plugin-api@1.0.3-next.0 - @backstage/catalog-model@1.0.3-next.0 - @backstage/plugin-catalog-react@1.1.1-next.1 ## @backstage/plugin-code-coverage@0.1.33-next.1 ### Patch Changes - 8f7b1835df: Updated dependency `msw` to `^0.41.0`. - Updated dependencies - @backstage/core-components@0.9.5-next.1 - @backstage/core-plugin-api@1.0.3-next.0 - @backstage/catalog-model@1.0.3-next.0 - @backstage/plugin-catalog-react@1.1.1-next.1 ## @backstage/plugin-code-coverage-backend@0.1.31-next.1 ### Patch Changes - 8f7b1835df: Updated dependency `msw` to `^0.41.0`. - Updated dependencies - @backstage/backend-common@0.13.6-next.1 - @backstage/catalog-client@1.0.3-next.0 - @backstage/integration@1.2.1-next.1 - @backstage/catalog-model@1.0.3-next.0 ## @backstage/plugin-codescene@0.1.1-next.1 ### Patch Changes - 8f7b1835df: Updated dependency `msw` to `^0.41.0`. - Updated dependencies - @backstage/core-components@0.9.5-next.1 - @backstage/core-plugin-api@1.0.3-next.0 ## @backstage/plugin-config-schema@0.1.29-next.1 ### Patch Changes - 8f7b1835df: Updated dependency `msw` to `^0.41.0`. - Updated dependencies - @backstage/core-components@0.9.5-next.1 - @backstage/core-plugin-api@1.0.3-next.0 ## @backstage/plugin-cost-insights@0.11.28-next.1 ### Patch Changes - 2297510941: Fixed css to show large tooltips on cost overview graph - 8f7b1835df: Updated dependency `msw` to `^0.41.0`. - Updated dependencies - @backstage/core-components@0.9.5-next.1 - @backstage/core-plugin-api@1.0.3-next.0 - @backstage/catalog-model@1.0.3-next.0 ## @backstage/plugin-explore@0.3.37-next.1 ### Patch Changes - 8f7b1835df: Updated dependency `msw` to `^0.41.0`. - Updated dependencies - @backstage/core-components@0.9.5-next.1 - @backstage/core-plugin-api@1.0.3-next.0 - @backstage/plugin-explore-react@0.0.18-next.0 - @backstage/catalog-model@1.0.3-next.0 - @backstage/plugin-catalog-react@1.1.1-next.1 ## @backstage/plugin-explore-react@0.0.18-next.0 ### Patch Changes - 8f7b1835df: Updated dependency `msw` to `^0.41.0`. - Updated dependencies - @backstage/core-plugin-api@1.0.3-next.0 ## @backstage/plugin-firehydrant@0.1.23-next.1 ### Patch Changes - 8f7b1835df: Updated dependency `msw` to `^0.41.0`. - Updated dependencies - @backstage/core-components@0.9.5-next.1 - @backstage/core-plugin-api@1.0.3-next.0 - @backstage/plugin-catalog-react@1.1.1-next.1 ## @backstage/plugin-fossa@0.2.38-next.1 ### Patch Changes - 8f7b1835df: Updated dependency `msw` to `^0.41.0`. - Updated dependencies - @backstage/core-components@0.9.5-next.1 - @backstage/core-plugin-api@1.0.3-next.0 - @backstage/catalog-model@1.0.3-next.0 - @backstage/plugin-catalog-react@1.1.1-next.1 ## @backstage/plugin-gcalendar@0.3.2-next.1 ### Patch Changes - 8f7b1835df: Updated dependency `msw` to `^0.41.0`. - Updated dependencies - @backstage/core-components@0.9.5-next.1 - @backstage/core-plugin-api@1.0.3-next.0 ## @backstage/plugin-gcp-projects@0.3.25-next.1 ### Patch Changes - 8f7b1835df: Updated dependency `msw` to `^0.41.0`. - Updated dependencies - @backstage/core-components@0.9.5-next.1 - @backstage/core-plugin-api@1.0.3-next.0 ## @backstage/plugin-git-release-manager@0.3.19-next.1 ### Patch Changes - 8f7b1835df: Updated dependency `msw` to `^0.41.0`. - Updated dependencies - @backstage/core-components@0.9.5-next.1 - @backstage/core-plugin-api@1.0.3-next.0 - @backstage/integration@1.2.1-next.1 ## @backstage/plugin-github-actions@0.5.6-next.1 ### Patch Changes - 8f7b1835df: Updated dependency `msw` to `^0.41.0`. - Updated dependencies - @backstage/core-components@0.9.5-next.1 - @backstage/core-plugin-api@1.0.3-next.0 - @backstage/integration@1.2.1-next.1 - @backstage/catalog-model@1.0.3-next.0 - @backstage/plugin-catalog-react@1.1.1-next.1 ## @backstage/plugin-github-deployments@0.1.37-next.1 ### Patch Changes - 8f7b1835df: Updated dependency `msw` to `^0.41.0`. - Updated dependencies - @backstage/core-components@0.9.5-next.1 - @backstage/core-plugin-api@1.0.3-next.0 - @backstage/integration-react@1.1.1-next.1 - @backstage/integration@1.2.1-next.1 - @backstage/catalog-model@1.0.3-next.0 - @backstage/plugin-catalog-react@1.1.1-next.1 ## @backstage/plugin-gitops-profiles@0.3.24-next.1 ### Patch Changes - 8f7b1835df: Updated dependency `msw` to `^0.41.0`. - Updated dependencies - @backstage/core-components@0.9.5-next.1 - @backstage/core-plugin-api@1.0.3-next.0 ## @backstage/plugin-gocd@0.1.12-next.1 ### Patch Changes - 8f7b1835df: Updated dependency `msw` to `^0.41.0`. - Updated dependencies - @backstage/core-components@0.9.5-next.1 - @backstage/core-plugin-api@1.0.3-next.0 - @backstage/catalog-model@1.0.3-next.0 - @backstage/plugin-catalog-react@1.1.1-next.1 ## @backstage/plugin-graphiql@0.2.38-next.1 ### Patch Changes - 8f7b1835df: Updated dependency `msw` to `^0.41.0`. - 464c33f932: Fix for custom headers not being included in requests. - Updated dependencies - @backstage/core-components@0.9.5-next.1 - @backstage/core-plugin-api@1.0.3-next.0 ## @backstage/plugin-graphql-backend@0.1.23-next.1 ### Patch Changes - 8f7b1835df: Updated dependency `msw` to `^0.41.0`. - Updated dependencies - @backstage/backend-common@0.13.6-next.1 - @backstage/plugin-catalog-graphql@0.3.10-next.0 ## @backstage/plugin-home@0.4.22-next.1 ### Patch Changes - 8f7b1835df: Updated dependency `msw` to `^0.41.0`. - Updated dependencies - @backstage/core-components@0.9.5-next.1 - @backstage/core-plugin-api@1.0.3-next.0 - @backstage/plugin-stack-overflow@0.1.2-next.1 - @backstage/catalog-model@1.0.3-next.0 - @backstage/plugin-catalog-react@1.1.1-next.1 ## @backstage/plugin-ilert@0.1.32-next.1 ### Patch Changes - 8f7b1835df: Updated dependency `msw` to `^0.41.0`. - Updated dependencies - @backstage/core-components@0.9.5-next.1 - @backstage/core-plugin-api@1.0.3-next.0 - @backstage/catalog-model@1.0.3-next.0 - @backstage/plugin-catalog-react@1.1.1-next.1 ## @backstage/plugin-jenkins@0.7.5-next.1 ### Patch Changes - 8f7b1835df: Updated dependency `msw` to `^0.41.0`. - Updated dependencies - @backstage/core-components@0.9.5-next.1 - @backstage/core-plugin-api@1.0.3-next.0 - @backstage/catalog-model@1.0.3-next.0 - @backstage/plugin-catalog-react@1.1.1-next.1 - @backstage/plugin-jenkins-common@0.1.5-next.0 ## @backstage/plugin-jenkins-backend@0.1.23-next.1 ### Patch Changes - 83f6a64d2c: bug fix: provide backstage token for rebuild api call - 8f7b1835df: Updated dependency `msw` to `^0.41.0`. - Updated dependencies - @backstage/backend-common@0.13.6-next.1 - @backstage/catalog-client@1.0.3-next.0 - @backstage/plugin-auth-node@0.2.2-next.1 - @backstage/plugin-permission-common@0.6.2-next.0 - @backstage/catalog-model@1.0.3-next.0 - @backstage/plugin-jenkins-common@0.1.5-next.0 ## @backstage/plugin-jenkins-common@0.1.5-next.0 ### Patch Changes - Updated dependencies - @backstage/plugin-permission-common@0.6.2-next.0 - @backstage/plugin-catalog-common@1.0.3-next.0 ## @backstage/plugin-kafka@0.3.6-next.1 ### Patch Changes - 8f7b1835df: Updated dependency `msw` to `^0.41.0`. - Updated dependencies - @backstage/core-components@0.9.5-next.1 - @backstage/core-plugin-api@1.0.3-next.0 - @backstage/catalog-model@1.0.3-next.0 - @backstage/plugin-catalog-react@1.1.1-next.1 ## @backstage/plugin-kafka-backend@0.2.26-next.1 ### Patch Changes - Updated dependencies - @backstage/backend-common@0.13.6-next.1 - @backstage/catalog-model@1.0.3-next.0 ## @backstage/plugin-kubernetes@0.6.6-next.1 ### Patch Changes - b9b8bbc7d9: show request/limit CPU and Memory on the UI - 8f7b1835df: Updated dependency `msw` to `^0.41.0`. - Updated dependencies - @backstage/core-components@0.9.5-next.1 - @backstage/core-plugin-api@1.0.3-next.0 - @backstage/catalog-model@1.0.3-next.0 - @backstage/plugin-catalog-react@1.1.1-next.1 - @backstage/plugin-kubernetes-common@0.3.0-next.1 ## @backstage/plugin-kubernetes-backend@0.6.0-next.1 ### Patch Changes - Updated dependencies - @backstage/backend-common@0.13.6-next.1 - @backstage/catalog-model@1.0.3-next.0 - @backstage/plugin-kubernetes-common@0.3.0-next.1 ## @backstage/plugin-kubernetes-common@0.3.0-next.1 ### Patch Changes - Updated dependencies - @backstage/catalog-model@1.0.3-next.0 ## @backstage/plugin-lighthouse@0.3.6-next.1 ### Patch Changes - 8f7b1835df: Updated dependency `msw` to `^0.41.0`. - Updated dependencies - @backstage/core-components@0.9.5-next.1 - @backstage/core-plugin-api@1.0.3-next.0 - @backstage/catalog-model@1.0.3-next.0 - @backstage/plugin-catalog-react@1.1.1-next.1 ## @backstage/plugin-newrelic@0.3.24-next.1 ### Patch Changes - 8f7b1835df: Updated dependency `msw` to `^0.41.0`. - Updated dependencies - @backstage/core-components@0.9.5-next.1 - @backstage/core-plugin-api@1.0.3-next.0 ## @backstage/plugin-newrelic-dashboard@0.1.14-next.1 ### Patch Changes - Updated dependencies - @backstage/core-components@0.9.5-next.1 - @backstage/core-plugin-api@1.0.3-next.0 - @backstage/catalog-model@1.0.3-next.0 - @backstage/plugin-catalog-react@1.1.1-next.1 ## @backstage/plugin-org@0.5.6-next.1 ### Patch Changes - 8f7b1835df: Updated dependency `msw` to `^0.41.0`. - Updated dependencies - @backstage/core-components@0.9.5-next.1 - @backstage/core-plugin-api@1.0.3-next.0 - @backstage/catalog-model@1.0.3-next.0 - @backstage/plugin-catalog-react@1.1.1-next.1 ## @backstage/plugin-pagerduty@0.3.33-next.1 ### Patch Changes - 8f7b1835df: Updated dependency `msw` to `^0.41.0`. - Updated dependencies - @backstage/core-components@0.9.5-next.1 - @backstage/core-plugin-api@1.0.3-next.0 - @backstage/catalog-model@1.0.3-next.0 - @backstage/plugin-catalog-react@1.1.1-next.1 ## @backstage/plugin-periskop@0.1.4-next.1 ### Patch Changes - 8f7b1835df: Updated dependency `msw` to `^0.41.0`. - Updated dependencies - @backstage/core-components@0.9.5-next.1 - @backstage/core-plugin-api@1.0.3-next.0 - @backstage/catalog-model@1.0.3-next.0 - @backstage/plugin-catalog-react@1.1.1-next.1 ## @backstage/plugin-periskop-backend@0.1.4-next.1 ### Patch Changes - 8f7b1835df: Updated dependency `msw` to `^0.41.0`. - Updated dependencies - @backstage/backend-common@0.13.6-next.1 ## @backstage/plugin-permission-backend@0.5.8-next.1 ### Patch Changes - 8f7b1835df: Updated dependency `msw` to `^0.41.0`. - Updated dependencies - @backstage/backend-common@0.13.6-next.1 - @backstage/plugin-auth-node@0.2.2-next.1 - @backstage/plugin-permission-common@0.6.2-next.0 - @backstage/plugin-permission-node@0.6.2-next.1 ## @backstage/plugin-permission-common@0.6.2-next.0 ### Patch Changes - 8f7b1835df: Updated dependency `msw` to `^0.41.0`. ## @backstage/plugin-permission-node@0.6.2-next.1 ### Patch Changes - 8f7b1835df: Updated dependency `msw` to `^0.41.0`. - Updated dependencies - @backstage/backend-common@0.13.6-next.1 - @backstage/plugin-auth-node@0.2.2-next.1 - @backstage/plugin-permission-common@0.6.2-next.0 ## @backstage/plugin-permission-react@0.4.2-next.0 ### Patch Changes - Updated dependencies - @backstage/core-plugin-api@1.0.3-next.0 - @backstage/plugin-permission-common@0.6.2-next.0 ## @backstage/plugin-rollbar@0.4.6-next.1 ### Patch Changes - 8f7b1835df: Updated dependency `msw` to `^0.41.0`. - Updated dependencies - @backstage/core-components@0.9.5-next.1 - @backstage/core-plugin-api@1.0.3-next.0 - @backstage/catalog-model@1.0.3-next.0 - @backstage/plugin-catalog-react@1.1.1-next.1 ## @backstage/plugin-rollbar-backend@0.1.30-next.1 ### Patch Changes - 8f7b1835df: Updated dependency `msw` to `^0.41.0`. - Updated dependencies - @backstage/backend-common@0.13.6-next.1 ## @backstage/plugin-scaffolder@1.3.0-next.1 ### Patch Changes - 8f7b1835df: Updated dependency `msw` to `^0.41.0`. - Updated dependencies - @backstage/core-components@0.9.5-next.1 - @backstage/catalog-client@1.0.3-next.0 - @backstage/core-plugin-api@1.0.3-next.0 - @backstage/integration-react@1.1.1-next.1 - @backstage/integration@1.2.1-next.1 - @backstage/catalog-model@1.0.3-next.0 - @backstage/plugin-catalog-react@1.1.1-next.1 - @backstage/plugin-permission-react@0.4.2-next.0 - @backstage/plugin-catalog-common@1.0.3-next.0 - @backstage/plugin-scaffolder-common@1.1.1-next.0 ## @backstage/plugin-scaffolder-backend-module-cookiecutter@0.2.8-next.1 ### Patch Changes - 8f7b1835df: Updated dependency `msw` to `^0.41.0`. - Updated dependencies - @backstage/backend-common@0.13.6-next.1 - @backstage/integration@1.2.1-next.1 - @backstage/plugin-scaffolder-backend@1.3.0-next.1 ## @backstage/plugin-scaffolder-common@1.1.1-next.0 ### Patch Changes - Updated dependencies - @backstage/catalog-model@1.0.3-next.0 ## @backstage/plugin-search@0.8.2-next.1 ### Patch Changes - 8f7b1835df: Updated dependency `msw` to `^0.41.0`. - Updated dependencies - @backstage/core-components@0.9.5-next.1 - @backstage/core-plugin-api@1.0.3-next.0 - @backstage/catalog-model@1.0.3-next.0 - @backstage/plugin-catalog-react@1.1.1-next.1 - @backstage/plugin-search-react@0.2.1-next.0 - @backstage/plugin-search-common@0.3.5-next.0 ## @backstage/plugin-search-backend@0.5.3-next.1 ### Patch Changes - Updated dependencies - @backstage/backend-common@0.13.6-next.1 - @backstage/plugin-auth-node@0.2.2-next.1 - @backstage/plugin-permission-common@0.6.2-next.0 - @backstage/plugin-permission-node@0.6.2-next.1 - @backstage/plugin-search-backend-node@0.6.2-next.1 - @backstage/plugin-search-common@0.3.5-next.0 ## @backstage/plugin-search-backend-module-elasticsearch@0.1.5-next.1 ### Patch Changes - 281cec1b61: Use more precise matching for query filters - Updated dependencies - @backstage/plugin-search-backend-node@0.6.2-next.1 - @backstage/plugin-search-common@0.3.5-next.0 ## @backstage/plugin-search-backend-module-pg@0.3.4-next.1 ### Patch Changes - Updated dependencies - @backstage/backend-common@0.13.6-next.1 - @backstage/plugin-search-backend-node@0.6.2-next.1 - @backstage/plugin-search-common@0.3.5-next.0 ## @backstage/plugin-search-backend-node@0.6.2-next.1 ### Patch Changes - 3bb25a9acc: Introducing a `NewlineDelimitedJsonCollatorFactory`, which can be used to create search indices from newline delimited JSON files stored in external storage readable via a configured `UrlReader` instance. This is useful if you have an independent process periodically generating `*.ndjson` files consisting of `IndexableDocument` objects and want to be able to generate a fresh index based on the latest version of such a file. - 3bb25a9acc: Fixed a bug that prevented `TestPipeline.withSubject` from identifying valid `Readable` subjects that were technically transform streams. - Updated dependencies - @backstage/backend-tasks@0.3.2-next.1 - @backstage/backend-common@0.13.6-next.1 - @backstage/plugin-permission-common@0.6.2-next.0 - @backstage/plugin-search-common@0.3.5-next.0 ## @backstage/plugin-search-common@0.3.5-next.0 ### Patch Changes - Updated dependencies - @backstage/plugin-permission-common@0.6.2-next.0 ## @backstage/plugin-search-react@0.2.1-next.0 ### Patch Changes - Updated dependencies - @backstage/core-plugin-api@1.0.3-next.0 - @backstage/plugin-search-common@0.3.5-next.0 ## @backstage/plugin-sentry@0.3.44-next.1 ### Patch Changes - c55f6cb22d: Exported `isSentryAvailable` which can be used to determine if sentry is available. - 8f7b1835df: Updated dependency `msw` to `^0.41.0`. - Updated dependencies - @backstage/core-components@0.9.5-next.1 - @backstage/core-plugin-api@1.0.3-next.0 - @backstage/catalog-model@1.0.3-next.0 - @backstage/plugin-catalog-react@1.1.1-next.1 ## @backstage/plugin-shortcuts@0.2.7-next.1 ### Patch Changes - 8f7b1835df: Updated dependency `msw` to `^0.41.0`. - Updated dependencies - @backstage/core-components@0.9.5-next.1 - @backstage/core-plugin-api@1.0.3-next.0 ## @backstage/plugin-sonarqube@0.3.6-next.1 ### Patch Changes - 8f7b1835df: Updated dependency `msw` to `^0.41.0`. - Updated dependencies - @backstage/core-components@0.9.5-next.1 - @backstage/core-plugin-api@1.0.3-next.0 - @backstage/catalog-model@1.0.3-next.0 - @backstage/plugin-catalog-react@1.1.1-next.1 ## @backstage/plugin-splunk-on-call@0.3.30-next.1 ### Patch Changes - 8f7b1835df: Updated dependency `msw` to `^0.41.0`. - Updated dependencies - @backstage/core-components@0.9.5-next.1 - @backstage/core-plugin-api@1.0.3-next.0 - @backstage/catalog-model@1.0.3-next.0 - @backstage/plugin-catalog-react@1.1.1-next.1 ## @backstage/plugin-stack-overflow@0.1.2-next.1 ### Patch Changes - 8f7b1835df: Updated dependency `msw` to `^0.41.0`. - Updated dependencies - @backstage/core-components@0.9.5-next.1 - @backstage/core-plugin-api@1.0.3-next.0 - @backstage/plugin-home@0.4.22-next.1 - @backstage/plugin-search-common@0.3.5-next.0 ## @backstage/plugin-stack-overflow-backend@0.1.2-next.0 ### Patch Changes - Updated dependencies - @backstage/plugin-search-common@0.3.5-next.0 ## @backstage/plugin-tech-insights@0.2.2-next.1 ### Patch Changes - 09d2f4d179: Export TechInsightsClient so it may be extended by custom implementations - 8f7b1835df: Updated dependency `msw` to `^0.41.0`. - Updated dependencies - @backstage/core-components@0.9.5-next.1 - @backstage/core-plugin-api@1.0.3-next.0 - @backstage/catalog-model@1.0.3-next.0 - @backstage/plugin-catalog-react@1.1.1-next.1 ## @backstage/plugin-tech-insights-backend@0.4.1-next.1 ### Patch Changes - 4fee8f59e3: Updated tech-insights fetch/latest endpoint to return the actual latest row based on the timestamp - Updated dependencies - @backstage/backend-tasks@0.3.2-next.1 - @backstage/backend-common@0.13.6-next.1 - @backstage/catalog-client@1.0.3-next.0 - @backstage/catalog-model@1.0.3-next.0 ## @backstage/plugin-tech-radar@0.5.13-next.1 ### Patch Changes - 8f7b1835df: Updated dependency `msw` to `^0.41.0`. - Updated dependencies - @backstage/core-components@0.9.5-next.1 - @backstage/core-plugin-api@1.0.3-next.0 ## @backstage/plugin-techdocs@1.1.2-next.1 ### Patch Changes - 8f7b1835df: Updated dependency `msw` to `^0.41.0`. - bff65e6958: Updated sidebar-related logic to use `` + `useSidebarPinState()` and/or `` + `useSidebarOpenState()` from `@backstage/core-components`. - Updated dependencies - @backstage/core-components@0.9.5-next.1 - @backstage/core-plugin-api@1.0.3-next.0 - @backstage/integration-react@1.1.1-next.1 - @backstage/integration@1.2.1-next.1 - @backstage/catalog-model@1.0.3-next.0 - @backstage/plugin-catalog-react@1.1.1-next.1 - @backstage/plugin-search-react@0.2.1-next.0 - @backstage/plugin-techdocs-react@1.0.1-next.1 - @backstage/plugin-search-common@0.3.5-next.0 ## @backstage/plugin-techdocs-addons-test-utils@1.0.1-next.1 ### Patch Changes - 8f7b1835df: Updated dependency `msw` to `^0.41.0`. - Updated dependencies - @backstage/core-components@0.9.5-next.1 - @backstage/core-app-api@1.0.3-next.0 - @backstage/core-plugin-api@1.0.3-next.0 - @backstage/integration-react@1.1.1-next.1 - @backstage/test-utils@1.1.1-next.0 - @backstage/plugin-techdocs@1.1.2-next.1 - @backstage/plugin-catalog@1.2.1-next.1 - @backstage/plugin-search-react@0.2.1-next.0 - @backstage/plugin-techdocs-react@1.0.1-next.1 ## @backstage/plugin-techdocs-backend@1.1.2-next.1 ### Patch Changes - 8f7b1835df: Updated dependency `msw` to `^0.41.0`. - Updated dependencies - @backstage/backend-common@0.13.6-next.1 - @backstage/catalog-client@1.0.3-next.0 - @backstage/integration@1.2.1-next.1 - @backstage/plugin-permission-common@0.6.2-next.0 - @backstage/catalog-model@1.0.3-next.0 - @backstage/plugin-catalog-common@1.0.3-next.0 - @backstage/plugin-search-common@0.3.5-next.0 - @backstage/plugin-techdocs-node@1.1.2-next.1 ## @backstage/plugin-techdocs-module-addons-contrib@1.0.1-next.1 ### Patch Changes - 8f7b1835df: Updated dependency `msw` to `^0.41.0`. - Updated dependencies - @backstage/core-components@0.9.5-next.1 - @backstage/core-plugin-api@1.0.3-next.0 - @backstage/integration-react@1.1.1-next.1 - @backstage/integration@1.2.1-next.1 - @backstage/plugin-techdocs-react@1.0.1-next.1 ## @backstage/plugin-techdocs-node@1.1.2-next.1 ### Patch Changes - Updated dependencies - @backstage/backend-common@0.13.6-next.1 - @backstage/integration@1.2.1-next.1 - @backstage/catalog-model@1.0.3-next.0 - @backstage/plugin-search-common@0.3.5-next.0 ## @backstage/plugin-techdocs-react@1.0.1-next.1 ### Patch Changes - Updated dependencies - @backstage/core-components@0.9.5-next.1 - @backstage/core-plugin-api@1.0.3-next.0 - @backstage/catalog-model@1.0.3-next.0 ## @backstage/plugin-todo@0.2.8-next.1 ### Patch Changes - 8f7b1835df: Updated dependency `msw` to `^0.41.0`. - Updated dependencies - @backstage/core-components@0.9.5-next.1 - @backstage/core-plugin-api@1.0.3-next.0 - @backstage/catalog-model@1.0.3-next.0 - @backstage/plugin-catalog-react@1.1.1-next.1 ## @backstage/plugin-todo-backend@0.1.30-next.1 ### Patch Changes - 8f7b1835df: Updated dependency `msw` to `^0.41.0`. - Updated dependencies - @backstage/backend-common@0.13.6-next.1 - @backstage/catalog-client@1.0.3-next.0 - @backstage/integration@1.2.1-next.1 - @backstage/catalog-model@1.0.3-next.0 ## @backstage/plugin-user-settings@0.4.5-next.1 ### Patch Changes - 8f7b1835df: Updated dependency `msw` to `^0.41.0`. - bff65e6958: Updated sidebar-related logic to use `` + `useSidebarPinState()` and/or `` + `useSidebarOpenState()` from `@backstage/core-components`. - Updated dependencies - @backstage/core-components@0.9.5-next.1 - @backstage/core-plugin-api@1.0.3-next.0 ## @backstage/plugin-xcmetrics@0.2.26-next.1 ### Patch Changes - 8f7b1835df: Updated dependency `msw` to `^0.41.0`. - Updated dependencies - @backstage/core-components@0.9.5-next.1 - @backstage/core-plugin-api@1.0.3-next.0 ## example-app@0.2.72-next.1 ### Patch Changes - Updated dependencies - @backstage/plugin-sentry@0.3.44-next.1 - @backstage/plugin-kubernetes@0.6.6-next.1 - @backstage/plugin-tech-insights@0.2.2-next.1 - @backstage/plugin-cost-insights@0.11.28-next.1 - @backstage/core-components@0.9.5-next.1 - @backstage/cli@0.17.2-next.1 - @backstage/core-app-api@1.0.3-next.0 - @backstage/core-plugin-api@1.0.3-next.0 - @backstage/integration-react@1.1.1-next.1 - @backstage/plugin-airbrake@0.3.6-next.1 - @backstage/plugin-apache-airflow@0.1.14-next.1 - @backstage/plugin-api-docs@0.8.6-next.1 - @backstage/plugin-azure-devops@0.1.22-next.1 - @backstage/plugin-badges@0.2.30-next.1 - @backstage/plugin-catalog-import@0.8.9-next.1 - @backstage/plugin-circleci@0.3.6-next.1 - @backstage/plugin-cloudbuild@0.3.6-next.1 - @backstage/plugin-code-coverage@0.1.33-next.1 - @backstage/plugin-explore@0.3.37-next.1 - @backstage/plugin-gcalendar@0.3.2-next.1 - @backstage/plugin-gcp-projects@0.3.25-next.1 - @backstage/plugin-github-actions@0.5.6-next.1 - @backstage/plugin-gocd@0.1.12-next.1 - @backstage/plugin-graphiql@0.2.38-next.1 - @backstage/plugin-home@0.4.22-next.1 - @backstage/plugin-jenkins@0.7.5-next.1 - @backstage/plugin-kafka@0.3.6-next.1 - @backstage/plugin-lighthouse@0.3.6-next.1 - @backstage/plugin-newrelic@0.3.24-next.1 - @backstage/plugin-org@0.5.6-next.1 - @backstage/plugin-pagerduty@0.3.33-next.1 - @backstage/plugin-rollbar@0.4.6-next.1 - @backstage/plugin-scaffolder@1.3.0-next.1 - @backstage/plugin-search@0.8.2-next.1 - @backstage/plugin-shortcuts@0.2.7-next.1 - @backstage/plugin-stack-overflow@0.1.2-next.1 - @backstage/plugin-tech-radar@0.5.13-next.1 - @backstage/plugin-techdocs-module-addons-contrib@1.0.1-next.1 - @backstage/plugin-techdocs@1.1.2-next.1 - @backstage/plugin-todo@0.2.8-next.1 - @backstage/plugin-user-settings@0.4.5-next.1 - @backstage/catalog-model@1.0.3-next.0 - @backstage/plugin-catalog@1.2.1-next.1 - @backstage/plugin-catalog-graph@0.2.18-next.1 - @backstage/plugin-catalog-react@1.1.1-next.1 - @backstage/app-defaults@1.0.3-next.1 - @backstage/plugin-search-react@0.2.1-next.0 - @backstage/plugin-newrelic-dashboard@0.1.14-next.1 - @backstage/plugin-permission-react@0.4.2-next.0 - @backstage/plugin-techdocs-react@1.0.1-next.1 - @backstage/plugin-catalog-common@1.0.3-next.0 - @backstage/plugin-search-common@0.3.5-next.0 ## example-backend@0.2.72-next.1 ### Patch Changes - Updated dependencies - @backstage/plugin-tech-insights-backend@0.4.1-next.1 - @backstage/plugin-auth-backend@0.14.1-next.1 - @backstage/plugin-jenkins-backend@0.1.23-next.1 - @backstage/backend-tasks@0.3.2-next.1 - @backstage/backend-common@0.13.6-next.1 - @backstage/catalog-client@1.0.3-next.0 - @backstage/integration@1.2.1-next.1 - @backstage/plugin-app-backend@0.3.33-next.1 - @backstage/plugin-auth-node@0.2.2-next.1 - @backstage/plugin-azure-devops-backend@0.3.12-next.1 - @backstage/plugin-catalog-backend@1.2.0-next.1 - @backstage/plugin-code-coverage-backend@0.1.31-next.1 - @backstage/plugin-graphql-backend@0.1.23-next.1 - @backstage/plugin-permission-backend@0.5.8-next.1 - @backstage/plugin-permission-common@0.6.2-next.0 - @backstage/plugin-permission-node@0.6.2-next.1 - @backstage/plugin-rollbar-backend@0.1.30-next.1 - @backstage/plugin-scaffolder-backend@1.3.0-next.1 - @backstage/plugin-techdocs-backend@1.1.2-next.1 - @backstage/plugin-todo-backend@0.1.30-next.1 - @backstage/plugin-search-backend-module-elasticsearch@0.1.5-next.1 - @backstage/plugin-search-backend-node@0.6.2-next.1 - @backstage/catalog-model@1.0.3-next.0 - @backstage/plugin-badges-backend@0.1.27-next.1 - example-app@0.2.72-next.1 - @backstage/plugin-search-backend@0.5.3-next.1 - @backstage/plugin-kafka-backend@0.2.26-next.1 - @backstage/plugin-kubernetes-backend@0.6.0-next.1 - @backstage/plugin-search-backend-module-pg@0.3.4-next.1 ## techdocs-cli-embedded-app@0.2.71-next.1 ### Patch Changes - Updated dependencies - @backstage/core-components@0.9.5-next.1 - @backstage/cli@0.17.2-next.1 - @backstage/core-app-api@1.0.3-next.0 - @backstage/core-plugin-api@1.0.3-next.0 - @backstage/integration-react@1.1.1-next.1 - @backstage/test-utils@1.1.1-next.0 - @backstage/plugin-techdocs@1.1.2-next.1 - @backstage/catalog-model@1.0.3-next.0 - @backstage/plugin-catalog@1.2.1-next.1 - @backstage/app-defaults@1.0.3-next.1 - @backstage/plugin-techdocs-react@1.0.1-next.1 ## @internal/plugin-todo-list@1.0.2-next.1 ### Patch Changes - Updated dependencies - @backstage/core-components@0.9.5-next.1 - @backstage/core-plugin-api@1.0.3-next.0 ## @internal/plugin-todo-list-common@1.0.2-next.0 ### Patch Changes - Updated dependencies - @backstage/plugin-permission-common@0.6.2-next.0