Merge branch 'backstage:master' into adr-plugin-adjustments
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
---
|
||||
'@backstage/plugin-bazaar': patch
|
||||
---
|
||||
|
||||
Created soft cut on `ProjectCard` to indicate more content.
|
||||
@@ -0,0 +1,5 @@
|
||||
---
|
||||
'@backstage/plugin-scaffolder-backend': minor
|
||||
---
|
||||
|
||||
Allow custom repository roles to be configured on github repos
|
||||
@@ -0,0 +1,5 @@
|
||||
---
|
||||
'@backstage/create-app': patch
|
||||
---
|
||||
|
||||
Bumped create-app version.
|
||||
@@ -0,0 +1,5 @@
|
||||
---
|
||||
'@backstage/cli': patch
|
||||
---
|
||||
|
||||
Add experimental environment variable to enable caching for production builds.
|
||||
@@ -0,0 +1,5 @@
|
||||
---
|
||||
'@backstage/plugin-techdocs': patch
|
||||
---
|
||||
|
||||
Fix sizing of build log component to render all lines
|
||||
@@ -0,0 +1,5 @@
|
||||
---
|
||||
'@backstage/plugin-cost-insights': patch
|
||||
---
|
||||
|
||||
Removed @backstage/test-utils dependency, since it was already in the devDependencies where it belongs. The main benefit is that this will exclude better-sqlite3 from the production build.
|
||||
@@ -1,5 +1,5 @@
|
||||
---
|
||||
'@backstage/plugin-stack-overflow-backend': minor
|
||||
'@backstage/plugin-stack-overflow-backend': patch
|
||||
---
|
||||
|
||||
Enable configuration override for StackOverflow backend plugin when instantiating the search indexer. This makes it possible to set different configuration for frontend and backend of the plugin.
|
||||
|
||||
+29
-1
@@ -194,5 +194,33 @@
|
||||
"@backstage/plugin-vault-backend": "0.2.5",
|
||||
"@backstage/plugin-xcmetrics": "0.2.32"
|
||||
},
|
||||
"changesets": []
|
||||
"changesets": [
|
||||
"bright-pants-cry",
|
||||
"create-app-1672154523",
|
||||
"curvy-ducks-explode",
|
||||
"eight-dragons-accept",
|
||||
"fifty-paws-attack",
|
||||
"fifty-zoos-nail",
|
||||
"fluffy-forks-happen",
|
||||
"forty-years-retire",
|
||||
"funny-pianos-grow",
|
||||
"good-geckos-reflect",
|
||||
"hungry-falcons-cross",
|
||||
"metal-hotels-deliver",
|
||||
"old-planets-care",
|
||||
"olive-eyes-sing",
|
||||
"renovate-3493165",
|
||||
"renovate-968149a",
|
||||
"search-break-loop",
|
||||
"search-mele-kalikimaka",
|
||||
"search-pressure-back",
|
||||
"selfish-phones-smoke",
|
||||
"silver-chicken-travel",
|
||||
"strong-eyes-march",
|
||||
"tasty-impalas-cross",
|
||||
"tasty-impalas-mix",
|
||||
"thick-stingrays-smile",
|
||||
"two-buckets-do",
|
||||
"witty-eels-itch"
|
||||
]
|
||||
}
|
||||
|
||||
@@ -0,0 +1,5 @@
|
||||
---
|
||||
'@backstage/plugin-tech-insights-backend': patch
|
||||
---
|
||||
|
||||
Complete check results run when a single check errors so that we don't block other checks from working due to an error in a single check
|
||||
@@ -0,0 +1,5 @@
|
||||
---
|
||||
'@backstage/plugin-scaffolder-backend': minor
|
||||
---
|
||||
|
||||
Add Github repository support for squash merge commit title and message options
|
||||
@@ -0,0 +1,7 @@
|
||||
---
|
||||
'@backstage/create-app': patch
|
||||
---
|
||||
|
||||
Remove deprecated `create-plugin` script from the `default-app` template's `package.json.hbs`.
|
||||
Also, update the documentation to not mention the `create-plugin` script and instead mention
|
||||
the `new` script.
|
||||
Reference in New Issue
Block a user