Version Packages (next)

This commit is contained in:
github-actions[bot]
2026-02-10 16:14:59 +00:00
parent 20bd285bcd
commit 7c41134684
222 changed files with 3034 additions and 111 deletions
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/create-app': patch
---
Bumped create-app version.
+56 -1
View File
@@ -206,34 +206,58 @@
"@backstage/plugin-techdocs-react": "1.3.7",
"@backstage/plugin-user-settings": "0.8.31",
"@backstage/plugin-user-settings-backend": "0.3.10",
"@backstage/plugin-user-settings-common": "0.0.1"
"@backstage/plugin-user-settings-common": "0.0.1",
"@backstage/filter-predicates": "0.0.0"
},
"changesets": [
"angry-hornets-clap",
"api-override-conflict-error-defaults",
"api-override-conflict-error",
"api-override-test-utils",
"backend-process-listener-cleanup",
"backend-test-utils-create-service-mock",
"backend-test-utils-extension-points",
"beige-crabs-share",
"better-eggs-slide",
"big-rabbits-think",
"bright-pans-greet",
"brown-grapes-fold",
"calm-knives-glow",
"catalog-graph-test-deps",
"catalog-modules-update-extension-points",
"catalog-node-extension-points-to-stable",
"catalog-node-use-create-service-mock",
"catalog-provider-module-failures",
"catalog-react-catalog-api-mock-shorthand",
"chatty-tips-stop",
"clean-suits-follow",
"cli-template-catalog-node-stable",
"create-app-1770128583",
"create-app-1770740016",
"css-exports-support",
"custom-playwright-channel",
"cute-parts-smash",
"dull-ants-pull",
"early-kids-see",
"easy-deer-eat",
"eighty-steaks-brake",
"elasticsearch-auth-extension-point",
"empty-games-hug",
"extension-snapshot-testing",
"fair-ads-decide",
"famous-phones-chew",
"fix-catalog-tags-spacing",
"fix-nested-accordion-icon-state",
"fix-nextjs16-css-modules",
"fix-opensearch-bulk-refresh",
"fix-theme-language-selector-leak",
"floppy-actors-show",
"floppy-parks-decide",
"frontend-mock-apis-alert-featureflags",
"frontend-test-utils-mock-apis-and-shorthand",
"fuzzy-lights-start",
"fuzzy-shrimps-refuse",
"gentle-onions-occur",
"gold-lions-stick",
"good-cameras-repair",
"good-eggs-tell",
@@ -241,12 +265,19 @@
"green-flowers-brush",
"green-llamas-wink",
"grumpy-birds-teach",
"grumpy-signs-deny",
"hip-eyes-mate",
"improve-in-memory-catalog-client",
"lazy-groups-hunt",
"legal-impalas-shine",
"lemon-eyes-grin",
"lemon-lines-give",
"light-meals-cover",
"long-months-laugh",
"lucky-masks-doubt",
"many-bags-brake",
"many-ravens-move",
"migrate-entity-filters-to-predicates",
"module-failure-reporting",
"module-handle-api",
"odd-eagles-guess",
@@ -263,14 +294,27 @@
"quiet-coats-sleep",
"quiet-humans-hammer",
"rare-papers-decide",
"red-chicken-juggle",
"red-rivers-make",
"remove-array-attachto-type",
"remove-backend-defaults-from-plugins",
"remove-multiple-attachment-points-frontend-app-api",
"remove-multiple-attachment-points-frontend-plugin-api",
"remove-summary-card-type",
"render-test-app-mounted-routes",
"renovate-02f9012",
"renovate-4e9885a",
"renovate-5d0b26d",
"renovate-deeb14e",
"renovate-fc2561e",
"repo-tools-app-rename",
"repo-tools-type-deps-ambient-jest",
"ripe-women-follow",
"rotten-paths-pump",
"scaffolder-form-fields-api-migration-react",
"scaffolder-form-fields-api-migration",
"scaffolder-react-test-utils-dep",
"scaffolder-test-utils-dep",
"seven-states-sleep",
"sharp-doodles-retire",
"slimy-dots-cross",
@@ -279,24 +323,35 @@
"slow-numbers-study",
"small-jars-lick",
"small-rice-arrive",
"small-shirts-lose",
"smart-spoons-scream",
"smart-ties-attend",
"smooth-pants-wave",
"solid-dryers-leave",
"spicy-coins-switch",
"stupid-flies-shake",
"summary-card-backward-compat",
"tangy-wasps-invent",
"tasty-crabs-occur",
"techdocs-addons-api-migration-react",
"techdocs-addons-api-migration",
"ten-mammals-invite",
"test-entity-page-utility",
"test-utils-jest-peer-dep",
"thirty-meals-rest",
"thirty-mirrors-own",
"three-rooms-enjoy",
"tiny-lamps-give",
"tired-queens-cross",
"tired-sides-share",
"twelve-dolls-tap",
"twenty-clubs-itch",
"ui-standard-build",
"vast-rockets-dig",
"wet-cups-juggle",
"wicked-walls-accept",
"wild-emus-write",
"wise-rabbits-double",
"yellow-ties-dream",
"yellow-years-run",
"young-pens-wash"
File diff suppressed because it is too large Load Diff
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "root",
"version": "1.48.0-next.1",
"version": "1.48.0-next.2",
"backstage": {
"cli": {
"new": {
+12
View File
@@ -1,5 +1,17 @@
# @backstage/app-defaults
## 1.7.5-next.2
### Patch Changes
- a7e0d50: Prepare for React Router v7 migration by updating to v6.30.2 across all NFS packages and enabling v7 future flags. Convert routes from splat paths to parent/child structure with Outlet components.
- Updated dependencies
- @backstage/core-app-api@1.19.5-next.1
- @backstage/core-components@0.18.7-next.2
- @backstage/core-plugin-api@1.12.3-next.1
- @backstage/plugin-permission-react@0.4.40-next.1
- @backstage/theme@0.7.2-next.1
## 1.7.5-next.1
### Patch Changes
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@backstage/app-defaults",
"version": "1.7.5-next.1",
"version": "1.7.5-next.2",
"description": "Provides the default wiring of a Backstage App",
"backstage": {
"role": "web-library"
+40
View File
@@ -1,5 +1,45 @@
# example-app-legacy
## 0.2.118-next.2
### Patch Changes
- Updated dependencies
- @backstage/ui@0.12.0-next.2
- @backstage/plugin-api-docs@0.13.4-next.2
- @backstage/plugin-catalog-graph@0.5.7-next.2
- @backstage/plugin-org@0.6.49-next.2
- @backstage/plugin-catalog-react@2.0.0-next.2
- @backstage/cli@0.35.4-next.2
- @backstage/plugin-catalog@1.33.0-next.2
- @backstage/core-app-api@1.19.5-next.1
- @backstage/plugin-kubernetes@0.12.16-next.2
- @backstage/plugin-scaffolder@1.35.3-next.2
- @backstage/plugin-techdocs@1.16.3-next.2
- @backstage/plugin-scaffolder-react@1.19.7-next.2
- @backstage/plugin-user-settings@0.9.0-next.2
- @backstage/plugin-home-react@0.1.35-next.1
- @backstage/plugin-home@0.9.2-next.2
- @backstage/plugin-techdocs-module-addons-contrib@1.1.33-next.2
- @backstage/plugin-catalog-unprocessed-entities@0.2.26-next.1
- @backstage/integration-react@1.2.15-next.2
- @backstage/plugin-kubernetes-cluster@0.0.34-next.2
- @backstage/frontend-app-api@0.15.0-next.2
- @backstage/core-components@0.18.7-next.2
- @backstage/core-plugin-api@1.12.3-next.1
- @backstage/plugin-permission-react@0.4.40-next.1
- @backstage/plugin-catalog-import@0.13.10-next.2
- @backstage/plugin-techdocs-react@1.3.8-next.1
- @backstage/app-defaults@1.7.5-next.2
- @backstage/plugin-notifications@0.5.14-next.2
- @backstage/plugin-search-react@1.10.3-next.2
- @backstage/plugin-auth-react@0.1.24-next.1
- @backstage/plugin-mui-to-bui@0.2.4-next.2
- @backstage/plugin-devtools@0.1.36-next.1
- @backstage/plugin-signals@0.0.28-next.2
- @backstage/theme@0.7.2-next.1
- @backstage/plugin-search@1.6.0-next.2
## 0.2.118-next.1
### Patch Changes
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "example-app-legacy",
"version": "0.2.118-next.1",
"version": "0.2.118-next.2",
"backstage": {
"role": "frontend"
},
+46
View File
@@ -1,5 +1,51 @@
# example-app
## 0.0.32-next.2
### Patch Changes
- Updated dependencies
- @backstage/ui@0.12.0-next.2
- @backstage/plugin-api-docs@0.13.4-next.2
- @backstage/plugin-catalog-graph@0.5.7-next.2
- @backstage/plugin-org@0.6.49-next.2
- @backstage/plugin-catalog-react@2.0.0-next.2
- @backstage/cli@0.35.4-next.2
- @backstage/plugin-catalog@1.33.0-next.2
- @backstage/core-app-api@1.19.5-next.1
- @backstage/plugin-kubernetes@0.12.16-next.2
- @backstage/plugin-scaffolder@1.35.3-next.2
- @backstage/plugin-techdocs@1.16.3-next.2
- @backstage/plugin-scaffolder-react@1.19.7-next.2
- @backstage/plugin-user-settings@0.9.0-next.2
- @backstage/plugin-home-react@0.1.35-next.1
- @backstage/plugin-home@0.9.2-next.2
- @backstage/plugin-techdocs-module-addons-contrib@1.1.33-next.2
- @backstage/plugin-catalog-unprocessed-entities@0.2.26-next.1
- @backstage/frontend-plugin-api@0.14.0-next.2
- @backstage/frontend-defaults@0.4.0-next.2
- @backstage/integration-react@1.2.15-next.2
- @backstage/plugin-kubernetes-cluster@0.0.34-next.2
- @backstage/frontend-app-api@0.15.0-next.2
- @backstage/core-compat-api@0.5.8-next.2
- @backstage/core-components@0.18.7-next.2
- @backstage/core-plugin-api@1.12.3-next.1
- @backstage/plugin-permission-react@0.4.40-next.1
- @backstage/plugin-app-visualizer@0.1.28-next.1
- @backstage/plugin-catalog-import@0.13.10-next.2
- @backstage/plugin-techdocs-react@1.3.8-next.1
- @backstage/app-defaults@1.7.5-next.2
- @backstage/plugin-notifications@0.5.14-next.2
- @backstage/plugin-search-react@1.10.3-next.2
- @backstage/plugin-auth-react@0.1.24-next.1
- @backstage/plugin-devtools@0.1.36-next.1
- @backstage/plugin-signals@0.0.28-next.2
- @backstage/theme@0.7.2-next.1
- @backstage/plugin-search@1.6.0-next.2
- @backstage/plugin-auth@0.1.5-next.2
- @backstage/plugin-app@0.4.0-next.2
- @backstage/plugin-app-react@0.1.1-next.0
## 0.0.32-next.1
### Patch Changes
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "example-app",
"version": "0.0.32-next.1",
"version": "0.0.32-next.2",
"backstage": {
"role": "frontend"
},
+8
View File
@@ -1,5 +1,13 @@
# @backstage/backend-app-api
## 1.5.0-next.1
### Patch Changes
- 6bb2f21: Fixed memory leak by properly cleaning up process event listeners on backend shutdown.
- Updated dependencies
- @backstage/backend-plugin-api@1.7.0-next.1
## 1.5.0-next.0
### Minor Changes
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@backstage/backend-app-api",
"version": "1.5.0-next.0",
"version": "1.5.0-next.1",
"description": "Core API used by Backstage backend apps",
"backstage": {
"role": "node-library"
+16
View File
@@ -1,5 +1,21 @@
# @backstage/backend-test-utils
## 1.11.0-next.1
### Minor Changes
- 42abfb1: Added `createServiceMock`, a public utility for creating `ServiceMock` instances for custom service refs. This allows plugin authors to define mock creators for their own services following the same pattern as the built-in `mockServices` mocks.
### Patch Changes
- 68eb322: Added `@types/jest` as an optional peer dependency, since jest types are exposed in the public API surface.
- Updated dependencies
- @backstage/backend-app-api@1.5.0-next.1
- @backstage/backend-defaults@0.15.2-next.1
- @backstage/backend-plugin-api@1.7.0-next.1
- @backstage/plugin-auth-node@0.6.13-next.1
- @backstage/plugin-events-node@0.4.19-next.0
## 1.10.4-next.0
### Patch Changes
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@backstage/backend-test-utils",
"version": "1.10.5-next.0",
"version": "1.11.0-next.1",
"description": "Test helpers library for Backstage backends",
"backstage": {
"role": "node-library"
+39
View File
@@ -1,5 +1,44 @@
# example-backend
## 0.0.47-next.2
### Patch Changes
- Updated dependencies
- @backstage/plugin-auth-backend@0.27.0-next.1
- @backstage/plugin-devtools-backend@0.5.14-next.1
- @backstage/plugin-mcp-actions-backend@0.1.9-next.1
- @backstage/plugin-scaffolder-backend@3.1.3-next.2
- @backstage/plugin-search-backend@2.0.12-next.1
- @backstage/plugin-techdocs-backend@2.1.5-next.2
- @backstage/plugin-search-backend-module-explore@0.3.11-next.1
- @backstage/plugin-catalog-backend@3.4.0-next.2
- @backstage/backend-defaults@0.15.2-next.1
- @backstage/backend-plugin-api@1.7.0-next.1
- @backstage/plugin-app-backend@0.5.11-next.0
- @backstage/plugin-auth-backend-module-github-provider@0.5.0-next.0
- @backstage/plugin-auth-backend-module-guest-provider@0.2.16-next.0
- @backstage/plugin-auth-backend-module-openshift-provider@0.1.4-next.0
- @backstage/plugin-auth-node@0.6.13-next.1
- @backstage/plugin-catalog-backend-module-openapi@0.2.19-next.2
- @backstage/plugin-catalog-backend-module-scaffolder-entity-model@0.2.17-next.1
- @backstage/plugin-events-backend@0.5.11-next.0
- @backstage/plugin-events-backend-module-google-pubsub@0.1.8-next.0
- @backstage/plugin-kubernetes-backend@0.21.1-next.2
- @backstage/plugin-notifications-backend@0.6.2-next.2
- @backstage/plugin-permission-backend@0.7.9-next.0
- @backstage/plugin-permission-backend-module-allow-all-policy@0.2.16-next.0
- @backstage/plugin-permission-node@0.10.10-next.0
- @backstage/plugin-proxy-backend@0.6.10-next.0
- @backstage/plugin-scaffolder-backend-module-github@0.9.6-next.2
- @backstage/plugin-search-backend-module-catalog@0.3.12-next.1
- @backstage/plugin-search-backend-module-elasticsearch@1.8.0-next.1
- @backstage/plugin-search-backend-module-techdocs@0.4.11-next.1
- @backstage/plugin-search-backend-node@1.4.1-next.0
- @backstage/plugin-signals-backend@0.3.12-next.0
- @backstage/plugin-catalog-backend-module-backstage-openapi@0.5.11-next.1
- @backstage/plugin-catalog-backend-module-unprocessed@0.6.8-next.1
## 0.0.47-next.1
### Patch Changes
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "example-backend",
"version": "0.0.47-next.1",
"version": "0.0.47-next.2",
"backstage": {
"role": "backend"
},
+6
View File
@@ -1,5 +1,11 @@
# @backstage/catalog-client
## 1.12.2-next.0
### Patch Changes
- 9cf6762: Improved the `InMemoryCatalogClient` test utility to support ordering, pagination, full-text search, and field projection for entity query methods. Also fixed `getEntityFacets` to correctly handle multi-valued fields.
## 1.12.1
### Patch Changes
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@backstage/catalog-client",
"version": "1.12.1",
"version": "1.12.2-next.0",
"description": "An isomorphic client for the catalog backend",
"backstage": {
"role": "common-library"
+15
View File
@@ -1,5 +1,20 @@
# @backstage/cli
## 0.35.4-next.2
### Patch Changes
- 20131c5: Added support for CSS exports in package builds. When a package declares a CSS file in its `exports` field (e.g., `"./styles.css": "./src/styles.css"`), the CLI will automatically bundle it during `backstage-cli package build`, resolving any `@import` statements. The export path is rewritten from `src/` to `dist/` at publish time.
Fixed `backstage-cli repo fix` to not add `typesVersions` entries for non-script exports like CSS files.
- 6ce4a13: Removed `/alpha` from `scaffolderActionsExtensionPoint` import
- 73351c2: Updated dependency `webpack` to `~5.104.0`.
- Updated dependencies
- @backstage/integration@1.20.0-next.2
- @backstage/cli-node@0.2.18-next.1
- @backstage/config-loader@1.10.8-next.0
## 0.35.4-next.1
### Patch Changes
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@backstage/cli",
"version": "0.35.4-next.1",
"version": "0.35.4-next.2",
"description": "CLI for developing Backstage plugins and apps",
"backstage": {
"role": "cli"
+10
View File
@@ -1,5 +1,15 @@
# @backstage/core-app-api
## 1.19.5-next.1
### Patch Changes
- 5a71e7a: Fixed memory leak caused by duplicate `AppThemeSelector` instances and missing cleanup in `AppThemeSelector` and `AppLanguageSelector`. Added `dispose()` method to both selectors for proper resource cleanup.
- a7e0d50: Prepare for React Router v7 migration by updating to v6.30.2 across all NFS packages and enabling v7 future flags. Convert routes from splat paths to parent/child structure with Outlet components.
- Updated dependencies
- @backstage/core-plugin-api@1.12.3-next.1
- @backstage/version-bridge@1.0.12-next.0
## 1.19.4-next.0
### Patch Changes
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@backstage/core-app-api",
"version": "1.19.5-next.0",
"version": "1.19.5-next.1",
"description": "Core app API used by Backstage apps",
"backstage": {
"role": "web-library"
+12
View File
@@ -1,5 +1,17 @@
# @backstage/core-compat-api
## 0.5.8-next.2
### Patch Changes
- a7e0d50: Prepare for React Router v7 migration by updating to v6.30.2 across all NFS packages and enabling v7 future flags. Convert routes from splat paths to parent/child structure with Outlet components.
- Updated dependencies
- @backstage/plugin-catalog-react@2.0.0-next.2
- @backstage/frontend-plugin-api@0.14.0-next.2
- @backstage/core-plugin-api@1.12.3-next.1
- @backstage/version-bridge@1.0.12-next.0
- @backstage/plugin-app-react@0.1.1-next.0
## 0.5.8-next.1
### Patch Changes
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@backstage/core-compat-api",
"version": "0.5.8-next.1",
"version": "0.5.8-next.2",
"backstage": {
"role": "web-library"
},
+10
View File
@@ -1,5 +1,15 @@
# @backstage/core-components
## 0.18.7-next.2
### Patch Changes
- a7e0d50: Prepare for React Router v7 migration by updating to v6.30.2 across all NFS packages and enabling v7 future flags. Convert routes from splat paths to parent/child structure with Outlet components.
- Updated dependencies
- @backstage/core-plugin-api@1.12.3-next.1
- @backstage/version-bridge@1.0.12-next.0
- @backstage/theme@0.7.2-next.1
## 0.18.7-next.1
### Patch Changes
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@backstage/core-components",
"version": "0.18.7-next.1",
"version": "0.18.7-next.2",
"description": "Core components used by Backstage plugins and apps",
"backstage": {
"role": "web-library"
+9
View File
@@ -1,5 +1,14 @@
# @backstage/core-plugin-api
## 1.12.3-next.1
### Patch Changes
- a7e0d50: Prepare for React Router v7 migration by updating to v6.30.2 across all NFS packages and enabling v7 future flags. Convert routes from splat paths to parent/child structure with Outlet components.
- Updated dependencies
- @backstage/frontend-plugin-api@0.14.0-next.2
- @backstage/version-bridge@1.0.12-next.0
## 1.12.2-next.0
### Patch Changes
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@backstage/core-plugin-api",
"version": "1.12.3-next.0",
"version": "1.12.3-next.1",
"description": "Core API used by Backstage plugins",
"backstage": {
"role": "web-library"
+6
View File
@@ -1,5 +1,11 @@
# @backstage/create-app
## 0.7.9-next.2
### Patch Changes
- Bumped create-app version.
## 0.7.9-next.1
### Patch Changes
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@backstage/create-app",
"version": "0.7.9-next.1",
"version": "0.7.9-next.2",
"description": "A CLI that helps you create your own Backstage app",
"backstage": {
"role": "cli"
+15
View File
@@ -1,5 +1,20 @@
# @backstage/dev-utils
## 1.1.20-next.2
### Patch Changes
- a7e0d50: Prepare for React Router v7 migration by updating to v6.30.2 across all NFS packages and enabling v7 future flags. Convert routes from splat paths to parent/child structure with Outlet components.
- Updated dependencies
- @backstage/ui@0.12.0-next.2
- @backstage/plugin-catalog-react@2.0.0-next.2
- @backstage/core-app-api@1.19.5-next.1
- @backstage/integration-react@1.2.15-next.2
- @backstage/core-components@0.18.7-next.2
- @backstage/core-plugin-api@1.12.3-next.1
- @backstage/app-defaults@1.7.5-next.2
- @backstage/theme@0.7.2-next.1
## 1.1.20-next.1
### Patch Changes
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@backstage/dev-utils",
"version": "1.1.20-next.1",
"version": "1.1.20-next.2",
"description": "Utilities for developing Backstage plugins.",
"backstage": {
"role": "web-library"
+16
View File
@@ -1,5 +1,21 @@
# @backstage/e2e-test-utils
## 0.1.2-next.1
### Patch Changes
- b96c20e: Added optional `channel` option to `generateProjects()` to allow customizing the Playwright browser channel for testing against different browsers variants. When not provided, the function defaults to 'chrome' to maintain backward compatibility.
Example usage:
```ts
import { generateProjects } from '@backstage/e2e-test-utils';
export default defineConfig({
projects: generateProjects({ channel: 'msedge' }),
});
```
## 0.1.2-next.0
### Patch Changes
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@backstage/e2e-test-utils",
"version": "0.1.2-next.0",
"version": "0.1.2-next.1",
"description": "Shared end-to-end test utilities Backstage",
"backstage": {
"role": "node-library"
+7
View File
@@ -0,0 +1,7 @@
# @backstage/filter-predicates
## 0.1.0-next.0
### Minor Changes
- 7feb83b: Introduced package, basically as the extracted predicate types from `@backstage/plugin-catalog-react/alpha`
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@backstage/filter-predicates",
"version": "0.0.0",
"version": "0.1.0-next.0",
"description": "A library for expressing filter predicates and evaluating them against values",
"backstage": {
"role": "common-library"
+12
View File
@@ -1,5 +1,17 @@
# @backstage/frontend-app-api
## 0.15.0-next.2
### Patch Changes
- a7e0d50: Prepare for React Router v7 migration by updating to v6.30.2 across all NFS packages and enabling v7 future flags. Convert routes from splat paths to parent/child structure with Outlet components.
- Updated dependencies
- @backstage/core-app-api@1.19.5-next.1
- @backstage/frontend-plugin-api@0.14.0-next.2
- @backstage/frontend-defaults@0.4.0-next.2
- @backstage/core-plugin-api@1.12.3-next.1
- @backstage/version-bridge@1.0.12-next.0
## 0.15.0-next.1
### Minor Changes
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@backstage/frontend-app-api",
"version": "0.15.0-next.1",
"version": "0.15.0-next.2",
"backstage": {
"role": "web-library"
},
+11
View File
@@ -1,5 +1,16 @@
# @backstage/frontend-defaults
## 0.4.0-next.2
### Patch Changes
- a7e0d50: Prepare for React Router v7 migration by updating to v6.30.2 across all NFS packages and enabling v7 future flags. Convert routes from splat paths to parent/child structure with Outlet components.
- Updated dependencies
- @backstage/frontend-plugin-api@0.14.0-next.2
- @backstage/frontend-app-api@0.15.0-next.2
- @backstage/core-components@0.18.7-next.2
- @backstage/plugin-app@0.4.0-next.2
## 0.4.0-next.1
### Minor Changes
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@backstage/frontend-defaults",
"version": "0.4.0-next.1",
"version": "0.4.0-next.2",
"backstage": {
"role": "web-library"
},
@@ -1,5 +1,13 @@
# @backstage/frontend-dynamic-feature-loader
## 0.1.9-next.1
### Patch Changes
- a7e0d50: Prepare for React Router v7 migration by updating to v6.30.2 across all NFS packages and enabling v7 future flags. Convert routes from splat paths to parent/child structure with Outlet components.
- Updated dependencies
- @backstage/frontend-plugin-api@0.14.0-next.2
## 0.1.9-next.0
### Patch Changes
@@ -1,6 +1,6 @@
{
"name": "@backstage/frontend-dynamic-feature-loader",
"version": "0.1.9-next.0",
"version": "0.1.9-next.1",
"backstage": {
"role": "web-library"
},
+8
View File
@@ -1,5 +1,13 @@
# @internal/frontend
## 0.0.17-next.1
### Patch Changes
- Updated dependencies
- @backstage/frontend-plugin-api@0.14.0-next.2
- @backstage/version-bridge@1.0.12-next.0
## 0.0.17-next.0
### Patch Changes
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@internal/frontend",
"version": "0.0.17-next.0",
"version": "0.0.17-next.1",
"backstage": {
"role": "web-library",
"inline": true
@@ -1,5 +1,13 @@
# @backstage/frontend-plugin-api
## 0.14.0-next.2
### Patch Changes
- a7e0d50: Prepare for React Router v7 migration by updating to v6.30.2 across all NFS packages and enabling v7 future flags. Convert routes from splat paths to parent/child structure with Outlet components.
- Updated dependencies
- @backstage/version-bridge@1.0.12-next.0
## 0.14.0-next.1
### Minor Changes
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@backstage/frontend-plugin-api",
"version": "0.14.0-next.1",
"version": "0.14.0-next.2",
"backstage": {
"role": "web-library"
},
+50
View File
@@ -1,5 +1,55 @@
# @backstage/frontend-test-utils
## 0.5.0-next.2
### Minor Changes
- 09a6aad: **BREAKING**: Removed the `TestApiRegistry` class, use `TestApiProvider` directly instead, storing reused APIs in a variable, e.g. `const apis = [...] as const`.
- d2ac2ec: Added `MockAlertApi` and `MockFeatureFlagsApi` implementations to the `mockApis` namespace. The mock implementations include useful testing methods like `clearAlerts()`, `waitForAlert()`, `getState()`, `setState()`, and `clearState()` for better test ergonomics.
- 09a6aad: **BREAKING**: The `mockApis` namespace is no longer a re-export from `@backstage/test-utils`. It's now a standalone namespace with mock implementations of most core APIs. Mock API instances can be passed directly to `TestApiProvider`, `renderInTestApp`, and `renderTestApp` without needing `[apiRef, impl]` tuples. As part of this change, the `.factory()` method on some mocks has been removed, since it's now redundant.
```tsx
// Before
import { mockApis } from '@backstage/frontend-test-utils';
renderInTestApp(<MyComponent />, {
apis: [[identityApiRef, mockApis.identity()]],
});
// After - mock APIs can be passed directly
renderInTestApp(<MyComponent />, {
apis: [mockApis.identity()],
});
```
This change also adds `createApiMock`, a public utility for creating mock API factories, intended for plugin authors to create their own `.mock()` variants.
### Patch Changes
- 15ed3f9: Added `snapshot()` method to `ExtensionTester`, which returns a tree-shaped representation of the resolved extension hierarchy. Convenient to use with `toMatchInlineSnapshot()`.
- 013ec22: Added `mountedRoutes` option to `renderTestApp` for binding route refs to paths, matching the existing option in `renderInTestApp`:
```typescript
renderTestApp({
extensions: [...],
mountedRoutes: {
'/my-path': myRouteRef,
},
});
```
- a7e0d50: Prepare for React Router v7 migration by updating to v6.30.2 across all NFS packages and enabling v7 future flags. Convert routes from splat paths to parent/child structure with Outlet components.
- Updated dependencies
- @backstage/core-app-api@1.19.5-next.1
- @backstage/frontend-plugin-api@0.14.0-next.2
- @backstage/frontend-app-api@0.15.0-next.2
- @backstage/core-plugin-api@1.12.3-next.1
- @backstage/plugin-permission-react@0.4.40-next.1
- @backstage/version-bridge@1.0.12-next.0
- @backstage/test-utils@1.7.15-next.2
- @backstage/plugin-app@0.4.0-next.2
- @backstage/plugin-app-react@0.1.1-next.0
## 0.4.6-next.1
### Patch Changes
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@backstage/frontend-test-utils",
"version": "0.4.6-next.1",
"version": "0.5.0-next.2",
"backstage": {
"role": "web-library"
},
+9
View File
@@ -1,5 +1,14 @@
# @backstage/integration-react
## 1.2.15-next.2
### Patch Changes
- a7e0d50: Prepare for React Router v7 migration by updating to v6.30.2 across all NFS packages and enabling v7 future flags. Convert routes from splat paths to parent/child structure with Outlet components.
- Updated dependencies
- @backstage/integration@1.20.0-next.2
- @backstage/core-plugin-api@1.12.3-next.1
## 1.2.15-next.1
### Patch Changes
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@backstage/integration-react",
"version": "1.2.15-next.1",
"version": "1.2.15-next.2",
"description": "Frontend package for managing integrations towards external systems",
"backstage": {
"role": "web-library"
+6
View File
@@ -1,5 +1,11 @@
# @backstage/integration
## 1.20.0-next.2
### Patch Changes
- cc6206e: Added support for `{org}.visualstudio.com` domains used by Azure DevOps
## 1.20.0-next.1
### Minor Changes
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@backstage/integration",
"version": "1.20.0-next.1",
"version": "1.20.0-next.2",
"description": "Helpers for managing integrations towards external systems",
"backstage": {
"role": "common-library"
+12
View File
@@ -1,5 +1,17 @@
# @backstage/repo-tools
## 0.16.4-next.2
### Patch Changes
- be7ebad: Updated package-docs exclude list to reflect renamed example app packages.
- df59ee6: The `type-deps` command now follows relative imports and re-exports into declaration chunk files, and detects ambient global types such as the `jest` namespace.
- a7e0d50: Prepare for React Router v7 migration by updating to v6.30.2 across all NFS packages and enabling v7 future flags. Convert routes from splat paths to parent/child structure with Outlet components.
- Updated dependencies
- @backstage/backend-plugin-api@1.7.0-next.1
- @backstage/cli-node@0.2.18-next.1
- @backstage/config-loader@1.10.8-next.0
## 0.16.4-next.1
### Patch Changes
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@backstage/repo-tools",
"version": "0.16.4-next.1",
"version": "0.16.4-next.2",
"description": "CLI for Backstage repo tooling ",
"backstage": {
"role": "cli"
+9
View File
@@ -1,5 +1,14 @@
# @techdocs/cli
## 1.10.5-next.1
### Patch Changes
- 508d127: Updated dependency `find-process` to `^2.0.0`.
- Updated dependencies
- @backstage/backend-defaults@0.15.2-next.1
- @backstage/plugin-techdocs-node@1.14.2-next.1
## 1.10.5-next.0
### Patch Changes
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@techdocs/cli",
"version": "1.10.5-next.0",
"version": "1.10.5-next.1",
"description": "Utility CLI for managing TechDocs sites in Backstage.",
"backstage": {
"role": "cli"
+12
View File
@@ -1,5 +1,17 @@
# @backstage/test-utils
## 1.7.15-next.2
### Patch Changes
- a7e0d50: Prepare for React Router v7 migration by updating to v6.30.2 across all NFS packages and enabling v7 future flags. Convert routes from splat paths to parent/child structure with Outlet components.
- 68eb322: Added `@types/jest` as an optional peer dependency, since jest types are exposed in the public API surface.
- Updated dependencies
- @backstage/core-app-api@1.19.5-next.1
- @backstage/core-plugin-api@1.12.3-next.1
- @backstage/plugin-permission-react@0.4.40-next.1
- @backstage/theme@0.7.2-next.1
## 1.7.15-next.1
### Patch Changes
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@backstage/test-utils",
"version": "1.7.15-next.1",
"version": "1.7.15-next.2",
"description": "Utilities to test Backstage plugins and apps.",
"backstage": {
"role": "web-library"
+6
View File
@@ -1,5 +1,11 @@
# @backstage/theme
## 0.7.2-next.1
### Patch Changes
- a7e0d50: Prepare for React Router v7 migration by updating to v6.30.2 across all NFS packages and enabling v7 future flags. Convert routes from splat paths to parent/child structure with Outlet components.
## 0.7.2-next.0
### Patch Changes
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@backstage/theme",
"version": "0.7.2-next.0",
"version": "0.7.2-next.1",
"description": "material-ui theme for use with Backstage.",
"backstage": {
"role": "web-library"
+61
View File
@@ -1,5 +1,66 @@
# @backstage/ui
## 0.12.0-next.2
### Minor Changes
- b63c25b: **BREAKING**: Removed gray scale tokens and renamed background surface tokens to neutral tokens
The `--bui-gray-1` through `--bui-gray-8` tokens have been removed. The `--bui-bg-surface-*` and `--bui-bg-neutral-on-surface-*` tokens have been replaced by a unified `--bui-bg-neutral-*` scale.
**Migration:**
Replace surface tokens directly:
```diff
- background: var(--bui-bg-surface-0);
+ background: var(--bui-bg-neutral-0);
```
Replace on-surface tokens shifted by +1:
```diff
- background: var(--bui-bg-neutral-on-surface-0);
+ background: var(--bui-bg-neutral-1);
```
Replace gray tokens 1-4 with neutral equivalents (`--bui-gray-5` through `--bui-gray-8` have no direct replacement):
```diff
- background: var(--bui-gray-1);
+ background: var(--bui-bg-neutral-1);
```
### Patch Changes
- c8ae765: Fixed nested Accordion icon state issue where the inner accordion's arrow icon would incorrectly show as expanded when only the outer accordion was expanded. The CSS selector now uses a direct parent selector to ensure the icon only responds to its own accordion's expanded state.
Affected components: Accordion
- 5c76d13: Allow `ref` as a prop on the `Tag` component
Affected components: Tag
- 741a98d: Allow data to be passed directly to the `useTable` hook using the property `data` instead of `getData()` for mode `"complete"`.
This simplifies usage as data changes, rather than having to perform a `useEffect` when data changes, and then reloading the data. It also happens immediately, so stale data won't remain until a rerender (with an internal async state change), so less flickering.
Affected components: Table
- a0fe1b2: Fixed changing columns after first render from crashing. It now renders the table with the new column layout as columns change.
Affected components: Table
- becf851: export PasswordField component
- a7e0d50: Prepare for React Router v7 migration by updating to v6.30.2 across all NFS packages and enabling v7 future flags. Convert routes from splat paths to parent/child structure with Outlet components.
- 8c39412: The Table component now wraps the react-aria-components `Table` with a `ResizableTableContainer` only if any column has a width property set. This means that column widths can adapt to the content otherwise (if no width is explicitly set).
Affected components: Table
- 20131c5: Migrated to use the standard `backstage-cli package build` for CSS bundling instead of a custom build script.
- Updated dependencies
- @backstage/version-bridge@1.0.12-next.0
## 0.12.0-next.1
### Minor Changes
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@backstage/ui",
"version": "0.12.0-next.1",
"version": "0.12.0-next.2",
"backstage": {
"role": "web-library"
},
+6
View File
@@ -1,5 +1,11 @@
# @backstage/version-bridge
## 1.0.12-next.0
### Patch Changes
- a7e0d50: Prepare for React Router v7 migration by updating to v6.30.2 across all NFS packages and enabling v7 future flags. Convert routes from splat paths to parent/child structure with Outlet components.
## 1.0.11
### Patch Changes
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@backstage/version-bridge",
"version": "1.0.11",
"version": "1.0.12-next.0",
"description": "Utilities used by @backstage packages to support multiple concurrent versions",
"backstage": {
"role": "web-library"
@@ -1,5 +1,11 @@
# @backstage/plugin-api-docs-module-protoc-gen-doc
## 0.1.11-next.0
### Patch Changes
- a7e0d50: Prepare for React Router v7 migration by updating to v6.30.2 across all NFS packages and enabling v7 future flags. Convert routes from splat paths to parent/child structure with Outlet components.
## 0.1.10
### Patch Changes
@@ -1,6 +1,6 @@
{
"name": "@backstage/plugin-api-docs-module-protoc-gen-doc",
"version": "0.1.10",
"version": "0.1.11-next.0",
"description": "Additional functionalities for the api-docs plugin that renders the output of the protoc-gen-doc",
"backstage": {
"role": "frontend-plugin-module",
+17
View File
@@ -1,5 +1,22 @@
# @backstage/plugin-api-docs
## 0.13.4-next.2
### Patch Changes
- ac9bead: Added `@backstage/frontend-test-utils` dev dependency.
- 7feb83b: Adjusted to use the new `@backstage/filter-predicates` types for predicate expressions.
- 491a06c: Add the ability to show icons for the tabs on the entity page (new frontend)
- 4183614: Updated usage of deprecated APIs in the new frontend system.
- a7e0d50: Prepare for React Router v7 migration by updating to v6.30.2 across all NFS packages and enabling v7 future flags. Convert routes from splat paths to parent/child structure with Outlet components.
- Updated dependencies
- @backstage/plugin-catalog-react@2.0.0-next.2
- @backstage/plugin-catalog@1.33.0-next.2
- @backstage/frontend-plugin-api@0.14.0-next.2
- @backstage/core-components@0.18.7-next.2
- @backstage/core-plugin-api@1.12.3-next.1
- @backstage/plugin-permission-react@0.4.40-next.1
## 0.13.4-next.1
### Patch Changes
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@backstage/plugin-api-docs",
"version": "0.13.4-next.1",
"version": "0.13.4-next.2",
"description": "A Backstage plugin that helps represent API entities in the frontend",
"backstage": {
"role": "frontend-plugin",
+11
View File
@@ -1,5 +1,16 @@
# @backstage/plugin-app-visualizer
## 0.1.28-next.1
### Patch Changes
- a7e0d50: Prepare for React Router v7 migration by updating to v6.30.2 across all NFS packages and enabling v7 future flags. Convert routes from splat paths to parent/child structure with Outlet components.
- Updated dependencies
- @backstage/ui@0.12.0-next.2
- @backstage/frontend-plugin-api@0.14.0-next.2
- @backstage/core-components@0.18.7-next.2
- @backstage/core-plugin-api@1.12.3-next.1
## 0.1.28-next.0
### Patch Changes
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@backstage/plugin-app-visualizer",
"version": "0.1.28-next.0",
"version": "0.1.28-next.1",
"description": "Visualizes the Backstage app structure",
"backstage": {
"role": "frontend-plugin",
+15
View File
@@ -1,5 +1,20 @@
# @backstage/plugin-app
## 0.4.0-next.2
### Patch Changes
- a7e0d50: Prepare for React Router v7 migration by updating to v6.30.2 across all NFS packages and enabling v7 future flags. Convert routes from splat paths to parent/child structure with Outlet components.
- Updated dependencies
- @backstage/frontend-plugin-api@0.14.0-next.2
- @backstage/integration-react@1.2.15-next.2
- @backstage/core-components@0.18.7-next.2
- @backstage/core-plugin-api@1.12.3-next.1
- @backstage/plugin-permission-react@0.4.40-next.1
- @backstage/version-bridge@1.0.12-next.0
- @backstage/theme@0.7.2-next.1
- @backstage/plugin-app-react@0.1.1-next.0
## 0.4.0-next.1
### Patch Changes
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@backstage/plugin-app",
"version": "0.4.0-next.1",
"version": "0.4.0-next.2",
"backstage": {
"role": "frontend-plugin",
"pluginId": "app",
@@ -1,5 +1,14 @@
# @backstage/plugin-auth-backend-module-auth0-provider
## 0.3.0-next.1
### Patch Changes
- 867c905: Add support for organizational invites in auth0 strategy
- Updated dependencies
- @backstage/backend-plugin-api@1.7.0-next.1
- @backstage/plugin-auth-node@0.6.13-next.1
## 0.3.0-next.0
### Minor Changes
@@ -1,6 +1,6 @@
{
"name": "@backstage/plugin-auth-backend-module-auth0-provider",
"version": "0.3.0-next.0",
"version": "0.3.0-next.1",
"description": "The auth0-provider backend module for the auth plugin.",
"backstage": {
"role": "backend-plugin-module",
@@ -1,5 +1,14 @@
# @backstage/plugin-auth-backend-module-aws-alb-provider
## 0.4.13-next.1
### Patch Changes
- Updated dependencies
- @backstage/plugin-auth-backend@0.27.0-next.1
- @backstage/backend-plugin-api@1.7.0-next.1
- @backstage/plugin-auth-node@0.6.13-next.1
## 0.4.12-next.0
### Patch Changes
@@ -1,6 +1,6 @@
{
"name": "@backstage/plugin-auth-backend-module-aws-alb-provider",
"version": "0.4.13-next.0",
"version": "0.4.13-next.1",
"description": "The aws-alb provider module for the Backstage auth backend.",
"backstage": {
"role": "backend-plugin-module",
@@ -1,5 +1,14 @@
# @backstage/plugin-auth-backend-module-oidc-provider
## 0.4.13-next.1
### Patch Changes
- Updated dependencies
- @backstage/plugin-auth-backend@0.27.0-next.1
- @backstage/backend-plugin-api@1.7.0-next.1
- @backstage/plugin-auth-node@0.6.13-next.1
## 0.4.12-next.0
### Patch Changes
@@ -1,6 +1,6 @@
{
"name": "@backstage/plugin-auth-backend-module-oidc-provider",
"version": "0.4.13-next.0",
"version": "0.4.13-next.1",
"description": "The oidc-provider backend module for the auth plugin.",
"backstage": {
"role": "backend-plugin-module",
+13
View File
@@ -1,5 +1,18 @@
# @backstage/plugin-auth-backend
## 0.27.0-next.1
### Minor Changes
- d0786b9: Added experimental support for refresh tokens via the `auth.experimentalRefreshToken.enabled` configuration option. When enabled, clients can request the `offline_access` scope to receive refresh tokens that can be used to obtain new access tokens without re-authentication.
### Patch Changes
- Updated dependencies
- @backstage/plugin-catalog-node@2.0.0-next.1
- @backstage/backend-plugin-api@1.7.0-next.1
- @backstage/plugin-auth-node@0.6.13-next.1
## 0.26.1-next.0
### Patch Changes
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@backstage/plugin-auth-backend",
"version": "0.26.1-next.0",
"version": "0.27.0-next.1",
"description": "A Backstage backend plugin that handles authentication",
"backstage": {
"role": "backend-plugin",
+8
View File
@@ -1,5 +1,13 @@
# @backstage/plugin-auth-node
## 0.6.13-next.1
### Patch Changes
- Updated dependencies
- @backstage/catalog-client@1.12.2-next.0
- @backstage/backend-plugin-api@1.7.0-next.1
## 0.6.12-next.0
### Patch Changes
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@backstage/plugin-auth-node",
"version": "0.6.13-next.0",
"version": "0.6.13-next.1",
"backstage": {
"role": "node-library",
"pluginId": "auth",
+9
View File
@@ -1,5 +1,14 @@
# @backstage/plugin-auth-react
## 0.1.24-next.1
### Patch Changes
- a7e0d50: Prepare for React Router v7 migration by updating to v6.30.2 across all NFS packages and enabling v7 future flags. Convert routes from splat paths to parent/child structure with Outlet components.
- Updated dependencies
- @backstage/core-components@0.18.7-next.2
- @backstage/core-plugin-api@1.12.3-next.1
## 0.1.24-next.0
### Patch Changes
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@backstage/plugin-auth-react",
"version": "0.1.24-next.0",
"version": "0.1.24-next.1",
"description": "Web library for the auth plugin",
"backstage": {
"role": "web-library",
+10
View File
@@ -1,5 +1,15 @@
# @backstage/plugin-auth
## 0.1.5-next.2
### Patch Changes
- a7e0d50: Prepare for React Router v7 migration by updating to v6.30.2 across all NFS packages and enabling v7 future flags. Convert routes from splat paths to parent/child structure with Outlet components.
- Updated dependencies
- @backstage/frontend-plugin-api@0.14.0-next.2
- @backstage/core-components@0.18.7-next.2
- @backstage/theme@0.7.2-next.1
## 0.1.5-next.1
### Patch Changes
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@backstage/plugin-auth",
"version": "0.1.5-next.1",
"version": "0.1.5-next.2",
"backstage": {
"role": "frontend-plugin",
"pluginId": "auth",
@@ -1,5 +1,15 @@
# @backstage/plugin-catalog-backend-module-aws
## 0.4.20-next.2
### Patch Changes
- Updated dependencies
- @backstage/integration@1.20.0-next.2
- @backstage/plugin-catalog-node@2.0.0-next.1
- @backstage/backend-defaults@0.15.2-next.1
- @backstage/backend-plugin-api@1.7.0-next.1
## 0.4.20-next.1
### Patch Changes
@@ -1,6 +1,6 @@
{
"name": "@backstage/plugin-catalog-backend-module-aws",
"version": "0.4.20-next.1",
"version": "0.4.20-next.2",
"description": "A Backstage catalog backend module that helps integrate towards AWS",
"backstage": {
"role": "backend-plugin-module",
@@ -1,5 +1,15 @@
# @backstage/plugin-catalog-backend-module-azure
## 0.3.14-next.2
### Patch Changes
- cc6206e: Added support for `{org}.visualstudio.com` domains used by Azure DevOps
- Updated dependencies
- @backstage/integration@1.20.0-next.2
- @backstage/plugin-catalog-node@2.0.0-next.1
- @backstage/backend-plugin-api@1.7.0-next.1
## 0.3.14-next.1
### Patch Changes
@@ -1,6 +1,6 @@
{
"name": "@backstage/plugin-catalog-backend-module-azure",
"version": "0.3.14-next.1",
"version": "0.3.14-next.2",
"description": "A Backstage catalog backend module that helps integrate towards Azure",
"backstage": {
"role": "backend-plugin-module",
@@ -1,5 +1,13 @@
# @backstage/plugin-catalog-backend-module-backstage-openapi
## 0.5.11-next.1
### Patch Changes
- Updated dependencies
- @backstage/plugin-catalog-node@2.0.0-next.1
- @backstage/backend-plugin-api@1.7.0-next.1
## 0.5.11-next.0
### Patch Changes
@@ -1,6 +1,6 @@
{
"name": "@backstage/plugin-catalog-backend-module-backstage-openapi",
"version": "0.5.11-next.0",
"version": "0.5.11-next.1",
"backstage": {
"role": "backend-plugin-module",
"pluginId": "catalog",
@@ -1,5 +1,15 @@
# @backstage/plugin-catalog-backend-module-bitbucket-cloud
## 0.5.8-next.2
### Patch Changes
- Updated dependencies
- @backstage/integration@1.20.0-next.2
- @backstage/plugin-catalog-node@2.0.0-next.1
- @backstage/backend-plugin-api@1.7.0-next.1
- @backstage/plugin-events-node@0.4.19-next.0
## 0.5.8-next.1
### Patch Changes
@@ -1,6 +1,6 @@
{
"name": "@backstage/plugin-catalog-backend-module-bitbucket-cloud",
"version": "0.5.8-next.1",
"version": "0.5.8-next.2",
"description": "A Backstage catalog backend module that helps integrate towards Bitbucket Cloud",
"backstage": {
"role": "backend-plugin-module",
@@ -1,5 +1,15 @@
# @backstage/plugin-catalog-backend-module-bitbucket-server
## 0.5.8-next.2
### Patch Changes
- Updated dependencies
- @backstage/integration@1.20.0-next.2
- @backstage/plugin-catalog-node@2.0.0-next.1
- @backstage/backend-plugin-api@1.7.0-next.1
- @backstage/plugin-events-node@0.4.19-next.0
## 0.5.8-next.1
### Patch Changes
@@ -1,6 +1,6 @@
{
"name": "@backstage/plugin-catalog-backend-module-bitbucket-server",
"version": "0.5.8-next.1",
"version": "0.5.8-next.2",
"backstage": {
"role": "backend-plugin-module",
"pluginId": "catalog",
@@ -1,5 +1,13 @@
# @backstage/plugin-catalog-backend-module-gcp
## 0.3.16-next.1
### Patch Changes
- Updated dependencies
- @backstage/plugin-catalog-node@2.0.0-next.1
- @backstage/backend-plugin-api@1.7.0-next.1
## 0.3.16-next.0
### Patch Changes
@@ -1,6 +1,6 @@
{
"name": "@backstage/plugin-catalog-backend-module-gcp",
"version": "0.3.16-next.0",
"version": "0.3.16-next.1",
"description": "A Backstage catalog backend module that helps integrate towards GCP",
"backstage": {
"role": "backend-plugin-module",
@@ -1,5 +1,14 @@
# @backstage/plugin-catalog-backend-module-gerrit
## 0.3.11-next.2
### Patch Changes
- Updated dependencies
- @backstage/integration@1.20.0-next.2
- @backstage/plugin-catalog-node@2.0.0-next.1
- @backstage/backend-plugin-api@1.7.0-next.1
## 0.3.11-next.1
### Patch Changes
@@ -1,6 +1,6 @@
{
"name": "@backstage/plugin-catalog-backend-module-gerrit",
"version": "0.3.11-next.1",
"version": "0.3.11-next.2",
"backstage": {
"role": "backend-plugin-module",
"pluginId": "catalog",

Some files were not shown because too many files have changed in this diff Show More