Version Packages (next)

This commit is contained in:
github-actions[bot]
2024-07-23 14:02:37 +00:00
parent 2431eb22fe
commit 4a8774820c
314 changed files with 4828 additions and 219 deletions
+51 -1
View File
@@ -188,5 +188,55 @@
"@backstage/plugin-user-settings-backend": "0.2.21",
"@backstage/plugin-user-settings-common": "0.0.1"
},
"changesets": []
"changesets": [
"blue-pumas-cheer",
"bright-trainers-brake",
"chilly-trains-sleep",
"cool-insects-remember",
"cuddly-zebras-crash",
"dry-squids-tap",
"dull-ghosts-double",
"early-trees-dance",
"eighty-mirrors-flow",
"flat-plums-grow",
"forty-ties-agree",
"forty-ties-disagree",
"friendly-feet-refuse",
"gentle-dryers-smile",
"grumpy-owls-suffer",
"heavy-numbers-love",
"hip-hairs-exist",
"late-games-protect",
"light-pianos-exercise",
"little-bulldogs-guess",
"little-suns-fly",
"mighty-dolls-retire",
"modern-parrots-protect",
"neat-gifts-join",
"new-scissors-try",
"nice-peas-retire",
"nine-cherries-decide",
"nine-glasses-nail",
"ninety-icons-smile",
"pink-gorillas-brake",
"plenty-tools-exist",
"rich-mugs-dress",
"selfish-bees-think",
"six-rats-kick",
"slow-toes-jog",
"small-spoons-shout",
"soft-gorillas-refuse",
"spotty-planets-accept",
"strange-papayas-beg",
"strong-otters-compete",
"stupid-dots-relate",
"swift-kings-sparkle",
"thirty-paws-hope",
"tiny-oranges-pretend",
"tough-lies-repair",
"violet-jokes-wave",
"wicked-bobcats-teach",
"wild-eggs-exist",
"witty-bears-behave"
]
}
File diff suppressed because it is too large Load Diff
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "root",
"version": "1.29.0",
"version": "1.30.0-next.0",
"private": true,
"repository": {
"type": "git",
+11
View File
@@ -1,5 +1,16 @@
# @backstage/app-defaults
## 1.5.9-next.0
### Patch Changes
- Updated dependencies
- @backstage/core-components@0.14.10-next.0
- @backstage/core-app-api@1.14.1-next.0
- @backstage/core-plugin-api@1.9.3
- @backstage/theme@0.5.6
- @backstage/plugin-permission-react@0.4.24
## 1.5.8
### Patch Changes
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@backstage/app-defaults",
"version": "1.5.8",
"version": "1.5.9-next.0",
"description": "Provides the default wiring of a Backstage App",
"backstage": {
"role": "web-library"
@@ -1,5 +1,13 @@
# app-next-example-plugin
## 0.0.14-next.0
### Patch Changes
- Updated dependencies
- @backstage/frontend-plugin-api@0.6.8-next.0
- @backstage/core-components@0.14.10-next.0
## 0.0.13
### Patch Changes
@@ -1,6 +1,6 @@
{
"name": "app-next-example-plugin",
"version": "0.0.13",
"version": "0.0.14-next.0",
"description": "Backstage internal example plugin",
"backstage": {
"role": "frontend-plugin",
+43
View File
@@ -1,5 +1,48 @@
# example-app-next
## 0.0.14-next.0
### Patch Changes
- Updated dependencies
- @backstage/cli@0.27.0-next.0
- @backstage/frontend-plugin-api@0.6.8-next.0
- @backstage/plugin-catalog-react@1.12.3-next.0
- @backstage/plugin-search-react@1.7.14-next.0
- @backstage/plugin-home@0.7.8-next.0
- @backstage/core-components@0.14.10-next.0
- @backstage/plugin-scaffolder-react@1.11.0-next.0
- @backstage/frontend-app-api@0.7.4-next.0
- @backstage/plugin-catalog-graph@0.4.8-next.0
- @backstage/plugin-scaffolder@1.23.1-next.0
- @backstage/core-app-api@1.14.1-next.0
- @backstage/plugin-auth-react@0.1.5-next.0
- @backstage/app-defaults@1.5.9-next.0
- @backstage/catalog-model@1.5.0
- @backstage/config@1.2.0
- @backstage/core-compat-api@0.2.8-next.0
- @backstage/core-plugin-api@1.9.3
- @backstage/integration-react@1.1.30-next.0
- @backstage/theme@0.5.6
- @backstage/plugin-api-docs@0.11.8-next.0
- @backstage/plugin-app-visualizer@0.1.9-next.0
- @backstage/plugin-catalog@1.21.2-next.0
- @backstage/plugin-catalog-common@1.0.25
- @backstage/plugin-catalog-import@0.12.2-next.0
- @backstage/plugin-catalog-unprocessed-entities@0.2.7-next.0
- @backstage/plugin-kubernetes@0.11.13-next.0
- @backstage/plugin-kubernetes-cluster@0.0.14-next.0
- @backstage/plugin-notifications@0.2.4-next.0
- @backstage/plugin-org@0.6.28-next.0
- @backstage/plugin-permission-react@0.4.24
- @backstage/plugin-search@1.4.15-next.0
- @backstage/plugin-search-common@1.2.13
- @backstage/plugin-signals@0.0.9-next.0
- @backstage/plugin-techdocs@1.10.8-next.0
- @backstage/plugin-techdocs-module-addons-contrib@1.1.13-next.0
- @backstage/plugin-techdocs-react@1.2.7-next.0
- @backstage/plugin-user-settings@0.8.10-next.0
## 0.0.13
### Patch Changes
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "example-app-next",
"version": "0.0.13",
"version": "0.0.14-next.0",
"private": true,
"repository": {
"type": "git",
+41
View File
@@ -1,5 +1,46 @@
# example-app
## 0.2.100-next.0
### Patch Changes
- Updated dependencies
- @backstage/cli@0.27.0-next.0
- @backstage/plugin-catalog-react@1.12.3-next.0
- @backstage/plugin-search-react@1.7.14-next.0
- @backstage/plugin-home@0.7.8-next.0
- @backstage/core-components@0.14.10-next.0
- @backstage/plugin-scaffolder-react@1.11.0-next.0
- @backstage/frontend-app-api@0.7.4-next.0
- @backstage/plugin-catalog-graph@0.4.8-next.0
- @backstage/plugin-scaffolder@1.23.1-next.0
- @backstage/core-app-api@1.14.1-next.0
- @backstage/plugin-auth-react@0.1.5-next.0
- @backstage/app-defaults@1.5.9-next.0
- @backstage/catalog-model@1.5.0
- @backstage/config@1.2.0
- @backstage/core-plugin-api@1.9.3
- @backstage/integration-react@1.1.30-next.0
- @backstage/theme@0.5.6
- @backstage/plugin-api-docs@0.11.8-next.0
- @backstage/plugin-catalog@1.21.2-next.0
- @backstage/plugin-catalog-common@1.0.25
- @backstage/plugin-catalog-import@0.12.2-next.0
- @backstage/plugin-catalog-unprocessed-entities@0.2.7-next.0
- @backstage/plugin-devtools@0.1.17-next.0
- @backstage/plugin-kubernetes@0.11.13-next.0
- @backstage/plugin-kubernetes-cluster@0.0.14-next.0
- @backstage/plugin-notifications@0.2.4-next.0
- @backstage/plugin-org@0.6.28-next.0
- @backstage/plugin-permission-react@0.4.24
- @backstage/plugin-search@1.4.15-next.0
- @backstage/plugin-search-common@1.2.13
- @backstage/plugin-signals@0.0.9-next.0
- @backstage/plugin-techdocs@1.10.8-next.0
- @backstage/plugin-techdocs-module-addons-contrib@1.1.13-next.0
- @backstage/plugin-techdocs-react@1.2.7-next.0
- @backstage/plugin-user-settings@0.8.10-next.0
## 0.2.99
### Patch Changes
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "example-app",
"version": "0.2.99",
"version": "0.2.100-next.0",
"backstage": {
"role": "frontend"
},
+17
View File
@@ -1,5 +1,22 @@
# @backstage/backend-app-api
## 0.8.1-next.0
### Patch Changes
- Updated dependencies
- @backstage/backend-common@0.23.4-next.0
- @backstage/config-loader@1.8.2-next.0
- @backstage/backend-plugin-api@0.7.1-next.0
- @backstage/backend-tasks@0.5.28-next.0
- @backstage/cli-common@0.1.14
- @backstage/cli-node@0.2.7
- @backstage/config@1.2.0
- @backstage/errors@1.2.4
- @backstage/types@1.1.1
- @backstage/plugin-auth-node@0.4.18-next.0
- @backstage/plugin-permission-node@0.8.1-next.0
## 0.8.0
### Minor Changes
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@backstage/backend-app-api",
"version": "0.8.0",
"version": "0.8.1-next.0",
"description": "Core API used by Backstage backend apps",
"backstage": {
"role": "node-library"
+28
View File
@@ -1,5 +1,33 @@
# @backstage/backend-common
## 0.23.4-next.0
### Patch Changes
- ba8571e: Setup user agent header for AWS sdk clients, this enables users to better track API calls made from Backstage to AWS APIs through things like CloudTrail.
- 7e13b7a: The remaining exports in the package have now been deprecated:
- `cacheToPluginCacheManager`
- `createLegacyAuthAdapters`
- `LegacyCreateRouter`
- `legacyPlugin`
- `loggerToWinstonLogger`
- `makeLegacyPlugin`
Users of these export should fully [migrate to the new backend system](https://backstage.io/docs/backend-system/building-backends/migrating).
- Updated dependencies
- @backstage/integration@1.14.0-next.0
- @backstage/config-loader@1.8.2-next.0
- @backstage/backend-dev-utils@0.1.4
- @backstage/backend-plugin-api@0.7.1-next.0
- @backstage/cli-common@0.1.14
- @backstage/config@1.2.0
- @backstage/errors@1.2.4
- @backstage/integration-aws-node@0.1.12
- @backstage/types@1.1.1
- @backstage/plugin-auth-node@0.4.18-next.0
## 0.23.3
### Patch Changes
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@backstage/backend-common",
"version": "0.23.3",
"version": "0.23.4-next.0",
"description": "Common functionality library for Backstage backends",
"backstage": {
"role": "node-library"
+23
View File
@@ -1,5 +1,28 @@
# @backstage/backend-defaults
## 0.4.2-next.0
### Patch Changes
- 4e79d19: The `createHealthRouter` utility that allows you to create a health check router is now exported via `@backstage/backend-defaults/rootHttpRouter`.
- 78c1329: Updated `GitlabUrlReader.readUrl` and `GitlabUrlReader.readTree` to accept a user-provided token, supporting both bearer and private tokens.
- 8e967da: Fixed the routing of the new health check service, the health endpoints should now properly be available at `/.backstage/health/v1/readiness` and `/.backstage/health/v1/liveness`.
- Updated dependencies
- @backstage/backend-common@0.23.4-next.0
- @backstage/integration@1.14.0-next.0
- @backstage/config-loader@1.8.2-next.0
- @backstage/backend-app-api@0.8.1-next.0
- @backstage/backend-dev-utils@0.1.4
- @backstage/backend-plugin-api@0.7.1-next.0
- @backstage/cli-common@0.1.14
- @backstage/config@1.2.0
- @backstage/errors@1.2.4
- @backstage/integration-aws-node@0.1.12
- @backstage/types@1.1.1
- @backstage/plugin-auth-node@0.4.18-next.0
- @backstage/plugin-events-node@0.3.9-next.0
- @backstage/plugin-permission-node@0.8.1-next.0
## 0.4.0
### Minor Changes
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@backstage/backend-defaults",
"version": "0.4.0",
"version": "0.4.2-next.0",
"description": "Backend defaults used by Backstage backend apps",
"backstage": {
"role": "node-library"
@@ -1,5 +1,31 @@
# @backstage/backend-dynamic-feature-service
## 0.2.16-next.0
### Patch Changes
- Updated dependencies
- @backstage/backend-common@0.23.4-next.0
- @backstage/plugin-catalog-backend@1.24.1-next.0
- @backstage/config-loader@1.8.2-next.0
- @backstage/backend-app-api@0.8.1-next.0
- @backstage/backend-plugin-api@0.7.1-next.0
- @backstage/backend-tasks@0.5.28-next.0
- @backstage/cli-common@0.1.14
- @backstage/cli-node@0.2.7
- @backstage/config@1.2.0
- @backstage/errors@1.2.4
- @backstage/types@1.1.1
- @backstage/plugin-app-node@0.1.23-next.0
- @backstage/plugin-auth-node@0.4.18-next.0
- @backstage/plugin-events-backend@0.3.10-next.0
- @backstage/plugin-events-node@0.3.9-next.0
- @backstage/plugin-permission-common@0.8.0
- @backstage/plugin-permission-node@0.8.1-next.0
- @backstage/plugin-scaffolder-node@0.4.9-next.0
- @backstage/plugin-search-backend-node@1.2.28-next.0
- @backstage/plugin-search-common@1.2.13
## 0.2.15
### Patch Changes
@@ -1,7 +1,7 @@
{
"name": "@backstage/backend-dynamic-feature-service",
"description": "Backstage dynamic feature service",
"version": "0.2.15",
"version": "0.2.16-next.0",
"main": "src/index.ts",
"types": "src/index.ts",
"publishConfig": {
+42
View File
@@ -1,5 +1,47 @@
# example-backend-legacy
## 0.2.101-next.0
### Patch Changes
- Updated dependencies
- @backstage/backend-common@0.23.4-next.0
- @backstage/plugin-scaffolder-backend-module-rails@0.4.40-next.0
- @backstage/plugin-scaffolder-backend-module-gitlab@0.4.5-next.0
- @backstage/plugin-catalog-backend@1.24.1-next.0
- @backstage/plugin-catalog-node@1.12.5-next.0
- @backstage/plugin-devtools-backend@0.3.9-next.0
- @backstage/integration@1.14.0-next.0
- @backstage/plugin-search-backend-module-pg@0.5.33-next.0
- example-app@0.2.100-next.0
- @backstage/backend-tasks@0.5.28-next.0
- @backstage/catalog-client@1.6.5
- @backstage/catalog-model@1.5.0
- @backstage/config@1.2.0
- @backstage/plugin-app-backend@0.3.72-next.0
- @backstage/plugin-auth-backend@0.22.10-next.0
- @backstage/plugin-auth-node@0.4.18-next.0
- @backstage/plugin-catalog-backend-module-scaffolder-entity-model@0.1.21-next.0
- @backstage/plugin-catalog-backend-module-unprocessed@0.4.10-next.0
- @backstage/plugin-events-backend@0.3.10-next.0
- @backstage/plugin-events-node@0.3.9-next.0
- @backstage/plugin-kubernetes-backend@0.18.4-next.0
- @backstage/plugin-permission-backend@0.5.47-next.0
- @backstage/plugin-permission-common@0.8.0
- @backstage/plugin-permission-node@0.8.1-next.0
- @backstage/plugin-proxy-backend@0.5.4-next.0
- @backstage/plugin-scaffolder-backend@1.23.1-next.0
- @backstage/plugin-scaffolder-backend-module-confluence-to-markdown@0.2.24-next.0
- @backstage/plugin-search-backend@1.5.15-next.0
- @backstage/plugin-search-backend-module-catalog@0.1.29-next.0
- @backstage/plugin-search-backend-module-elasticsearch@1.5.4-next.0
- @backstage/plugin-search-backend-module-explore@0.1.29-next.0
- @backstage/plugin-search-backend-module-techdocs@0.1.28-next.0
- @backstage/plugin-search-backend-node@1.2.28-next.0
- @backstage/plugin-signals-backend@0.1.9-next.0
- @backstage/plugin-signals-node@0.1.9-next.0
- @backstage/plugin-techdocs-backend@1.10.10-next.0
## 0.2.100
### Patch Changes
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "example-backend-legacy",
"version": "0.2.100",
"version": "0.2.101-next.0",
"backstage": {
"role": "backend"
},
@@ -1,5 +1,13 @@
# @backstage/backend-openapi-utils
## 0.1.16-next.0
### Patch Changes
- Updated dependencies
- @backstage/backend-plugin-api@0.7.1-next.0
- @backstage/errors@1.2.4
## 0.1.15
### Patch Changes
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "@backstage/backend-openapi-utils",
"description": "OpenAPI typescript support.",
"version": "0.1.15",
"version": "0.1.16-next.0",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
+12
View File
@@ -1,5 +1,17 @@
# @backstage/backend-plugin-api
## 0.7.1-next.0
### Patch Changes
- Updated dependencies
- @backstage/cli-common@0.1.14
- @backstage/config@1.2.0
- @backstage/errors@1.2.4
- @backstage/types@1.1.1
- @backstage/plugin-auth-node@0.4.18-next.0
- @backstage/plugin-permission-common@0.8.0
## 0.7.0
### Minor Changes
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@backstage/backend-plugin-api",
"version": "0.7.0",
"version": "0.7.1-next.0",
"description": "Core API used by Backstage backend plugins",
"backstage": {
"role": "node-library"
+11
View File
@@ -1,5 +1,16 @@
# @backstage/backend-tasks
## 0.5.28-next.0
### Patch Changes
- Updated dependencies
- @backstage/backend-common@0.23.4-next.0
- @backstage/backend-plugin-api@0.7.1-next.0
- @backstage/config@1.2.0
- @backstage/errors@1.2.4
- @backstage/types@1.1.1
## 0.5.27
### Patch Changes
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "@backstage/backend-tasks",
"description": "Common distributed task management library for Backstage backends",
"version": "0.5.27",
"version": "0.5.28-next.0",
"main": "src/index.ts",
"types": "src/index.ts",
"publishConfig": {
+15
View File
@@ -1,5 +1,20 @@
# @backstage/backend-test-utils
## 0.4.5-next.0
### Patch Changes
- 4e79d19: The default services for `startTestBackend` and `ServiceFactoryTester` now includes the Root Health Service.
- Updated dependencies
- @backstage/backend-defaults@0.4.2-next.0
- @backstage/backend-app-api@0.8.1-next.0
- @backstage/backend-plugin-api@0.7.1-next.0
- @backstage/config@1.2.0
- @backstage/errors@1.2.4
- @backstage/types@1.1.1
- @backstage/plugin-auth-node@0.4.18-next.0
- @backstage/plugin-events-node@0.3.9-next.0
## 0.4.4
### Patch Changes
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@backstage/backend-test-utils",
"version": "0.4.4",
"version": "0.4.5-next.0",
"description": "Test helpers library for Backstage backends",
"backstage": {
"role": "node-library"
+37
View File
@@ -1,5 +1,42 @@
# example-backend
## 0.0.29-next.0
### Patch Changes
- Updated dependencies
- @backstage/backend-defaults@0.4.2-next.0
- @backstage/plugin-catalog-backend@1.24.1-next.0
- @backstage/plugin-devtools-backend@0.3.9-next.0
- @backstage/backend-plugin-api@0.7.1-next.0
- @backstage/backend-tasks@0.5.28-next.0
- @backstage/catalog-model@1.5.0
- @backstage/plugin-app-backend@0.3.72-next.0
- @backstage/plugin-auth-backend@0.22.10-next.0
- @backstage/plugin-auth-backend-module-github-provider@0.1.20-next.0
- @backstage/plugin-auth-backend-module-guest-provider@0.1.9-next.0
- @backstage/plugin-auth-node@0.4.18-next.0
- @backstage/plugin-catalog-backend-module-backstage-openapi@0.2.6-next.0
- @backstage/plugin-catalog-backend-module-openapi@0.1.41-next.0
- @backstage/plugin-catalog-backend-module-scaffolder-entity-model@0.1.21-next.0
- @backstage/plugin-catalog-backend-module-unprocessed@0.4.10-next.0
- @backstage/plugin-kubernetes-backend@0.18.4-next.0
- @backstage/plugin-notifications-backend@0.3.4-next.0
- @backstage/plugin-permission-backend@0.5.47-next.0
- @backstage/plugin-permission-backend-module-allow-all-policy@0.1.20-next.0
- @backstage/plugin-permission-common@0.8.0
- @backstage/plugin-permission-node@0.8.1-next.0
- @backstage/plugin-proxy-backend@0.5.4-next.0
- @backstage/plugin-scaffolder-backend@1.23.1-next.0
- @backstage/plugin-scaffolder-backend-module-github@0.4.1-next.0
- @backstage/plugin-search-backend@1.5.15-next.0
- @backstage/plugin-search-backend-module-catalog@0.1.29-next.0
- @backstage/plugin-search-backend-module-explore@0.1.29-next.0
- @backstage/plugin-search-backend-module-techdocs@0.1.28-next.0
- @backstage/plugin-search-backend-node@1.2.28-next.0
- @backstage/plugin-signals-backend@0.1.9-next.0
- @backstage/plugin-techdocs-backend@1.10.10-next.0
## 0.0.28
### Patch Changes
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "example-backend",
"version": "0.0.28",
"version": "0.0.29-next.0",
"main": "dist/index.cjs.js",
"types": "src/index.ts",
"license": "Apache-2.0",
+35
View File
@@ -1,5 +1,40 @@
# @backstage/cli
## 0.27.0-next.0
### Minor Changes
- 32a38e1: **BREAKING**: The lockfile (`yarn.lock`) dependency analysis and mutations have been removed from several commands.
The `versions:bump` command will no longer attempt to bump and deduplicate dependencies by modifying the lockfile, it will only update `package.json` files.
The `versions:check` command has been removed, since its only purpose was verification and mutation of the lockfile. We recommend using the `yarn dedupe` command instead, or the `yarn-deduplicate` package if you're using Yarn classic.
The check that was built into the `package start` command has been removed, it will no longer warn about lockfile mismatches.
The packages in the Backstage ecosystem handle package duplications much better now than when these CLI features were first introduced, so the need for these features has diminished. By removing them, we drastically reduce the integration between the Backstage CLI and Yarn, making it much easier to add support for other package managers in the future.
### Patch Changes
- 7eb08a6: Add frontend-dynamic-container role to eslint config factory
- fbc7819: Use ES2022 in CLI bundler
- e53074f: Updated default backend plugin to use `RootConfigService` instead of `Config`. This also removes the dependency on `@backstage/config` as it's no longer used.
- ee2b0e5: The experimental module federation build now has the ability to force the use of development versions of `react` and `react-dom` by setting the `FORCE_REACT_DEVELOPMENT` flag.
- 239dffc: Remove usage of deprecated functionality from @backstage/config-loader
- 0eedec3: Add support for dynamic plugins via the EXPERIMENTAL_MODULE_FEDERATION environment variable when running `yarn start`.
- dc4fb4f: Fix for `repo build --all` not properly detecting the experimental public entry point.
- Updated dependencies
- @backstage/integration@1.14.0-next.0
- @backstage/config-loader@1.8.2-next.0
- @backstage/catalog-model@1.5.0
- @backstage/cli-common@0.1.14
- @backstage/cli-node@0.2.7
- @backstage/config@1.2.0
- @backstage/errors@1.2.4
- @backstage/eslint-plugin@0.1.8
- @backstage/release-manifests@0.0.11
- @backstage/types@1.1.1
## 0.26.11
### Patch Changes
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@backstage/cli",
"version": "0.26.11",
"version": "0.27.0-next.0",
"description": "CLI for developing Backstage plugins and apps",
"backstage": {
"role": "cli"
+13
View File
@@ -1,5 +1,18 @@
# @backstage/config-loader
## 1.8.2-next.0
### Patch Changes
- 493feac: Add boolean `allowMissingDefaultConfig` option to `ConfigSources.default` and
`ConfigSources.defaultForTargets`, which results in omission of a ConfigSource
for the default app-config.yaml configuration file if it's not present.
- Updated dependencies
- @backstage/cli-common@0.1.14
- @backstage/config@1.2.0
- @backstage/errors@1.2.4
- @backstage/types@1.1.1
## 1.8.1
### Patch Changes
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@backstage/config-loader",
"version": "1.8.1",
"version": "1.8.2-next.0",
"description": "Config loading functionality used by Backstage backend, and CLI",
"backstage": {
"role": "node-library"
+11
View File
@@ -1,5 +1,16 @@
# @backstage/core-app-api
## 1.14.1-next.0
### Patch Changes
- 9a46a81: The request to delete the session cookie when running the app in protected mode is now done with a plain `fetch` rather than `FetchApi`. This fixes a bug where the app would immediately try to sign-in again when removing the cookie during logout.
- Updated dependencies
- @backstage/config@1.2.0
- @backstage/core-plugin-api@1.9.3
- @backstage/types@1.1.1
- @backstage/version-bridge@1.0.8
## 1.14.0
### Minor Changes
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "@backstage/core-app-api",
"description": "Core app API used by Backstage apps",
"version": "1.14.0",
"version": "1.14.1-next.0",
"publishConfig": {
"access": "public"
},
+9
View File
@@ -1,5 +1,14 @@
# @backstage/core-compat-api
## 0.2.8-next.0
### Patch Changes
- Updated dependencies
- @backstage/frontend-plugin-api@0.6.8-next.0
- @backstage/core-plugin-api@1.9.3
- @backstage/version-bridge@1.0.8
## 0.2.7
### Patch Changes
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@backstage/core-compat-api",
"version": "0.2.7",
"version": "0.2.8-next.0",
"backstage": {
"role": "web-library"
},
+12
View File
@@ -1,5 +1,17 @@
# @backstage/core-components
## 0.14.10-next.0
### Patch Changes
- 678971a: Move the `Link` component to the `RoutedTabs` instead of the `HeaderTabs` component
- Updated dependencies
- @backstage/config@1.2.0
- @backstage/core-plugin-api@1.9.3
- @backstage/errors@1.2.4
- @backstage/theme@0.5.6
- @backstage/version-bridge@1.0.8
## 0.14.9
### Patch Changes
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "@backstage/core-components",
"description": "Core components used by Backstage plugins and apps",
"version": "0.14.9",
"version": "0.14.10-next.0",
"publishConfig": {
"access": "public"
},
+8
View File
@@ -1,5 +1,13 @@
# @backstage/create-app
## 0.5.18-next.0
### Patch Changes
- c0a705d: Added the Kubernetes plugin to `create-app`
- Updated dependencies
- @backstage/cli-common@0.1.14
## 0.5.17
### Patch Changes
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "@backstage/create-app",
"description": "A CLI that helps you create your own Backstage app",
"version": "0.5.17",
"version": "0.5.18-next.0",
"publishConfig": {
"access": "public"
},
+14
View File
@@ -1,5 +1,19 @@
# @backstage/dev-utils
## 1.0.36-next.0
### Patch Changes
- Updated dependencies
- @backstage/plugin-catalog-react@1.12.3-next.0
- @backstage/core-components@0.14.10-next.0
- @backstage/core-app-api@1.14.1-next.0
- @backstage/app-defaults@1.5.9-next.0
- @backstage/catalog-model@1.5.0
- @backstage/core-plugin-api@1.9.3
- @backstage/integration-react@1.1.30-next.0
- @backstage/theme@0.5.6
## 1.0.35
### Patch Changes
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@backstage/dev-utils",
"version": "1.0.35",
"version": "1.0.36-next.0",
"description": "Utilities for developing Backstage plugins.",
"backstage": {
"role": "web-library"
+9
View File
@@ -1,5 +1,14 @@
# e2e-test
## 0.2.19-next.0
### Patch Changes
- Updated dependencies
- @backstage/create-app@0.5.18-next.0
- @backstage/cli-common@0.1.14
- @backstage/errors@1.2.4
## 0.2.18
### Patch Changes
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "e2e-test",
"description": "E2E test for verifying Backstage packages",
"version": "0.2.18",
"version": "0.2.19-next.0",
"private": true,
"backstage": {
"role": "cli"
+16
View File
@@ -1,5 +1,21 @@
# @backstage/frontend-app-api
## 0.7.4-next.0
### Patch Changes
- 7777b5f: Support icon overriding with the new `IconBundleBlueprint` API.
- Updated dependencies
- @backstage/frontend-plugin-api@0.6.8-next.0
- @backstage/core-components@0.14.10-next.0
- @backstage/core-app-api@1.14.1-next.0
- @backstage/config@1.2.0
- @backstage/core-plugin-api@1.9.3
- @backstage/errors@1.2.4
- @backstage/theme@0.5.6
- @backstage/types@1.1.1
- @backstage/version-bridge@1.0.8
## 0.7.3
### Patch Changes
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@backstage/frontend-app-api",
"version": "0.7.3",
"version": "0.7.4-next.0",
"backstage": {
"role": "web-library"
},
+71
View File
@@ -1,5 +1,76 @@
# @backstage/frontend-plugin-api
## 0.6.8-next.0
### Patch Changes
- 4e53ad6: Introduce a new way to encapsulate extension kinds that replaces the extension creator pattern with `createExtensionBlueprint`
This allows the creation of extension instances with the following pattern:
```tsx
// create the extension blueprint which is used to create instances
const EntityCardBlueprint = createExtensionBlueprint({
kind: 'entity-card',
attachTo: { id: 'test', input: 'default' },
output: {
element: coreExtensionData.reactElement,
},
factory(params: { text: string }) {
return {
element: <h1>{params.text}</h1>,
};
},
});
// create an instance of the extension blueprint with params
const testExtension = EntityCardBlueprint.make({
name: 'foo',
params: {
text: 'Hello World',
},
});
```
- 9b89b82: The `ExtensionBoundary` now by default infers whether it's routable from whether it outputs a route path.
- 7777b5f: Added a new `IconBundleBlueprint` that lets you create icon bundle extensions that can be installed in an App in order to override or add new app icons.
```tsx
import { IconBundleBlueprint } from '@backstage/frontend-plugin-api';
const exampleIconBundle = IconBundleBlueprint.make({
name: 'example-bundle',
params: {
icons: {
user: MyOwnUserIcon,
},
},
});
```
- 31bfc44: Extension data references can now be defined in a way that encapsulates the ID string in the type, in addition to the data type itself. The old way of creating extension data references is deprecated and will be removed in a future release.
For example, the following code:
```ts
export const myExtension =
createExtensionDataRef<MyType>('my-plugin.my-data');
```
Should be updated to the following:
```ts
export const myExtension = createExtensionDataRef<MyType>().with({
id: 'my-plugin.my-data',
});
```
- Updated dependencies
- @backstage/core-components@0.14.10-next.0
- @backstage/core-plugin-api@1.9.3
- @backstage/types@1.1.1
- @backstage/version-bridge@1.0.8
## 0.6.7
### Patch Changes
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@backstage/frontend-plugin-api",
"version": "0.6.7",
"version": "0.6.8-next.0",
"backstage": {
"role": "web-library"
},
+10
View File
@@ -1,5 +1,15 @@
# @backstage/frontend-test-utils
## 0.1.11-next.0
### Patch Changes
- Updated dependencies
- @backstage/frontend-plugin-api@0.6.8-next.0
- @backstage/frontend-app-api@0.7.4-next.0
- @backstage/test-utils@1.5.9-next.0
- @backstage/types@1.1.1
## 0.1.10
### Patch Changes
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@backstage/frontend-test-utils",
"version": "0.1.10",
"version": "0.1.11-next.0",
"backstage": {
"role": "web-library"
},
+9
View File
@@ -1,5 +1,14 @@
# @backstage/integration-react
## 1.1.30-next.0
### Patch Changes
- Updated dependencies
- @backstage/integration@1.14.0-next.0
- @backstage/config@1.2.0
- @backstage/core-plugin-api@1.9.3
## 1.1.29
### Patch Changes
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@backstage/integration-react",
"version": "1.1.29",
"version": "1.1.30-next.0",
"description": "Frontend package for managing integrations towards external systems",
"backstage": {
"role": "web-library"
+13
View File
@@ -1,5 +1,18 @@
# @backstage/integration
## 1.14.0-next.0
### Minor Changes
- 78c1329: Updated `GitlabUrlReader.readUrl` and `GitlabUrlReader.readTree` to accept a user-provided token, supporting both bearer and private tokens.
### Patch Changes
- c591670: Updated functions for `getHarnessEditContentsUrl`, `getHarnessFileContentsUrl`, `getHarnessArchiveUrl`, `getHarnessLatestCommitUrl` and `parseHarnessUrl` to handle account and org level urls
- Updated dependencies
- @backstage/config@1.2.0
- @backstage/errors@1.2.4
## 1.13.0
### Minor Changes
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@backstage/integration",
"version": "1.13.0",
"version": "1.14.0-next.0",
"description": "Helpers for managing integrations towards external systems",
"backstage": {
"role": "common-library"
+12
View File
@@ -1,5 +1,17 @@
# @backstage/repo-tools
## 0.9.5-next.0
### Patch Changes
- Updated dependencies
- @backstage/config-loader@1.8.2-next.0
- @backstage/backend-plugin-api@0.7.1-next.0
- @backstage/catalog-model@1.5.0
- @backstage/cli-common@0.1.14
- @backstage/cli-node@0.2.7
- @backstage/errors@1.2.4
## 0.9.4
### Patch Changes
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "@backstage/repo-tools",
"description": "CLI for Backstage repo tooling ",
"version": "0.9.4",
"version": "0.9.5-next.0",
"publishConfig": {
"access": "public"
},
@@ -1,5 +1,24 @@
# techdocs-cli-embedded-app
## 0.2.99-next.0
### Patch Changes
- Updated dependencies
- @backstage/cli@0.27.0-next.0
- @backstage/core-components@0.14.10-next.0
- @backstage/core-app-api@1.14.1-next.0
- @backstage/app-defaults@1.5.9-next.0
- @backstage/catalog-model@1.5.0
- @backstage/config@1.2.0
- @backstage/core-plugin-api@1.9.3
- @backstage/integration-react@1.1.30-next.0
- @backstage/test-utils@1.5.9-next.0
- @backstage/theme@0.5.6
- @backstage/plugin-catalog@1.21.2-next.0
- @backstage/plugin-techdocs@1.10.8-next.0
- @backstage/plugin-techdocs-react@1.2.7-next.0
## 0.2.98
### Patch Changes
@@ -1,6 +1,6 @@
{
"name": "techdocs-cli-embedded-app",
"version": "0.2.98",
"version": "0.2.99-next.0",
"private": true,
"backstage": {
"role": "frontend"
+11
View File
@@ -1,5 +1,16 @@
# @techdocs/cli
## 1.8.17-next.0
### Patch Changes
- Updated dependencies
- @backstage/backend-defaults@0.4.2-next.0
- @backstage/catalog-model@1.5.0
- @backstage/cli-common@0.1.14
- @backstage/config@1.2.0
- @backstage/plugin-techdocs-node@1.12.9-next.0
## 1.8.16
### Patch Changes
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "@techdocs/cli",
"description": "Utility CLI for managing TechDocs sites in Backstage.",
"version": "1.8.16",
"version": "1.8.17-next.0",
"publishConfig": {
"access": "public"
},
+13
View File
@@ -1,5 +1,18 @@
# @backstage/test-utils
## 1.5.9-next.0
### Patch Changes
- Updated dependencies
- @backstage/core-app-api@1.14.1-next.0
- @backstage/config@1.2.0
- @backstage/core-plugin-api@1.9.3
- @backstage/theme@0.5.6
- @backstage/types@1.1.1
- @backstage/plugin-permission-common@0.8.0
- @backstage/plugin-permission-react@0.4.24
## 1.5.8
### Patch Changes
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@backstage/test-utils",
"version": "1.5.8",
"version": "1.5.9-next.0",
"description": "Utilities to test Backstage plugins and apps.",
"backstage": {
"role": "web-library"
+15
View File
@@ -1,5 +1,20 @@
# @backstage/plugin-api-docs
## 0.11.8-next.0
### Patch Changes
- Updated dependencies
- @backstage/frontend-plugin-api@0.6.8-next.0
- @backstage/plugin-catalog-react@1.12.3-next.0
- @backstage/core-components@0.14.10-next.0
- @backstage/catalog-model@1.5.0
- @backstage/core-compat-api@0.2.8-next.0
- @backstage/core-plugin-api@1.9.3
- @backstage/plugin-catalog@1.21.2-next.0
- @backstage/plugin-catalog-common@1.0.25
- @backstage/plugin-permission-react@0.4.24
## 0.11.7
### Patch Changes
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@backstage/plugin-api-docs",
"version": "0.11.7",
"version": "0.11.8-next.0",
"description": "A Backstage plugin that helps represent API entities in the frontend",
"backstage": {
"role": "frontend-plugin",
+14
View File
@@ -1,5 +1,19 @@
# @backstage/plugin-app-backend
## 0.3.72-next.0
### Patch Changes
- Updated dependencies
- @backstage/backend-common@0.23.4-next.0
- @backstage/config-loader@1.8.2-next.0
- @backstage/backend-plugin-api@0.7.1-next.0
- @backstage/config@1.2.0
- @backstage/errors@1.2.4
- @backstage/types@1.1.1
- @backstage/plugin-app-node@0.1.23-next.0
- @backstage/plugin-auth-node@0.4.18-next.0
## 0.3.71
### Patch Changes
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@backstage/plugin-app-backend",
"version": "0.3.71",
"version": "0.3.72-next.0",
"description": "A Backstage backend plugin that serves the Backstage frontend app",
"backstage": {
"role": "backend-plugin",
+8
View File
@@ -1,5 +1,13 @@
# @backstage/plugin-app-node
## 0.1.23-next.0
### Patch Changes
- Updated dependencies
- @backstage/config-loader@1.8.2-next.0
- @backstage/backend-plugin-api@0.7.1-next.0
## 0.1.22
### Patch Changes
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@backstage/plugin-app-node",
"version": "0.1.22",
"version": "0.1.23-next.0",
"description": "Node.js library for the app plugin",
"backstage": {
"role": "node-library",
+9
View File
@@ -1,5 +1,14 @@
# @backstage/plugin-app-visualizer
## 0.1.9-next.0
### Patch Changes
- Updated dependencies
- @backstage/frontend-plugin-api@0.6.8-next.0
- @backstage/core-components@0.14.10-next.0
- @backstage/core-plugin-api@1.9.3
## 0.1.8
### Patch Changes
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@backstage/plugin-app-visualizer",
"version": "0.1.8",
"version": "0.1.9-next.0",
"description": "Visualizes the Backstage app structure",
"backstage": {
"role": "frontend-plugin",
@@ -1,5 +1,13 @@
# @backstage/plugin-auth-backend-module-atlassian-provider
## 0.2.4-next.0
### Patch Changes
- Updated dependencies
- @backstage/backend-plugin-api@0.7.1-next.0
- @backstage/plugin-auth-node@0.4.18-next.0
## 0.2.3
### Patch Changes
@@ -1,6 +1,6 @@
{
"name": "@backstage/plugin-auth-backend-module-atlassian-provider",
"version": "0.2.3",
"version": "0.2.4-next.0",
"description": "The atlassian-provider backend module for the auth plugin.",
"backstage": {
"role": "backend-plugin-module",
@@ -1,5 +1,16 @@
# @backstage/plugin-auth-backend-module-aws-alb-provider
## 0.1.15-next.0
### Patch Changes
- Updated dependencies
- @backstage/backend-common@0.23.4-next.0
- @backstage/backend-plugin-api@0.7.1-next.0
- @backstage/errors@1.2.4
- @backstage/plugin-auth-backend@0.22.10-next.0
- @backstage/plugin-auth-node@0.4.18-next.0
## 0.1.14
### Patch Changes
@@ -1,6 +1,6 @@
{
"name": "@backstage/plugin-auth-backend-module-aws-alb-provider",
"version": "0.1.14",
"version": "0.1.15-next.0",
"description": "The aws-alb provider module for the Backstage auth backend.",
"backstage": {
"role": "backend-plugin-module",
@@ -1,5 +1,15 @@
# @backstage/plugin-auth-backend-module-azure-easyauth-provider
## 0.1.6-next.0
### Patch Changes
- Updated dependencies
- @backstage/backend-plugin-api@0.7.1-next.0
- @backstage/catalog-model@1.5.0
- @backstage/errors@1.2.4
- @backstage/plugin-auth-node@0.4.18-next.0
## 0.1.5
### Patch Changes
@@ -1,6 +1,6 @@
{
"name": "@backstage/plugin-auth-backend-module-azure-easyauth-provider",
"version": "0.1.5",
"version": "0.1.6-next.0",
"description": "The azure-easyauth-provider backend module for the auth plugin.",
"backstage": {
"role": "backend-plugin-module",
@@ -1,5 +1,13 @@
# @backstage/plugin-auth-backend-module-bitbucket-provider
## 0.1.6-next.0
### Patch Changes
- Updated dependencies
- @backstage/backend-plugin-api@0.7.1-next.0
- @backstage/plugin-auth-node@0.4.18-next.0
## 0.1.5
### Patch Changes
@@ -1,6 +1,6 @@
{
"name": "@backstage/plugin-auth-backend-module-bitbucket-provider",
"version": "0.1.5",
"version": "0.1.6-next.0",
"description": "The bitbucket-provider backend module for the auth plugin.",
"backstage": {
"role": "backend-plugin-module",
@@ -1,5 +1,15 @@
# @backstage/plugin-auth-backend-module-cloudflare-access-provider
## 0.1.6-next.0
### Patch Changes
- Updated dependencies
- @backstage/backend-plugin-api@0.7.1-next.0
- @backstage/config@1.2.0
- @backstage/errors@1.2.4
- @backstage/plugin-auth-node@0.4.18-next.0
## 0.1.5
### Patch Changes
@@ -1,6 +1,6 @@
{
"name": "@backstage/plugin-auth-backend-module-cloudflare-access-provider",
"version": "0.1.5",
"version": "0.1.6-next.0",
"description": "The cloudflare-access-provider backend module for the auth plugin.",
"backstage": {
"role": "backend-plugin-module",
@@ -1,5 +1,15 @@
# @backstage/plugin-auth-backend-module-gcp-iap-provider
## 0.2.18-next.0
### Patch Changes
- Updated dependencies
- @backstage/backend-plugin-api@0.7.1-next.0
- @backstage/errors@1.2.4
- @backstage/types@1.1.1
- @backstage/plugin-auth-node@0.4.18-next.0
## 0.2.17
### Patch Changes
@@ -1,6 +1,6 @@
{
"name": "@backstage/plugin-auth-backend-module-gcp-iap-provider",
"version": "0.2.17",
"version": "0.2.18-next.0",
"description": "A GCP IAP auth provider module for the Backstage auth backend",
"backstage": {
"role": "backend-plugin-module",
@@ -1,5 +1,13 @@
# @backstage/plugin-auth-backend-module-github-provider
## 0.1.20-next.0
### Patch Changes
- Updated dependencies
- @backstage/backend-plugin-api@0.7.1-next.0
- @backstage/plugin-auth-node@0.4.18-next.0
## 0.1.19
### Patch Changes
@@ -1,6 +1,6 @@
{
"name": "@backstage/plugin-auth-backend-module-github-provider",
"version": "0.1.19",
"version": "0.1.20-next.0",
"description": "The github-provider backend module for the auth plugin.",
"backstage": {
"role": "backend-plugin-module",
@@ -1,5 +1,13 @@
# @backstage/plugin-auth-backend-module-gitlab-provider
## 0.1.20-next.0
### Patch Changes
- Updated dependencies
- @backstage/backend-plugin-api@0.7.1-next.0
- @backstage/plugin-auth-node@0.4.18-next.0
## 0.1.19
### Patch Changes
@@ -1,6 +1,6 @@
{
"name": "@backstage/plugin-auth-backend-module-gitlab-provider",
"version": "0.1.19",
"version": "0.1.20-next.0",
"description": "The gitlab-provider backend module for the auth plugin.",
"backstage": {
"role": "backend-plugin-module",
@@ -1,5 +1,13 @@
# @backstage/plugin-auth-backend-module-google-provider
## 0.1.20-next.0
### Patch Changes
- Updated dependencies
- @backstage/backend-plugin-api@0.7.1-next.0
- @backstage/plugin-auth-node@0.4.18-next.0
## 0.1.19
### Patch Changes
@@ -1,6 +1,6 @@
{
"name": "@backstage/plugin-auth-backend-module-google-provider",
"version": "0.1.19",
"version": "0.1.20-next.0",
"description": "A Google auth provider module for the Backstage auth backend",
"backstage": {
"role": "backend-plugin-module",
@@ -1,5 +1,16 @@
# @backstage/plugin-auth-backend-module-guest-provider
## 0.1.9-next.0
### Patch Changes
- Updated dependencies
- @backstage/backend-common@0.23.4-next.0
- @backstage/backend-plugin-api@0.7.1-next.0
- @backstage/catalog-model@1.5.0
- @backstage/errors@1.2.4
- @backstage/plugin-auth-node@0.4.18-next.0
## 0.1.8
### Patch Changes
@@ -1,6 +1,6 @@
{
"name": "@backstage/plugin-auth-backend-module-guest-provider",
"version": "0.1.8",
"version": "0.1.9-next.0",
"description": "The guest-provider backend module for the auth plugin.",
"backstage": {
"role": "backend-plugin-module",
@@ -1,5 +1,14 @@
# @backstage/plugin-auth-backend-module-microsoft-provider
## 0.1.18-next.0
### Patch Changes
- 39f36a9: Updated the Microsoft authenticator to accurately define required scopes, but to also omit the required and additional scopes when requesting resource scopes.
- Updated dependencies
- @backstage/backend-plugin-api@0.7.1-next.0
- @backstage/plugin-auth-node@0.4.18-next.0
## 0.1.17
### Patch Changes
@@ -1,6 +1,6 @@
{
"name": "@backstage/plugin-auth-backend-module-microsoft-provider",
"version": "0.1.17",
"version": "0.1.18-next.0",
"description": "The microsoft-provider backend module for the auth plugin.",
"backstage": {
"role": "backend-plugin-module",
@@ -1,5 +1,13 @@
# @backstage/plugin-auth-backend-module-oauth2-provider
## 0.2.4-next.0
### Patch Changes
- Updated dependencies
- @backstage/backend-plugin-api@0.7.1-next.0
- @backstage/plugin-auth-node@0.4.18-next.0
## 0.2.3
### Patch Changes
@@ -1,6 +1,6 @@
{
"name": "@backstage/plugin-auth-backend-module-oauth2-provider",
"version": "0.2.3",
"version": "0.2.4-next.0",
"description": "The oauth2-provider backend module for the auth plugin.",
"backstage": {
"role": "backend-plugin-module",
@@ -1,5 +1,14 @@
# @backstage/plugin-auth-backend-module-oauth2-proxy-provider
## 0.1.16-next.0
### Patch Changes
- Updated dependencies
- @backstage/backend-plugin-api@0.7.1-next.0
- @backstage/errors@1.2.4
- @backstage/plugin-auth-node@0.4.18-next.0
## 0.1.15
### Patch Changes
@@ -1,6 +1,6 @@
{
"name": "@backstage/plugin-auth-backend-module-oauth2-proxy-provider",
"version": "0.1.15",
"version": "0.1.16-next.0",
"description": "The oauth2-proxy-provider backend module for the auth plugin.",
"backstage": {
"role": "backend-plugin-module",
@@ -1,5 +1,15 @@
# @backstage/plugin-auth-backend-module-oidc-provider
## 0.2.4-next.0
### Patch Changes
- Updated dependencies
- @backstage/backend-common@0.23.4-next.0
- @backstage/backend-plugin-api@0.7.1-next.0
- @backstage/plugin-auth-backend@0.22.10-next.0
- @backstage/plugin-auth-node@0.4.18-next.0
## 0.2.3
### Patch Changes

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