diff --git a/.changeset/pre.json b/.changeset/pre.json
index 4763034b0a..27d3eeea2f 100644
--- a/.changeset/pre.json
+++ b/.changeset/pre.json
@@ -150,14 +150,19 @@
"big-mayflies-sin",
"blue-beers-kiss",
"brave-chairs-stare",
+ "breezy-schools-compete",
"calm-walls-heal",
"clean-lions-taste",
"clever-donuts-teach",
"dependabot-05b19b9",
"dependabot-2b68456",
+ "dependabot-51da438",
"dependabot-6754062",
+ "dependabot-7272684",
"dependabot-84caed8",
"dependabot-c1fe92f",
+ "dependabot-c762551",
+ "dependabot-ebb092c",
"dry-fans-arrive",
"eleven-days-brush",
"eleven-frogs-promise",
@@ -165,16 +170,21 @@
"empty-pens-invent",
"fair-dingos-glow",
"fair-lamps-leave",
+ "famous-seas-flash",
"fast-cheetahs-grow",
+ "few-buttons-breathe",
"few-mayflies-divide",
"forty-poets-tie",
"four-birds-peel",
"fresh-bulldogs-own",
"fresh-cobras-admire",
"fresh-dodos-rush",
+ "grumpy-parents-prove",
"happy-foxes-arrive",
"happy-mugs-camp",
"hip-poems-breathe",
+ "itchy-candles-type",
+ "khaki-cougars-lick",
"khaki-pears-march",
"large-coins-arrive",
"light-drinks-rule",
@@ -185,13 +195,18 @@
"mighty-suns-drop",
"modern-actors-notice",
"modern-pumas-join",
+ "moody-apes-tickle",
"moody-ducks-return",
"moody-pigs-rush",
"new-lions-run",
+ "new-singers-lie",
"nine-grapes-turn",
"ninety-fishes-vanish",
+ "ninety-radios-protect",
"olive-geese-chew",
"perfect-phones-roll",
+ "poor-knives-boil",
+ "poor-pumpkins-fly",
"pretty-ghosts-scream",
"purple-boats-punch",
"purple-laws-give",
@@ -199,29 +214,42 @@
"red-snakes-float",
"rich-maps-hear",
"rotten-planes-watch",
+ "rude-toes-compare",
"seven-apricots-sell",
+ "sharp-terms-tap",
"shiny-seas-yell",
"short-knives-wave",
"silent-bobcats-matter",
"silly-llamas-relax",
+ "silver-drinks-study",
+ "silver-panthers-occur",
"silver-pots-call",
"smart-phones-exist",
"sour-cameras-deliver",
"sour-lobsters-sniff",
"stale-carrots-smile",
"strange-wasps-whisper",
+ "stupid-ways-think",
+ "swift-fans-shout",
+ "swift-trees-rest",
+ "tame-cars-press",
+ "tasty-beans-clap",
"tasty-emus-hunt",
"tasty-goats-shout",
+ "tasty-pears-shake",
"techdocs-coats-obey",
"techdocs-head-shoulders-knees-toes",
"techdocs-parents-suffer",
"thick-comics-fold",
+ "thin-deers-turn",
"thin-lizards-battle",
"tidy-days-warn",
"tidy-emus-stare",
+ "twelve-birds-wait",
"twelve-buses-nail",
"unlucky-schools-heal",
"unlucky-snakes-turn",
+ "warm-actors-attend",
"warm-mangos-compete",
"wicked-beds-return",
"wicked-feet-clap",
diff --git a/package.json b/package.json
index 57f7b41835..f079933954 100644
--- a/package.json
+++ b/package.json
@@ -47,7 +47,7 @@
"resolutions": {
"**/@graphql-codegen/cli/**/ws": "^7.4.6"
},
- "version": "1.1.0-next.1",
+ "version": "1.1.0-next.2",
"dependencies": {
"@manypkg/get-packages": "^1.1.3",
"@microsoft/api-documenter": "^7.15.0",
diff --git a/packages/backend-tasks/CHANGELOG.md b/packages/backend-tasks/CHANGELOG.md
index c82d9a3ff2..ee63a45598 100644
--- a/packages/backend-tasks/CHANGELOG.md
+++ b/packages/backend-tasks/CHANGELOG.md
@@ -1,5 +1,20 @@
# @backstage/backend-tasks
+## 0.3.0-next.2
+
+### Patch Changes
+
+- a83babdd63: Fixed the `initialDelay` parameter of tasks to properly make task workers
+ _always_ wait before the first invocations on startup, not just the very first
+ time that the task is ever created. This behavior is more in line with
+ expectations. Callers to not need to update their code.
+
+ Also clarified in the doc comment for the field that this wait applies only on
+ an individual worker level. That is, if you have a cluster of workers then each
+ individual machine may postpone its first task invocation by the given amount of
+ time to leave room for the service to settle, but _other_ workers may still
+ continue to invoke the task on the regular cadence in the meantime.
+
## 0.3.0-next.1
### Minor Changes
diff --git a/packages/backend-tasks/package.json b/packages/backend-tasks/package.json
index 65b3d6a1be..0456a34bff 100644
--- a/packages/backend-tasks/package.json
+++ b/packages/backend-tasks/package.json
@@ -1,7 +1,7 @@
{
"name": "@backstage/backend-tasks",
"description": "Common distributed task management library for Backstage backends",
- "version": "0.3.0-next.1",
+ "version": "0.3.0-next.2",
"main": "src/index.ts",
"types": "src/index.ts",
"private": false,
@@ -49,7 +49,7 @@
},
"devDependencies": {
"@backstage/backend-test-utils": "^0.1.23-next.1",
- "@backstage/cli": "^0.17.0-next.1",
+ "@backstage/cli": "^0.17.0-next.2",
"@types/cron": "^1.7.3",
"wait-for-expect": "^3.0.2"
},
diff --git a/packages/catalog-model/CHANGELOG.md b/packages/catalog-model/CHANGELOG.md
index 589495bd7a..89756babda 100644
--- a/packages/catalog-model/CHANGELOG.md
+++ b/packages/catalog-model/CHANGELOG.md
@@ -1,5 +1,20 @@
# @backstage/catalog-model
+## 1.0.1-next.1
+
+### Patch Changes
+
+- c12f8374d1: Added a connection between www-artist and artist-lookup components
+
+
+ Screenshots
+
+ 
+
+ 
+
+
+
## 1.0.1-next.0
### Patch Changes
diff --git a/packages/catalog-model/package.json b/packages/catalog-model/package.json
index d1389733ed..96ccca75cd 100644
--- a/packages/catalog-model/package.json
+++ b/packages/catalog-model/package.json
@@ -1,7 +1,7 @@
{
"name": "@backstage/catalog-model",
"description": "Types and validators that help describe the model of a Backstage Catalog",
- "version": "1.0.1-next.0",
+ "version": "1.0.1-next.1",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
@@ -43,7 +43,7 @@
"uuid": "^8.0.0"
},
"devDependencies": {
- "@backstage/cli": "^0.17.0-next.1",
+ "@backstage/cli": "^0.17.0-next.2",
"@types/jest": "^26.0.7",
"@types/json-schema": "^7.0.5",
"@types/lodash": "^4.14.151",
diff --git a/packages/cli/CHANGELOG.md b/packages/cli/CHANGELOG.md
index 562f56bb77..a6070daf8a 100644
--- a/packages/cli/CHANGELOG.md
+++ b/packages/cli/CHANGELOG.md
@@ -1,5 +1,12 @@
# @backstage/cli
+## 0.17.0-next.2
+
+### Patch Changes
+
+- 6a341b2d87: build(deps): bump `@spotify/eslint-config-react` from 12.0.0 to 13.0.0
+- 4782f9e925: Fixed misleading log message during frontend plugin creation.
+
## 0.17.0-next.1
### Minor Changes
diff --git a/packages/cli/package.json b/packages/cli/package.json
index b56d2ff006..2a66a0c195 100644
--- a/packages/cli/package.json
+++ b/packages/cli/package.json
@@ -1,7 +1,7 @@
{
"name": "@backstage/cli",
"description": "CLI for developing Backstage plugins and apps",
- "version": "0.17.0-next.1",
+ "version": "0.17.0-next.2",
"private": false,
"publishConfig": {
"access": "public"
@@ -125,7 +125,7 @@
"@backstage/backend-common": "^0.13.2-next.1",
"@backstage/config": "^1.0.0",
"@backstage/core-app-api": "^1.0.1-next.0",
- "@backstage/core-components": "^0.9.3-next.0",
+ "@backstage/core-components": "^0.9.3-next.1",
"@backstage/core-plugin-api": "^1.0.0",
"@backstage/dev-utils": "^1.0.1-next.0",
"@backstage/test-utils": "^1.0.1-next.1",
diff --git a/packages/core-components/CHANGELOG.md b/packages/core-components/CHANGELOG.md
index 036385bcd6..fe4ed03142 100644
--- a/packages/core-components/CHANGELOG.md
+++ b/packages/core-components/CHANGELOG.md
@@ -1,5 +1,14 @@
# @backstage/core-components
+## 0.9.3-next.1
+
+### Patch Changes
+
+- 25b8e8d5b5: Add BackstageTab to overridableComponents so can override styles in a theme
+- a13604b8f7: Adding a name to the core-components Tab styles so can customise in the theme settings
+- 72f3dfd05a: Updated ProxiedSignInPageProps docs
+- 7741e47eae: `` now accepts additional props `sidebarOptions` and `submenuOptions` to allow further customization
+
## 0.9.3-next.0
### Patch Changes
diff --git a/packages/core-components/package.json b/packages/core-components/package.json
index e51f041884..e59af34012 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.3-next.0",
+ "version": "0.9.3-next.1",
"private": false,
"publishConfig": {
"access": "public",
@@ -79,7 +79,7 @@
},
"devDependencies": {
"@backstage/core-app-api": "^1.0.1-next.0",
- "@backstage/cli": "^0.17.0-next.1",
+ "@backstage/cli": "^0.17.0-next.2",
"@backstage/test-utils": "^1.0.1-next.1",
"@testing-library/jest-dom": "^5.10.1",
"@testing-library/react": "^12.1.3",
diff --git a/packages/create-app/CHANGELOG.md b/packages/create-app/CHANGELOG.md
index 1942da1bbf..31376eb4ff 100644
--- a/packages/create-app/CHANGELOG.md
+++ b/packages/create-app/CHANGELOG.md
@@ -1,5 +1,11 @@
# @backstage/create-app
+## 0.4.25-next.1
+
+### Patch Changes
+
+- e80cca164d: Tweaked `.eslintrc.js` files in the template to avoid having them apply during development. This change does not affect create apps.
+
## 0.4.25-next.0
### Patch Changes
diff --git a/packages/create-app/package.json b/packages/create-app/package.json
index 964250f398..49cf17506c 100644
--- a/packages/create-app/package.json
+++ b/packages/create-app/package.json
@@ -1,7 +1,7 @@
{
"name": "@backstage/create-app",
"description": "A CLI that helps you create your own Backstage app",
- "version": "0.4.25-next.0",
+ "version": "0.4.25-next.1",
"private": false,
"publishConfig": {
"access": "public"
diff --git a/plugins/airbrake/package.json b/plugins/airbrake/package.json
index 8237490ac3..c129c14156 100644
--- a/plugins/airbrake/package.json
+++ b/plugins/airbrake/package.json
@@ -24,7 +24,7 @@
},
"dependencies": {
"@backstage/catalog-model": "^1.0.1-next.0",
- "@backstage/core-components": "^0.9.3-next.0",
+ "@backstage/core-components": "^0.9.3-next.1",
"@backstage/core-plugin-api": "^1.0.0",
"@backstage/dev-utils": "^1.0.1-next.0",
"@backstage/plugin-catalog-react": "^1.0.1-next.1",
@@ -41,7 +41,7 @@
},
"devDependencies": {
"@backstage/app-defaults": "^1.0.1-next.1",
- "@backstage/cli": "^0.17.0-next.1",
+ "@backstage/cli": "^0.17.0-next.2",
"@backstage/dev-utils": "^1.0.1-next.0",
"@backstage/test-utils": "^1.0.1-next.1",
"@testing-library/jest-dom": "^5.10.1",
diff --git a/plugins/allure/package.json b/plugins/allure/package.json
index 18bf6646e5..6434cd13a5 100644
--- a/plugins/allure/package.json
+++ b/plugins/allure/package.json
@@ -26,7 +26,7 @@
},
"dependencies": {
"@backstage/catalog-model": "^1.0.1-next.0",
- "@backstage/core-components": "^0.9.3-next.0",
+ "@backstage/core-components": "^0.9.3-next.1",
"@backstage/core-plugin-api": "^1.0.0",
"@backstage/plugin-catalog-react": "^1.0.1-next.1",
"@backstage/theme": "^0.2.15",
@@ -40,7 +40,7 @@
"react": "^16.13.1 || ^17.0.0"
},
"devDependencies": {
- "@backstage/cli": "^0.17.0-next.1",
+ "@backstage/cli": "^0.17.0-next.2",
"@backstage/core-app-api": "^1.0.1-next.0",
"@backstage/dev-utils": "^1.0.1-next.0",
"@backstage/test-utils": "^1.0.1-next.1",
diff --git a/plugins/analytics-module-ga/package.json b/plugins/analytics-module-ga/package.json
index f9281e4c86..1e7b96311a 100644
--- a/plugins/analytics-module-ga/package.json
+++ b/plugins/analytics-module-ga/package.json
@@ -25,7 +25,7 @@
},
"dependencies": {
"@backstage/config": "^1.0.0",
- "@backstage/core-components": "^0.9.3-next.0",
+ "@backstage/core-components": "^0.9.3-next.1",
"@backstage/core-plugin-api": "^1.0.0",
"@backstage/theme": "^0.2.15",
"@material-ui/core": "^4.12.2",
@@ -38,7 +38,7 @@
"react": "^16.13.1 || ^17.0.0"
},
"devDependencies": {
- "@backstage/cli": "^0.17.0-next.1",
+ "@backstage/cli": "^0.17.0-next.2",
"@backstage/core-app-api": "^1.0.1-next.0",
"@backstage/dev-utils": "^1.0.1-next.0",
"@backstage/test-utils": "^1.0.1-next.1",
diff --git a/plugins/apache-airflow/package.json b/plugins/apache-airflow/package.json
index bda73686b6..c19b0d8776 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.3-next.0",
+ "@backstage/core-components": "^0.9.3-next.1",
"@backstage/core-plugin-api": "^1.0.0",
"@material-ui/core": "^4.12.2",
"@material-ui/icons": "^4.9.1",
@@ -36,7 +36,7 @@
"react": "^16.13.1 || ^17.0.0"
},
"devDependencies": {
- "@backstage/cli": "^0.17.0-next.1",
+ "@backstage/cli": "^0.17.0-next.2",
"@backstage/core-app-api": "^1.0.1-next.0",
"@backstage/dev-utils": "^1.0.1-next.0",
"@backstage/test-utils": "^1.0.1-next.1",
diff --git a/plugins/api-docs/CHANGELOG.md b/plugins/api-docs/CHANGELOG.md
index f9daf8967c..2b95d883f0 100644
--- a/plugins/api-docs/CHANGELOG.md
+++ b/plugins/api-docs/CHANGELOG.md
@@ -1,5 +1,16 @@
# @backstage/plugin-api-docs
+## 0.8.4-next.2
+
+### Patch Changes
+
+- ae321bd414: build(deps): bump `@asyncapi/react-component`
+- Updated dependencies
+ - @backstage/core-components@0.9.3-next.1
+ - @backstage/plugin-catalog-react@1.0.1-next.2
+ - @backstage/plugin-catalog@1.1.0-next.2
+ - @backstage/catalog-model@1.0.1-next.1
+
## 0.8.4-next.1
### Patch Changes
diff --git a/plugins/api-docs/package.json b/plugins/api-docs/package.json
index 9116bb31bc..b59333cf1a 100644
--- a/plugins/api-docs/package.json
+++ b/plugins/api-docs/package.json
@@ -1,7 +1,7 @@
{
"name": "@backstage/plugin-api-docs",
"description": "A Backstage plugin that helps represent API entities in the frontend",
- "version": "0.8.4-next.1",
+ "version": "0.8.4-next.2",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
@@ -34,11 +34,11 @@
},
"dependencies": {
"@asyncapi/react-component": "1.0.0-next.34",
- "@backstage/catalog-model": "^1.0.1-next.0",
- "@backstage/core-components": "^0.9.3-next.0",
+ "@backstage/catalog-model": "^1.0.1-next.1",
+ "@backstage/core-components": "^0.9.3-next.1",
"@backstage/core-plugin-api": "^1.0.0",
- "@backstage/plugin-catalog": "^1.1.0-next.1",
- "@backstage/plugin-catalog-react": "^1.0.1-next.1",
+ "@backstage/plugin-catalog": "^1.1.0-next.2",
+ "@backstage/plugin-catalog-react": "^1.0.1-next.2",
"@backstage/theme": "^0.2.15",
"@material-ui/core": "^4.12.2",
"@material-ui/icons": "^4.9.1",
@@ -56,7 +56,7 @@
"react": "^16.13.1 || ^17.0.0"
},
"devDependencies": {
- "@backstage/cli": "^0.17.0-next.1",
+ "@backstage/cli": "^0.17.0-next.2",
"@backstage/core-app-api": "^1.0.1-next.0",
"@backstage/dev-utils": "^1.0.1-next.0",
"@backstage/test-utils": "^1.0.1-next.1",
diff --git a/plugins/azure-devops-backend/CHANGELOG.md b/plugins/azure-devops-backend/CHANGELOG.md
index a86b09f0ec..c8184ace2a 100644
--- a/plugins/azure-devops-backend/CHANGELOG.md
+++ b/plugins/azure-devops-backend/CHANGELOG.md
@@ -1,5 +1,11 @@
# @backstage/plugin-azure-devops-backend
+## 0.3.10-next.1
+
+### Patch Changes
+
+- 236245d9f8: Stop loading all teams when plugin is initialized
+
## 0.3.10-next.0
### Patch Changes
diff --git a/plugins/azure-devops-backend/package.json b/plugins/azure-devops-backend/package.json
index 22301e8fbd..7a19af6617 100644
--- a/plugins/azure-devops-backend/package.json
+++ b/plugins/azure-devops-backend/package.json
@@ -1,6 +1,6 @@
{
"name": "@backstage/plugin-azure-devops-backend",
- "version": "0.3.10-next.0",
+ "version": "0.3.10-next.1",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
@@ -35,7 +35,7 @@
"yn": "^4.0.0"
},
"devDependencies": {
- "@backstage/cli": "^0.17.0-next.1",
+ "@backstage/cli": "^0.17.0-next.2",
"@types/supertest": "^2.0.8",
"supertest": "^6.1.6",
"msw": "^0.35.0"
diff --git a/plugins/azure-devops/package.json b/plugins/azure-devops/package.json
index 49544120c2..a8a29667c5 100644
--- a/plugins/azure-devops/package.json
+++ b/plugins/azure-devops/package.json
@@ -31,7 +31,7 @@
},
"dependencies": {
"@backstage/catalog-model": "^1.0.1-next.0",
- "@backstage/core-components": "^0.9.3-next.0",
+ "@backstage/core-components": "^0.9.3-next.1",
"@backstage/core-plugin-api": "^1.0.0",
"@backstage/errors": "^1.0.0",
"@backstage/plugin-azure-devops-common": "^0.2.2",
@@ -49,7 +49,7 @@
"react": "^16.13.1 || ^17.0.0"
},
"devDependencies": {
- "@backstage/cli": "^0.17.0-next.1",
+ "@backstage/cli": "^0.17.0-next.2",
"@backstage/core-app-api": "^1.0.1-next.0",
"@backstage/dev-utils": "^1.0.1-next.0",
"@backstage/test-utils": "^1.0.1-next.1",
diff --git a/plugins/badges/package.json b/plugins/badges/package.json
index f03717cfb0..244be5fff3 100644
--- a/plugins/badges/package.json
+++ b/plugins/badges/package.json
@@ -31,7 +31,7 @@
},
"dependencies": {
"@backstage/catalog-model": "^1.0.1-next.0",
- "@backstage/core-components": "^0.9.3-next.0",
+ "@backstage/core-components": "^0.9.3-next.1",
"@backstage/core-plugin-api": "^1.0.0",
"@backstage/errors": "^1.0.0",
"@backstage/plugin-catalog-react": "^1.0.1-next.1",
@@ -46,7 +46,7 @@
"react": "^16.13.1 || ^17.0.0"
},
"devDependencies": {
- "@backstage/cli": "^0.17.0-next.1",
+ "@backstage/cli": "^0.17.0-next.2",
"@backstage/core-app-api": "^1.0.1-next.0",
"@backstage/dev-utils": "^1.0.1-next.0",
"@backstage/test-utils": "^1.0.1-next.1",
diff --git a/plugins/bazaar/package.json b/plugins/bazaar/package.json
index b158a23f5b..417d5d0ba9 100644
--- a/plugins/bazaar/package.json
+++ b/plugins/bazaar/package.json
@@ -27,7 +27,7 @@
"@backstage/catalog-client": "^1.0.1-next.0",
"@backstage/catalog-model": "^1.0.1-next.0",
"@backstage/cli": "^0.17.0-next.1",
- "@backstage/core-components": "^0.9.3-next.0",
+ "@backstage/core-components": "^0.9.3-next.1",
"@backstage/core-plugin-api": "^1.0.0",
"@backstage/plugin-catalog": "^1.1.0-next.1",
"@backstage/plugin-catalog-react": "^1.0.1-next.1",
@@ -47,7 +47,7 @@
"react": "^16.13.1 || ^17.0.0"
},
"devDependencies": {
- "@backstage/cli": "^0.17.0-next.1",
+ "@backstage/cli": "^0.17.0-next.2",
"@backstage/dev-utils": "^1.0.1-next.0",
"@testing-library/jest-dom": "^5.10.1",
"cross-fetch": "^3.1.5"
diff --git a/plugins/bitrise/package.json b/plugins/bitrise/package.json
index ffe4d3282b..8293a73c34 100644
--- a/plugins/bitrise/package.json
+++ b/plugins/bitrise/package.json
@@ -25,7 +25,7 @@
},
"dependencies": {
"@backstage/catalog-model": "^1.0.1-next.0",
- "@backstage/core-components": "^0.9.3-next.0",
+ "@backstage/core-components": "^0.9.3-next.1",
"@backstage/core-plugin-api": "^1.0.0",
"@backstage/plugin-catalog-react": "^1.0.1-next.1",
"@backstage/theme": "^0.2.15",
@@ -43,7 +43,7 @@
"react": "^16.13.1 || ^17.0.0"
},
"devDependencies": {
- "@backstage/cli": "^0.17.0-next.1",
+ "@backstage/cli": "^0.17.0-next.2",
"@backstage/core-app-api": "^1.0.1-next.0",
"@backstage/dev-utils": "^1.0.1-next.0",
"@backstage/test-utils": "^1.0.1-next.1",
diff --git a/plugins/catalog-backend-module-bitbucket/CHANGELOG.md b/plugins/catalog-backend-module-bitbucket/CHANGELOG.md
index 14efa3ad71..7a42da0806 100644
--- a/plugins/catalog-backend-module-bitbucket/CHANGELOG.md
+++ b/plugins/catalog-backend-module-bitbucket/CHANGELOG.md
@@ -1,5 +1,14 @@
# @backstage/plugin-catalog-backend-module-bitbucket
+## 0.1.2-next.2
+
+### Patch Changes
+
+- 9fed130139: split BitbucketClient into BitbucketCloudClient, BitbucketServerClient
+- Updated dependencies
+ - @backstage/plugin-catalog-backend@1.1.0-next.2
+ - @backstage/catalog-model@1.0.1-next.1
+
## 0.1.2-next.1
### Patch Changes
diff --git a/plugins/catalog-backend-module-bitbucket/package.json b/plugins/catalog-backend-module-bitbucket/package.json
index cec1703166..12ea1a3ae5 100644
--- a/plugins/catalog-backend-module-bitbucket/package.json
+++ b/plugins/catalog-backend-module-bitbucket/package.json
@@ -1,7 +1,7 @@
{
"name": "@backstage/plugin-catalog-backend-module-bitbucket",
"description": "A Backstage catalog backend module that helps integrate towards Bitbucket",
- "version": "0.1.2-next.1",
+ "version": "0.1.2-next.2",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
@@ -34,11 +34,11 @@
},
"dependencies": {
"@backstage/backend-common": "^0.13.2-next.1",
- "@backstage/catalog-model": "^1.0.1-next.0",
+ "@backstage/catalog-model": "^1.0.1-next.1",
"@backstage/config": "^1.0.0",
"@backstage/errors": "^1.0.0",
"@backstage/integration": "^1.1.0-next.1",
- "@backstage/plugin-catalog-backend": "^1.1.0-next.1",
+ "@backstage/plugin-catalog-backend": "^1.1.0-next.2",
"@backstage/types": "^1.0.0",
"lodash": "^4.17.21",
"msw": "^0.35.0",
@@ -47,7 +47,7 @@
},
"devDependencies": {
"@backstage/backend-test-utils": "^0.1.23-next.1",
- "@backstage/cli": "^0.17.0-next.1",
+ "@backstage/cli": "^0.17.0-next.2",
"@types/lodash": "^4.14.151"
},
"files": [
diff --git a/plugins/catalog-backend/CHANGELOG.md b/plugins/catalog-backend/CHANGELOG.md
index f2c5b4121e..d97bda2dad 100644
--- a/plugins/catalog-backend/CHANGELOG.md
+++ b/plugins/catalog-backend/CHANGELOG.md
@@ -1,5 +1,19 @@
# @backstage/plugin-catalog-backend
+## 1.1.0-next.2
+
+### Minor Changes
+
+- bf82edf4c9: Added `/validate-entity` endpoint
+
+### Patch Changes
+
+- 8592cacfd3: Fixed an issue where sometimes entities would have stale relations "stuck" and
+ not getting removed as expected, after the other end of the relation had stopped
+ referring to them.
+- Updated dependencies
+ - @backstage/catalog-model@1.0.1-next.1
+
## 1.1.0-next.1
### Minor Changes
diff --git a/plugins/catalog-backend/package.json b/plugins/catalog-backend/package.json
index ec4ef739df..fa514ccc93 100644
--- a/plugins/catalog-backend/package.json
+++ b/plugins/catalog-backend/package.json
@@ -1,7 +1,7 @@
{
"name": "@backstage/plugin-catalog-backend",
"description": "The Backstage backend plugin that provides the Backstage catalog",
- "version": "1.1.0-next.1",
+ "version": "1.1.0-next.2",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
@@ -36,7 +36,7 @@
"dependencies": {
"@backstage/backend-common": "^0.13.2-next.1",
"@backstage/catalog-client": "^1.0.1-next.0",
- "@backstage/catalog-model": "^1.0.1-next.0",
+ "@backstage/catalog-model": "^1.0.1-next.1",
"@backstage/config": "^1.0.0",
"@backstage/errors": "^1.0.0",
"@backstage/integration": "^1.1.0-next.1",
@@ -69,7 +69,7 @@
},
"devDependencies": {
"@backstage/backend-test-utils": "^0.1.23-next.1",
- "@backstage/cli": "^0.17.0-next.1",
+ "@backstage/cli": "^0.17.0-next.2",
"@backstage/plugin-permission-common": "^0.6.0-next.0",
"@backstage/plugin-search-backend-node": "0.5.3-next.0",
"@types/core-js": "^2.5.4",
diff --git a/plugins/catalog-graph/CHANGELOG.md b/plugins/catalog-graph/CHANGELOG.md
index d2726457d0..a998c0ac1f 100644
--- a/plugins/catalog-graph/CHANGELOG.md
+++ b/plugins/catalog-graph/CHANGELOG.md
@@ -1,5 +1,15 @@
# @backstage/plugin-catalog-graph
+## 0.2.16-next.2
+
+### Patch Changes
+
+- 99063c39ae: Minor API report cleanup
+- Updated dependencies
+ - @backstage/core-components@0.9.3-next.1
+ - @backstage/plugin-catalog-react@1.0.1-next.2
+ - @backstage/catalog-model@1.0.1-next.1
+
## 0.2.16-next.1
### Patch Changes
diff --git a/plugins/catalog-graph/package.json b/plugins/catalog-graph/package.json
index 84eae3d254..800086c2eb 100644
--- a/plugins/catalog-graph/package.json
+++ b/plugins/catalog-graph/package.json
@@ -1,6 +1,6 @@
{
"name": "@backstage/plugin-catalog-graph",
- "version": "0.2.16-next.1",
+ "version": "0.2.16-next.2",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
@@ -25,10 +25,10 @@
},
"dependencies": {
"@backstage/catalog-client": "^1.0.1-next.0",
- "@backstage/catalog-model": "^1.0.1-next.0",
- "@backstage/core-components": "^0.9.3-next.0",
+ "@backstage/catalog-model": "^1.0.1-next.1",
+ "@backstage/core-components": "^0.9.3-next.1",
"@backstage/core-plugin-api": "^1.0.0",
- "@backstage/plugin-catalog-react": "^1.0.1-next.1",
+ "@backstage/plugin-catalog-react": "^1.0.1-next.2",
"@backstage/theme": "^0.2.15",
"@material-ui/core": "^4.12.2",
"@material-ui/icons": "^4.9.1",
@@ -45,8 +45,8 @@
"react": "^16.13.1 || ^17.0.0"
},
"devDependencies": {
- "@backstage/cli": "^0.17.0-next.1",
- "@backstage/plugin-catalog": "^1.1.0-next.1",
+ "@backstage/cli": "^0.17.0-next.2",
+ "@backstage/plugin-catalog": "^1.1.0-next.2",
"@backstage/core-app-api": "^1.0.1-next.0",
"@backstage/dev-utils": "^1.0.1-next.0",
"@backstage/test-utils": "^1.0.1-next.1",
diff --git a/plugins/catalog-import/package.json b/plugins/catalog-import/package.json
index bb8d83c191..9033203e15 100644
--- a/plugins/catalog-import/package.json
+++ b/plugins/catalog-import/package.json
@@ -36,8 +36,8 @@
"dependencies": {
"@backstage/catalog-client": "^1.0.1-next.0",
"@backstage/catalog-model": "^1.0.1-next.0",
- "@backstage/core-components": "^0.9.3-next.0",
"@backstage/config": "^1.0.0",
+ "@backstage/core-components": "^0.9.3-next.1",
"@backstage/core-plugin-api": "^1.0.0",
"@backstage/errors": "^1.0.0",
"@backstage/integration": "^1.1.0-next.1",
@@ -60,7 +60,7 @@
"react": "^16.13.1 || ^17.0.0"
},
"devDependencies": {
- "@backstage/cli": "^0.17.0-next.1",
+ "@backstage/cli": "^0.17.0-next.2",
"@backstage/core-app-api": "^1.0.1-next.0",
"@backstage/dev-utils": "^1.0.1-next.0",
"@backstage/test-utils": "^1.0.1-next.1",
diff --git a/plugins/catalog-react/CHANGELOG.md b/plugins/catalog-react/CHANGELOG.md
index 57931c5db9..3c6c731868 100644
--- a/plugins/catalog-react/CHANGELOG.md
+++ b/plugins/catalog-react/CHANGELOG.md
@@ -1,5 +1,16 @@
# @backstage/plugin-catalog-react
+## 1.0.1-next.2
+
+### Patch Changes
+
+- 4be0d1e777: Changed catalog filter components to only pay attention to query parameters relevant to the component.
+- 5d5fdbe541: Columns in CatalogTable now change depending on the entity kind, ensuring only relevant columns are displayed.
+- 99063c39ae: Minor API report cleanup
+- Updated dependencies
+ - @backstage/core-components@0.9.3-next.1
+ - @backstage/catalog-model@1.0.1-next.1
+
## 1.0.1-next.1
### Patch Changes
diff --git a/plugins/catalog-react/package.json b/plugins/catalog-react/package.json
index f5966493e7..4b85951632 100644
--- a/plugins/catalog-react/package.json
+++ b/plugins/catalog-react/package.json
@@ -1,7 +1,7 @@
{
"name": "@backstage/plugin-catalog-react",
"description": "A frontend library that helps other Backstage plugins interact with the catalog",
- "version": "1.0.1-next.1",
+ "version": "1.0.1-next.2",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
@@ -35,8 +35,8 @@
},
"dependencies": {
"@backstage/catalog-client": "^1.0.1-next.0",
- "@backstage/catalog-model": "^1.0.1-next.0",
- "@backstage/core-components": "^0.9.3-next.0",
+ "@backstage/catalog-model": "^1.0.1-next.1",
+ "@backstage/core-components": "^0.9.3-next.1",
"@backstage/core-plugin-api": "^1.0.0",
"@backstage/errors": "^1.0.0",
"@backstage/integration": "^1.1.0-next.1",
@@ -63,7 +63,7 @@
"react": "^16.13.1 || ^17.0.0"
},
"devDependencies": {
- "@backstage/cli": "^0.17.0-next.1",
+ "@backstage/cli": "^0.17.0-next.2",
"@backstage/core-app-api": "^1.0.1-next.0",
"@backstage/plugin-catalog-common": "^1.0.1-next.1",
"@backstage/plugin-scaffolder-common": "^1.0.1-next.0",
diff --git a/plugins/catalog/CHANGELOG.md b/plugins/catalog/CHANGELOG.md
index 4d6c562d35..7b1821d026 100644
--- a/plugins/catalog/CHANGELOG.md
+++ b/plugins/catalog/CHANGELOG.md
@@ -1,5 +1,16 @@
# @backstage/plugin-catalog
+## 1.1.0-next.2
+
+### Patch Changes
+
+- f6d2694092: Added tableOptions property to CatalogTable and DefaultCatalogPage to support customization of the Catalog Table. Related issue #10453
+- 5d5fdbe541: Columns in CatalogTable now change depending on the entity kind, ensuring only relevant columns are displayed.
+- Updated dependencies
+ - @backstage/core-components@0.9.3-next.1
+ - @backstage/plugin-catalog-react@1.0.1-next.2
+ - @backstage/catalog-model@1.0.1-next.1
+
## 1.1.0-next.1
### Minor Changes
diff --git a/plugins/catalog/package.json b/plugins/catalog/package.json
index db6e2b5cfd..962a068d76 100644
--- a/plugins/catalog/package.json
+++ b/plugins/catalog/package.json
@@ -1,7 +1,7 @@
{
"name": "@backstage/plugin-catalog",
"description": "The Backstage plugin for browsing the Backstage catalog",
- "version": "1.1.0-next.1",
+ "version": "1.1.0-next.2",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
@@ -35,13 +35,13 @@
},
"dependencies": {
"@backstage/catalog-client": "^1.0.1-next.0",
- "@backstage/catalog-model": "^1.0.1-next.0",
- "@backstage/core-components": "^0.9.3-next.0",
+ "@backstage/catalog-model": "^1.0.1-next.1",
+ "@backstage/core-components": "^0.9.3-next.1",
"@backstage/core-plugin-api": "^1.0.0",
"@backstage/errors": "^1.0.0",
"@backstage/integration-react": "^1.0.1-next.1",
"@backstage/plugin-catalog-common": "^1.0.1-next.1",
- "@backstage/plugin-catalog-react": "^1.0.1-next.1",
+ "@backstage/plugin-catalog-react": "^1.0.1-next.2",
"@backstage/plugin-search-common": "^0.3.3-next.1",
"@backstage/theme": "^0.2.15",
"@backstage/types": "^1.0.0",
@@ -60,7 +60,7 @@
"react": "^16.13.1 || ^17.0.0"
},
"devDependencies": {
- "@backstage/cli": "^0.17.0-next.1",
+ "@backstage/cli": "^0.17.0-next.2",
"@backstage/core-app-api": "^1.0.1-next.0",
"@backstage/dev-utils": "^1.0.1-next.0",
"@backstage/plugin-permission-react": "^0.4.0-next.0",
diff --git a/plugins/circleci/package.json b/plugins/circleci/package.json
index 32d6c99271..353e4034a3 100644
--- a/plugins/circleci/package.json
+++ b/plugins/circleci/package.json
@@ -36,7 +36,7 @@
},
"dependencies": {
"@backstage/catalog-model": "^1.0.1-next.0",
- "@backstage/core-components": "^0.9.3-next.0",
+ "@backstage/core-components": "^0.9.3-next.1",
"@backstage/core-plugin-api": "^1.0.0",
"@backstage/plugin-catalog-react": "^1.0.1-next.1",
"@backstage/theme": "^0.2.15",
@@ -55,7 +55,7 @@
"react": "^16.13.1 || ^17.0.0"
},
"devDependencies": {
- "@backstage/cli": "^0.17.0-next.1",
+ "@backstage/cli": "^0.17.0-next.2",
"@backstage/core-app-api": "^1.0.1-next.0",
"@backstage/dev-utils": "^1.0.1-next.0",
"@backstage/test-utils": "^1.0.1-next.1",
diff --git a/plugins/cloudbuild/package.json b/plugins/cloudbuild/package.json
index 593dfff38a..a0b4c10c82 100644
--- a/plugins/cloudbuild/package.json
+++ b/plugins/cloudbuild/package.json
@@ -35,7 +35,7 @@
},
"dependencies": {
"@backstage/catalog-model": "^1.0.1-next.0",
- "@backstage/core-components": "^0.9.3-next.0",
+ "@backstage/core-components": "^0.9.3-next.1",
"@backstage/core-plugin-api": "^1.0.0",
"@backstage/plugin-catalog-react": "^1.0.1-next.1",
"@backstage/theme": "^0.2.15",
@@ -52,7 +52,7 @@
"react": "^16.13.1 || ^17.0.0"
},
"devDependencies": {
- "@backstage/cli": "^0.17.0-next.1",
+ "@backstage/cli": "^0.17.0-next.2",
"@backstage/core-app-api": "^1.0.1-next.0",
"@backstage/dev-utils": "^1.0.1-next.0",
"@backstage/test-utils": "^1.0.1-next.1",
diff --git a/plugins/code-climate/package.json b/plugins/code-climate/package.json
index 89feeca5b4..b8d0f219c2 100644
--- a/plugins/code-climate/package.json
+++ b/plugins/code-climate/package.json
@@ -24,7 +24,7 @@
},
"dependencies": {
"@backstage/catalog-model": "^1.0.1-next.0",
- "@backstage/core-components": "^0.9.3-next.0",
+ "@backstage/core-components": "^0.9.3-next.1",
"@backstage/core-plugin-api": "^1.0.0",
"@backstage/plugin-catalog-react": "^1.0.1-next.1",
"@backstage/theme": "^0.2.15",
@@ -40,7 +40,7 @@
"react": "^16.13.1 || ^17.0.0"
},
"devDependencies": {
- "@backstage/cli": "^0.17.0-next.1",
+ "@backstage/cli": "^0.17.0-next.2",
"@backstage/dev-utils": "^1.0.1-next.0",
"@backstage/test-utils": "^1.0.1-next.1",
"@testing-library/jest-dom": "^5.10.1",
diff --git a/plugins/code-coverage/package.json b/plugins/code-coverage/package.json
index fd65f00eb8..e8e2800bdc 100644
--- a/plugins/code-coverage/package.json
+++ b/plugins/code-coverage/package.json
@@ -26,7 +26,7 @@
"dependencies": {
"@backstage/catalog-model": "^1.0.1-next.0",
"@backstage/config": "^1.0.0",
- "@backstage/core-components": "^0.9.3-next.0",
+ "@backstage/core-components": "^0.9.3-next.1",
"@backstage/core-plugin-api": "^1.0.0",
"@backstage/errors": "^1.0.0",
"@backstage/plugin-catalog-react": "^1.0.1-next.1",
@@ -46,7 +46,7 @@
"react": "^16.13.1 || ^17.0.0"
},
"devDependencies": {
- "@backstage/cli": "^0.17.0-next.1",
+ "@backstage/cli": "^0.17.0-next.2",
"@backstage/core-app-api": "^1.0.1-next.0",
"@backstage/dev-utils": "^1.0.1-next.0",
"@backstage/test-utils": "^1.0.1-next.1",
diff --git a/plugins/config-schema/package.json b/plugins/config-schema/package.json
index 64bd4a683b..1926877f5a 100644
--- a/plugins/config-schema/package.json
+++ b/plugins/config-schema/package.json
@@ -25,7 +25,7 @@
},
"dependencies": {
"@backstage/config": "^1.0.0",
- "@backstage/core-components": "^0.9.3-next.0",
+ "@backstage/core-components": "^0.9.3-next.1",
"@backstage/core-plugin-api": "^1.0.0",
"@backstage/errors": "^1.0.0",
"@backstage/theme": "^0.2.15",
@@ -41,7 +41,7 @@
"react": "^16.13.1 || ^17.0.0"
},
"devDependencies": {
- "@backstage/cli": "^0.17.0-next.1",
+ "@backstage/cli": "^0.17.0-next.2",
"@backstage/core-app-api": "^1.0.1-next.0",
"@backstage/dev-utils": "^1.0.1-next.0",
"@backstage/test-utils": "^1.0.1-next.1",
diff --git a/plugins/cost-insights/package.json b/plugins/cost-insights/package.json
index 97962bf856..422fc275f3 100644
--- a/plugins/cost-insights/package.json
+++ b/plugins/cost-insights/package.json
@@ -36,7 +36,7 @@
"dependencies": {
"@backstage/catalog-model": "^1.0.1-next.0",
"@backstage/config": "^1.0.0",
- "@backstage/core-components": "^0.9.3-next.0",
+ "@backstage/core-components": "^0.9.3-next.1",
"@backstage/core-plugin-api": "^1.0.0",
"@backstage/theme": "^0.2.15",
"@material-ui/core": "^4.12.2",
@@ -60,7 +60,7 @@
"react": "^16.13.1 || ^17.0.0"
},
"devDependencies": {
- "@backstage/cli": "^0.17.0-next.1",
+ "@backstage/cli": "^0.17.0-next.2",
"@backstage/core-app-api": "^1.0.1-next.0",
"@backstage/dev-utils": "^1.0.1-next.0",
"@backstage/test-utils": "^1.0.1-next.1",
diff --git a/plugins/explore/package.json b/plugins/explore/package.json
index 2913e89150..84b5fee2c1 100644
--- a/plugins/explore/package.json
+++ b/plugins/explore/package.json
@@ -35,7 +35,7 @@
},
"dependencies": {
"@backstage/catalog-model": "^1.0.1-next.0",
- "@backstage/core-components": "^0.9.3-next.0",
+ "@backstage/core-components": "^0.9.3-next.1",
"@backstage/core-plugin-api": "^1.0.0",
"@backstage/plugin-catalog-react": "^1.0.1-next.1",
"@backstage/plugin-explore-react": "^0.0.15",
@@ -53,7 +53,7 @@
"react": "^16.13.1 || ^17.0.0"
},
"devDependencies": {
- "@backstage/cli": "^0.17.0-next.1",
+ "@backstage/cli": "^0.17.0-next.2",
"@backstage/core-app-api": "^1.0.1-next.0",
"@backstage/dev-utils": "^1.0.1-next.0",
"@backstage/test-utils": "^1.0.1-next.1",
diff --git a/plugins/firehydrant/package.json b/plugins/firehydrant/package.json
index 330defcf8c..ce6e63b697 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.3-next.0",
+ "@backstage/core-components": "^0.9.3-next.1",
"@backstage/core-plugin-api": "^1.0.0",
"@backstage/plugin-catalog-react": "^1.0.1-next.1",
"@backstage/theme": "^0.2.15",
@@ -39,7 +39,7 @@
"react": "^16.13.1 || ^17.0.0"
},
"devDependencies": {
- "@backstage/cli": "^0.17.0-next.1",
+ "@backstage/cli": "^0.17.0-next.2",
"@backstage/core-app-api": "^1.0.1-next.0",
"@backstage/dev-utils": "^1.0.1-next.0",
"@backstage/test-utils": "^1.0.1-next.1",
diff --git a/plugins/fossa/package.json b/plugins/fossa/package.json
index 0a9931fd48..5ecc83a79d 100644
--- a/plugins/fossa/package.json
+++ b/plugins/fossa/package.json
@@ -36,7 +36,7 @@
},
"dependencies": {
"@backstage/catalog-model": "^1.0.1-next.0",
- "@backstage/core-components": "^0.9.3-next.0",
+ "@backstage/core-components": "^0.9.3-next.1",
"@backstage/core-plugin-api": "^1.0.0",
"@backstage/errors": "^1.0.0",
"@backstage/plugin-catalog-react": "^1.0.1-next.1",
@@ -53,7 +53,7 @@
"react": "^16.13.1 || ^17.0.0"
},
"devDependencies": {
- "@backstage/cli": "^0.17.0-next.1",
+ "@backstage/cli": "^0.17.0-next.2",
"@backstage/core-app-api": "^1.0.1-next.0",
"@backstage/dev-utils": "^1.0.1-next.0",
"@backstage/test-utils": "^1.0.1-next.1",
diff --git a/plugins/gcp-projects/package.json b/plugins/gcp-projects/package.json
index 2774a47dea..3fc896e12d 100644
--- a/plugins/gcp-projects/package.json
+++ b/plugins/gcp-projects/package.json
@@ -34,20 +34,20 @@
"clean": "backstage-cli package clean"
},
"dependencies": {
- "@backstage/core-components": "^0.9.3-next.0",
+ "@backstage/core-components": "^0.9.3-next.1",
"@backstage/core-plugin-api": "^1.0.0",
"@backstage/theme": "^0.2.15",
"@material-ui/core": "^4.12.2",
"@material-ui/icons": "^4.9.1",
"@material-ui/lab": "4.0.0-alpha.57",
- "react-router-dom": "6.0.0-beta.0",
- "@react-hookz/web": "^13.0.0"
+ "@react-hookz/web": "^13.0.0",
+ "react-router-dom": "6.0.0-beta.0"
},
"peerDependencies": {
"react": "^16.13.1 || ^17.0.0"
},
"devDependencies": {
- "@backstage/cli": "^0.17.0-next.1",
+ "@backstage/cli": "^0.17.0-next.2",
"@backstage/core-app-api": "^1.0.1-next.0",
"@backstage/dev-utils": "^1.0.1-next.0",
"@backstage/test-utils": "^1.0.1-next.1",
diff --git a/plugins/git-release-manager/package.json b/plugins/git-release-manager/package.json
index 74b598aebd..ee587cb1e1 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.3-next.0",
+ "@backstage/core-components": "^0.9.3-next.1",
"@backstage/core-plugin-api": "^1.0.0",
"@backstage/integration": "^1.1.0-next.1",
"@backstage/theme": "^0.2.15",
@@ -43,7 +43,7 @@
"react": "^16.13.1 || ^17.0.0"
},
"devDependencies": {
- "@backstage/cli": "^0.17.0-next.1",
+ "@backstage/cli": "^0.17.0-next.2",
"@backstage/core-app-api": "^1.0.1-next.0",
"@backstage/dev-utils": "^1.0.1-next.0",
"@backstage/test-utils": "^1.0.1-next.1",
diff --git a/plugins/github-actions/package.json b/plugins/github-actions/package.json
index 417b8cede9..c95a755653 100644
--- a/plugins/github-actions/package.json
+++ b/plugins/github-actions/package.json
@@ -37,7 +37,7 @@
},
"dependencies": {
"@backstage/catalog-model": "^1.0.1-next.0",
- "@backstage/core-components": "^0.9.3-next.0",
+ "@backstage/core-components": "^0.9.3-next.1",
"@backstage/core-plugin-api": "^1.0.0",
"@backstage/integration": "^1.1.0-next.1",
"@backstage/plugin-catalog-react": "^1.0.1-next.1",
@@ -55,7 +55,7 @@
"react": "^16.13.1 || ^17.0.0"
},
"devDependencies": {
- "@backstage/cli": "^0.17.0-next.1",
+ "@backstage/cli": "^0.17.0-next.2",
"@backstage/core-app-api": "^1.0.1-next.0",
"@backstage/dev-utils": "^1.0.1-next.0",
"@backstage/test-utils": "^1.0.1-next.1",
diff --git a/plugins/github-deployments/package.json b/plugins/github-deployments/package.json
index 78af6e1798..daffa4a305 100644
--- a/plugins/github-deployments/package.json
+++ b/plugins/github-deployments/package.json
@@ -25,7 +25,7 @@
},
"dependencies": {
"@backstage/catalog-model": "^1.0.1-next.0",
- "@backstage/core-components": "^0.9.3-next.0",
+ "@backstage/core-components": "^0.9.3-next.1",
"@backstage/core-plugin-api": "^1.0.0",
"@backstage/errors": "^1.0.0",
"@backstage/integration": "^1.1.0-next.1",
@@ -43,7 +43,7 @@
"react": "^16.13.1 || ^17.0.0"
},
"devDependencies": {
- "@backstage/cli": "^0.17.0-next.1",
+ "@backstage/cli": "^0.17.0-next.2",
"@backstage/core-app-api": "^1.0.1-next.0",
"@backstage/dev-utils": "^1.0.1-next.0",
"@backstage/test-utils": "^1.0.1-next.1",
diff --git a/plugins/gitops-profiles/package.json b/plugins/gitops-profiles/package.json
index 125d4e25b1..2367f711ef 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.3-next.0",
+ "@backstage/core-components": "^0.9.3-next.1",
"@backstage/core-plugin-api": "^1.0.0",
"@backstage/theme": "^0.2.15",
"@material-ui/core": "^4.12.2",
@@ -48,7 +48,7 @@
"react": "^16.13.1 || ^17.0.0"
},
"devDependencies": {
- "@backstage/cli": "^0.17.0-next.1",
+ "@backstage/cli": "^0.17.0-next.2",
"@backstage/core-app-api": "^1.0.1-next.0",
"@backstage/dev-utils": "^1.0.1-next.0",
"@backstage/test-utils": "^1.0.1-next.1",
diff --git a/plugins/gocd/CHANGELOG.md b/plugins/gocd/CHANGELOG.md
index f557fb98a4..09f8a66e06 100644
--- a/plugins/gocd/CHANGELOG.md
+++ b/plugins/gocd/CHANGELOG.md
@@ -1,5 +1,15 @@
# @backstage/plugin-gocd
+## 0.1.10-next.1
+
+### Patch Changes
+
+- 2677db7c15: Add pagination controls to GoCD build table
+- Updated dependencies
+ - @backstage/core-components@0.9.3-next.1
+ - @backstage/plugin-catalog-react@1.0.1-next.2
+ - @backstage/catalog-model@1.0.1-next.1
+
## 0.1.10-next.0
### Patch Changes
diff --git a/plugins/gocd/package.json b/plugins/gocd/package.json
index 4d854c7bbc..ff84cee1e8 100644
--- a/plugins/gocd/package.json
+++ b/plugins/gocd/package.json
@@ -1,7 +1,7 @@
{
"name": "@backstage/plugin-gocd",
"description": "A Backstage plugin that integrates towards GoCD",
- "version": "0.1.10-next.0",
+ "version": "0.1.10-next.1",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
@@ -31,11 +31,11 @@
"clean": "backstage-cli package clean"
},
"dependencies": {
- "@backstage/catalog-model": "^1.0.1-next.0",
- "@backstage/core-components": "^0.9.3-next.0",
+ "@backstage/catalog-model": "^1.0.1-next.1",
+ "@backstage/core-components": "^0.9.3-next.1",
"@backstage/core-plugin-api": "^1.0.0",
"@backstage/errors": "^1.0.0",
- "@backstage/plugin-catalog-react": "^1.0.1-next.1",
+ "@backstage/plugin-catalog-react": "^1.0.1-next.2",
"@backstage/theme": "^0.2.15",
"@material-ui/core": "^4.12.2",
"@material-ui/icons": "^4.9.1",
@@ -49,7 +49,7 @@
"react": "^16.13.1 || ^17.0.0"
},
"devDependencies": {
- "@backstage/cli": "^0.17.0-next.1",
+ "@backstage/cli": "^0.17.0-next.2",
"@backstage/core-app-api": "^1.0.1-next.0",
"@backstage/dev-utils": "^1.0.1-next.0",
"@backstage/test-utils": "^1.0.1-next.1",
diff --git a/plugins/graphiql/CHANGELOG.md b/plugins/graphiql/CHANGELOG.md
index d69db1eb91..2017319db3 100644
--- a/plugins/graphiql/CHANGELOG.md
+++ b/plugins/graphiql/CHANGELOG.md
@@ -1,5 +1,13 @@
# @backstage/plugin-graphiql
+## 0.2.36-next.1
+
+### Patch Changes
+
+- 99063c39ae: Minor API report cleanup
+- Updated dependencies
+ - @backstage/core-components@0.9.3-next.1
+
## 0.2.36-next.0
### Patch Changes
diff --git a/plugins/graphiql/package.json b/plugins/graphiql/package.json
index 60d6f9f1ea..436d07594f 100644
--- a/plugins/graphiql/package.json
+++ b/plugins/graphiql/package.json
@@ -1,7 +1,7 @@
{
"name": "@backstage/plugin-graphiql",
"description": "Backstage plugin for browsing GraphQL APIs",
- "version": "0.2.36-next.0",
+ "version": "0.2.36-next.1",
"private": false,
"publishConfig": {
"access": "public",
@@ -34,7 +34,7 @@
"clean": "backstage-cli package clean"
},
"dependencies": {
- "@backstage/core-components": "^0.9.3-next.0",
+ "@backstage/core-components": "^0.9.3-next.1",
"@backstage/core-plugin-api": "^1.0.0",
"@backstage/theme": "^0.2.15",
"@material-ui/core": "^4.12.2",
@@ -48,7 +48,7 @@
"react": "^16.13.1 || ^17.0.0"
},
"devDependencies": {
- "@backstage/cli": "^0.17.0-next.1",
+ "@backstage/cli": "^0.17.0-next.2",
"@backstage/core-app-api": "^1.0.1-next.0",
"@backstage/dev-utils": "^1.0.1-next.0",
"@backstage/test-utils": "^1.0.1-next.1",
diff --git a/plugins/home/CHANGELOG.md b/plugins/home/CHANGELOG.md
index 13c25f98f1..969bdcefc7 100644
--- a/plugins/home/CHANGELOG.md
+++ b/plugins/home/CHANGELOG.md
@@ -1,5 +1,15 @@
# @backstage/plugin-home
+## 0.4.20-next.2
+
+### Patch Changes
+
+- 99063c39ae: Minor API report cleanup
+- Updated dependencies
+ - @backstage/core-components@0.9.3-next.1
+ - @backstage/plugin-catalog-react@1.0.1-next.2
+ - @backstage/catalog-model@1.0.1-next.1
+
## 0.4.20-next.1
### Patch Changes
diff --git a/plugins/home/package.json b/plugins/home/package.json
index 5c9ad5e24a..5a45e1f179 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.20-next.1",
+ "version": "0.4.20-next.2",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
@@ -34,10 +34,10 @@
"clean": "backstage-cli package clean"
},
"dependencies": {
- "@backstage/catalog-model": "^1.0.1-next.0",
- "@backstage/core-components": "^0.9.3-next.0",
+ "@backstage/catalog-model": "^1.0.1-next.1",
+ "@backstage/core-components": "^0.9.3-next.1",
"@backstage/core-plugin-api": "^1.0.0",
- "@backstage/plugin-catalog-react": "^1.0.1-next.1",
+ "@backstage/plugin-catalog-react": "^1.0.1-next.2",
"@backstage/plugin-search": "^0.7.5-next.0",
"@backstage/plugin-stack-overflow": "^0.1.0-next.0",
"@backstage/theme": "^0.2.15",
@@ -54,7 +54,7 @@
"react": "^16.13.1 || ^17.0.0"
},
"devDependencies": {
- "@backstage/cli": "^0.17.0-next.1",
+ "@backstage/cli": "^0.17.0-next.2",
"@backstage/core-app-api": "^1.0.1-next.0",
"@backstage/dev-utils": "^1.0.1-next.0",
"@backstage/test-utils": "^1.0.1-next.1",
diff --git a/plugins/ilert/package.json b/plugins/ilert/package.json
index f7f7149962..c310f219c2 100644
--- a/plugins/ilert/package.json
+++ b/plugins/ilert/package.json
@@ -25,7 +25,7 @@
},
"dependencies": {
"@backstage/catalog-model": "^1.0.1-next.0",
- "@backstage/core-components": "^0.9.3-next.0",
+ "@backstage/core-components": "^0.9.3-next.1",
"@backstage/core-plugin-api": "^1.0.0",
"@backstage/errors": "^1.0.0",
"@backstage/plugin-catalog-react": "^1.0.1-next.1",
@@ -43,7 +43,7 @@
"react": "^16.13.1 || ^17.0.0"
},
"devDependencies": {
- "@backstage/cli": "^0.17.0-next.1",
+ "@backstage/cli": "^0.17.0-next.2",
"@backstage/core-app-api": "^1.0.1-next.0",
"@backstage/dev-utils": "^1.0.1-next.0",
"@backstage/test-utils": "^1.0.1-next.1",
diff --git a/plugins/jenkins/package.json b/plugins/jenkins/package.json
index 9c0b01b53c..352dc3091e 100644
--- a/plugins/jenkins/package.json
+++ b/plugins/jenkins/package.json
@@ -36,7 +36,7 @@
},
"dependencies": {
"@backstage/catalog-model": "^1.0.1-next.0",
- "@backstage/core-components": "^0.9.3-next.0",
+ "@backstage/core-components": "^0.9.3-next.1",
"@backstage/core-plugin-api": "^1.0.0",
"@backstage/errors": "^1.0.0",
"@backstage/plugin-catalog-react": "^1.0.1-next.1",
@@ -54,7 +54,7 @@
"react": "^16.13.1 || ^17.0.0"
},
"devDependencies": {
- "@backstage/cli": "^0.17.0-next.1",
+ "@backstage/cli": "^0.17.0-next.2",
"@backstage/core-app-api": "^1.0.1-next.0",
"@backstage/dev-utils": "^1.0.1-next.0",
"@backstage/test-utils": "^1.0.1-next.1",
diff --git a/plugins/kafka/package.json b/plugins/kafka/package.json
index 4228822e6b..d22d0438c9 100644
--- a/plugins/kafka/package.json
+++ b/plugins/kafka/package.json
@@ -25,7 +25,7 @@
},
"dependencies": {
"@backstage/catalog-model": "^1.0.1-next.0",
- "@backstage/core-components": "^0.9.3-next.0",
+ "@backstage/core-components": "^0.9.3-next.1",
"@backstage/core-plugin-api": "^1.0.0",
"@backstage/plugin-catalog-react": "^1.0.1-next.1",
"@backstage/theme": "^0.2.15",
@@ -39,7 +39,7 @@
"react": "^16.13.1 || ^17.0.0"
},
"devDependencies": {
- "@backstage/cli": "^0.17.0-next.1",
+ "@backstage/cli": "^0.17.0-next.2",
"@backstage/core-app-api": "^1.0.1-next.0",
"@backstage/dev-utils": "^1.0.1-next.0",
"@backstage/test-utils": "^1.0.1-next.1",
diff --git a/plugins/kubernetes/package.json b/plugins/kubernetes/package.json
index f47d30c117..b823492464 100644
--- a/plugins/kubernetes/package.json
+++ b/plugins/kubernetes/package.json
@@ -36,7 +36,7 @@
"dependencies": {
"@backstage/catalog-model": "^1.0.1-next.0",
"@backstage/config": "^1.0.0",
- "@backstage/core-components": "^0.9.3-next.0",
+ "@backstage/core-components": "^0.9.3-next.1",
"@backstage/core-plugin-api": "^1.0.0",
"@backstage/plugin-catalog-react": "^1.0.1-next.1",
"@backstage/plugin-kubernetes-common": "^0.2.9-next.0",
@@ -57,7 +57,7 @@
"react": "^16.13.1 || ^17.0.0"
},
"devDependencies": {
- "@backstage/cli": "^0.17.0-next.1",
+ "@backstage/cli": "^0.17.0-next.2",
"@backstage/core-app-api": "^1.0.1-next.0",
"@backstage/dev-utils": "^1.0.1-next.0",
"@backstage/test-utils": "^1.0.1-next.1",
diff --git a/plugins/lighthouse/package.json b/plugins/lighthouse/package.json
index 6164ca0f31..7a4fbf176b 100644
--- a/plugins/lighthouse/package.json
+++ b/plugins/lighthouse/package.json
@@ -37,7 +37,7 @@
"dependencies": {
"@backstage/catalog-model": "^1.0.1-next.0",
"@backstage/config": "^1.0.0",
- "@backstage/core-components": "^0.9.3-next.0",
+ "@backstage/core-components": "^0.9.3-next.1",
"@backstage/core-plugin-api": "^1.0.0",
"@backstage/plugin-catalog-react": "^1.0.1-next.1",
"@backstage/theme": "^0.2.15",
@@ -51,7 +51,7 @@
"react": "^16.13.1 || ^17.0.0"
},
"devDependencies": {
- "@backstage/cli": "^0.17.0-next.1",
+ "@backstage/cli": "^0.17.0-next.2",
"@backstage/core-app-api": "^1.0.1-next.0",
"@backstage/dev-utils": "^1.0.1-next.0",
"@backstage/test-utils": "^1.0.1-next.1",
diff --git a/plugins/newrelic-dashboard/package.json b/plugins/newrelic-dashboard/package.json
index ebea709493..d94d4ff812 100644
--- a/plugins/newrelic-dashboard/package.json
+++ b/plugins/newrelic-dashboard/package.json
@@ -24,7 +24,7 @@
},
"dependencies": {
"@backstage/catalog-model": "^1.0.1-next.0",
- "@backstage/core-components": "^0.9.3-next.0",
+ "@backstage/core-components": "^0.9.3-next.1",
"@backstage/core-plugin-api": "^1.0.0",
"@backstage/errors": "^1.0.0",
"@backstage/plugin-catalog-react": "^1.0.1-next.1",
@@ -34,7 +34,7 @@
"react-use": "^17.2.4"
},
"devDependencies": {
- "@backstage/cli": "^0.17.0-next.1",
+ "@backstage/cli": "^0.17.0-next.2",
"@backstage/dev-utils": "^1.0.1-next.0",
"@testing-library/jest-dom": "^5.10.1",
"@types/react": "^16.13.1 || ^17.0.0",
diff --git a/plugins/newrelic/package.json b/plugins/newrelic/package.json
index a6ee84ab5e..bf63e562ee 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.3-next.0",
+ "@backstage/core-components": "^0.9.3-next.1",
"@backstage/core-plugin-api": "^1.0.0",
"@backstage/theme": "^0.2.15",
"@material-ui/core": "^4.12.2",
@@ -47,7 +47,7 @@
"react": "^16.13.1 || ^17.0.0"
},
"devDependencies": {
- "@backstage/cli": "^0.17.0-next.1",
+ "@backstage/cli": "^0.17.0-next.2",
"@backstage/core-app-api": "^1.0.1-next.0",
"@backstage/dev-utils": "^1.0.1-next.0",
"@backstage/test-utils": "^1.0.1-next.1",
diff --git a/plugins/org/CHANGELOG.md b/plugins/org/CHANGELOG.md
index 3bbe6f959d..eefd9819b0 100644
--- a/plugins/org/CHANGELOG.md
+++ b/plugins/org/CHANGELOG.md
@@ -1,5 +1,65 @@
# @backstage/plugin-org
+## 0.5.4-next.2
+
+### Patch Changes
+
+- cb592bfce7: Provides the ability to hide the relations toggle on the `OwnershipCard` as well as setting a default relation type.
+
+ To hide the toggle simply include the `hideRelationsToggle` prop like this:
+
+ ```tsx
+
+ ```
+
+ To set the default relation type, add the `relationsType` prop with a value of direct or aggregated, the default if not provided is direct. Here is an example:
+
+ ```tsx
+
+ ```
+
+- d014fe2cb4: Introduced a new MyGroupsSidebarItem SidebarItem that links to one or more groups based on the logged in user's membership.
+
+ To use MyGroupsSidebarItem you'll need to add it to your `Root.tsx` like this:
+
+ ```diff
+ // app/src/components/Root/Root.tsx
+ + import { MyGroupsSidebarItem } from '@backstage/plugin-org';
+ + import GroupIcon from '@material-ui/icons/People';
+
+
+
+ //...
+ }>
+ {/* Global nav, not org-specific */}
+ //...
+
+ +
+ //...
+
+ Sidebar>
+
+ ```
+
+- 0bada4fc4d: Added the `metadata.description` to the bottom of each member on the MembersListCard
+- 99063c39ae: Minor API report cleanup
+- Updated dependencies
+ - @backstage/core-components@0.9.3-next.1
+ - @backstage/plugin-catalog-react@1.0.1-next.2
+ - @backstage/catalog-model@1.0.1-next.1
+
## 0.5.4-next.1
### Patch Changes
diff --git a/plugins/org/package.json b/plugins/org/package.json
index 034e32177f..59848188e9 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.4-next.1",
+ "version": "0.5.4-next.2",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
@@ -29,10 +29,10 @@
"clean": "backstage-cli package clean"
},
"dependencies": {
- "@backstage/catalog-model": "^1.0.1-next.0",
- "@backstage/core-components": "^0.9.3-next.0",
+ "@backstage/catalog-model": "^1.0.1-next.1",
+ "@backstage/core-components": "^0.9.3-next.1",
"@backstage/core-plugin-api": "^1.0.0",
- "@backstage/plugin-catalog-react": "^1.0.1-next.1",
+ "@backstage/plugin-catalog-react": "^1.0.1-next.2",
"@backstage/theme": "^0.2.15",
"@material-ui/core": "^4.12.2",
"@material-ui/icons": "^4.9.1",
@@ -49,7 +49,7 @@
},
"devDependencies": {
"@backstage/catalog-client": "^1.0.1-next.0",
- "@backstage/cli": "^0.17.0-next.1",
+ "@backstage/cli": "^0.17.0-next.2",
"@backstage/core-app-api": "^1.0.1-next.0",
"@backstage/dev-utils": "^1.0.1-next.0",
"@backstage/test-utils": "^1.0.1-next.1",
diff --git a/plugins/pagerduty/package.json b/plugins/pagerduty/package.json
index 0324cede4f..85cef8755c 100644
--- a/plugins/pagerduty/package.json
+++ b/plugins/pagerduty/package.json
@@ -35,7 +35,7 @@
},
"dependencies": {
"@backstage/catalog-model": "^1.0.1-next.0",
- "@backstage/core-components": "^0.9.3-next.0",
+ "@backstage/core-components": "^0.9.3-next.1",
"@backstage/core-plugin-api": "^1.0.0",
"@backstage/plugin-catalog-react": "^1.0.1-next.1",
"@backstage/theme": "^0.2.15",
@@ -52,7 +52,7 @@
"react": "^16.13.1 || ^17.0.0"
},
"devDependencies": {
- "@backstage/cli": "^0.17.0-next.1",
+ "@backstage/cli": "^0.17.0-next.2",
"@backstage/core-app-api": "^1.0.1-next.0",
"@backstage/dev-utils": "^1.0.1-next.0",
"@backstage/test-utils": "^1.0.1-next.1",
diff --git a/plugins/periskop/package.json b/plugins/periskop/package.json
index e4eed51eb0..95f95bb040 100644
--- a/plugins/periskop/package.json
+++ b/plugins/periskop/package.json
@@ -26,7 +26,7 @@
},
"dependencies": {
"@backstage/catalog-model": "^1.0.1-next.0",
- "@backstage/core-components": "^0.9.3-next.0",
+ "@backstage/core-components": "^0.9.3-next.1",
"@backstage/core-plugin-api": "^1.0.0",
"@backstage/errors": "^1.0.0",
"@backstage/plugin-catalog-react": "^1.0.1-next.1",
@@ -42,7 +42,7 @@
"react-dom": "^16.13.1 || ^17.0.0"
},
"devDependencies": {
- "@backstage/cli": "^0.17.0-next.1",
+ "@backstage/cli": "^0.17.0-next.2",
"@backstage/core-app-api": "^1.0.1-next.0",
"@backstage/dev-utils": "^1.0.1-next.0",
"@backstage/test-utils": "^1.0.1-next.1",
diff --git a/plugins/rollbar/package.json b/plugins/rollbar/package.json
index d4f8c476bc..6ae130da63 100644
--- a/plugins/rollbar/package.json
+++ b/plugins/rollbar/package.json
@@ -36,7 +36,7 @@
},
"dependencies": {
"@backstage/catalog-model": "^1.0.1-next.0",
- "@backstage/core-components": "^0.9.3-next.0",
+ "@backstage/core-components": "^0.9.3-next.1",
"@backstage/core-plugin-api": "^1.0.0",
"@backstage/plugin-catalog-react": "^1.0.1-next.1",
"@backstage/theme": "^0.2.15",
@@ -53,7 +53,7 @@
"react": "^16.13.1 || ^17.0.0"
},
"devDependencies": {
- "@backstage/cli": "^0.17.0-next.1",
+ "@backstage/cli": "^0.17.0-next.2",
"@backstage/core-app-api": "^1.0.1-next.0",
"@backstage/dev-utils": "^1.0.1-next.0",
"@backstage/test-utils": "^1.0.1-next.1",
diff --git a/plugins/scaffolder-backend/CHANGELOG.md b/plugins/scaffolder-backend/CHANGELOG.md
index f10b36eabe..23496051d2 100644
--- a/plugins/scaffolder-backend/CHANGELOG.md
+++ b/plugins/scaffolder-backend/CHANGELOG.md
@@ -1,5 +1,15 @@
# @backstage/plugin-scaffolder-backend
+## 1.1.0-next.2
+
+### Patch Changes
+
+- 64d9a031a8: build(deps): bump `isbinaryfile` from 4.0.8 to 5.0.0
+- 2f3d3a1eae: build(deps): bump `@gitbeaker/core` from 34.6.0 to 35.6.0
+- Updated dependencies
+ - @backstage/plugin-catalog-backend@1.1.0-next.2
+ - @backstage/catalog-model@1.0.1-next.1
+
## 1.1.0-next.1
### Minor Changes
diff --git a/plugins/scaffolder-backend/package.json b/plugins/scaffolder-backend/package.json
index 38496563bd..f36029c44b 100644
--- a/plugins/scaffolder-backend/package.json
+++ b/plugins/scaffolder-backend/package.json
@@ -1,7 +1,7 @@
{
"name": "@backstage/plugin-scaffolder-backend",
"description": "The Backstage backend plugin that helps you create new things",
- "version": "1.1.0-next.1",
+ "version": "1.1.0-next.2",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
@@ -36,11 +36,11 @@
"dependencies": {
"@backstage/backend-common": "^0.13.2-next.1",
"@backstage/catalog-client": "^1.0.1-next.0",
- "@backstage/catalog-model": "^1.0.1-next.0",
+ "@backstage/catalog-model": "^1.0.1-next.1",
"@backstage/config": "^1.0.0",
"@backstage/errors": "^1.0.0",
"@backstage/integration": "^1.1.0-next.1",
- "@backstage/plugin-catalog-backend": "^1.1.0-next.1",
+ "@backstage/plugin-catalog-backend": "^1.1.0-next.2",
"@backstage/plugin-scaffolder-common": "^1.0.1-next.0",
"@backstage/types": "^1.0.0",
"@gitbeaker/core": "^35.6.0",
@@ -75,7 +75,7 @@
},
"devDependencies": {
"@backstage/backend-test-utils": "^0.1.23-next.1",
- "@backstage/cli": "^0.17.0-next.1",
+ "@backstage/cli": "^0.17.0-next.2",
"@types/command-exists": "^1.2.0",
"@types/fs-extra": "^9.0.1",
"@types/git-url-parse": "^9.0.0",
diff --git a/plugins/scaffolder/CHANGELOG.md b/plugins/scaffolder/CHANGELOG.md
index aea8b84acd..7e844250d6 100644
--- a/plugins/scaffolder/CHANGELOG.md
+++ b/plugins/scaffolder/CHANGELOG.md
@@ -1,5 +1,15 @@
# @backstage/plugin-scaffolder
+## 1.0.1-next.2
+
+### Patch Changes
+
+- 9975ff9852: Applied the fix from version 1.0.1 of this package, which is part of the v1.0.2 release of Backstage.
+- Updated dependencies
+ - @backstage/core-components@0.9.3-next.1
+ - @backstage/plugin-catalog-react@1.0.1-next.2
+ - @backstage/catalog-model@1.0.1-next.1
+
## 1.0.1
### Patch Changes
diff --git a/plugins/scaffolder/package.json b/plugins/scaffolder/package.json
index 25d4fc1246..35f3bfafa4 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.0.1-next.1",
+ "version": "1.0.1-next.2",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
@@ -36,15 +36,15 @@
},
"dependencies": {
"@backstage/catalog-client": "^1.0.1-next.0",
- "@backstage/catalog-model": "^1.0.1-next.0",
+ "@backstage/catalog-model": "^1.0.1-next.1",
"@backstage/config": "^1.0.0",
- "@backstage/core-components": "^0.9.3-next.0",
+ "@backstage/core-components": "^0.9.3-next.1",
"@backstage/core-plugin-api": "^1.0.0",
"@backstage/errors": "^1.0.0",
"@backstage/integration": "^1.1.0-next.1",
"@backstage/integration-react": "^1.0.1-next.1",
"@backstage/plugin-catalog-common": "^1.0.1-next.1",
- "@backstage/plugin-catalog-react": "^1.0.1-next.1",
+ "@backstage/plugin-catalog-react": "^1.0.1-next.2",
"@backstage/plugin-permission-react": "^0.4.0-next.0",
"@backstage/plugin-scaffolder-common": "^1.0.1-next.0",
"@backstage/theme": "^0.2.15",
@@ -79,10 +79,10 @@
"react": "^16.13.1 || ^17.0.0"
},
"devDependencies": {
- "@backstage/cli": "^0.17.0-next.1",
+ "@backstage/cli": "^0.17.0-next.2",
"@backstage/core-app-api": "^1.0.1-next.0",
"@backstage/dev-utils": "^1.0.1-next.0",
- "@backstage/plugin-catalog": "^1.1.0-next.1",
+ "@backstage/plugin-catalog": "^1.1.0-next.2",
"@backstage/test-utils": "^1.0.1-next.1",
"@testing-library/jest-dom": "^5.10.1",
"@testing-library/react": "^12.1.3",
diff --git a/plugins/search/package.json b/plugins/search/package.json
index 13079e4b0a..f95b581b0b 100644
--- a/plugins/search/package.json
+++ b/plugins/search/package.json
@@ -35,7 +35,7 @@
"dependencies": {
"@backstage/catalog-model": "^1.0.1-next.0",
"@backstage/config": "^1.0.0",
- "@backstage/core-components": "^0.9.3-next.0",
+ "@backstage/core-components": "^0.9.3-next.1",
"@backstage/core-plugin-api": "^1.0.0",
"@backstage/errors": "^1.0.0",
"@backstage/plugin-catalog-react": "^1.0.1-next.1",
@@ -56,7 +56,7 @@
"react": "^16.13.1 || ^17.0.0"
},
"devDependencies": {
- "@backstage/cli": "^0.17.0-next.1",
+ "@backstage/cli": "^0.17.0-next.2",
"@backstage/core-app-api": "^1.0.1-next.0",
"@backstage/dev-utils": "^1.0.1-next.0",
"@backstage/test-utils": "^1.0.1-next.1",
diff --git a/plugins/sentry/CHANGELOG.md b/plugins/sentry/CHANGELOG.md
index 272edc9986..26c3c47fc4 100644
--- a/plugins/sentry/CHANGELOG.md
+++ b/plugins/sentry/CHANGELOG.md
@@ -1,5 +1,15 @@
# @backstage/plugin-sentry
+## 0.3.42-next.1
+
+### Patch Changes
+
+- 68bb66102d: Exposed options for the material table
+- Updated dependencies
+ - @backstage/core-components@0.9.3-next.1
+ - @backstage/plugin-catalog-react@1.0.1-next.2
+ - @backstage/catalog-model@1.0.1-next.1
+
## 0.3.42-next.0
### Patch Changes
diff --git a/plugins/sentry/package.json b/plugins/sentry/package.json
index edcf3eb76d..c8c89b9a24 100644
--- a/plugins/sentry/package.json
+++ b/plugins/sentry/package.json
@@ -1,7 +1,7 @@
{
"name": "@backstage/plugin-sentry",
"description": "A Backstage plugin that integrates towards Sentry",
- "version": "0.3.42-next.0",
+ "version": "0.3.42-next.1",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
@@ -35,10 +35,10 @@
"clean": "backstage-cli package clean"
},
"dependencies": {
- "@backstage/catalog-model": "^1.0.1-next.0",
- "@backstage/core-components": "^0.9.3-next.0",
+ "@backstage/catalog-model": "^1.0.1-next.1",
+ "@backstage/core-components": "^0.9.3-next.1",
"@backstage/core-plugin-api": "^1.0.0",
- "@backstage/plugin-catalog-react": "^1.0.1-next.1",
+ "@backstage/plugin-catalog-react": "^1.0.1-next.2",
"@backstage/theme": "^0.2.15",
"@material-table/core": "^3.1.0",
"@material-ui/core": "^4.12.2",
@@ -53,7 +53,7 @@
"react": "^16.13.1 || ^17.0.0"
},
"devDependencies": {
- "@backstage/cli": "^0.17.0-next.1",
+ "@backstage/cli": "^0.17.0-next.2",
"@backstage/core-app-api": "^1.0.1-next.0",
"@backstage/dev-utils": "^1.0.1-next.0",
"@backstage/test-utils": "^1.0.1-next.1",
diff --git a/plugins/shortcuts/package.json b/plugins/shortcuts/package.json
index 1ec2d51e76..d84e8005a8 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.3-next.0",
+ "@backstage/core-components": "^0.9.3-next.1",
"@backstage/core-plugin-api": "^1.0.0",
"@backstage/theme": "^0.2.15",
"@backstage/types": "^1.0.0",
@@ -42,7 +42,7 @@
"react": "^16.13.1 || ^17.0.0"
},
"devDependencies": {
- "@backstage/cli": "^0.17.0-next.1",
+ "@backstage/cli": "^0.17.0-next.2",
"@backstage/core-app-api": "^1.0.1-next.0",
"@backstage/dev-utils": "^1.0.1-next.0",
"@backstage/test-utils": "^1.0.1-next.1",
diff --git a/plugins/sonarqube/package.json b/plugins/sonarqube/package.json
index 862f88f36a..8e1603d36c 100644
--- a/plugins/sonarqube/package.json
+++ b/plugins/sonarqube/package.json
@@ -37,7 +37,7 @@
},
"dependencies": {
"@backstage/catalog-model": "^1.0.1-next.0",
- "@backstage/core-components": "^0.9.3-next.0",
+ "@backstage/core-components": "^0.9.3-next.1",
"@backstage/core-plugin-api": "^1.0.0",
"@backstage/plugin-catalog-react": "^1.0.1-next.1",
"@backstage/theme": "^0.2.15",
@@ -53,7 +53,7 @@
"react": "^16.13.1 || ^17.0.0"
},
"devDependencies": {
- "@backstage/cli": "^0.17.0-next.1",
+ "@backstage/cli": "^0.17.0-next.2",
"@backstage/core-app-api": "^1.0.1-next.0",
"@backstage/dev-utils": "^1.0.1-next.0",
"@backstage/test-utils": "^1.0.1-next.1",
diff --git a/plugins/splunk-on-call/package.json b/plugins/splunk-on-call/package.json
index 262638d793..ee7132c38c 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.1-next.0",
- "@backstage/core-components": "^0.9.3-next.0",
+ "@backstage/core-components": "^0.9.3-next.1",
"@backstage/core-plugin-api": "^1.0.0",
"@backstage/plugin-catalog-react": "^1.0.1-next.1",
"@backstage/theme": "^0.2.15",
@@ -51,7 +51,7 @@
"react": "^16.13.1 || ^17.0.0"
},
"devDependencies": {
- "@backstage/cli": "^0.17.0-next.1",
+ "@backstage/cli": "^0.17.0-next.2",
"@backstage/core-app-api": "^1.0.1-next.0",
"@backstage/dev-utils": "^1.0.1-next.0",
"@backstage/test-utils": "^1.0.1-next.1",
diff --git a/plugins/stack-overflow/package.json b/plugins/stack-overflow/package.json
index e44215eecd..7f2cb6261f 100644
--- a/plugins/stack-overflow/package.json
+++ b/plugins/stack-overflow/package.json
@@ -23,30 +23,30 @@
"clean": "backstage-cli package clean"
},
"dependencies": {
- "@backstage/core-components": "^0.9.3-next.0",
- "@backstage/plugin-home": "^0.4.20-next.1",
- "@backstage/core-plugin-api": "^1.0.0",
- "@backstage/plugin-search-common": "^0.3.3-next.1",
"@backstage/config": "^1.0.0",
+ "@backstage/core-components": "^0.9.3-next.1",
+ "@backstage/core-plugin-api": "^1.0.0",
+ "@backstage/plugin-home": "^0.4.20-next.1",
+ "@backstage/plugin-search-common": "^0.3.3-next.1",
"@backstage/theme": "^0.2.15",
"@material-ui/core": "^4.12.2",
"@material-ui/icons": "^4.9.1",
- "qs": "^6.9.4",
+ "@testing-library/jest-dom": "^5.10.1",
"cross-fetch": "^3.1.5",
"lodash": "^4.17.21",
- "react-use": "^17.2.4",
- "@testing-library/jest-dom": "^5.10.1"
+ "qs": "^6.9.4",
+ "react-use": "^17.2.4"
},
"peerDependencies": {
"@types/react": "^16.13.1 || ^17.0.0",
"react": "^16.13.1 || ^17.0.0"
},
"devDependencies": {
- "@backstage/cli": "^0.17.0-next.1",
- "@backstage/test-utils": "^1.0.1-next.1",
- "@testing-library/react": "^12.1.3",
+ "@backstage/cli": "^0.17.0-next.2",
"@backstage/core-app-api": "^1.0.1-next.0",
"@backstage/dev-utils": "^1.0.1-next.0",
+ "@backstage/test-utils": "^1.0.1-next.1",
+ "@testing-library/react": "^12.1.3",
"@testing-library/user-event": "^13.1.8",
"@types/jest": "^26.0.7",
"@types/node": "^14.14.32",
diff --git a/plugins/tech-insights-backend/CHANGELOG.md b/plugins/tech-insights-backend/CHANGELOG.md
index 4285e7e4ee..d52d8e7b9f 100644
--- a/plugins/tech-insights-backend/CHANGELOG.md
+++ b/plugins/tech-insights-backend/CHANGELOG.md
@@ -1,5 +1,14 @@
# @backstage/plugin-tech-insights-backend
+## 0.3.0-next.2
+
+### Patch Changes
+
+- 21de525ce9: Updated README.md with better install instructions
+- Updated dependencies
+ - @backstage/backend-tasks@0.3.0-next.2
+ - @backstage/catalog-model@1.0.1-next.1
+
## 0.3.0-next.1
### Minor Changes
diff --git a/plugins/tech-insights-backend/package.json b/plugins/tech-insights-backend/package.json
index 94a5ff5eef..d63299c2dd 100644
--- a/plugins/tech-insights-backend/package.json
+++ b/plugins/tech-insights-backend/package.json
@@ -1,6 +1,6 @@
{
"name": "@backstage/plugin-tech-insights-backend",
- "version": "0.3.0-next.1",
+ "version": "0.3.0-next.2",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
@@ -35,9 +35,9 @@
},
"dependencies": {
"@backstage/backend-common": "^0.13.2-next.1",
- "@backstage/backend-tasks": "^0.3.0-next.1",
+ "@backstage/backend-tasks": "^0.3.0-next.2",
"@backstage/catalog-client": "^1.0.1-next.0",
- "@backstage/catalog-model": "^1.0.1-next.0",
+ "@backstage/catalog-model": "^1.0.1-next.1",
"@backstage/config": "^1.0.0",
"@backstage/errors": "^1.0.0",
"@backstage/plugin-tech-insights-common": "^0.2.4",
@@ -55,7 +55,7 @@
},
"devDependencies": {
"@backstage/backend-test-utils": "^0.1.23-next.1",
- "@backstage/cli": "^0.17.0-next.1",
+ "@backstage/cli": "^0.17.0-next.2",
"@types/supertest": "^2.0.8",
"@types/semver": "^7.3.8",
"supertest": "^6.1.3",
diff --git a/plugins/tech-insights/package.json b/plugins/tech-insights/package.json
index 0775a954c7..b86905ea5c 100644
--- a/plugins/tech-insights/package.json
+++ b/plugins/tech-insights/package.json
@@ -29,7 +29,7 @@
},
"dependencies": {
"@backstage/catalog-model": "^1.0.1-next.0",
- "@backstage/core-components": "^0.9.3-next.0",
+ "@backstage/core-components": "^0.9.3-next.1",
"@backstage/core-plugin-api": "^1.0.0",
"@backstage/errors": "^1.0.0",
"@backstage/plugin-catalog-react": "^1.0.1-next.1",
@@ -47,7 +47,7 @@
"react": "^16.13.1 || ^17.0.0"
},
"devDependencies": {
- "@backstage/cli": "^0.17.0-next.1",
+ "@backstage/cli": "^0.17.0-next.2",
"@backstage/core-app-api": "^1.0.1-next.0",
"@backstage/dev-utils": "^1.0.1-next.0",
"@backstage/test-utils": "^1.0.1-next.1",
diff --git a/plugins/tech-radar/package.json b/plugins/tech-radar/package.json
index 4d685f349d..6045d28d99 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.3-next.0",
+ "@backstage/core-components": "^0.9.3-next.1",
"@backstage/core-plugin-api": "^1.0.0",
"@backstage/theme": "^0.2.15",
"@material-ui/core": "^4.12.2",
@@ -49,7 +49,7 @@
"react": "^16.13.1 || ^17.0.0"
},
"devDependencies": {
- "@backstage/cli": "^0.17.0-next.1",
+ "@backstage/cli": "^0.17.0-next.2",
"@backstage/core-app-api": "^1.0.1-next.0",
"@backstage/dev-utils": "^1.0.1-next.0",
"@backstage/test-utils": "^1.0.1-next.1",
diff --git a/plugins/techdocs/CHANGELOG.md b/plugins/techdocs/CHANGELOG.md
index f0d9becef4..c074b5ff44 100644
--- a/plugins/techdocs/CHANGELOG.md
+++ b/plugins/techdocs/CHANGELOG.md
@@ -1,5 +1,16 @@
# @backstage/plugin-techdocs
+## 1.0.1-next.2
+
+### Patch Changes
+
+- f0fb9153b7: Fix broken query selectors on techdocs
+- 9975ff9852: Applied the fix from version 1.0.1 of this package, which is part of the v1.0.2 release of Backstage.
+- Updated dependencies
+ - @backstage/core-components@0.9.3-next.1
+ - @backstage/plugin-catalog-react@1.0.1-next.2
+ - @backstage/catalog-model@1.0.1-next.1
+
## 1.0.1
### Patch Changes
diff --git a/plugins/techdocs/package.json b/plugins/techdocs/package.json
index 24a6538c88..d318700111 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.0.1-next.1",
+ "version": "1.0.1-next.2",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
@@ -35,14 +35,14 @@
"clean": "backstage-cli package clean"
},
"dependencies": {
- "@backstage/catalog-model": "^1.0.1-next.0",
+ "@backstage/catalog-model": "^1.0.1-next.1",
"@backstage/config": "^1.0.0",
- "@backstage/core-components": "^0.9.3-next.0",
+ "@backstage/core-components": "^0.9.3-next.1",
"@backstage/core-plugin-api": "^1.0.0",
"@backstage/errors": "^1.0.0",
"@backstage/integration": "^1.1.0-next.1",
"@backstage/integration-react": "^1.0.1-next.1",
- "@backstage/plugin-catalog-react": "^1.0.1-next.1",
+ "@backstage/plugin-catalog-react": "^1.0.1-next.2",
"@backstage/plugin-search": "^0.7.5-next.0",
"@backstage/theme": "^0.2.15",
"@material-ui/core": "^4.12.2",
@@ -64,7 +64,7 @@
"react-dom": "^16.13.1 || ^17.0.0"
},
"devDependencies": {
- "@backstage/cli": "^0.17.0-next.1",
+ "@backstage/cli": "^0.17.0-next.2",
"@backstage/core-app-api": "^1.0.1-next.0",
"@backstage/dev-utils": "^1.0.1-next.0",
"@backstage/test-utils": "^1.0.1-next.1",
diff --git a/plugins/todo/package.json b/plugins/todo/package.json
index c22b93ad28..84f306c1b1 100644
--- a/plugins/todo/package.json
+++ b/plugins/todo/package.json
@@ -31,7 +31,7 @@
},
"dependencies": {
"@backstage/catalog-model": "^1.0.1-next.0",
- "@backstage/core-components": "^0.9.3-next.0",
+ "@backstage/core-components": "^0.9.3-next.1",
"@backstage/core-plugin-api": "^1.0.0",
"@backstage/errors": "^1.0.0",
"@backstage/plugin-catalog-react": "^1.0.1-next.1",
@@ -45,7 +45,7 @@
"react": "^16.13.1 || ^17.0.0"
},
"devDependencies": {
- "@backstage/cli": "^0.17.0-next.1",
+ "@backstage/cli": "^0.17.0-next.2",
"@backstage/core-app-api": "^1.0.1-next.0",
"@backstage/dev-utils": "^1.0.1-next.0",
"@backstage/test-utils": "^1.0.1-next.1",
@@ -55,8 +55,8 @@
"@types/jest": "^26.0.7",
"@types/node": "^14.14.32",
"cross-fetch": "^3.1.5",
- "react-router": "6.0.0-beta.0",
- "msw": "^0.35.0"
+ "msw": "^0.35.0",
+ "react-router": "6.0.0-beta.0"
},
"files": [
"dist"
diff --git a/plugins/user-settings/package.json b/plugins/user-settings/package.json
index f8e2ffb546..3159e4332f 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.3-next.0",
+ "@backstage/core-components": "^0.9.3-next.1",
"@backstage/core-plugin-api": "^1.0.0",
"@backstage/theme": "^0.2.15",
"@material-ui/core": "^4.12.2",
@@ -47,7 +47,7 @@
"react": "^16.13.1 || ^17.0.0"
},
"devDependencies": {
- "@backstage/cli": "^0.17.0-next.1",
+ "@backstage/cli": "^0.17.0-next.2",
"@backstage/core-app-api": "^1.0.1-next.0",
"@backstage/dev-utils": "^1.0.1-next.0",
"@backstage/test-utils": "^1.0.1-next.1",
diff --git a/plugins/xcmetrics/package.json b/plugins/xcmetrics/package.json
index 52666e4c39..4968128a8c 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.3-next.0",
+ "@backstage/core-components": "^0.9.3-next.1",
"@backstage/core-plugin-api": "^1.0.0",
"@backstage/errors": "^1.0.0",
"@backstage/theme": "^0.2.15",
@@ -40,7 +40,7 @@
"react": "^16.13.1 || ^17.0.0"
},
"devDependencies": {
- "@backstage/cli": "^0.17.0-next.1",
+ "@backstage/cli": "^0.17.0-next.2",
"@backstage/core-app-api": "^1.0.1-next.0",
"@backstage/dev-utils": "^1.0.1-next.0",
"@backstage/test-utils": "^1.0.1-next.1",