From 23e587eadc9c3a055b25b7768132497a0b061d31 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Tue, 10 May 2022 13:44:38 +0000 Subject: [PATCH] Version Packages (next) --- .changeset/pre.json | 7 +++ docs/releases/v1.2.0-next.3-changelog.md | 73 ++++++++++++++++++++++++ package.json | 2 +- packages/core-components/CHANGELOG.md | 8 +++ packages/core-components/package.json | 2 +- plugins/airbrake/package.json | 2 +- plugins/allure/package.json | 2 +- plugins/analytics-module-ga/package.json | 2 +- plugins/apache-airflow/package.json | 2 +- plugins/api-docs/package.json | 2 +- plugins/azure-devops/package.json | 2 +- plugins/badges/package.json | 2 +- plugins/bazaar/package.json | 2 +- plugins/bitrise/package.json | 2 +- plugins/catalog-graph/package.json | 2 +- plugins/catalog-import/package.json | 2 +- plugins/catalog/package.json | 2 +- plugins/circleci/package.json | 2 +- plugins/cloudbuild/package.json | 2 +- plugins/code-climate/package.json | 2 +- plugins/code-coverage/package.json | 2 +- plugins/config-schema/package.json | 2 +- plugins/cost-insights/package.json | 2 +- plugins/example-todo-list/package.json | 2 +- plugins/explore/package.json | 2 +- plugins/firehydrant/package.json | 2 +- plugins/fossa/package.json | 2 +- plugins/gcp-projects/package.json | 2 +- plugins/git-release-manager/package.json | 2 +- plugins/github-actions/package.json | 2 +- plugins/github-deployments/package.json | 2 +- plugins/gitops-profiles/package.json | 2 +- plugins/gocd/package.json | 2 +- plugins/graphiql/package.json | 2 +- plugins/home/CHANGELOG.md | 8 +++ plugins/home/package.json | 4 +- plugins/ilert/package.json | 2 +- plugins/jenkins/package.json | 2 +- plugins/kafka/package.json | 2 +- plugins/kubernetes-backend/CHANGELOG.md | 11 ++++ plugins/kubernetes-backend/package.json | 4 +- plugins/kubernetes-common/CHANGELOG.md | 9 +++ plugins/kubernetes-common/package.json | 2 +- plugins/kubernetes/CHANGELOG.md | 12 ++++ plugins/kubernetes/package.json | 6 +- plugins/lighthouse/package.json | 2 +- plugins/newrelic-dashboard/package.json | 2 +- plugins/newrelic/package.json | 2 +- plugins/org/CHANGELOG.md | 8 +++ plugins/org/package.json | 4 +- plugins/pagerduty/package.json | 2 +- plugins/periskop/package.json | 2 +- plugins/rollbar/package.json | 2 +- plugins/scaffolder/CHANGELOG.md | 8 +++ plugins/scaffolder/package.json | 4 +- plugins/search/package.json | 4 +- plugins/sentry/package.json | 2 +- plugins/shortcuts/package.json | 2 +- plugins/sonarqube/package.json | 2 +- plugins/splunk-on-call/package.json | 2 +- plugins/stack-overflow/package.json | 2 +- plugins/tech-insights/package.json | 2 +- plugins/tech-radar/package.json | 2 +- plugins/techdocs/CHANGELOG.md | 8 +++ plugins/techdocs/package.json | 4 +- plugins/todo/package.json | 2 +- plugins/user-settings/package.json | 2 +- plugins/xcmetrics/package.json | 2 +- 68 files changed, 218 insertions(+), 66 deletions(-) create mode 100644 docs/releases/v1.2.0-next.3-changelog.md diff --git a/.changeset/pre.json b/.changeset/pre.json index e57d86a249..22d8a3460d 100644 --- a/.changeset/pre.json +++ b/.changeset/pre.json @@ -185,11 +185,13 @@ "fair-pigs-mate", "fast-stingrays-guess", "fluffy-poems-sell", + "fluffy-sloths-deliver", "fresh-panthers-arrive", "funny-lamps-turn", "fuzzy-seahorses-teach", "gentle-penguins-kick", "giant-cheetahs-thank", + "good-beans-knock", "grumpy-panthers-peel", "hip-adults-collect", "hip-monkeys-hide", @@ -227,6 +229,7 @@ "renovate-759d9d5", "renovate-9466904", "renovate-abcbd6e", + "renovate-abcbd6e2", "renovate-b063c4b", "renovate-bf43c44", "renovate-bf63f74", @@ -237,7 +240,9 @@ "search-the-worst-of-you", "serious-apricots-collect", "seven-deers-rule", + "seven-panthers-pump", "shiny-apes-design", + "shiny-moles-study", "shiny-students-approve", "short-chicken-act", "short-dodos-sparkle", @@ -249,6 +254,7 @@ "smart-ghosts-search", "spotty-plums-rule", "stale-pigs-reply", + "stale-pugs-kiss", "strong-mangos-sell", "swift-bugs-share", "swift-parrots-hammer", @@ -275,6 +281,7 @@ "wicked-vans-press", "wild-pigs-work", "wise-countries-watch", + "wise-doors-hammer", "wise-emus-wait", "witty-lions-reply" ] diff --git a/docs/releases/v1.2.0-next.3-changelog.md b/docs/releases/v1.2.0-next.3-changelog.md new file mode 100644 index 0000000000..4efce476d4 --- /dev/null +++ b/docs/releases/v1.2.0-next.3-changelog.md @@ -0,0 +1,73 @@ +# Release v1.2.0-next.3 + +## @backstage/core-components@0.9.4-next.2 + +### Patch Changes + +- 52c02ac02b: Don't set the background color on an Avatar component that has a picture. +- 3603014e0e: Add ARIA landmark(
), & label and a heading to OAuthRequestDialog. Removed nested interactive control (button). +- 2025d7c123: Properly highlight `SidebarSubmenuItem` dropdown items on hover, use ellipsis styling on long labels in `SidebarSubmenu`, allow `icon` and `to` properties to be optional on `SidebarSubmenuItem`, and fix `SidebarPage` padding to be responsive to pinned state + +## @backstage/plugin-home@0.4.21-next.3 + +### Patch Changes + +- 69093c5f91: Display entity titles in `StarredEntities` home page card (if defined) and don't show entities which no longer exist +- Updated dependencies + - @backstage/core-components@0.9.4-next.2 + +## @backstage/plugin-kubernetes@0.6.5-next.3 + +### Patch Changes + +- 447e060872: Add support for 'oidc' as authProvider for kubernetes authentication + and adds optional 'oidcTokenProvider' config value. This will allow + users to authenticate to kubernetes cluster using id tokens obtained + from the configured auth provider in their backstage instance. +- Updated dependencies + - @backstage/plugin-kubernetes-common@0.2.10-next.1 + - @backstage/core-components@0.9.4-next.2 + +## @backstage/plugin-kubernetes-backend@0.5.1-next.2 + +### Patch Changes + +- 447e060872: Add support for 'oidc' as authProvider for kubernetes authentication + and adds optional 'oidcTokenProvider' config value. This will allow + users to authenticate to kubernetes cluster using id tokens obtained + from the configured auth provider in their backstage instance. +- Updated dependencies + - @backstage/plugin-kubernetes-common@0.2.10-next.1 + +## @backstage/plugin-kubernetes-common@0.2.10-next.1 + +### Patch Changes + +- 447e060872: Add support for 'oidc' as authProvider for kubernetes authentication + and adds optional 'oidcTokenProvider' config value. This will allow + users to authenticate to kubernetes cluster using id tokens obtained + from the configured auth provider in their backstage instance. + +## @backstage/plugin-org@0.5.5-next.3 + +### Patch Changes + +- 2025d7c123: Include namespace in `MyGroupSidebarItem` if not default and remove root item routing if there are multiple groups +- Updated dependencies + - @backstage/core-components@0.9.4-next.2 + +## @backstage/plugin-scaffolder@1.2.0-next.3 + +### Patch Changes + +- cc8ddd0979: revert dependency `event-source-polyfill` to `1.0.25` +- Updated dependencies + - @backstage/core-components@0.9.4-next.2 + +## @backstage/plugin-techdocs@1.1.1-next.3 + +### Patch Changes + +- cc8ddd0979: revert dependency `event-source-polyfill` to `1.0.25` +- Updated dependencies + - @backstage/core-components@0.9.4-next.2 diff --git a/package.json b/package.json index d415477294..38824f9444 100644 --- a/package.json +++ b/package.json @@ -49,7 +49,7 @@ "@types/react": "^17", "@types/react-dom": "^17" }, - "version": "1.2.0-next.2", + "version": "1.2.0-next.3", "dependencies": { "@manypkg/get-packages": "^1.1.3", "@microsoft/api-documenter": "^7.17.11", diff --git a/packages/core-components/CHANGELOG.md b/packages/core-components/CHANGELOG.md index 70d5d6209b..05efac4a62 100644 --- a/packages/core-components/CHANGELOG.md +++ b/packages/core-components/CHANGELOG.md @@ -1,5 +1,13 @@ # @backstage/core-components +## 0.9.4-next.2 + +### Patch Changes + +- 52c02ac02b: Don't set the background color on an Avatar component that has a picture. +- 3603014e0e: Add ARIA landmark(
), & label and a heading to OAuthRequestDialog. Removed nested interactive control (button). +- 2025d7c123: Properly highlight `SidebarSubmenuItem` dropdown items on hover, use ellipsis styling on long labels in `SidebarSubmenu`, allow `icon` and `to` properties to be optional on `SidebarSubmenuItem`, and fix `SidebarPage` padding to be responsive to pinned state + ## 0.9.4-next.1 ### Patch Changes diff --git a/packages/core-components/package.json b/packages/core-components/package.json index ff2b3553c8..d6bdcf8ca6 100644 --- a/packages/core-components/package.json +++ b/packages/core-components/package.json @@ -1,7 +1,7 @@ { "name": "@backstage/core-components", "description": "Core components used by Backstage plugins and apps", - "version": "0.9.4-next.1", + "version": "0.9.4-next.2", "private": false, "publishConfig": { "access": "public", diff --git a/plugins/airbrake/package.json b/plugins/airbrake/package.json index 4e8dc1cd41..4426a54a77 100644 --- a/plugins/airbrake/package.json +++ b/plugins/airbrake/package.json @@ -24,7 +24,7 @@ }, "dependencies": { "@backstage/catalog-model": "^1.0.2-next.0", - "@backstage/core-components": "^0.9.4-next.1", + "@backstage/core-components": "^0.9.4-next.2", "@backstage/core-plugin-api": "^1.0.2-next.1", "@backstage/dev-utils": "^1.0.2-next.2", "@backstage/plugin-catalog-react": "^1.1.0-next.2", diff --git a/plugins/allure/package.json b/plugins/allure/package.json index 2dfb48cbc1..458aa61709 100644 --- a/plugins/allure/package.json +++ b/plugins/allure/package.json @@ -26,7 +26,7 @@ }, "dependencies": { "@backstage/catalog-model": "^1.0.2-next.0", - "@backstage/core-components": "^0.9.4-next.1", + "@backstage/core-components": "^0.9.4-next.2", "@backstage/core-plugin-api": "^1.0.2-next.1", "@backstage/plugin-catalog-react": "^1.1.0-next.2", "@backstage/theme": "^0.2.15", diff --git a/plugins/analytics-module-ga/package.json b/plugins/analytics-module-ga/package.json index 72214dc6c7..7294b4c49c 100644 --- a/plugins/analytics-module-ga/package.json +++ b/plugins/analytics-module-ga/package.json @@ -25,7 +25,7 @@ }, "dependencies": { "@backstage/config": "^1.0.1-next.0", - "@backstage/core-components": "^0.9.4-next.1", + "@backstage/core-components": "^0.9.4-next.2", "@backstage/core-plugin-api": "^1.0.2-next.1", "@backstage/theme": "^0.2.15", "@material-ui/core": "^4.12.2", diff --git a/plugins/apache-airflow/package.json b/plugins/apache-airflow/package.json index 9034e0bb07..bb0be9d439 100644 --- a/plugins/apache-airflow/package.json +++ b/plugins/apache-airflow/package.json @@ -23,7 +23,7 @@ "clean": "backstage-cli package clean" }, "dependencies": { - "@backstage/core-components": "^0.9.4-next.1", + "@backstage/core-components": "^0.9.4-next.2", "@backstage/core-plugin-api": "^1.0.2-next.1", "@material-ui/core": "^4.12.2", "@material-ui/icons": "^4.9.1", diff --git a/plugins/api-docs/package.json b/plugins/api-docs/package.json index c4ebbc6f48..1c00a4b01e 100644 --- a/plugins/api-docs/package.json +++ b/plugins/api-docs/package.json @@ -35,7 +35,7 @@ "dependencies": { "@asyncapi/react-component": "1.0.0-next.38", "@backstage/catalog-model": "^1.0.2-next.0", - "@backstage/core-components": "^0.9.4-next.1", + "@backstage/core-components": "^0.9.4-next.2", "@backstage/core-plugin-api": "^1.0.2-next.1", "@backstage/plugin-catalog": "^1.2.0-next.2", "@backstage/plugin-catalog-react": "^1.1.0-next.2", diff --git a/plugins/azure-devops/package.json b/plugins/azure-devops/package.json index 186d50559c..e616fa3b75 100644 --- a/plugins/azure-devops/package.json +++ b/plugins/azure-devops/package.json @@ -31,7 +31,7 @@ }, "dependencies": { "@backstage/catalog-model": "^1.0.2-next.0", - "@backstage/core-components": "^0.9.4-next.1", + "@backstage/core-components": "^0.9.4-next.2", "@backstage/core-plugin-api": "^1.0.2-next.1", "@backstage/errors": "^1.0.0", "@backstage/plugin-azure-devops-common": "^0.2.3-next.0", diff --git a/plugins/badges/package.json b/plugins/badges/package.json index 43c8aa3b28..8e557f45e1 100644 --- a/plugins/badges/package.json +++ b/plugins/badges/package.json @@ -31,7 +31,7 @@ }, "dependencies": { "@backstage/catalog-model": "^1.0.2-next.0", - "@backstage/core-components": "^0.9.4-next.1", + "@backstage/core-components": "^0.9.4-next.2", "@backstage/core-plugin-api": "^1.0.2-next.1", "@backstage/errors": "^1.0.0", "@backstage/plugin-catalog-react": "^1.1.0-next.2", diff --git a/plugins/bazaar/package.json b/plugins/bazaar/package.json index 0179fe9465..f2e9132e91 100644 --- a/plugins/bazaar/package.json +++ b/plugins/bazaar/package.json @@ -27,7 +27,7 @@ "@backstage/catalog-client": "^1.0.2-next.0", "@backstage/catalog-model": "^1.0.2-next.0", "@backstage/cli": "^0.17.1-next.2", - "@backstage/core-components": "^0.9.4-next.1", + "@backstage/core-components": "^0.9.4-next.2", "@backstage/core-plugin-api": "^1.0.2-next.1", "@backstage/plugin-catalog": "^1.2.0-next.2", "@backstage/plugin-catalog-react": "^1.1.0-next.2", diff --git a/plugins/bitrise/package.json b/plugins/bitrise/package.json index 6644646029..d04831ab6d 100644 --- a/plugins/bitrise/package.json +++ b/plugins/bitrise/package.json @@ -25,7 +25,7 @@ }, "dependencies": { "@backstage/catalog-model": "^1.0.2-next.0", - "@backstage/core-components": "^0.9.4-next.1", + "@backstage/core-components": "^0.9.4-next.2", "@backstage/core-plugin-api": "^1.0.2-next.1", "@backstage/plugin-catalog-react": "^1.1.0-next.2", "@backstage/theme": "^0.2.15", diff --git a/plugins/catalog-graph/package.json b/plugins/catalog-graph/package.json index a625abe964..722a08d460 100644 --- a/plugins/catalog-graph/package.json +++ b/plugins/catalog-graph/package.json @@ -26,7 +26,7 @@ "dependencies": { "@backstage/catalog-client": "^1.0.2-next.0", "@backstage/catalog-model": "^1.0.2-next.0", - "@backstage/core-components": "^0.9.4-next.1", + "@backstage/core-components": "^0.9.4-next.2", "@backstage/core-plugin-api": "^1.0.2-next.1", "@backstage/plugin-catalog-react": "^1.1.0-next.2", "@backstage/theme": "^0.2.15", diff --git a/plugins/catalog-import/package.json b/plugins/catalog-import/package.json index 6a46b285dd..3df0de7a07 100644 --- a/plugins/catalog-import/package.json +++ b/plugins/catalog-import/package.json @@ -37,7 +37,7 @@ "@backstage/catalog-client": "^1.0.2-next.0", "@backstage/catalog-model": "^1.0.2-next.0", "@backstage/config": "^1.0.1-next.0", - "@backstage/core-components": "^0.9.4-next.1", + "@backstage/core-components": "^0.9.4-next.2", "@backstage/core-plugin-api": "^1.0.2-next.1", "@backstage/errors": "^1.0.0", "@backstage/integration": "^1.2.0-next.1", diff --git a/plugins/catalog/package.json b/plugins/catalog/package.json index 2d401fff83..c78bcf5c20 100644 --- a/plugins/catalog/package.json +++ b/plugins/catalog/package.json @@ -36,7 +36,7 @@ "dependencies": { "@backstage/catalog-client": "^1.0.2-next.0", "@backstage/catalog-model": "^1.0.2-next.0", - "@backstage/core-components": "^0.9.4-next.1", + "@backstage/core-components": "^0.9.4-next.2", "@backstage/core-plugin-api": "^1.0.2-next.1", "@backstage/errors": "^1.0.0", "@backstage/integration-react": "^1.1.0-next.2", diff --git a/plugins/circleci/package.json b/plugins/circleci/package.json index a0a15027ed..7d59e52fe2 100644 --- a/plugins/circleci/package.json +++ b/plugins/circleci/package.json @@ -36,7 +36,7 @@ }, "dependencies": { "@backstage/catalog-model": "^1.0.2-next.0", - "@backstage/core-components": "^0.9.4-next.1", + "@backstage/core-components": "^0.9.4-next.2", "@backstage/core-plugin-api": "^1.0.2-next.1", "@backstage/plugin-catalog-react": "^1.1.0-next.2", "@backstage/theme": "^0.2.15", diff --git a/plugins/cloudbuild/package.json b/plugins/cloudbuild/package.json index 2397d82068..6d016c1352 100644 --- a/plugins/cloudbuild/package.json +++ b/plugins/cloudbuild/package.json @@ -35,7 +35,7 @@ }, "dependencies": { "@backstage/catalog-model": "^1.0.2-next.0", - "@backstage/core-components": "^0.9.4-next.1", + "@backstage/core-components": "^0.9.4-next.2", "@backstage/core-plugin-api": "^1.0.2-next.1", "@backstage/plugin-catalog-react": "^1.1.0-next.2", "@backstage/theme": "^0.2.15", diff --git a/plugins/code-climate/package.json b/plugins/code-climate/package.json index 404dcb840a..475f6aa9cc 100644 --- a/plugins/code-climate/package.json +++ b/plugins/code-climate/package.json @@ -24,7 +24,7 @@ }, "dependencies": { "@backstage/catalog-model": "^1.0.2-next.0", - "@backstage/core-components": "^0.9.4-next.1", + "@backstage/core-components": "^0.9.4-next.2", "@backstage/core-plugin-api": "^1.0.2-next.1", "@backstage/plugin-catalog-react": "^1.1.0-next.2", "@backstage/theme": "^0.2.15", diff --git a/plugins/code-coverage/package.json b/plugins/code-coverage/package.json index 4246ab856a..cbf0a18e68 100644 --- a/plugins/code-coverage/package.json +++ b/plugins/code-coverage/package.json @@ -26,7 +26,7 @@ "dependencies": { "@backstage/catalog-model": "^1.0.2-next.0", "@backstage/config": "^1.0.1-next.0", - "@backstage/core-components": "^0.9.4-next.1", + "@backstage/core-components": "^0.9.4-next.2", "@backstage/core-plugin-api": "^1.0.2-next.1", "@backstage/errors": "^1.0.0", "@backstage/plugin-catalog-react": "^1.1.0-next.2", diff --git a/plugins/config-schema/package.json b/plugins/config-schema/package.json index b6fe2a66b2..0a4e160dc8 100644 --- a/plugins/config-schema/package.json +++ b/plugins/config-schema/package.json @@ -25,7 +25,7 @@ }, "dependencies": { "@backstage/config": "^1.0.1-next.0", - "@backstage/core-components": "^0.9.4-next.1", + "@backstage/core-components": "^0.9.4-next.2", "@backstage/core-plugin-api": "^1.0.2-next.1", "@backstage/errors": "^1.0.0", "@backstage/theme": "^0.2.15", diff --git a/plugins/cost-insights/package.json b/plugins/cost-insights/package.json index ca16d9625e..b9dd30d439 100644 --- a/plugins/cost-insights/package.json +++ b/plugins/cost-insights/package.json @@ -36,7 +36,7 @@ "dependencies": { "@backstage/catalog-model": "^1.0.2-next.0", "@backstage/config": "^1.0.1-next.0", - "@backstage/core-components": "^0.9.4-next.1", + "@backstage/core-components": "^0.9.4-next.2", "@backstage/core-plugin-api": "^1.0.2-next.1", "@backstage/theme": "^0.2.15", "@material-ui/core": "^4.12.2", diff --git a/plugins/example-todo-list/package.json b/plugins/example-todo-list/package.json index d30ee9c150..46a3789e62 100644 --- a/plugins/example-todo-list/package.json +++ b/plugins/example-todo-list/package.json @@ -21,7 +21,7 @@ "clean": "backstage-cli package clean" }, "dependencies": { - "@backstage/core-components": "^0.9.4-next.1", + "@backstage/core-components": "^0.9.4-next.2", "@backstage/core-plugin-api": "^1.0.2-next.1", "@backstage/theme": "^0.2.15", "@material-ui/core": "^4.12.2", diff --git a/plugins/explore/package.json b/plugins/explore/package.json index dea9e4d50a..dcd190861e 100644 --- a/plugins/explore/package.json +++ b/plugins/explore/package.json @@ -35,7 +35,7 @@ }, "dependencies": { "@backstage/catalog-model": "^1.0.2-next.0", - "@backstage/core-components": "^0.9.4-next.1", + "@backstage/core-components": "^0.9.4-next.2", "@backstage/core-plugin-api": "^1.0.2-next.1", "@backstage/plugin-catalog-react": "^1.1.0-next.2", "@backstage/plugin-explore-react": "^0.0.17-next.0", diff --git a/plugins/firehydrant/package.json b/plugins/firehydrant/package.json index b60a8a3aee..93dab0b183 100644 --- a/plugins/firehydrant/package.json +++ b/plugins/firehydrant/package.json @@ -25,7 +25,7 @@ "clean": "backstage-cli package clean" }, "dependencies": { - "@backstage/core-components": "^0.9.4-next.1", + "@backstage/core-components": "^0.9.4-next.2", "@backstage/core-plugin-api": "^1.0.2-next.1", "@backstage/plugin-catalog-react": "^1.1.0-next.1", "@backstage/theme": "^0.2.15", diff --git a/plugins/fossa/package.json b/plugins/fossa/package.json index 0fbc363f27..09e41c2e7f 100644 --- a/plugins/fossa/package.json +++ b/plugins/fossa/package.json @@ -36,7 +36,7 @@ }, "dependencies": { "@backstage/catalog-model": "^1.0.2-next.0", - "@backstage/core-components": "^0.9.4-next.1", + "@backstage/core-components": "^0.9.4-next.2", "@backstage/core-plugin-api": "^1.0.2-next.1", "@backstage/errors": "^1.0.0", "@backstage/plugin-catalog-react": "^1.1.0-next.2", diff --git a/plugins/gcp-projects/package.json b/plugins/gcp-projects/package.json index b6adb960c9..aff29d7e07 100644 --- a/plugins/gcp-projects/package.json +++ b/plugins/gcp-projects/package.json @@ -34,7 +34,7 @@ "clean": "backstage-cli package clean" }, "dependencies": { - "@backstage/core-components": "^0.9.4-next.1", + "@backstage/core-components": "^0.9.4-next.2", "@backstage/core-plugin-api": "^1.0.2-next.1", "@backstage/theme": "^0.2.15", "@material-ui/core": "^4.12.2", diff --git a/plugins/git-release-manager/package.json b/plugins/git-release-manager/package.json index 46f4dde6eb..a3537c71c1 100644 --- a/plugins/git-release-manager/package.json +++ b/plugins/git-release-manager/package.json @@ -24,7 +24,7 @@ "clean": "backstage-cli package clean" }, "dependencies": { - "@backstage/core-components": "^0.9.4-next.1", + "@backstage/core-components": "^0.9.4-next.2", "@backstage/core-plugin-api": "^1.0.2-next.1", "@backstage/integration": "^1.2.0-next.0", "@backstage/theme": "^0.2.15", diff --git a/plugins/github-actions/package.json b/plugins/github-actions/package.json index eb1f0337f6..c4b2d7438f 100644 --- a/plugins/github-actions/package.json +++ b/plugins/github-actions/package.json @@ -37,7 +37,7 @@ }, "dependencies": { "@backstage/catalog-model": "^1.0.2-next.0", - "@backstage/core-components": "^0.9.4-next.1", + "@backstage/core-components": "^0.9.4-next.2", "@backstage/core-plugin-api": "^1.0.2-next.1", "@backstage/integration": "^1.2.0-next.1", "@backstage/plugin-catalog-react": "^1.1.0-next.2", diff --git a/plugins/github-deployments/package.json b/plugins/github-deployments/package.json index 2f1f133f23..3dee550bf7 100644 --- a/plugins/github-deployments/package.json +++ b/plugins/github-deployments/package.json @@ -25,7 +25,7 @@ }, "dependencies": { "@backstage/catalog-model": "^1.0.2-next.0", - "@backstage/core-components": "^0.9.4-next.1", + "@backstage/core-components": "^0.9.4-next.2", "@backstage/core-plugin-api": "^1.0.2-next.1", "@backstage/errors": "^1.0.0", "@backstage/integration": "^1.2.0-next.1", diff --git a/plugins/gitops-profiles/package.json b/plugins/gitops-profiles/package.json index 3be80e7291..2fedb7d6df 100644 --- a/plugins/gitops-profiles/package.json +++ b/plugins/gitops-profiles/package.json @@ -35,7 +35,7 @@ "clean": "backstage-cli package clean" }, "dependencies": { - "@backstage/core-components": "^0.9.4-next.1", + "@backstage/core-components": "^0.9.4-next.2", "@backstage/core-plugin-api": "^1.0.2-next.1", "@backstage/theme": "^0.2.15", "@material-ui/core": "^4.12.2", diff --git a/plugins/gocd/package.json b/plugins/gocd/package.json index a02b7fd821..6d7f273447 100644 --- a/plugins/gocd/package.json +++ b/plugins/gocd/package.json @@ -32,7 +32,7 @@ }, "dependencies": { "@backstage/catalog-model": "^1.0.2-next.0", - "@backstage/core-components": "^0.9.4-next.1", + "@backstage/core-components": "^0.9.4-next.2", "@backstage/core-plugin-api": "^1.0.2-next.1", "@backstage/errors": "^1.0.0", "@backstage/plugin-catalog-react": "^1.1.0-next.2", diff --git a/plugins/graphiql/package.json b/plugins/graphiql/package.json index de2f49ff83..e19a3e40d1 100644 --- a/plugins/graphiql/package.json +++ b/plugins/graphiql/package.json @@ -34,7 +34,7 @@ "clean": "backstage-cli package clean" }, "dependencies": { - "@backstage/core-components": "^0.9.4-next.1", + "@backstage/core-components": "^0.9.4-next.2", "@backstage/core-plugin-api": "^1.0.2-next.1", "@backstage/theme": "^0.2.15", "@material-ui/core": "^4.12.2", diff --git a/plugins/home/CHANGELOG.md b/plugins/home/CHANGELOG.md index e70e0475c9..97db023fc1 100644 --- a/plugins/home/CHANGELOG.md +++ b/plugins/home/CHANGELOG.md @@ -1,5 +1,13 @@ # @backstage/plugin-home +## 0.4.21-next.3 + +### Patch Changes + +- 69093c5f91: Display entity titles in `StarredEntities` home page card (if defined) and don't show entities which no longer exist +- Updated dependencies + - @backstage/core-components@0.9.4-next.2 + ## 0.4.21-next.2 ### Patch Changes diff --git a/plugins/home/package.json b/plugins/home/package.json index 0d1d793cf3..68a683dc31 100644 --- a/plugins/home/package.json +++ b/plugins/home/package.json @@ -1,7 +1,7 @@ { "name": "@backstage/plugin-home", "description": "A Backstage plugin that helps you build a home page", - "version": "0.4.21-next.2", + "version": "0.4.21-next.3", "main": "src/index.ts", "types": "src/index.ts", "license": "Apache-2.0", @@ -35,7 +35,7 @@ }, "dependencies": { "@backstage/catalog-model": "^1.0.2-next.0", - "@backstage/core-components": "^0.9.4-next.1", + "@backstage/core-components": "^0.9.4-next.2", "@backstage/core-plugin-api": "^1.0.2-next.1", "@backstage/plugin-catalog-react": "^1.1.0-next.2", "@backstage/plugin-stack-overflow": "^0.1.1-next.2", diff --git a/plugins/ilert/package.json b/plugins/ilert/package.json index 2051239647..b40b2b9e0e 100644 --- a/plugins/ilert/package.json +++ b/plugins/ilert/package.json @@ -25,7 +25,7 @@ }, "dependencies": { "@backstage/catalog-model": "^1.0.2-next.0", - "@backstage/core-components": "^0.9.4-next.1", + "@backstage/core-components": "^0.9.4-next.2", "@backstage/core-plugin-api": "^1.0.2-next.1", "@backstage/errors": "^1.0.0", "@backstage/plugin-catalog-react": "^1.1.0-next.2", diff --git a/plugins/jenkins/package.json b/plugins/jenkins/package.json index d73752c215..f77afe86e5 100644 --- a/plugins/jenkins/package.json +++ b/plugins/jenkins/package.json @@ -36,7 +36,7 @@ }, "dependencies": { "@backstage/catalog-model": "^1.0.2-next.0", - "@backstage/core-components": "^0.9.4-next.1", + "@backstage/core-components": "^0.9.4-next.2", "@backstage/core-plugin-api": "^1.0.2-next.1", "@backstage/errors": "^1.0.0", "@backstage/plugin-catalog-react": "^1.1.0-next.2", diff --git a/plugins/kafka/package.json b/plugins/kafka/package.json index 390042c1a1..e1c452496b 100644 --- a/plugins/kafka/package.json +++ b/plugins/kafka/package.json @@ -25,7 +25,7 @@ }, "dependencies": { "@backstage/catalog-model": "^1.0.2-next.0", - "@backstage/core-components": "^0.9.4-next.1", + "@backstage/core-components": "^0.9.4-next.2", "@backstage/core-plugin-api": "^1.0.2-next.1", "@backstage/plugin-catalog-react": "^1.1.0-next.2", "@backstage/theme": "^0.2.15", diff --git a/plugins/kubernetes-backend/CHANGELOG.md b/plugins/kubernetes-backend/CHANGELOG.md index 62acec4f98..cad2a5bcc3 100644 --- a/plugins/kubernetes-backend/CHANGELOG.md +++ b/plugins/kubernetes-backend/CHANGELOG.md @@ -1,5 +1,16 @@ # @backstage/plugin-kubernetes-backend +## 0.5.1-next.2 + +### Patch Changes + +- 447e060872: Add support for 'oidc' as authProvider for kubernetes authentication + and adds optional 'oidcTokenProvider' config value. This will allow + users to authenticate to kubernetes cluster using id tokens obtained + from the configured auth provider in their backstage instance. +- Updated dependencies + - @backstage/plugin-kubernetes-common@0.2.10-next.1 + ## 0.5.1-next.1 ### Patch Changes diff --git a/plugins/kubernetes-backend/package.json b/plugins/kubernetes-backend/package.json index 1ee86e527a..8e2f143e7f 100644 --- a/plugins/kubernetes-backend/package.json +++ b/plugins/kubernetes-backend/package.json @@ -1,7 +1,7 @@ { "name": "@backstage/plugin-kubernetes-backend", "description": "A Backstage backend plugin that integrates towards Kubernetes", - "version": "0.5.1-next.1", + "version": "0.5.1-next.2", "main": "src/index.ts", "types": "src/index.ts", "license": "Apache-2.0", @@ -40,7 +40,7 @@ "@backstage/catalog-model": "^1.0.2-next.0", "@backstage/config": "^1.0.1-next.0", "@backstage/errors": "^1.0.0", - "@backstage/plugin-kubernetes-common": "^0.2.10-next.0", + "@backstage/plugin-kubernetes-common": "^0.2.10-next.1", "@google-cloud/container": "^3.0.0", "@kubernetes/client-node": "^0.16.0", "@types/express": "^4.17.6", diff --git a/plugins/kubernetes-common/CHANGELOG.md b/plugins/kubernetes-common/CHANGELOG.md index 35e3fef6f0..cdc209f88f 100644 --- a/plugins/kubernetes-common/CHANGELOG.md +++ b/plugins/kubernetes-common/CHANGELOG.md @@ -1,5 +1,14 @@ # @backstage/plugin-kubernetes-common +## 0.2.10-next.1 + +### Patch Changes + +- 447e060872: Add support for 'oidc' as authProvider for kubernetes authentication + and adds optional 'oidcTokenProvider' config value. This will allow + users to authenticate to kubernetes cluster using id tokens obtained + from the configured auth provider in their backstage instance. + ## 0.2.10-next.0 ### Patch Changes diff --git a/plugins/kubernetes-common/package.json b/plugins/kubernetes-common/package.json index 1be085d7c7..d250e82780 100644 --- a/plugins/kubernetes-common/package.json +++ b/plugins/kubernetes-common/package.json @@ -1,7 +1,7 @@ { "name": "@backstage/plugin-kubernetes-common", "description": "Common functionalities for kubernetes, to be shared between kubernetes and kubernetes-backend plugin", - "version": "0.2.10-next.0", + "version": "0.2.10-next.1", "main": "src/index.ts", "types": "src/index.ts", "license": "Apache-2.0", diff --git a/plugins/kubernetes/CHANGELOG.md b/plugins/kubernetes/CHANGELOG.md index 8d5b23fd74..dda45a0409 100644 --- a/plugins/kubernetes/CHANGELOG.md +++ b/plugins/kubernetes/CHANGELOG.md @@ -1,5 +1,17 @@ # @backstage/plugin-kubernetes +## 0.6.5-next.3 + +### Patch Changes + +- 447e060872: Add support for 'oidc' as authProvider for kubernetes authentication + and adds optional 'oidcTokenProvider' config value. This will allow + users to authenticate to kubernetes cluster using id tokens obtained + from the configured auth provider in their backstage instance. +- Updated dependencies + - @backstage/plugin-kubernetes-common@0.2.10-next.1 + - @backstage/core-components@0.9.4-next.2 + ## 0.6.5-next.2 ### Patch Changes diff --git a/plugins/kubernetes/package.json b/plugins/kubernetes/package.json index 4502a051a6..61885408e8 100644 --- a/plugins/kubernetes/package.json +++ b/plugins/kubernetes/package.json @@ -1,7 +1,7 @@ { "name": "@backstage/plugin-kubernetes", "description": "A Backstage plugin that integrates towards Kubernetes", - "version": "0.6.5-next.2", + "version": "0.6.5-next.3", "main": "src/index.ts", "types": "src/index.ts", "license": "Apache-2.0", @@ -36,10 +36,10 @@ "dependencies": { "@backstage/catalog-model": "^1.0.2-next.0", "@backstage/config": "^1.0.1-next.0", - "@backstage/core-components": "^0.9.4-next.1", + "@backstage/core-components": "^0.9.4-next.2", "@backstage/core-plugin-api": "^1.0.2-next.1", "@backstage/plugin-catalog-react": "^1.1.0-next.2", - "@backstage/plugin-kubernetes-common": "^0.2.10-next.0", + "@backstage/plugin-kubernetes-common": "^0.2.10-next.1", "@backstage/theme": "^0.2.15", "@kubernetes/client-node": "^0.16.0", "@material-ui/core": "^4.12.2", diff --git a/plugins/lighthouse/package.json b/plugins/lighthouse/package.json index 01cc4c1475..59aca403ac 100644 --- a/plugins/lighthouse/package.json +++ b/plugins/lighthouse/package.json @@ -37,7 +37,7 @@ "dependencies": { "@backstage/catalog-model": "^1.0.2-next.0", "@backstage/config": "^1.0.1-next.0", - "@backstage/core-components": "^0.9.4-next.1", + "@backstage/core-components": "^0.9.4-next.2", "@backstage/core-plugin-api": "^1.0.2-next.1", "@backstage/plugin-catalog-react": "^1.1.0-next.2", "@backstage/theme": "^0.2.15", diff --git a/plugins/newrelic-dashboard/package.json b/plugins/newrelic-dashboard/package.json index 31fd91d871..a8ca2bd9e6 100644 --- a/plugins/newrelic-dashboard/package.json +++ b/plugins/newrelic-dashboard/package.json @@ -24,7 +24,7 @@ }, "dependencies": { "@backstage/catalog-model": "^1.0.2-next.0", - "@backstage/core-components": "^0.9.4-next.1", + "@backstage/core-components": "^0.9.4-next.2", "@backstage/core-plugin-api": "^1.0.2-next.1", "@backstage/errors": "^1.0.0", "@backstage/plugin-catalog-react": "^1.1.0-next.2", diff --git a/plugins/newrelic/package.json b/plugins/newrelic/package.json index 9ffad6178b..d0d8e66787 100644 --- a/plugins/newrelic/package.json +++ b/plugins/newrelic/package.json @@ -35,7 +35,7 @@ "clean": "backstage-cli package clean" }, "dependencies": { - "@backstage/core-components": "^0.9.4-next.1", + "@backstage/core-components": "^0.9.4-next.2", "@backstage/core-plugin-api": "^1.0.2-next.1", "@backstage/theme": "^0.2.15", "@material-ui/core": "^4.12.2", diff --git a/plugins/org/CHANGELOG.md b/plugins/org/CHANGELOG.md index 039aa47252..7a99844dea 100644 --- a/plugins/org/CHANGELOG.md +++ b/plugins/org/CHANGELOG.md @@ -1,5 +1,13 @@ # @backstage/plugin-org +## 0.5.5-next.3 + +### Patch Changes + +- 2025d7c123: Include namespace in `MyGroupSidebarItem` if not default and remove root item routing if there are multiple groups +- Updated dependencies + - @backstage/core-components@0.9.4-next.2 + ## 0.5.5-next.2 ### Patch Changes diff --git a/plugins/org/package.json b/plugins/org/package.json index 1dde634de6..1eba133f18 100644 --- a/plugins/org/package.json +++ b/plugins/org/package.json @@ -1,7 +1,7 @@ { "name": "@backstage/plugin-org", "description": "A Backstage plugin that helps you create entity pages for your organization", - "version": "0.5.5-next.2", + "version": "0.5.5-next.3", "main": "src/index.ts", "types": "src/index.ts", "license": "Apache-2.0", @@ -30,7 +30,7 @@ }, "dependencies": { "@backstage/catalog-model": "^1.0.2-next.0", - "@backstage/core-components": "^0.9.4-next.1", + "@backstage/core-components": "^0.9.4-next.2", "@backstage/core-plugin-api": "^1.0.2-next.1", "@backstage/plugin-catalog-react": "^1.1.0-next.2", "@backstage/theme": "^0.2.15", diff --git a/plugins/pagerduty/package.json b/plugins/pagerduty/package.json index bae53e1cac..35e6ecefa9 100644 --- a/plugins/pagerduty/package.json +++ b/plugins/pagerduty/package.json @@ -35,7 +35,7 @@ }, "dependencies": { "@backstage/catalog-model": "^1.0.2-next.0", - "@backstage/core-components": "^0.9.4-next.1", + "@backstage/core-components": "^0.9.4-next.2", "@backstage/core-plugin-api": "^1.0.2-next.1", "@backstage/plugin-catalog-react": "^1.1.0-next.2", "@backstage/theme": "^0.2.15", diff --git a/plugins/periskop/package.json b/plugins/periskop/package.json index 8f1f5c41d0..804baccc84 100644 --- a/plugins/periskop/package.json +++ b/plugins/periskop/package.json @@ -26,7 +26,7 @@ }, "dependencies": { "@backstage/catalog-model": "^1.0.2-next.0", - "@backstage/core-components": "^0.9.4-next.1", + "@backstage/core-components": "^0.9.4-next.2", "@backstage/core-plugin-api": "^1.0.2-next.1", "@backstage/errors": "^1.0.0", "@backstage/plugin-catalog-react": "^1.1.0-next.2", diff --git a/plugins/rollbar/package.json b/plugins/rollbar/package.json index d749ff77fc..2b6056b6e6 100644 --- a/plugins/rollbar/package.json +++ b/plugins/rollbar/package.json @@ -36,7 +36,7 @@ }, "dependencies": { "@backstage/catalog-model": "^1.0.2-next.0", - "@backstage/core-components": "^0.9.4-next.1", + "@backstage/core-components": "^0.9.4-next.2", "@backstage/core-plugin-api": "^1.0.2-next.1", "@backstage/plugin-catalog-react": "^1.1.0-next.2", "@backstage/theme": "^0.2.15", diff --git a/plugins/scaffolder/CHANGELOG.md b/plugins/scaffolder/CHANGELOG.md index a58daace55..88cee84d7e 100644 --- a/plugins/scaffolder/CHANGELOG.md +++ b/plugins/scaffolder/CHANGELOG.md @@ -1,5 +1,13 @@ # @backstage/plugin-scaffolder +## 1.2.0-next.3 + +### Patch Changes + +- cc8ddd0979: revert dependency `event-source-polyfill` to `1.0.25` +- Updated dependencies + - @backstage/core-components@0.9.4-next.2 + ## 1.2.0-next.2 ### Patch Changes diff --git a/plugins/scaffolder/package.json b/plugins/scaffolder/package.json index b76028e299..6795af4488 100644 --- a/plugins/scaffolder/package.json +++ b/plugins/scaffolder/package.json @@ -1,7 +1,7 @@ { "name": "@backstage/plugin-scaffolder", "description": "The Backstage plugin that helps you create new things", - "version": "1.2.0-next.2", + "version": "1.2.0-next.3", "main": "src/index.ts", "types": "src/index.ts", "license": "Apache-2.0", @@ -38,7 +38,7 @@ "@backstage/catalog-client": "^1.0.2-next.0", "@backstage/catalog-model": "^1.0.2-next.0", "@backstage/config": "^1.0.1-next.0", - "@backstage/core-components": "^0.9.4-next.1", + "@backstage/core-components": "^0.9.4-next.2", "@backstage/core-plugin-api": "^1.0.2-next.1", "@backstage/errors": "^1.0.0", "@backstage/integration": "^1.2.0-next.1", diff --git a/plugins/search/package.json b/plugins/search/package.json index eda999b1a7..109ed2a455 100644 --- a/plugins/search/package.json +++ b/plugins/search/package.json @@ -35,12 +35,12 @@ "dependencies": { "@backstage/catalog-model": "^1.0.2-next.0", "@backstage/config": "^1.0.1-next.0", - "@backstage/core-components": "^0.9.4-next.1", + "@backstage/core-components": "^0.9.4-next.2", "@backstage/core-plugin-api": "^1.0.2-next.1", "@backstage/errors": "^1.0.0", "@backstage/plugin-catalog-react": "^1.1.0-next.2", - "@backstage/plugin-search-react": "^0.2.0-next.2", "@backstage/plugin-search-common": "^0.3.4-next.0", + "@backstage/plugin-search-react": "^0.2.0-next.2", "@backstage/theme": "^0.2.15", "@backstage/types": "^1.0.0", "@material-ui/core": "^4.12.2", diff --git a/plugins/sentry/package.json b/plugins/sentry/package.json index a02df69ab3..2af804803b 100644 --- a/plugins/sentry/package.json +++ b/plugins/sentry/package.json @@ -36,7 +36,7 @@ }, "dependencies": { "@backstage/catalog-model": "^1.0.2-next.0", - "@backstage/core-components": "^0.9.4-next.1", + "@backstage/core-components": "^0.9.4-next.2", "@backstage/core-plugin-api": "^1.0.2-next.1", "@backstage/plugin-catalog-react": "^1.1.0-next.2", "@backstage/theme": "^0.2.15", diff --git a/plugins/shortcuts/package.json b/plugins/shortcuts/package.json index 4953a1810e..b72eb64a5b 100644 --- a/plugins/shortcuts/package.json +++ b/plugins/shortcuts/package.json @@ -24,7 +24,7 @@ "clean": "backstage-cli package clean" }, "dependencies": { - "@backstage/core-components": "^0.9.4-next.1", + "@backstage/core-components": "^0.9.4-next.2", "@backstage/core-plugin-api": "^1.0.2-next.1", "@backstage/theme": "^0.2.15", "@backstage/types": "^1.0.0", diff --git a/plugins/sonarqube/package.json b/plugins/sonarqube/package.json index 36c52028fb..1f9c81db58 100644 --- a/plugins/sonarqube/package.json +++ b/plugins/sonarqube/package.json @@ -37,7 +37,7 @@ }, "dependencies": { "@backstage/catalog-model": "^1.0.2-next.0", - "@backstage/core-components": "^0.9.4-next.1", + "@backstage/core-components": "^0.9.4-next.2", "@backstage/core-plugin-api": "^1.0.2-next.1", "@backstage/plugin-catalog-react": "^1.1.0-next.2", "@backstage/theme": "^0.2.15", diff --git a/plugins/splunk-on-call/package.json b/plugins/splunk-on-call/package.json index 5d948963a3..c7ca761c1e 100644 --- a/plugins/splunk-on-call/package.json +++ b/plugins/splunk-on-call/package.json @@ -35,7 +35,7 @@ }, "dependencies": { "@backstage/catalog-model": "^1.0.2-next.0", - "@backstage/core-components": "^0.9.4-next.1", + "@backstage/core-components": "^0.9.4-next.2", "@backstage/core-plugin-api": "^1.0.2-next.1", "@backstage/plugin-catalog-react": "^1.1.0-next.2", "@backstage/theme": "^0.2.15", diff --git a/plugins/stack-overflow/package.json b/plugins/stack-overflow/package.json index 762cf64225..7e07f10b33 100644 --- a/plugins/stack-overflow/package.json +++ b/plugins/stack-overflow/package.json @@ -24,7 +24,7 @@ }, "dependencies": { "@backstage/config": "^1.0.1-next.0", - "@backstage/core-components": "^0.9.4-next.1", + "@backstage/core-components": "^0.9.4-next.2", "@backstage/core-plugin-api": "^1.0.2-next.1", "@backstage/plugin-home": "^0.4.21-next.2", "@backstage/plugin-search-common": "^0.3.4-next.0", diff --git a/plugins/tech-insights/package.json b/plugins/tech-insights/package.json index 198a6b1b26..be53883371 100644 --- a/plugins/tech-insights/package.json +++ b/plugins/tech-insights/package.json @@ -29,7 +29,7 @@ }, "dependencies": { "@backstage/catalog-model": "^1.0.2-next.0", - "@backstage/core-components": "^0.9.4-next.1", + "@backstage/core-components": "^0.9.4-next.2", "@backstage/core-plugin-api": "^1.0.2-next.1", "@backstage/errors": "^1.0.0", "@backstage/plugin-catalog-react": "^1.1.0-next.2", diff --git a/plugins/tech-radar/package.json b/plugins/tech-radar/package.json index 477f45c8e0..5821d6036c 100644 --- a/plugins/tech-radar/package.json +++ b/plugins/tech-radar/package.json @@ -34,7 +34,7 @@ "start": "backstage-cli package start" }, "dependencies": { - "@backstage/core-components": "^0.9.4-next.1", + "@backstage/core-components": "^0.9.4-next.2", "@backstage/core-plugin-api": "^1.0.2-next.1", "@backstage/theme": "^0.2.15", "@material-ui/core": "^4.12.2", diff --git a/plugins/techdocs/CHANGELOG.md b/plugins/techdocs/CHANGELOG.md index 99ec9ff4ae..f080aa4e2d 100644 --- a/plugins/techdocs/CHANGELOG.md +++ b/plugins/techdocs/CHANGELOG.md @@ -1,5 +1,13 @@ # @backstage/plugin-techdocs +## 1.1.1-next.3 + +### Patch Changes + +- cc8ddd0979: revert dependency `event-source-polyfill` to `1.0.25` +- Updated dependencies + - @backstage/core-components@0.9.4-next.2 + ## 1.1.1-next.2 ### Patch Changes diff --git a/plugins/techdocs/package.json b/plugins/techdocs/package.json index 2f93fe2f73..439cac40c0 100644 --- a/plugins/techdocs/package.json +++ b/plugins/techdocs/package.json @@ -1,7 +1,7 @@ { "name": "@backstage/plugin-techdocs", "description": "The Backstage plugin that renders technical documentation for your components", - "version": "1.1.1-next.2", + "version": "1.1.1-next.3", "main": "src/index.ts", "types": "src/index.ts", "license": "Apache-2.0", @@ -37,7 +37,7 @@ "dependencies": { "@backstage/catalog-model": "^1.0.2-next.0", "@backstage/config": "^1.0.1-next.0", - "@backstage/core-components": "^0.9.4-next.1", + "@backstage/core-components": "^0.9.4-next.2", "@backstage/core-plugin-api": "^1.0.2-next.1", "@backstage/errors": "^1.0.0", "@backstage/integration": "^1.2.0-next.1", diff --git a/plugins/todo/package.json b/plugins/todo/package.json index 986b7b03fa..1185eb6b74 100644 --- a/plugins/todo/package.json +++ b/plugins/todo/package.json @@ -31,7 +31,7 @@ }, "dependencies": { "@backstage/catalog-model": "^1.0.2-next.0", - "@backstage/core-components": "^0.9.4-next.1", + "@backstage/core-components": "^0.9.4-next.2", "@backstage/core-plugin-api": "^1.0.2-next.1", "@backstage/errors": "^1.0.0", "@backstage/plugin-catalog-react": "^1.1.0-next.2", diff --git a/plugins/user-settings/package.json b/plugins/user-settings/package.json index 044d6f5536..6461ba753b 100644 --- a/plugins/user-settings/package.json +++ b/plugins/user-settings/package.json @@ -34,7 +34,7 @@ "clean": "backstage-cli package clean" }, "dependencies": { - "@backstage/core-components": "^0.9.4-next.1", + "@backstage/core-components": "^0.9.4-next.2", "@backstage/core-plugin-api": "^1.0.2-next.1", "@backstage/theme": "^0.2.15", "@material-ui/core": "^4.12.2", diff --git a/plugins/xcmetrics/package.json b/plugins/xcmetrics/package.json index 3ab1dfe512..f7396220d7 100644 --- a/plugins/xcmetrics/package.json +++ b/plugins/xcmetrics/package.json @@ -24,7 +24,7 @@ "clean": "backstage-cli package clean" }, "dependencies": { - "@backstage/core-components": "^0.9.4-next.1", + "@backstage/core-components": "^0.9.4-next.2", "@backstage/core-plugin-api": "^1.0.2-next.1", "@backstage/errors": "^1.0.0", "@backstage/theme": "^0.2.15",