Merge pull request #32543 from backstage/changeset-release/master
Version Packages (next)
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
---
|
||||
'@backstage/create-app': patch
|
||||
---
|
||||
|
||||
Bumped create-app version.
|
||||
+38
-2
@@ -209,8 +209,9 @@
|
||||
"@backstage/plugin-user-settings-common": "0.0.1"
|
||||
},
|
||||
"changesets": [
|
||||
"api-override-deprecation-warning-defaults",
|
||||
"api-override-deprecation-warning",
|
||||
"api-override-conflict-error-defaults",
|
||||
"api-override-conflict-error",
|
||||
"api-override-test-utils",
|
||||
"backend-test-utils-extension-points",
|
||||
"big-rabbits-think",
|
||||
"bright-pans-greet",
|
||||
@@ -220,49 +221,84 @@
|
||||
"chatty-tips-stop",
|
||||
"clean-suits-follow",
|
||||
"cli-template-catalog-node-stable",
|
||||
"create-app-1770128583",
|
||||
"cute-parts-smash",
|
||||
"dull-ants-pull",
|
||||
"early-kids-see",
|
||||
"eighty-steaks-brake",
|
||||
"elasticsearch-auth-extension-point",
|
||||
"fair-ads-decide",
|
||||
"fix-catalog-tags-spacing",
|
||||
"fix-nextjs16-css-modules",
|
||||
"fix-opensearch-bulk-refresh",
|
||||
"floppy-actors-show",
|
||||
"floppy-parks-decide",
|
||||
"fuzzy-shrimps-refuse",
|
||||
"gold-lions-stick",
|
||||
"good-cameras-repair",
|
||||
"good-eggs-tell",
|
||||
"green-bags-shave",
|
||||
"green-flowers-brush",
|
||||
"green-llamas-wink",
|
||||
"grumpy-birds-teach",
|
||||
"lazy-groups-hunt",
|
||||
"legal-impalas-shine",
|
||||
"lemon-eyes-grin",
|
||||
"lemon-lines-give",
|
||||
"lucky-masks-doubt",
|
||||
"many-bags-brake",
|
||||
"module-failure-reporting",
|
||||
"module-handle-api",
|
||||
"odd-eagles-guess",
|
||||
"odd-lemons-occur",
|
||||
"peer-modules-cli-support",
|
||||
"peer-modules-plugin-metadata",
|
||||
"plenty-dryers-tan",
|
||||
"plenty-monkeys-share",
|
||||
"polite-glasses-throw",
|
||||
"polite-symbols-act",
|
||||
"proud-stars-grow",
|
||||
"public-keys-sip",
|
||||
"quiet-carpets-arrive",
|
||||
"quiet-coats-sleep",
|
||||
"quiet-humans-hammer",
|
||||
"rare-papers-decide",
|
||||
"red-rivers-make",
|
||||
"remove-array-attachto-type",
|
||||
"remove-multiple-attachment-points-frontend-app-api",
|
||||
"remove-multiple-attachment-points-frontend-plugin-api",
|
||||
"remove-summary-card-type",
|
||||
"rotten-paths-pump",
|
||||
"scaffolder-form-fields-api-migration-react",
|
||||
"scaffolder-form-fields-api-migration",
|
||||
"seven-states-sleep",
|
||||
"sharp-doodles-retire",
|
||||
"slimy-dots-cross",
|
||||
"slimy-dots-sing",
|
||||
"slimy-zebras-lie",
|
||||
"slow-numbers-study",
|
||||
"small-jars-lick",
|
||||
"small-rice-arrive",
|
||||
"smart-spoons-scream",
|
||||
"smart-ties-attend",
|
||||
"smooth-pants-wave",
|
||||
"solid-dryers-leave",
|
||||
"summary-card-backward-compat",
|
||||
"tasty-crabs-occur",
|
||||
"techdocs-addons-api-migration-react",
|
||||
"techdocs-addons-api-migration",
|
||||
"thirty-meals-rest",
|
||||
"three-rooms-enjoy",
|
||||
"tiny-lamps-give",
|
||||
"tired-queens-cross",
|
||||
"tired-sides-share",
|
||||
"twelve-dolls-tap",
|
||||
"twenty-clubs-itch",
|
||||
"vast-rockets-dig",
|
||||
"wet-cups-juggle",
|
||||
"wicked-walls-accept",
|
||||
"yellow-ties-dream",
|
||||
"yellow-years-run",
|
||||
"young-pens-wash"
|
||||
]
|
||||
}
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
+1
-1
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "root",
|
||||
"version": "1.48.0-next.0",
|
||||
"version": "1.48.0-next.1",
|
||||
"backstage": {
|
||||
"cli": {
|
||||
"new": {
|
||||
|
||||
@@ -1,5 +1,13 @@
|
||||
# @backstage/app-defaults
|
||||
|
||||
## 1.7.5-next.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies
|
||||
- @backstage/theme@0.7.2-next.0
|
||||
- @backstage/core-components@0.18.7-next.1
|
||||
|
||||
## 1.7.5-next.0
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@backstage/app-defaults",
|
||||
"version": "1.7.5-next.0",
|
||||
"version": "1.7.5-next.1",
|
||||
"description": "Provides the default wiring of a Backstage App",
|
||||
"backstage": {
|
||||
"role": "web-library"
|
||||
|
||||
@@ -1,5 +1,43 @@
|
||||
# example-app-next
|
||||
|
||||
## 0.0.32-next.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies
|
||||
- @backstage/frontend-defaults@0.4.0-next.1
|
||||
- @backstage/frontend-app-api@0.15.0-next.1
|
||||
- @backstage/plugin-catalog-react@1.22.0-next.1
|
||||
- @backstage/plugin-scaffolder@1.35.3-next.1
|
||||
- @backstage/plugin-catalog-graph@0.5.7-next.1
|
||||
- @backstage/plugin-catalog@1.33.0-next.1
|
||||
- @backstage/ui@0.12.0-next.1
|
||||
- @backstage/theme@0.7.2-next.0
|
||||
- @backstage/frontend-plugin-api@0.14.0-next.1
|
||||
- @backstage/cli@0.35.4-next.1
|
||||
- @backstage/plugin-search@1.6.0-next.1
|
||||
- @backstage/plugin-app@0.4.0-next.1
|
||||
- @backstage/plugin-app-visualizer@0.1.28-next.0
|
||||
- @backstage/plugin-auth@0.1.5-next.1
|
||||
- @backstage/core-compat-api@0.5.8-next.1
|
||||
- @backstage/plugin-search-react@1.10.3-next.1
|
||||
- @backstage/plugin-api-docs@0.13.4-next.1
|
||||
- @backstage/plugin-catalog-import@0.13.10-next.1
|
||||
- @backstage/plugin-home@0.9.2-next.1
|
||||
- @backstage/plugin-kubernetes@0.12.16-next.1
|
||||
- @backstage/plugin-kubernetes-cluster@0.0.34-next.1
|
||||
- @backstage/plugin-org@0.6.49-next.1
|
||||
- @backstage/plugin-scaffolder-react@1.19.7-next.1
|
||||
- @backstage/plugin-techdocs@1.16.3-next.1
|
||||
- @backstage/plugin-techdocs-module-addons-contrib@1.1.33-next.1
|
||||
- @backstage/plugin-user-settings@0.8.32-next.1
|
||||
- @backstage/app-defaults@1.7.5-next.1
|
||||
- @backstage/core-components@0.18.7-next.1
|
||||
- @backstage/plugin-notifications@0.5.14-next.1
|
||||
- @backstage/plugin-signals@0.0.28-next.1
|
||||
- @backstage/plugin-techdocs-react@1.3.8-next.0
|
||||
- @backstage/integration-react@1.2.15-next.1
|
||||
|
||||
## 0.0.32-next.0
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "example-app-next",
|
||||
"version": "0.0.32-next.0",
|
||||
"version": "0.0.32-next.1",
|
||||
"backstage": {
|
||||
"role": "frontend"
|
||||
},
|
||||
|
||||
@@ -1,5 +1,38 @@
|
||||
# example-app
|
||||
|
||||
## 0.2.118-next.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies
|
||||
- @backstage/frontend-app-api@0.15.0-next.1
|
||||
- @backstage/plugin-catalog-react@1.22.0-next.1
|
||||
- @backstage/plugin-scaffolder@1.35.3-next.1
|
||||
- @backstage/plugin-catalog-graph@0.5.7-next.1
|
||||
- @backstage/plugin-catalog@1.33.0-next.1
|
||||
- @backstage/ui@0.12.0-next.1
|
||||
- @backstage/theme@0.7.2-next.0
|
||||
- @backstage/cli@0.35.4-next.1
|
||||
- @backstage/plugin-mui-to-bui@0.2.4-next.1
|
||||
- @backstage/plugin-search@1.6.0-next.1
|
||||
- @backstage/plugin-search-react@1.10.3-next.1
|
||||
- @backstage/plugin-api-docs@0.13.4-next.1
|
||||
- @backstage/plugin-catalog-import@0.13.10-next.1
|
||||
- @backstage/plugin-home@0.9.2-next.1
|
||||
- @backstage/plugin-kubernetes@0.12.16-next.1
|
||||
- @backstage/plugin-kubernetes-cluster@0.0.34-next.1
|
||||
- @backstage/plugin-org@0.6.49-next.1
|
||||
- @backstage/plugin-scaffolder-react@1.19.7-next.1
|
||||
- @backstage/plugin-techdocs@1.16.3-next.1
|
||||
- @backstage/plugin-techdocs-module-addons-contrib@1.1.33-next.1
|
||||
- @backstage/plugin-user-settings@0.8.32-next.1
|
||||
- @backstage/app-defaults@1.7.5-next.1
|
||||
- @backstage/core-components@0.18.7-next.1
|
||||
- @backstage/plugin-notifications@0.5.14-next.1
|
||||
- @backstage/plugin-signals@0.0.28-next.1
|
||||
- @backstage/plugin-techdocs-react@1.3.8-next.0
|
||||
- @backstage/integration-react@1.2.15-next.1
|
||||
|
||||
## 0.2.118-next.0
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "example-app",
|
||||
"version": "0.2.118-next.0",
|
||||
"version": "0.2.118-next.1",
|
||||
"backstage": {
|
||||
"role": "frontend"
|
||||
},
|
||||
|
||||
@@ -1,5 +1,15 @@
|
||||
# @backstage/backend-defaults
|
||||
|
||||
## 0.15.2-next.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- 8dd518a: Support `connection.type: azure` in database client to use Microsoft Entra authentication with Azure database for PostgreSQL
|
||||
- Updated dependencies
|
||||
- @backstage/integration@1.20.0-next.1
|
||||
- @backstage/cli-node@0.2.18-next.1
|
||||
- @backstage/backend-plugin-api@1.7.0-next.1
|
||||
|
||||
## 0.15.1-next.0
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@backstage/backend-defaults",
|
||||
"version": "0.15.1-next.0",
|
||||
"version": "0.15.2-next.1",
|
||||
"description": "Backend defaults used by Backstage backend apps",
|
||||
"backstage": {
|
||||
"role": "node-library"
|
||||
|
||||
@@ -1,5 +1,17 @@
|
||||
# @backstage/backend-dynamic-feature-service
|
||||
|
||||
## 0.7.9-next.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- 9b4c414: Updated README for backend-dynamic-feature-service
|
||||
- Updated dependencies
|
||||
- @backstage/cli-node@0.2.18-next.1
|
||||
- @backstage/plugin-catalog-backend@3.4.0-next.1
|
||||
- @backstage/backend-plugin-api@1.7.0-next.1
|
||||
- @backstage/backend-defaults@0.15.2-next.1
|
||||
- @backstage/plugin-scaffolder-node@0.12.5-next.1
|
||||
|
||||
## 0.7.9-next.0
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@backstage/backend-dynamic-feature-service",
|
||||
"version": "0.7.9-next.0",
|
||||
"version": "0.7.9-next.1",
|
||||
"description": "Backstage dynamic feature service",
|
||||
"backstage": {
|
||||
"role": "node-library"
|
||||
|
||||
@@ -1,5 +1,13 @@
|
||||
# @backstage/backend-plugin-api
|
||||
|
||||
## 1.7.0-next.1
|
||||
|
||||
### Minor Changes
|
||||
|
||||
- bb9b471: Plugin IDs that do not match the standard format are deprecated (letters, digits, and dashes only, starting with a letter). Plugin IDs that do no match this format will be rejected in a future release.
|
||||
|
||||
In addition, plugin IDs that don't match the legacy pattern that also allows underscores, with be rejected.
|
||||
|
||||
## 1.7.0-next.0
|
||||
|
||||
### Minor Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@backstage/backend-plugin-api",
|
||||
"version": "1.7.0-next.0",
|
||||
"version": "1.7.0-next.1",
|
||||
"description": "Core API used by Backstage backend plugins",
|
||||
"backstage": {
|
||||
"role": "node-library"
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@backstage/backend-test-utils",
|
||||
"version": "1.10.4-next.0",
|
||||
"version": "1.10.5-next.0",
|
||||
"description": "Test helpers library for Backstage backends",
|
||||
"backstage": {
|
||||
"role": "node-library"
|
||||
|
||||
@@ -1,5 +1,21 @@
|
||||
# example-backend
|
||||
|
||||
## 0.0.47-next.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies
|
||||
- @backstage/plugin-search-backend-module-elasticsearch@1.8.0-next.1
|
||||
- @backstage/plugin-kubernetes-backend@0.21.1-next.1
|
||||
- @backstage/plugin-scaffolder-backend@3.1.3-next.1
|
||||
- @backstage/plugin-notifications-backend@0.6.2-next.1
|
||||
- @backstage/plugin-catalog-backend@3.4.0-next.1
|
||||
- @backstage/plugin-techdocs-backend@2.1.5-next.1
|
||||
- @backstage/backend-plugin-api@1.7.0-next.1
|
||||
- @backstage/backend-defaults@0.15.2-next.1
|
||||
- @backstage/plugin-catalog-backend-module-openapi@0.2.19-next.1
|
||||
- @backstage/plugin-scaffolder-backend-module-github@0.9.6-next.1
|
||||
|
||||
## 0.0.47-next.0
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "example-backend",
|
||||
"version": "0.0.47-next.0",
|
||||
"version": "0.0.47-next.1",
|
||||
"backstage": {
|
||||
"role": "backend"
|
||||
},
|
||||
|
||||
@@ -1,5 +1,11 @@
|
||||
# @backstage/cli-node
|
||||
|
||||
## 0.2.18-next.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- 5e3ef57: Added support for the new `peerModules` metadata field in `package.json`. This field allows plugin packages to declare modules that should be installed alongside them for cross-plugin integrations. The field is validated by `backstage-cli repo fix --publish`.
|
||||
|
||||
## 0.2.17-next.0
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@backstage/cli-node",
|
||||
"version": "0.2.17-next.0",
|
||||
"version": "0.2.18-next.1",
|
||||
"description": "Node.js library for Backstage CLIs",
|
||||
"backstage": {
|
||||
"role": "node-library"
|
||||
|
||||
@@ -1,5 +1,14 @@
|
||||
# @backstage/cli
|
||||
|
||||
## 0.35.4-next.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- 5e3ef57: Added support for the new `peerModules` metadata field in `package.json`. This field allows plugin packages to declare modules that should be installed alongside them for cross-plugin integrations. The field is validated by `backstage-cli repo fix --publish`.
|
||||
- Updated dependencies
|
||||
- @backstage/integration@1.20.0-next.1
|
||||
- @backstage/cli-node@0.2.18-next.1
|
||||
|
||||
## 0.35.3-next.0
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@backstage/cli",
|
||||
"version": "0.35.3-next.0",
|
||||
"version": "0.35.4-next.1",
|
||||
"description": "CLI for developing Backstage plugins and apps",
|
||||
"backstage": {
|
||||
"role": "cli"
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@backstage/core-app-api",
|
||||
"version": "1.19.4-next.0",
|
||||
"version": "1.19.5-next.0",
|
||||
"description": "Core app API used by Backstage apps",
|
||||
"backstage": {
|
||||
"role": "web-library"
|
||||
|
||||
@@ -1,5 +1,13 @@
|
||||
# @backstage/core-compat-api
|
||||
|
||||
## 0.5.8-next.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies
|
||||
- @backstage/plugin-catalog-react@1.22.0-next.1
|
||||
- @backstage/frontend-plugin-api@0.14.0-next.1
|
||||
|
||||
## 0.5.7-next.0
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@backstage/core-compat-api",
|
||||
"version": "0.5.7-next.0",
|
||||
"version": "0.5.8-next.1",
|
||||
"backstage": {
|
||||
"role": "web-library"
|
||||
},
|
||||
|
||||
@@ -1,5 +1,12 @@
|
||||
# @backstage/core-components
|
||||
|
||||
## 0.18.7-next.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies
|
||||
- @backstage/theme@0.7.2-next.0
|
||||
|
||||
## 0.18.6-next.0
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@backstage/core-components",
|
||||
"version": "0.18.6-next.0",
|
||||
"version": "0.18.7-next.1",
|
||||
"description": "Core components used by Backstage plugins and apps",
|
||||
"backstage": {
|
||||
"role": "web-library"
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@backstage/core-plugin-api",
|
||||
"version": "1.12.2-next.0",
|
||||
"version": "1.12.3-next.0",
|
||||
"description": "Core API used by Backstage plugins",
|
||||
"backstage": {
|
||||
"role": "web-library"
|
||||
|
||||
@@ -1,5 +1,11 @@
|
||||
# @backstage/create-app
|
||||
|
||||
## 0.7.9-next.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Bumped create-app version.
|
||||
|
||||
## 0.7.9-next.0
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@backstage/create-app",
|
||||
"version": "0.7.9-next.0",
|
||||
"version": "0.7.9-next.1",
|
||||
"description": "A CLI that helps you create your own Backstage app",
|
||||
"backstage": {
|
||||
"role": "cli"
|
||||
|
||||
@@ -1,5 +1,17 @@
|
||||
# @backstage/dev-utils
|
||||
|
||||
## 1.1.20-next.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies
|
||||
- @backstage/plugin-catalog-react@1.22.0-next.1
|
||||
- @backstage/ui@0.12.0-next.1
|
||||
- @backstage/theme@0.7.2-next.0
|
||||
- @backstage/app-defaults@1.7.5-next.1
|
||||
- @backstage/core-components@0.18.7-next.1
|
||||
- @backstage/integration-react@1.2.15-next.1
|
||||
|
||||
## 1.1.20-next.0
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@backstage/dev-utils",
|
||||
"version": "1.1.20-next.0",
|
||||
"version": "1.1.20-next.1",
|
||||
"description": "Utilities for developing Backstage plugins.",
|
||||
"backstage": {
|
||||
"role": "web-library"
|
||||
|
||||
@@ -1,5 +1,18 @@
|
||||
# @backstage/frontend-app-api
|
||||
|
||||
## 0.15.0-next.1
|
||||
|
||||
### Minor Changes
|
||||
|
||||
- 55b2ef6: **BREAKING**: Updated the behavior of the new API override logic to reject the override and block app startup instead of just logging a deprecation warning.
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- 09032d7: Internal update to simplify testing utility implementations.
|
||||
- Updated dependencies
|
||||
- @backstage/frontend-defaults@0.4.0-next.1
|
||||
- @backstage/frontend-plugin-api@0.14.0-next.1
|
||||
|
||||
## 0.14.1-next.0
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@backstage/frontend-app-api",
|
||||
"version": "0.14.1-next.0",
|
||||
"version": "0.15.0-next.1",
|
||||
"backstage": {
|
||||
"role": "web-library"
|
||||
},
|
||||
|
||||
@@ -1,5 +1,19 @@
|
||||
# @backstage/frontend-defaults
|
||||
|
||||
## 0.4.0-next.1
|
||||
|
||||
### Minor Changes
|
||||
|
||||
- 55b2ef6: **BREAKING**: The `API_FACTORY_CONFLICT` warning is now treated as an error and will prevent the app from starting.
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies
|
||||
- @backstage/frontend-app-api@0.15.0-next.1
|
||||
- @backstage/frontend-plugin-api@0.14.0-next.1
|
||||
- @backstage/plugin-app@0.4.0-next.1
|
||||
- @backstage/core-components@0.18.7-next.1
|
||||
|
||||
## 0.3.6-next.0
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@backstage/frontend-defaults",
|
||||
"version": "0.3.6-next.0",
|
||||
"version": "0.4.0-next.1",
|
||||
"backstage": {
|
||||
"role": "web-library"
|
||||
},
|
||||
|
||||
@@ -1,5 +1,16 @@
|
||||
# @backstage/frontend-plugin-api
|
||||
|
||||
## 0.14.0-next.1
|
||||
|
||||
### Minor Changes
|
||||
|
||||
- bb9b471: Plugin IDs that do not match the standard format are deprecated (letters, digits, and dashes only, starting with a letter). Plugin IDs that do no match this format will be rejected in a future release.
|
||||
- 10ebed4: **BREAKING**: Removed type support for multiple attachment points in the `ExtensionDefinitionAttachTo` type. Extensions can no longer specify an array of attachment points in the `attachTo` property.
|
||||
|
||||
The runtime still supports multiple attachment points for backward compatibility with existing compiled code, but new code will receive type errors if attempting to use this pattern.
|
||||
|
||||
Extensions that previously used multiple attachment points should migrate to using a Utility API pattern instead. See the [Sharing Extensions Across Multiple Locations](https://backstage.io/docs/frontend-system/architecture/27-sharing-extensions) guide for the recommended approach.
|
||||
|
||||
## 0.14.0-next.0
|
||||
|
||||
### Minor Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@backstage/frontend-plugin-api",
|
||||
"version": "0.14.0-next.0",
|
||||
"version": "0.14.0-next.1",
|
||||
"backstage": {
|
||||
"role": "web-library"
|
||||
},
|
||||
|
||||
@@ -1,5 +1,53 @@
|
||||
# @backstage/frontend-test-utils
|
||||
|
||||
## 0.4.6-next.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- 22864b7: Added an `apis` option to `createExtensionTester`, `renderInTestApp`, and `renderTestApp` to override APIs when testing extensions. Use the `mockApis` helpers to create mock implementations:
|
||||
|
||||
```typescript
|
||||
import { identityApiRef } from '@backstage/frontend-plugin-api';
|
||||
import { mockApis } from '@backstage/frontend-test-utils';
|
||||
|
||||
// Override APIs in createExtensionTester
|
||||
const tester = createExtensionTester(myExtension, {
|
||||
apis: [
|
||||
[
|
||||
identityApiRef,
|
||||
mockApis.identity({ userEntityRef: 'user:default/guest' }),
|
||||
],
|
||||
],
|
||||
});
|
||||
|
||||
// Override APIs in renderInTestApp
|
||||
renderInTestApp(<MyComponent />, {
|
||||
apis: [
|
||||
[
|
||||
identityApiRef,
|
||||
mockApis.identity({ userEntityRef: 'user:default/guest' }),
|
||||
],
|
||||
],
|
||||
});
|
||||
|
||||
// Override APIs in renderTestApp
|
||||
renderTestApp({
|
||||
extensions: [myExtension],
|
||||
apis: [
|
||||
[
|
||||
identityApiRef,
|
||||
mockApis.identity({ userEntityRef: 'user:default/guest' }),
|
||||
],
|
||||
],
|
||||
});
|
||||
```
|
||||
|
||||
- Updated dependencies
|
||||
- @backstage/frontend-app-api@0.15.0-next.1
|
||||
- @backstage/frontend-plugin-api@0.14.0-next.1
|
||||
- @backstage/plugin-app@0.4.0-next.1
|
||||
- @backstage/test-utils@1.7.15-next.1
|
||||
|
||||
## 0.4.5-next.0
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@backstage/frontend-test-utils",
|
||||
"version": "0.4.5-next.0",
|
||||
"version": "0.4.6-next.1",
|
||||
"backstage": {
|
||||
"role": "web-library"
|
||||
},
|
||||
|
||||
@@ -1,5 +1,12 @@
|
||||
# @backstage/integration-react
|
||||
|
||||
## 1.2.15-next.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies
|
||||
- @backstage/integration@1.20.0-next.1
|
||||
|
||||
## 1.2.15-next.0
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@backstage/integration-react",
|
||||
"version": "1.2.15-next.0",
|
||||
"version": "1.2.15-next.1",
|
||||
"description": "Frontend package for managing integrations towards external systems",
|
||||
"backstage": {
|
||||
"role": "web-library"
|
||||
|
||||
@@ -1,5 +1,11 @@
|
||||
# @backstage/integration
|
||||
|
||||
## 1.20.0-next.1
|
||||
|
||||
### Minor Changes
|
||||
|
||||
- 6999f6d: The AzureUrl class in the @backstage/integration package is now able to process BOTH git branches and git tags. Initially this class only processed git branches and threw an error when non-branch Azure URLs were passed in.
|
||||
|
||||
## 1.19.3-next.0
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@backstage/integration",
|
||||
"version": "1.19.3-next.0",
|
||||
"version": "1.20.0-next.1",
|
||||
"description": "Helpers for managing integrations towards external systems",
|
||||
"backstage": {
|
||||
"role": "common-library"
|
||||
|
||||
@@ -1,5 +1,14 @@
|
||||
# @backstage/repo-tools
|
||||
|
||||
## 0.16.4-next.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- 6523040: Support Prettier v3 for api-reports
|
||||
- Updated dependencies
|
||||
- @backstage/cli-node@0.2.18-next.1
|
||||
- @backstage/backend-plugin-api@1.7.0-next.1
|
||||
|
||||
## 0.16.3-next.0
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@backstage/repo-tools",
|
||||
"version": "0.16.3-next.0",
|
||||
"version": "0.16.4-next.1",
|
||||
"description": "CLI for Backstage repo tooling ",
|
||||
"backstage": {
|
||||
"role": "cli"
|
||||
|
||||
@@ -1,5 +1,21 @@
|
||||
# techdocs-cli-embedded-app
|
||||
|
||||
## 0.2.117-next.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies
|
||||
- @backstage/plugin-catalog@1.33.0-next.1
|
||||
- @backstage/ui@0.12.0-next.1
|
||||
- @backstage/theme@0.7.2-next.0
|
||||
- @backstage/cli@0.35.4-next.1
|
||||
- @backstage/plugin-techdocs@1.16.3-next.1
|
||||
- @backstage/app-defaults@1.7.5-next.1
|
||||
- @backstage/core-components@0.18.7-next.1
|
||||
- @backstage/test-utils@1.7.15-next.1
|
||||
- @backstage/plugin-techdocs-react@1.3.8-next.0
|
||||
- @backstage/integration-react@1.2.15-next.1
|
||||
|
||||
## 0.2.117-next.0
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "techdocs-cli-embedded-app",
|
||||
"version": "0.2.117-next.0",
|
||||
"version": "0.2.117-next.1",
|
||||
"backstage": {
|
||||
"role": "frontend"
|
||||
},
|
||||
|
||||
@@ -1,5 +1,12 @@
|
||||
# @backstage/test-utils
|
||||
|
||||
## 1.7.15-next.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies
|
||||
- @backstage/theme@0.7.2-next.0
|
||||
|
||||
## 1.7.15-next.0
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@backstage/test-utils",
|
||||
"version": "1.7.15-next.0",
|
||||
"version": "1.7.15-next.1",
|
||||
"description": "Utilities to test Backstage plugins and apps.",
|
||||
"backstage": {
|
||||
"role": "web-library"
|
||||
|
||||
@@ -1,5 +1,11 @@
|
||||
# @backstage/theme
|
||||
|
||||
## 0.7.2-next.0
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- 1c52dcc: add square shape
|
||||
|
||||
## 0.7.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@backstage/theme",
|
||||
"version": "0.7.1",
|
||||
"version": "0.7.2-next.0",
|
||||
"description": "material-ui theme for use with Backstage.",
|
||||
"backstage": {
|
||||
"role": "web-library"
|
||||
|
||||
@@ -1,5 +1,91 @@
|
||||
# @backstage/ui
|
||||
|
||||
## 0.12.0-next.1
|
||||
|
||||
### Minor Changes
|
||||
|
||||
- 058ffd9: **BREAKING**: Removed `large` size variant from Button component as it was never implemented.
|
||||
|
||||
**Migration:**
|
||||
|
||||
```diff
|
||||
- <Button size="large">Click me</Button>
|
||||
+ <Button size="medium">Click me</Button>
|
||||
```
|
||||
|
||||
**Affected components:** Button
|
||||
|
||||
- 110fec0: **BREAKING**: Removed link and tint color tokens, added new status foreground tokens, and improved Link component styling
|
||||
|
||||
The following color tokens have been removed:
|
||||
|
||||
- `--bui-fg-link` (and all related tokens: `-hover`, `-pressed`, `-disabled`)
|
||||
- `--bui-fg-tint` (and all related tokens: `-hover`, `-pressed`, `-disabled`)
|
||||
- `--bui-bg-tint` (and all related tokens: `-hover`, `-pressed`, `-disabled`)
|
||||
- `--bui-border-tint` (and all related tokens)
|
||||
|
||||
**New Status Tokens:**
|
||||
|
||||
Added dedicated tokens for status colors that distinguish between usage on status backgrounds vs. standalone usage:
|
||||
|
||||
- `--bui-fg-danger-on-bg` / `--bui-fg-danger`
|
||||
- `--bui-fg-warning-on-bg` / `--bui-fg-warning`
|
||||
- `--bui-fg-success-on-bg` / `--bui-fg-success`
|
||||
- `--bui-fg-info-on-bg` / `--bui-fg-info`
|
||||
|
||||
The `-on-bg` variants are designed for text on colored backgrounds, while the base variants are for standalone status indicators with improved visibility and contrast.
|
||||
|
||||
**Migration:**
|
||||
|
||||
For link colors, migrate to one of the following alternatives:
|
||||
|
||||
```diff
|
||||
.custom-link {
|
||||
- color: var(--bui-fg-link);
|
||||
+ color: var(--bui-fg-info); /* For informational links */
|
||||
+ /* or */
|
||||
+ color: var(--bui-fg-primary); /* For standard text links */
|
||||
}
|
||||
```
|
||||
|
||||
For tint colors (backgrounds, foregrounds, borders), migrate to appropriate status or neutral colors:
|
||||
|
||||
```diff
|
||||
.info-section {
|
||||
- background: var(--bui-bg-tint);
|
||||
+ background: var(--bui-bg-info); /* For informational sections */
|
||||
+ /* or */
|
||||
+ background: var(--bui-bg-neutral-on-surface-0); /* For neutral emphasis */
|
||||
}
|
||||
```
|
||||
|
||||
If you're using status foreground colors on colored backgrounds, update to the new `-on-bg` tokens:
|
||||
|
||||
```diff
|
||||
.error-badge {
|
||||
- color: var(--bui-fg-danger);
|
||||
+ color: var(--bui-fg-danger-on-bg);
|
||||
background: var(--bui-bg-danger);
|
||||
}
|
||||
```
|
||||
|
||||
**Affected components:** Link
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- 4d1b7f4: Fixed CSS Module syntax to comply with Next.js 16 Turbopack validation by flattening nested dark theme selectors.
|
||||
|
||||
**Affected components:** Popover, Tooltip
|
||||
|
||||
- 2c219b9: Added `destructive` prop to Button for dangerous actions like delete or remove. Works with all variants (primary, secondary, tertiary).
|
||||
|
||||
**Affected components:** Button
|
||||
|
||||
- 5af9e14: Fixed `useDefinition` hook adding literal "undefined" class name when no className prop was passed.
|
||||
- 74c5a76: Fixed Switch component disabled state styling to show `not-allowed` cursor and disabled text color.
|
||||
|
||||
**Affected components:** Switch
|
||||
|
||||
## 0.12.0-next.0
|
||||
|
||||
### Minor Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@backstage/ui",
|
||||
"version": "0.12.0-next.0",
|
||||
"version": "0.12.0-next.1",
|
||||
"backstage": {
|
||||
"role": "web-library"
|
||||
},
|
||||
|
||||
@@ -1,5 +1,15 @@
|
||||
# @backstage/plugin-api-docs
|
||||
|
||||
## 0.13.4-next.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies
|
||||
- @backstage/plugin-catalog-react@1.22.0-next.1
|
||||
- @backstage/plugin-catalog@1.33.0-next.1
|
||||
- @backstage/frontend-plugin-api@0.14.0-next.1
|
||||
- @backstage/core-components@0.18.7-next.1
|
||||
|
||||
## 0.13.4-next.0
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@backstage/plugin-api-docs",
|
||||
"version": "0.13.4-next.0",
|
||||
"version": "0.13.4-next.1",
|
||||
"description": "A Backstage plugin that helps represent API entities in the frontend",
|
||||
"backstage": {
|
||||
"role": "frontend-plugin",
|
||||
|
||||
@@ -1,5 +1,15 @@
|
||||
# @backstage/plugin-app
|
||||
|
||||
## 0.4.0-next.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies
|
||||
- @backstage/theme@0.7.2-next.0
|
||||
- @backstage/frontend-plugin-api@0.14.0-next.1
|
||||
- @backstage/core-components@0.18.7-next.1
|
||||
- @backstage/integration-react@1.2.15-next.1
|
||||
|
||||
## 0.4.0-next.0
|
||||
|
||||
### Minor Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@backstage/plugin-app",
|
||||
"version": "0.4.0-next.0",
|
||||
"version": "0.4.0-next.1",
|
||||
"backstage": {
|
||||
"role": "frontend-plugin",
|
||||
"pluginId": "app",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@backstage/plugin-auth-backend-module-atlassian-provider",
|
||||
"version": "0.4.11-next.0",
|
||||
"version": "0.4.12-next.0",
|
||||
"description": "The atlassian-provider backend module for the auth plugin.",
|
||||
"backstage": {
|
||||
"role": "backend-plugin-module",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@backstage/plugin-auth-backend-module-aws-alb-provider",
|
||||
"version": "0.4.12-next.0",
|
||||
"version": "0.4.13-next.0",
|
||||
"description": "The aws-alb provider module for the Backstage auth backend.",
|
||||
"backstage": {
|
||||
"role": "backend-plugin-module",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@backstage/plugin-auth-backend-module-azure-easyauth-provider",
|
||||
"version": "0.2.16-next.0",
|
||||
"version": "0.2.17-next.0",
|
||||
"description": "The azure-easyauth-provider backend module for the auth plugin.",
|
||||
"backstage": {
|
||||
"role": "backend-plugin-module",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@backstage/plugin-auth-backend-module-bitbucket-provider",
|
||||
"version": "0.3.11-next.0",
|
||||
"version": "0.3.12-next.0",
|
||||
"description": "The bitbucket-provider backend module for the auth plugin.",
|
||||
"backstage": {
|
||||
"role": "backend-plugin-module",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@backstage/plugin-auth-backend-module-bitbucket-server-provider",
|
||||
"version": "0.2.11-next.0",
|
||||
"version": "0.2.12-next.0",
|
||||
"description": "The bitbucket-server-provider backend module for the auth plugin.",
|
||||
"backstage": {
|
||||
"role": "backend-plugin-module",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@backstage/plugin-auth-backend-module-cloudflare-access-provider",
|
||||
"version": "0.4.11-next.0",
|
||||
"version": "0.4.12-next.0",
|
||||
"description": "The cloudflare-access-provider backend module for the auth plugin.",
|
||||
"backstage": {
|
||||
"role": "backend-plugin-module",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@backstage/plugin-auth-backend-module-gcp-iap-provider",
|
||||
"version": "0.4.11-next.0",
|
||||
"version": "0.4.12-next.0",
|
||||
"description": "A GCP IAP auth provider module for the Backstage auth backend",
|
||||
"backstage": {
|
||||
"role": "backend-plugin-module",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@backstage/plugin-auth-backend-module-google-provider",
|
||||
"version": "0.3.11-next.0",
|
||||
"version": "0.3.12-next.0",
|
||||
"description": "A Google auth provider module for the Backstage auth backend",
|
||||
"backstage": {
|
||||
"role": "backend-plugin-module",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@backstage/plugin-auth-backend-module-microsoft-provider",
|
||||
"version": "0.3.11-next.0",
|
||||
"version": "0.3.12-next.0",
|
||||
"description": "The microsoft-provider backend module for the auth plugin.",
|
||||
"backstage": {
|
||||
"role": "backend-plugin-module",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@backstage/plugin-auth-backend-module-oauth2-provider",
|
||||
"version": "0.4.11-next.0",
|
||||
"version": "0.4.12-next.0",
|
||||
"description": "The oauth2-provider backend module for the auth plugin.",
|
||||
"backstage": {
|
||||
"role": "backend-plugin-module",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@backstage/plugin-auth-backend-module-oauth2-proxy-provider",
|
||||
"version": "0.2.16-next.0",
|
||||
"version": "0.2.17-next.0",
|
||||
"description": "The oauth2-proxy-provider backend module for the auth plugin.",
|
||||
"backstage": {
|
||||
"role": "backend-plugin-module",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@backstage/plugin-auth-backend-module-oidc-provider",
|
||||
"version": "0.4.12-next.0",
|
||||
"version": "0.4.13-next.0",
|
||||
"description": "The oidc-provider backend module for the auth plugin.",
|
||||
"backstage": {
|
||||
"role": "backend-plugin-module",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@backstage/plugin-auth-backend-module-okta-provider",
|
||||
"version": "0.2.11-next.0",
|
||||
"version": "0.2.12-next.0",
|
||||
"description": "The okta-provider backend module for the auth plugin.",
|
||||
"backstage": {
|
||||
"role": "backend-plugin-module",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@backstage/plugin-auth-backend-module-onelogin-provider",
|
||||
"version": "0.3.11-next.0",
|
||||
"version": "0.3.12-next.0",
|
||||
"description": "The onelogin-provider backend module for the auth plugin.",
|
||||
"backstage": {
|
||||
"role": "backend-plugin-module",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@backstage/plugin-auth-node",
|
||||
"version": "0.6.12-next.0",
|
||||
"version": "0.6.13-next.0",
|
||||
"backstage": {
|
||||
"role": "node-library",
|
||||
"pluginId": "auth",
|
||||
|
||||
@@ -1,5 +1,14 @@
|
||||
# @backstage/plugin-auth
|
||||
|
||||
## 0.1.5-next.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies
|
||||
- @backstage/theme@0.7.2-next.0
|
||||
- @backstage/frontend-plugin-api@0.14.0-next.1
|
||||
- @backstage/core-components@0.18.7-next.1
|
||||
|
||||
## 0.1.5-next.0
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@backstage/plugin-auth",
|
||||
"version": "0.1.5-next.0",
|
||||
"version": "0.1.5-next.1",
|
||||
"backstage": {
|
||||
"role": "frontend-plugin",
|
||||
"pluginId": "auth",
|
||||
|
||||
@@ -1,5 +1,12 @@
|
||||
# @backstage/plugin-bitbucket-cloud-common
|
||||
|
||||
## 0.3.7-next.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies
|
||||
- @backstage/integration@1.20.0-next.1
|
||||
|
||||
## 0.3.7-next.0
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@backstage/plugin-bitbucket-cloud-common",
|
||||
"version": "0.3.7-next.0",
|
||||
"version": "0.3.7-next.1",
|
||||
"description": "Common functionalities for bitbucket-cloud plugins",
|
||||
"backstage": {
|
||||
"role": "common-library",
|
||||
|
||||
@@ -1,5 +1,15 @@
|
||||
# @backstage/plugin-catalog-backend-module-aws
|
||||
|
||||
## 0.4.20-next.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies
|
||||
- @backstage/plugin-kubernetes-common@0.9.10-next.1
|
||||
- @backstage/integration@1.20.0-next.1
|
||||
- @backstage/backend-plugin-api@1.7.0-next.1
|
||||
- @backstage/backend-defaults@0.15.2-next.1
|
||||
|
||||
## 0.4.20-next.0
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@backstage/plugin-catalog-backend-module-aws",
|
||||
"version": "0.4.20-next.0",
|
||||
"version": "0.4.20-next.1",
|
||||
"description": "A Backstage catalog backend module that helps integrate towards AWS",
|
||||
"backstage": {
|
||||
"role": "backend-plugin-module",
|
||||
|
||||
@@ -1,5 +1,13 @@
|
||||
# @backstage/plugin-catalog-backend-module-azure
|
||||
|
||||
## 0.3.14-next.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies
|
||||
- @backstage/integration@1.20.0-next.1
|
||||
- @backstage/backend-plugin-api@1.7.0-next.1
|
||||
|
||||
## 0.3.14-next.0
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@backstage/plugin-catalog-backend-module-azure",
|
||||
"version": "0.3.14-next.0",
|
||||
"version": "0.3.14-next.1",
|
||||
"description": "A Backstage catalog backend module that helps integrate towards Azure",
|
||||
"backstage": {
|
||||
"role": "backend-plugin-module",
|
||||
|
||||
@@ -1,5 +1,14 @@
|
||||
# @backstage/plugin-catalog-backend-module-bitbucket-cloud
|
||||
|
||||
## 0.5.8-next.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies
|
||||
- @backstage/integration@1.20.0-next.1
|
||||
- @backstage/backend-plugin-api@1.7.0-next.1
|
||||
- @backstage/plugin-bitbucket-cloud-common@0.3.7-next.1
|
||||
|
||||
## 0.5.8-next.0
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@backstage/plugin-catalog-backend-module-bitbucket-cloud",
|
||||
"version": "0.5.8-next.0",
|
||||
"version": "0.5.8-next.1",
|
||||
"description": "A Backstage catalog backend module that helps integrate towards Bitbucket Cloud",
|
||||
"backstage": {
|
||||
"role": "backend-plugin-module",
|
||||
|
||||
@@ -1,5 +1,13 @@
|
||||
# @backstage/plugin-catalog-backend-module-bitbucket-server
|
||||
|
||||
## 0.5.8-next.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies
|
||||
- @backstage/integration@1.20.0-next.1
|
||||
- @backstage/backend-plugin-api@1.7.0-next.1
|
||||
|
||||
## 0.5.8-next.0
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@backstage/plugin-catalog-backend-module-bitbucket-server",
|
||||
"version": "0.5.8-next.0",
|
||||
"version": "0.5.8-next.1",
|
||||
"backstage": {
|
||||
"role": "backend-plugin-module",
|
||||
"pluginId": "catalog",
|
||||
|
||||
@@ -1,5 +1,13 @@
|
||||
# @backstage/plugin-catalog-backend-module-gerrit
|
||||
|
||||
## 0.3.11-next.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies
|
||||
- @backstage/integration@1.20.0-next.1
|
||||
- @backstage/backend-plugin-api@1.7.0-next.1
|
||||
|
||||
## 0.3.11-next.0
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@backstage/plugin-catalog-backend-module-gerrit",
|
||||
"version": "0.3.11-next.0",
|
||||
"version": "0.3.11-next.1",
|
||||
"backstage": {
|
||||
"role": "backend-plugin-module",
|
||||
"pluginId": "catalog",
|
||||
|
||||
@@ -1,5 +1,13 @@
|
||||
# @backstage/plugin-catalog-backend-module-gitea
|
||||
|
||||
## 0.1.9-next.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies
|
||||
- @backstage/integration@1.20.0-next.1
|
||||
- @backstage/backend-plugin-api@1.7.0-next.1
|
||||
|
||||
## 0.1.9-next.0
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@backstage/plugin-catalog-backend-module-gitea",
|
||||
"version": "0.1.9-next.0",
|
||||
"version": "0.1.9-next.1",
|
||||
"license": "Apache-2.0",
|
||||
"description": "The gitea backend module for the catalog plugin.",
|
||||
"main": "src/index.ts",
|
||||
|
||||
@@ -1,5 +1,13 @@
|
||||
# @backstage/plugin-catalog-backend-module-github
|
||||
|
||||
## 0.12.2-next.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies
|
||||
- @backstage/integration@1.20.0-next.1
|
||||
- @backstage/backend-plugin-api@1.7.0-next.1
|
||||
|
||||
## 0.12.2-next.0
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@backstage/plugin-catalog-backend-module-github",
|
||||
"version": "0.12.2-next.0",
|
||||
"version": "0.12.2-next.1",
|
||||
"description": "A Backstage catalog backend module that helps integrate towards GitHub",
|
||||
"backstage": {
|
||||
"role": "backend-plugin-module",
|
||||
|
||||
@@ -1,5 +1,18 @@
|
||||
# @backstage/plugin-catalog-backend-module-gitlab
|
||||
|
||||
## 0.8.0-next.1
|
||||
|
||||
### Minor Changes
|
||||
|
||||
- 2f51676: allow entity discoverability via gitlab search API
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies
|
||||
- @backstage/integration@1.20.0-next.1
|
||||
- @backstage/backend-plugin-api@1.7.0-next.1
|
||||
- @backstage/backend-defaults@0.15.2-next.1
|
||||
|
||||
## 0.8.0-next.0
|
||||
|
||||
### Minor Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@backstage/plugin-catalog-backend-module-gitlab",
|
||||
"version": "0.8.0-next.0",
|
||||
"version": "0.8.0-next.1",
|
||||
"description": "A Backstage catalog backend module that helps integrate towards GitLab",
|
||||
"backstage": {
|
||||
"role": "backend-plugin-module",
|
||||
|
||||
@@ -1,5 +1,16 @@
|
||||
# @backstage/plugin-catalog-backend-module-msgraph
|
||||
|
||||
## 0.9.0-next.1
|
||||
|
||||
### Minor Changes
|
||||
|
||||
- 8694561: Log group/user count, tenant ID, execution time as separate fields
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies
|
||||
- @backstage/backend-plugin-api@1.7.0-next.1
|
||||
|
||||
## 0.8.5-next.0
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@backstage/plugin-catalog-backend-module-msgraph",
|
||||
"version": "0.8.5-next.0",
|
||||
"version": "0.9.0-next.1",
|
||||
"description": "A Backstage catalog backend module that helps integrate towards Microsoft Graph",
|
||||
"backstage": {
|
||||
"role": "backend-plugin-module",
|
||||
|
||||
@@ -1,5 +1,13 @@
|
||||
# @backstage/plugin-catalog-backend-module-openapi
|
||||
|
||||
## 0.2.19-next.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies
|
||||
- @backstage/integration@1.20.0-next.1
|
||||
- @backstage/backend-plugin-api@1.7.0-next.1
|
||||
|
||||
## 0.2.19-next.0
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@backstage/plugin-catalog-backend-module-openapi",
|
||||
"version": "0.2.19-next.0",
|
||||
"version": "0.2.19-next.1",
|
||||
"description": "A Backstage catalog backend module that helps with OpenAPI specifications",
|
||||
"backstage": {
|
||||
"role": "backend-plugin-module",
|
||||
|
||||
@@ -1,5 +1,14 @@
|
||||
# @backstage/plugin-catalog-backend
|
||||
|
||||
## 3.4.0-next.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- 5e3ef57: Added `peerModules` metadata declaring recommended modules for cross-plugin integrations.
|
||||
- Updated dependencies
|
||||
- @backstage/integration@1.20.0-next.1
|
||||
- @backstage/backend-plugin-api@1.7.0-next.1
|
||||
|
||||
## 3.4.0-next.0
|
||||
|
||||
### Minor Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@backstage/plugin-catalog-backend",
|
||||
"version": "3.4.0-next.0",
|
||||
"version": "3.4.0-next.1",
|
||||
"description": "The Backstage backend plugin that provides the Backstage catalog",
|
||||
"backstage": {
|
||||
"role": "backend-plugin",
|
||||
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user