diff --git a/.changeset/afraid-carpets-know.md b/.changeset/afraid-carpets-know.md
deleted file mode 100644
index 94a5452606..0000000000
--- a/.changeset/afraid-carpets-know.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-'@backstage/plugin-search': patch
----
-
-Add Optional Props to Override Icon for SidebarSearch and SidebarSearchModal Component
diff --git a/.changeset/blue-queens-sniff.md b/.changeset/blue-queens-sniff.md
deleted file mode 100644
index 9a26507f92..0000000000
--- a/.changeset/blue-queens-sniff.md
+++ /dev/null
@@ -1,7 +0,0 @@
----
-'@backstage/app-defaults': patch
-'@backstage/core-app-api': patch
-'@backstage/core-plugin-api': patch
----
-
-Add `FetchApi` and related `fetchApiRef` which implement fetch, with an added Backstage token header when available.
diff --git a/.changeset/brave-impalas-switch.md b/.changeset/brave-impalas-switch.md
deleted file mode 100644
index 729a4ec96a..0000000000
--- a/.changeset/brave-impalas-switch.md
+++ /dev/null
@@ -1,22 +0,0 @@
----
-'@backstage/backend-common': patch
----
-
-Fixed bug in backend-common to allow passing of remote option in order to enable passing remote url in --config option. The remote option should be passed along with reloadIntervalSeconds from packages/backend/src/index.ts (Updated the file as well)
-
-These changes are needed in `packages/backend/src/index.ts` if remote URLs are desired to be passed in --config option and read and watch remote files for config.
-
-```diff
-@@ -86,7 +86,11 @@ async function main() {
- const config = await loadBackendConfig({
- argv: process.argv,
- logger,
-+ remote: {
-+ reloadIntervalSeconds: 60 * 10 // Check remote config changes every 10 minutes. Change to your desired interval in seconds
-+ }
- });
-+
- const createEnv = makeCreateEnv(config);
-
- const healthcheckEnv = useHotMemoize(module, () => createEnv('healthcheck'));
-```
diff --git a/.changeset/bright-dancers-tickle.md b/.changeset/bright-dancers-tickle.md
deleted file mode 100644
index aabe94056f..0000000000
--- a/.changeset/bright-dancers-tickle.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-'@backstage/create-app': patch
----
-
-debounceTime prop is removed from the SearchBar component in the SearchPage as the default is set to 200. The prop is safe to remove and makes it easier to stay up to date with any changes in the future.
diff --git a/.changeset/bright-ears-visit.md b/.changeset/bright-ears-visit.md
deleted file mode 100644
index 350cc5b094..0000000000
--- a/.changeset/bright-ears-visit.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-'@backstage/app-defaults': patch
----
-
-Added an instance of PermissionApi to the apis included by default in createApp.
diff --git a/.changeset/cuddly-cooks-enjoy.md b/.changeset/cuddly-cooks-enjoy.md
deleted file mode 100644
index d39844e7a9..0000000000
--- a/.changeset/cuddly-cooks-enjoy.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-'@backstage/config-loader': patch
----
-
-In case remote.reloadIntervalSeconds is passed, it must be a valid positive value
diff --git a/.changeset/cuddly-suns-sit.md b/.changeset/cuddly-suns-sit.md
deleted file mode 100644
index f1fe16add6..0000000000
--- a/.changeset/cuddly-suns-sit.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-'@backstage/plugin-user-settings': patch
----
-
-Fix undefined identity bug in UserSettingsProfileCard caused by using deprecated methods of the IdentityApi
diff --git a/.changeset/cyan-seahorses-film.md b/.changeset/cyan-seahorses-film.md
deleted file mode 100644
index 80a27baec0..0000000000
--- a/.changeset/cyan-seahorses-film.md
+++ /dev/null
@@ -1,11 +0,0 @@
----
-'@backstage/core-plugin-api': minor
----
-
-**BREAKING CHANGE** The `StorageApi` has received several updates that fills in gaps for some use-cases and makes it easier to avoid mistakes:
-
-- The `StorageValueChange` type has been renamed to `StorageValueSnapshot`, the `newValue` property has been renamed to `value`, the stored value type has been narrowed to `JsonValue`, and it has received a new `presence` property that is `'unknown'`, `'absent'`, or `'present'`.
-- The `get` method has been deprecated in favor of a new `snapshot` method, which returns a `StorageValueSnapshot`.
-- The `observe$` method has had its contract changed. It should now emit values when the `presence` of a key changes, this may for example happen when remotely stored values are requested on page load and the presence switches from `'unknown'` to either `'absent'` or `'present'`.
-
-The above changes have been made with deprecations in place to maintain much of the backwards compatibility for consumers of the `StorageApi`. The only breaking change is the narrowing of the stored value type, which may in some cases require the addition of an explicit type parameter to the `get` and `observe$` methods.
diff --git a/.changeset/dirty-ways-learn.md b/.changeset/dirty-ways-learn.md
deleted file mode 100644
index e83fbbdfa2..0000000000
--- a/.changeset/dirty-ways-learn.md
+++ /dev/null
@@ -1,6 +0,0 @@
----
-'@backstage/plugin-config-schema': patch
-'@backstage/plugin-scaffolder': patch
----
-
-Fix a small browser console warning
diff --git a/.changeset/eleven-baboons-sparkle.md b/.changeset/eleven-baboons-sparkle.md
deleted file mode 100644
index e8c28af482..0000000000
--- a/.changeset/eleven-baboons-sparkle.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-'@backstage/plugin-catalog-react': patch
----
-
-added useOwnedEntities hook to get the list of entities of the logged-in user
diff --git a/.changeset/expor-k8s-backend-client.md b/.changeset/expor-k8s-backend-client.md
deleted file mode 100644
index e84be0fd1c..0000000000
--- a/.changeset/expor-k8s-backend-client.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-'@backstage/plugin-kubernetes': patch
----
-
-Includes `KubernetesBackendClient` in the export to allow developers to use it externally.
diff --git a/.changeset/famous-icons-pump.md b/.changeset/famous-icons-pump.md
deleted file mode 100644
index c2a5f07292..0000000000
--- a/.changeset/famous-icons-pump.md
+++ /dev/null
@@ -1,17 +0,0 @@
----
-'@backstage/plugin-permission-react': minor
----
-
-Breaking Changes:
-
-- Remove "api" suffixes from constructor parameters in IdentityPermissionApi.create
-
-```diff
- const { config, discovery, identity } = options;
-- const permissionApi = IdentityPermissionApi.create({
-- configApi: config,
-- discoveryApi: discovery,
-- identityApi: identity
-- });
-+ const permissionApi = IdentityPermissionApi.create({ config, discovery, identity });
-```
diff --git a/.changeset/fast-peaches-drop.md b/.changeset/fast-peaches-drop.md
deleted file mode 100644
index 29c3a5755f..0000000000
--- a/.changeset/fast-peaches-drop.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-'@backstage/core-components': patch
----
-
-Added description to components: BottomLink, Breadcrumbs, BrokenImageIcon, CardTab, Content, ContentHeader, EmptyState, ErrorPage, FeatureCalloutCircular, Gauge, GaugeCard, Header, HeaderIconLinkRow, HeaderLabel, HeaderTabs, HorizontalScrollGrid, InfoCard, IntroCard
diff --git a/.changeset/fluffy-grapes-decide.md b/.changeset/fluffy-grapes-decide.md
deleted file mode 100644
index 17a6cc965f..0000000000
--- a/.changeset/fluffy-grapes-decide.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-'@backstage/cli': patch
----
-
-Added peerPluginDependencies option to experimentalInstallationRecipe for install command to install plugins it depends on.
diff --git a/.changeset/fresh-months-approve.md b/.changeset/fresh-months-approve.md
deleted file mode 100644
index c2da09daf6..0000000000
--- a/.changeset/fresh-months-approve.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-'@backstage/plugin-tech-radar': minor
----
-
-Add new property to enable open links in a new window/tab
diff --git a/.changeset/friendly-kids-mix.md b/.changeset/friendly-kids-mix.md
deleted file mode 100644
index b59209290c..0000000000
--- a/.changeset/friendly-kids-mix.md
+++ /dev/null
@@ -1,8 +0,0 @@
----
-'@backstage/plugin-tech-insights': patch
-'@backstage/plugin-tech-insights-backend-module-jsonfc': patch
----
-
-RunChecks endpoint now handles missing retriever data in checks. Instead of
-showing server errors, the checks will be shown for checks whose retrievers have
-data, and a warning will be shown if no checks are returned.
diff --git a/.changeset/friendly-seals-peel.md b/.changeset/friendly-seals-peel.md
deleted file mode 100644
index a340d46f2b..0000000000
--- a/.changeset/friendly-seals-peel.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-'@backstage/backend-common': patch
----
-
-Ensure temporary directories are cleaned up if an error is thrown in the `filter` callback of the `UrlReader.readTree` options.
diff --git a/.changeset/funny-chefs-guess.md b/.changeset/funny-chefs-guess.md
deleted file mode 100644
index 66824892f2..0000000000
--- a/.changeset/funny-chefs-guess.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-'@backstage/plugin-org': patch
----
-
-Fixed bug in OwnershipCard component where text wasn't correctly pluralized
diff --git a/.changeset/gentle-humans-hope.md b/.changeset/gentle-humans-hope.md
deleted file mode 100644
index b8c337cec9..0000000000
--- a/.changeset/gentle-humans-hope.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-'@backstage/plugin-scaffolder-backend-module-rails': patch
----
-
-Add new options to rails new (force and skipTests)
diff --git a/.changeset/gold-seas-wave.md b/.changeset/gold-seas-wave.md
deleted file mode 100644
index ec0c6451b7..0000000000
--- a/.changeset/gold-seas-wave.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-'@backstage/plugin-catalog-common': minor
----
-
-Create catalog-common and add catalog permissions.
diff --git a/.changeset/good-fans-dance.md b/.changeset/good-fans-dance.md
deleted file mode 100644
index a24b467c01..0000000000
--- a/.changeset/good-fans-dance.md
+++ /dev/null
@@ -1,6 +0,0 @@
----
-'@backstage/plugin-bazaar': patch
-'@backstage/plugin-bazaar-backend': patch
----
-
-made the linkage between a Bazaar project to a catalog Entity optional
diff --git a/.changeset/gorgeous-beers-teach.md b/.changeset/gorgeous-beers-teach.md
deleted file mode 100644
index 014398a5be..0000000000
--- a/.changeset/gorgeous-beers-teach.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-'@backstage/core-app-api': minor
----
-
-Updated `WebStorageApi` to reflect the `StorageApi` changes in `@backstage/core-plugin-api`.
diff --git a/.changeset/gorgeous-hats-fold.md b/.changeset/gorgeous-hats-fold.md
deleted file mode 100644
index 4adaf50918..0000000000
--- a/.changeset/gorgeous-hats-fold.md
+++ /dev/null
@@ -1,6 +0,0 @@
----
-'@backstage/core-components': patch
-'@backstage/plugin-sonarqube': patch
----
-
-Locking `rc-progress` to the working version of 3.1.4
diff --git a/.changeset/green-ladybugs-fold.md b/.changeset/green-ladybugs-fold.md
deleted file mode 100644
index b7be6680df..0000000000
--- a/.changeset/green-ladybugs-fold.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-'@backstage/cli': patch
----
-
-Pruned unused dependencies.
diff --git a/.changeset/green-timers-film.md b/.changeset/green-timers-film.md
deleted file mode 100644
index be94b13f0d..0000000000
--- a/.changeset/green-timers-film.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-'@backstage/test-utils': minor
----
-
-Updated `MockStorageApi` to reflect the `StorageApi` changes in `@backstage/core-plugin-api`.
diff --git a/.changeset/hip-doors-joke.md b/.changeset/hip-doors-joke.md
deleted file mode 100644
index 8757d0b2ee..0000000000
--- a/.changeset/hip-doors-joke.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-'@backstage/backend-common': patch
----
-
-Updated the `ReadTreeResponse` documentation to clarify that the caller of `dir()` is responsible for removing the directory after use.
diff --git a/.changeset/itchy-grapes-think.md b/.changeset/itchy-grapes-think.md
deleted file mode 100644
index c453b24922..0000000000
--- a/.changeset/itchy-grapes-think.md
+++ /dev/null
@@ -1,25 +0,0 @@
----
-'@backstage/plugin-catalog': patch
----
-
-Deprecated the `CatalogClientWrapper` class.
-
-The default implementation of `catalogApiRef` that this plugin exposes, is now powered by the new `fetchApiRef`. The default implementation of _that_ API, in turn, has the ability to inject the user's Backstage token in requests in a similar manner to what the deprecated `CatalogClientWrapper` used to do. The latter has therefore been taken out of the default catalog API implementation.
-
-If you use a custom `fetchApiRef` implementation that does NOT issue tokens, or use a custom `catalogApiRef` implementation which does NOT use the default `fetchApiRef`, you can still for some time wrap your catalog API in this class to get back the old behavior:
-
-```ts
-// Add this to your packages/app/src/plugins.ts if you want to get back the old
-// catalog client behavior:
-createApiFactory({
- api: catalogApiRef,
- deps: { discoveryApi: discoveryApiRef, identityApi: identityApiRef },
- factory: ({ discoveryApi, identityApi }) =>
- new CatalogClientWrapper({
- client: new CatalogClient({ discoveryApi }),
- identityApi,
- }),
-}),
-```
-
-But do consider migrating to making use of the `fetchApiRef` as soon as convenient, since the wrapper class will be removed in a future release.
diff --git a/.changeset/lazy-files-check.md b/.changeset/lazy-files-check.md
deleted file mode 100644
index 54c53be434..0000000000
--- a/.changeset/lazy-files-check.md
+++ /dev/null
@@ -1,14 +0,0 @@
----
-'@backstage/backend-common': minor
----
-
-Auto-generate secrets for backend-to-backend auth in local development environments.
-
-When NODE_ENV is 'development', the ServerTokenManager will now generate a secret for backend-to-backend auth to make it simpler to work locally on Backstage instances that use backend-to-backend auth. For production deployments, a secret must still be manually configured as described in [the backend-to-backend auth tutorial](https://backstage.io/docs/tutorials/backend-to-backend-auth).
-
-After the change, the static `fromConfig` method on the `ServerTokenManager` requires a logger.
-
-```diff
-- const tokenManager = ServerTokenManager.fromConfig(config);
-+ const tokenManager = ServerTokenManager.fromConfig(config, { logger: root });
-```
diff --git a/.changeset/lovely-drinks-kiss.md b/.changeset/lovely-drinks-kiss.md
deleted file mode 100644
index f343888920..0000000000
--- a/.changeset/lovely-drinks-kiss.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-'@backstage/catalog-client': patch
----
-
-Add the ability to supply a custom `fetchApi`. In the default frontend app setup, this will use the `fetchApiRef` implementation.
diff --git a/.changeset/lovely-toys-wonder.md b/.changeset/lovely-toys-wonder.md
deleted file mode 100644
index ec3cc2764c..0000000000
--- a/.changeset/lovely-toys-wonder.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-'@backstage/plugin-scaffolder': patch
----
-
-EntityPicker can require an existing entity be selected by disallowing arbitrary values
diff --git a/.changeset/many-trees-happen.md b/.changeset/many-trees-happen.md
deleted file mode 100644
index f29c11fb22..0000000000
--- a/.changeset/many-trees-happen.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-'@backstage/config-loader': minor
----
-
-Removed deprecated option `env` from `LoadConfigOptions` and associated tests
diff --git a/.changeset/modern-planets-fry.md b/.changeset/modern-planets-fry.md
deleted file mode 100644
index 2da39473a1..0000000000
--- a/.changeset/modern-planets-fry.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-'@backstage/plugin-newrelic-dashboard': patch
----
-
-Created a New Plugin , which imports dashboard links and snapshots from New Relic
diff --git a/.changeset/moody-scissors-yell.md b/.changeset/moody-scissors-yell.md
deleted file mode 100644
index deb06b3c6f..0000000000
--- a/.changeset/moody-scissors-yell.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-'@backstage/plugin-home': patch
----
-
-Fix undefined identity bug in `WelcomeTitle` caused by using deprecated methods of the IdentityApi
diff --git a/.changeset/neat-stingrays-decide.md b/.changeset/neat-stingrays-decide.md
deleted file mode 100644
index f339d7ded6..0000000000
--- a/.changeset/neat-stingrays-decide.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-'@backstage/test-utils': minor
----
-
-Removed deprecated `Keyboard` class which has been superseded by `@testing-library/user-event#userEvent`
diff --git a/.changeset/new-suns-agree.md b/.changeset/new-suns-agree.md
deleted file mode 100644
index c93bb1ca12..0000000000
--- a/.changeset/new-suns-agree.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-'@backstage/plugin-rollbar-backend': patch
----
-
-Bump `axios`
diff --git a/.changeset/new-waves-rule.md b/.changeset/new-waves-rule.md
deleted file mode 100644
index 7470a1d08e..0000000000
--- a/.changeset/new-waves-rule.md
+++ /dev/null
@@ -1,7 +0,0 @@
----
-'@backstage/core-app-api': minor
----
-
-- Removed deprecated definition `createApp` from `@backstage/core-app-api` which has been replaced by `@backstage/app-defaults#createApp`
-- Removed deprecated type `BackstagePluginWithAnyOutput`
-- Removed deprecated constructors for `GithubAuth`, `OAuth2`, and `SamlAuth` as the `create` method should be used instead
diff --git a/.changeset/nice-apricots-grow.md b/.changeset/nice-apricots-grow.md
deleted file mode 100644
index 290041091d..0000000000
--- a/.changeset/nice-apricots-grow.md
+++ /dev/null
@@ -1,8 +0,0 @@
----
-'@backstage/core-plugin-api': minor
----
-
-- Removed deprecated option `description` from `ApiRefConfig`
-- Removed descriptions from all plugin API refs
-- Removed deprecated parameters `path`, `icon`, and `title` in `createRouteRef`
-- Removed deprecated types `Error` and `ErrorContext` from `ErrorApi`
diff --git a/.changeset/nice-feet-hope.md b/.changeset/nice-feet-hope.md
deleted file mode 100644
index cfc660020f..0000000000
--- a/.changeset/nice-feet-hope.md
+++ /dev/null
@@ -1,30 +0,0 @@
----
-'@backstage/create-app': patch
----
-
-The `index.html` template of the app has been updated to use the new `config` global provided by the Backstage CLI.
-
-To apply this change to an existing app, make the following changes to `packages/app/public/index.html`:
-
-```diff
--
<%= app.title %>
-+ <%= config.getString('app.title') %>
-```
-
-```diff
-- <% if (app.googleAnalyticsTrackingId && typeof app.googleAnalyticsTrackingId === 'string') { %>
-+ <% if (config.has('app.googleAnalyticsTrackingId')) { %>
-
-```
-
-```diff
-- gtag('config', '<%= app.googleAnalyticsTrackingId %>');
-+ gtag(
-+ 'config',
-+ '<%= config.getString("app.googleAnalyticsTrackingId") %>',
-+ );
-```
diff --git a/.changeset/olive-cameras-rush.md b/.changeset/olive-cameras-rush.md
deleted file mode 100644
index 9a83aea699..0000000000
--- a/.changeset/olive-cameras-rush.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-'@backstage/test-utils': minor
----
-
-Removed deprecated `msw` definition which was replaced by calling `setupRequestMockHandlers` directly
diff --git a/.changeset/perfect-apricots-raise.md b/.changeset/perfect-apricots-raise.md
deleted file mode 100644
index d7a40e6343..0000000000
--- a/.changeset/perfect-apricots-raise.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-'@backstage/config-loader': minor
----
-
-Removed deprecated option `configPaths` as it has been superseded by `configTargets`
diff --git a/.changeset/perfect-buses-collect.md b/.changeset/perfect-buses-collect.md
deleted file mode 100644
index e0df504087..0000000000
--- a/.changeset/perfect-buses-collect.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-'@backstage/plugin-scaffolder': patch
----
-
-Added OwnedEntityPicker field which displays Owned Entities in options
diff --git a/.changeset/purple-grapes-kick.md b/.changeset/purple-grapes-kick.md
deleted file mode 100644
index 9d64d4e17c..0000000000
--- a/.changeset/purple-grapes-kick.md
+++ /dev/null
@@ -1,15 +0,0 @@
----
-'@backstage/cli': patch
----
-
-The frontend configuration is now available as a `config` global during templating of the `index.html` file. This allows for much more flexibility as the values available during templating is not longer hardcoded to a fixed set of values.
-
-For example, to access the app title, you would now do the following:
-
-```html
-<%= config.getString('app.title') %>
-```
-
-Along with this change, usage of the existing `app.` values has been deprecated and will be removed in a future release. The general pattern for migrating existing usage is to replace `<%= app. %>` with `<%= config.getString('app.') %>`, although in some cases you may need to use for example `config.has('app.')` or `config.getOptionalString('app.')` instead.
-
-The [`@backstage/create-app` changelog](https://github.com/backstage/backstage/blob/master/packages/create-app/CHANGELOG.md#049) also contains more details how to migrate existing usage.
diff --git a/.changeset/rare-ladybugs-invite.md b/.changeset/rare-ladybugs-invite.md
deleted file mode 100644
index 4153363b9c..0000000000
--- a/.changeset/rare-ladybugs-invite.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-'@backstage/plugin-auth-backend': patch
----
-
-Fixed the fallback identity population to correctly generate an entity reference for `userEntityRef` if no token is provided.
diff --git a/.changeset/real-geckos-work.md b/.changeset/real-geckos-work.md
deleted file mode 100644
index 549445e079..0000000000
--- a/.changeset/real-geckos-work.md
+++ /dev/null
@@ -1,15 +0,0 @@
----
-'@backstage/plugin-permission-common': minor
----
-
-- Add `PermissionAuthorizer` interface matching `PermissionClient` to allow alternative implementations like the `ServerPermissionClient` in @backstage/plugin-permission-node.
-
-Breaking Changes:
-
-- Remove "api" suffixes from constructor parameters in PermissionClient
-
-```diff
- const { config, discovery } = options;
-- const permissionClient = new PermissionClient({ discoveryApi: discovery, configApi: config });
-+ const permissionClient = new PermissionClient({ discovery, config });
-```
diff --git a/.changeset/search-seahorses-tie.md b/.changeset/search-seahorses-tie.md
deleted file mode 100644
index f803b94b4d..0000000000
--- a/.changeset/search-seahorses-tie.md
+++ /dev/null
@@ -1,15 +0,0 @@
----
-'@backstage/plugin-search': patch
----
-
-Standardizes the component used as a search box in the search modal and in the composable home page.
-
-After these changes, all search boxes exported by the search plugin are based on the `` component, and this one is based on the `` component of the Material UI. This means that when you use SearchBarBase or one of its derived components (like `SearchBar` and `HomePageSearchBar`) you can pass all properties accepted by InputBase that have not been replaced by the props type of those components.
-
-For example:
-
-```jsx
-
-```
-
-The `color` property is inherited from `InputBaseProps` type and `debouceTime` defined by `SearchBarBaseProps`.
diff --git a/.changeset/short-rockets-remain.md b/.changeset/short-rockets-remain.md
deleted file mode 100644
index 603caec71a..0000000000
--- a/.changeset/short-rockets-remain.md
+++ /dev/null
@@ -1,9 +0,0 @@
----
-'@backstage/app-defaults': patch
-'@backstage/core-app-api': minor
-'@backstage/core-plugin-api': minor
----
-
-- Removed deprecation configuration option `theme` from `AppTheme` of the `AppThemeApi`
-- Removed reference to `theme` in the `app-defaults` default `AppTheme`
-- Removed logic in `AppThemeProvider` that creates `ThemeProvider` from `appTheme.theme`
diff --git a/.changeset/silver-books-clean.md b/.changeset/silver-books-clean.md
deleted file mode 100644
index 9685cc2119..0000000000
--- a/.changeset/silver-books-clean.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-'@backstage/catalog-client': patch
----
-
-Add support for passing paging parameters to the getEntities call of the catalog client
diff --git a/.changeset/sixty-pandas-switch.md b/.changeset/sixty-pandas-switch.md
deleted file mode 100644
index 91e767e154..0000000000
--- a/.changeset/sixty-pandas-switch.md
+++ /dev/null
@@ -1,8 +0,0 @@
----
-'@backstage/plugin-search-backend': minor
----
-
-Search result location filtering
-
-This change introduces a filter for search results based on their location protocol. The intention is to filter out unsafe or
-malicious values before they can be consumed by the frontend. By default locations must be http/https URLs (or paths).
diff --git a/.changeset/smooth-news-melt.md b/.changeset/smooth-news-melt.md
deleted file mode 100644
index deb745a46a..0000000000
--- a/.changeset/smooth-news-melt.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-'@backstage/core-components': patch
----
-
-Do not `setState` when unmounted in `OverflowTooltip`
diff --git a/.changeset/soft-scissors-own.md b/.changeset/soft-scissors-own.md
deleted file mode 100644
index 8e36ea87e3..0000000000
--- a/.changeset/soft-scissors-own.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-'@techdocs/cli': patch
----
-
-The `index.html` template was updated to use the new `config` global.
diff --git a/.changeset/techdocs-sakta-vi-gar.md b/.changeset/techdocs-sakta-vi-gar.md
deleted file mode 100644
index 183d90300b..0000000000
--- a/.changeset/techdocs-sakta-vi-gar.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-'@backstage/plugin-techdocs-backend': patch
----
-
-Fixed a bug preventing cache from being enabled in TechDocs "recommended" deployment mode.
diff --git a/.changeset/ten-candles-call.md b/.changeset/ten-candles-call.md
deleted file mode 100644
index 8907da06bd..0000000000
--- a/.changeset/ten-candles-call.md
+++ /dev/null
@@ -1,9 +0,0 @@
----
-'@backstage/core-components': patch
-'@backstage/plugin-scaffolder': patch
----
-
-In @backstage/plugin-scaffolder - When user will have one option available in hostUrl or owner - autoselect and select component should be readonly.
-
-in @backstage/core-components - Select component has extended API with few more props: native : boolean, disabled: boolean. native - if set to true - Select component will use native browser select picker (not rendered by Material UI lib ).
-disabled - if set to true - action on component will not be possible.
diff --git a/.changeset/thick-deers-trade.md b/.changeset/thick-deers-trade.md
deleted file mode 100644
index 9b023d709a..0000000000
--- a/.changeset/thick-deers-trade.md
+++ /dev/null
@@ -1,17 +0,0 @@
----
-'@backstage/core-components': patch
-'@backstage/plugin-catalog': patch
-'@backstage/plugin-circleci': patch
-'@backstage/plugin-cloudbuild': patch
-'@backstage/plugin-github-actions': patch
-'@backstage/plugin-gitops-profiles': patch
-'@backstage/plugin-jenkins': patch
-'@backstage/plugin-lighthouse': patch
-'@backstage/plugin-org': patch
-'@backstage/plugin-scaffolder': patch
-'@backstage/plugin-search': patch
-'@backstage/plugin-sentry': patch
-'@backstage/plugin-sonarqube': patch
----
-
-Prefer using `Link` from `@backstage/core-components` rather than material-UI.
diff --git a/.changeset/twenty-tigers-smash.md b/.changeset/twenty-tigers-smash.md
deleted file mode 100644
index 3ad694fbba..0000000000
--- a/.changeset/twenty-tigers-smash.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-'@backstage/plugin-jenkins-backend': patch
----
-
-feature: add crumbIssuer option to Jenkins (optional) configuration, improve the UI to show a notification after executing the action re-build
diff --git a/.changeset/twenty-tigers-ymash.md b/.changeset/twenty-tigers-ymash.md
deleted file mode 100644
index c3e03ba75d..0000000000
--- a/.changeset/twenty-tigers-ymash.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-'@backstage/plugin-jenkins': patch
----
-
-feature: add crumbIssuer option to Jenkins (optional) configuration, improve the UI to show a notification after executing the action re-build
diff --git a/.changeset/unlucky-wolves-reply.md b/.changeset/unlucky-wolves-reply.md
deleted file mode 100644
index ac42b59abb..0000000000
--- a/.changeset/unlucky-wolves-reply.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-'@backstage/plugin-scaffolder': patch
----
-
-Add DescriptionField override to support Markdown
diff --git a/.changeset/wet-bikes-pull.md b/.changeset/wet-bikes-pull.md
deleted file mode 100644
index 1c1c98b253..0000000000
--- a/.changeset/wet-bikes-pull.md
+++ /dev/null
@@ -1,7 +0,0 @@
----
-'@backstage/plugin-permission-node': patch
----
-
-Add `ServerPermissionClient`, which implements `PermissionAuthorizer` from @backstage/plugin-permission-common. This implementation skips authorization entirely when the supplied token is a valid backend-to-backend token, thereby allowing backend-to-backend systems to communicate without authorization.
-
-The `ServerPermissionClient` should always be used over the standard `PermissionClient` in plugin backends.
diff --git a/.changeset/wise-melons-hope.md b/.changeset/wise-melons-hope.md
deleted file mode 100644
index 24a615a7bc..0000000000
--- a/.changeset/wise-melons-hope.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-'@backstage/core-app-api': patch
----
-
-Schema-validate local storage cached session info on load
diff --git a/.changeset/young-dodos-bake.md b/.changeset/young-dodos-bake.md
deleted file mode 100644
index f620c6a1a4..0000000000
--- a/.changeset/young-dodos-bake.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-'@backstage/core-plugin-api': minor
----
-
-Removed deprecated types `ApiRefType` and `ApiRefsToTypes`
diff --git a/packages/app-defaults/CHANGELOG.md b/packages/app-defaults/CHANGELOG.md
index b9a84d500c..751b758984 100644
--- a/packages/app-defaults/CHANGELOG.md
+++ b/packages/app-defaults/CHANGELOG.md
@@ -1,5 +1,20 @@
# @backstage/app-defaults
+## 0.1.3
+
+### Patch Changes
+
+- 7927005152: Add `FetchApi` and related `fetchApiRef` which implement fetch, with an added Backstage token header when available.
+- 1e49c23eb7: Added an instance of PermissionApi to the apis included by default in createApp.
+- 68f8b10ccd: - Removed deprecation configuration option `theme` from `AppTheme` of the `AppThemeApi`
+ - Removed reference to `theme` in the `app-defaults` default `AppTheme`
+ - Removed logic in `AppThemeProvider` that creates `ThemeProvider` from `appTheme.theme`
+- Updated dependencies
+ - @backstage/core-app-api@0.3.0
+ - @backstage/core-plugin-api@0.4.0
+ - @backstage/plugin-permission-react@0.2.0
+ - @backstage/core-components@0.8.2
+
## 0.1.2
### Patch Changes
diff --git a/packages/app-defaults/package.json b/packages/app-defaults/package.json
index 80ff8dc29b..89d83ae91f 100644
--- a/packages/app-defaults/package.json
+++ b/packages/app-defaults/package.json
@@ -1,7 +1,7 @@
{
"name": "@backstage/app-defaults",
"description": "Provides the default wiring of a Backstage App",
- "version": "0.1.2",
+ "version": "0.1.3",
"private": false,
"publishConfig": {
"access": "public",
@@ -29,10 +29,10 @@
"clean": "backstage-cli clean"
},
"dependencies": {
- "@backstage/core-components": "^0.8.0",
- "@backstage/core-app-api": "^0.2.0",
- "@backstage/core-plugin-api": "^0.3.0",
- "@backstage/plugin-permission-react": "^0.1.1",
+ "@backstage/core-components": "^0.8.2",
+ "@backstage/core-app-api": "^0.3.0",
+ "@backstage/core-plugin-api": "^0.4.0",
+ "@backstage/plugin-permission-react": "^0.2.0",
"@backstage/theme": "^0.2.14",
"@material-ui/core": "^4.12.2",
"@material-ui/icons": "^4.9.1",
@@ -42,8 +42,8 @@
"react": "^16.13.1 || ^17.0.0"
},
"devDependencies": {
- "@backstage/cli": "^0.10.1",
- "@backstage/test-utils": "^0.1.24",
+ "@backstage/cli": "^0.10.3",
+ "@backstage/test-utils": "^0.2.0",
"@testing-library/jest-dom": "^5.10.1",
"@testing-library/react": "^11.2.5",
"@types/jest": "^26.0.7",
diff --git a/packages/app/CHANGELOG.md b/packages/app/CHANGELOG.md
index d1055a54bf..5465c6b9e7 100644
--- a/packages/app/CHANGELOG.md
+++ b/packages/app/CHANGELOG.md
@@ -1,5 +1,52 @@
# example-app
+## 0.2.58
+
+### Patch Changes
+
+- Updated dependencies
+ - @backstage/plugin-search@0.5.2
+ - @backstage/app-defaults@0.1.3
+ - @backstage/core-app-api@0.3.0
+ - @backstage/core-plugin-api@0.4.0
+ - @backstage/plugin-user-settings@0.3.14
+ - @backstage/plugin-scaffolder@0.11.15
+ - @backstage/plugin-catalog-react@0.6.8
+ - @backstage/plugin-kubernetes@0.5.2
+ - @backstage/core-components@0.8.2
+ - @backstage/cli@0.10.3
+ - @backstage/plugin-tech-radar@0.5.0
+ - @backstage/plugin-tech-insights@0.1.2
+ - @backstage/plugin-org@0.3.32
+ - @backstage/plugin-catalog@0.7.5
+ - @backstage/plugin-newrelic-dashboard@0.1.1
+ - @backstage/plugin-home@0.4.8
+ - @backstage/plugin-circleci@0.2.32
+ - @backstage/plugin-cloudbuild@0.2.30
+ - @backstage/plugin-github-actions@0.4.28
+ - @backstage/plugin-jenkins@0.5.15
+ - @backstage/plugin-lighthouse@0.2.32
+ - @backstage/plugin-sentry@0.3.31
+ - @backstage/plugin-apache-airflow@0.1.1
+ - @backstage/plugin-api-docs@0.6.19
+ - @backstage/plugin-azure-devops@0.1.8
+ - @backstage/plugin-badges@0.2.17
+ - @backstage/plugin-catalog-graph@0.2.4
+ - @backstage/plugin-catalog-import@0.7.6
+ - @backstage/plugin-code-coverage@0.1.20
+ - @backstage/plugin-cost-insights@0.11.14
+ - @backstage/plugin-explore@0.3.23
+ - @backstage/plugin-gcp-projects@0.3.11
+ - @backstage/plugin-graphiql@0.2.25
+ - @backstage/plugin-kafka@0.2.23
+ - @backstage/plugin-newrelic@0.3.11
+ - @backstage/plugin-pagerduty@0.3.20
+ - @backstage/plugin-rollbar@0.3.21
+ - @backstage/plugin-shortcuts@0.1.16
+ - @backstage/plugin-techdocs@0.12.11
+ - @backstage/plugin-todo@0.1.17
+ - @backstage/integration-react@0.1.16
+
## 0.2.57
### Patch Changes
diff --git a/packages/app/package.json b/packages/app/package.json
index 0aef9e7344..1dd48eb7bd 100644
--- a/packages/app/package.json
+++ b/packages/app/package.json
@@ -1,52 +1,52 @@
{
"name": "example-app",
- "version": "0.2.57",
+ "version": "0.2.58",
"private": true,
"bundled": true,
"dependencies": {
- "@backstage/app-defaults": "^0.1.2",
+ "@backstage/app-defaults": "^0.1.3",
"@backstage/catalog-model": "^0.9.8",
- "@backstage/cli": "^0.10.2",
- "@backstage/core-app-api": "^0.2.1",
- "@backstage/core-components": "^0.8.1",
- "@backstage/core-plugin-api": "^0.3.1",
- "@backstage/integration-react": "^0.1.15",
- "@backstage/plugin-api-docs": "^0.6.18",
- "@backstage/plugin-azure-devops": "^0.1.7",
- "@backstage/plugin-apache-airflow": "^0.1.0",
- "@backstage/plugin-badges": "^0.2.16",
- "@backstage/plugin-catalog": "^0.7.4",
- "@backstage/plugin-catalog-graph": "^0.2.3",
- "@backstage/plugin-catalog-import": "^0.7.5",
- "@backstage/plugin-catalog-react": "^0.6.7",
- "@backstage/plugin-circleci": "^0.2.31",
- "@backstage/plugin-cloudbuild": "^0.2.29",
- "@backstage/plugin-code-coverage": "^0.1.19",
- "@backstage/plugin-cost-insights": "^0.11.13",
- "@backstage/plugin-explore": "^0.3.22",
- "@backstage/plugin-gcp-projects": "^0.3.10",
- "@backstage/plugin-github-actions": "^0.4.27",
- "@backstage/plugin-graphiql": "^0.2.24",
- "@backstage/plugin-home": "^0.4.7",
- "@backstage/plugin-jenkins": "^0.5.14",
- "@backstage/plugin-kafka": "^0.2.22",
- "@backstage/plugin-kubernetes": "^0.5.1",
- "@backstage/plugin-lighthouse": "^0.2.31",
- "@backstage/plugin-newrelic": "^0.3.10",
- "@backstage/plugin-newrelic-dashboard": "^0.1.0",
- "@backstage/plugin-org": "^0.3.31",
- "@backstage/plugin-pagerduty": "0.3.19",
- "@backstage/plugin-rollbar": "^0.3.20",
- "@backstage/plugin-scaffolder": "^0.11.14",
- "@backstage/plugin-search": "^0.5.1",
- "@backstage/plugin-sentry": "^0.3.30",
- "@backstage/plugin-shortcuts": "^0.1.15",
- "@backstage/plugin-tech-radar": "^0.4.13",
- "@backstage/plugin-techdocs": "^0.12.10",
- "@backstage/plugin-todo": "^0.1.16",
- "@backstage/plugin-user-settings": "^0.3.13",
+ "@backstage/cli": "^0.10.3",
+ "@backstage/core-app-api": "^0.3.0",
+ "@backstage/core-components": "^0.8.2",
+ "@backstage/core-plugin-api": "^0.4.0",
+ "@backstage/integration-react": "^0.1.16",
+ "@backstage/plugin-api-docs": "^0.6.19",
+ "@backstage/plugin-azure-devops": "^0.1.8",
+ "@backstage/plugin-apache-airflow": "^0.1.1",
+ "@backstage/plugin-badges": "^0.2.17",
+ "@backstage/plugin-catalog": "^0.7.5",
+ "@backstage/plugin-catalog-graph": "^0.2.4",
+ "@backstage/plugin-catalog-import": "^0.7.6",
+ "@backstage/plugin-catalog-react": "^0.6.8",
+ "@backstage/plugin-circleci": "^0.2.32",
+ "@backstage/plugin-cloudbuild": "^0.2.30",
+ "@backstage/plugin-code-coverage": "^0.1.20",
+ "@backstage/plugin-cost-insights": "^0.11.14",
+ "@backstage/plugin-explore": "^0.3.23",
+ "@backstage/plugin-gcp-projects": "^0.3.11",
+ "@backstage/plugin-github-actions": "^0.4.28",
+ "@backstage/plugin-graphiql": "^0.2.25",
+ "@backstage/plugin-home": "^0.4.8",
+ "@backstage/plugin-jenkins": "^0.5.15",
+ "@backstage/plugin-kafka": "^0.2.23",
+ "@backstage/plugin-kubernetes": "^0.5.2",
+ "@backstage/plugin-lighthouse": "^0.2.32",
+ "@backstage/plugin-newrelic": "^0.3.11",
+ "@backstage/plugin-newrelic-dashboard": "^0.1.1",
+ "@backstage/plugin-org": "^0.3.32",
+ "@backstage/plugin-pagerduty": "0.3.20",
+ "@backstage/plugin-rollbar": "^0.3.21",
+ "@backstage/plugin-scaffolder": "^0.11.15",
+ "@backstage/plugin-search": "^0.5.2",
+ "@backstage/plugin-sentry": "^0.3.31",
+ "@backstage/plugin-shortcuts": "^0.1.16",
+ "@backstage/plugin-tech-radar": "^0.5.0",
+ "@backstage/plugin-techdocs": "^0.12.11",
+ "@backstage/plugin-todo": "^0.1.17",
+ "@backstage/plugin-user-settings": "^0.3.14",
"@backstage/search-common": "^0.2.0",
- "@backstage/plugin-tech-insights": "^0.1.1",
+ "@backstage/plugin-tech-insights": "^0.1.2",
"@backstage/theme": "^0.2.14",
"@material-ui/core": "^4.12.2",
"@material-ui/icons": "^4.9.1",
@@ -66,7 +66,7 @@
"zen-observable": "^0.8.15"
},
"devDependencies": {
- "@backstage/test-utils": "^0.1.24",
+ "@backstage/test-utils": "^0.2.0",
"@rjsf/core": "^3.2.1",
"@testing-library/cypress": "^8.0.2",
"@testing-library/jest-dom": "^5.10.1",
diff --git a/packages/backend-common/CHANGELOG.md b/packages/backend-common/CHANGELOG.md
index 4bd21df721..0f7b64ad5e 100644
--- a/packages/backend-common/CHANGELOG.md
+++ b/packages/backend-common/CHANGELOG.md
@@ -1,5 +1,46 @@
# @backstage/backend-common
+## 0.10.0
+
+### Minor Changes
+
+- 2f8a9b665f: Auto-generate secrets for backend-to-backend auth in local development environments.
+
+ When NODE_ENV is 'development', the ServerTokenManager will now generate a secret for backend-to-backend auth to make it simpler to work locally on Backstage instances that use backend-to-backend auth. For production deployments, a secret must still be manually configured as described in [the backend-to-backend auth tutorial](https://backstage.io/docs/tutorials/backend-to-backend-auth).
+
+ After the change, the static `fromConfig` method on the `ServerTokenManager` requires a logger.
+
+ ```diff
+ - const tokenManager = ServerTokenManager.fromConfig(config);
+ + const tokenManager = ServerTokenManager.fromConfig(config, { logger: root });
+ ```
+
+### Patch Changes
+
+- 776180b740: Fixed bug in backend-common to allow passing of remote option in order to enable passing remote url in --config option. The remote option should be passed along with reloadIntervalSeconds from packages/backend/src/index.ts (Updated the file as well)
+
+ These changes are needed in `packages/backend/src/index.ts` if remote URLs are desired to be passed in --config option and read and watch remote files for config.
+
+ ```diff
+ @@ -86,7 +86,11 @@ async function main() {
+ const config = await loadBackendConfig({
+ argv: process.argv,
+ logger,
+ + remote: {
+ + reloadIntervalSeconds: 60 * 10 // Check remote config changes every 10 minutes. Change to your desired interval in seconds
+ + }
+ });
+ +
+ const createEnv = makeCreateEnv(config);
+
+ const healthcheckEnv = useHotMemoize(module, () => createEnv('healthcheck'));
+ ```
+
+- 2462b9e275: Ensure temporary directories are cleaned up if an error is thrown in the `filter` callback of the `UrlReader.readTree` options.
+- 2f6d8ec3b6: Updated the `ReadTreeResponse` documentation to clarify that the caller of `dir()` is responsible for removing the directory after use.
+- Updated dependencies
+ - @backstage/config-loader@0.9.0
+
## 0.9.14
### Patch Changes
diff --git a/packages/backend-common/package.json b/packages/backend-common/package.json
index 91b8f46255..cde1a7f67f 100644
--- a/packages/backend-common/package.json
+++ b/packages/backend-common/package.json
@@ -1,7 +1,7 @@
{
"name": "@backstage/backend-common",
"description": "Common functionality library for Backstage backends",
- "version": "0.9.14",
+ "version": "0.10.0",
"main": "src/index.ts",
"types": "src/index.ts",
"private": false,
@@ -31,7 +31,7 @@
"dependencies": {
"@backstage/cli-common": "^0.1.6",
"@backstage/config": "^0.1.11",
- "@backstage/config-loader": "^0.8.1",
+ "@backstage/config-loader": "^0.9.0",
"@backstage/errors": "^0.1.5",
"@backstage/integration": "^0.6.10",
"@backstage/types": "^0.1.1",
@@ -81,8 +81,8 @@
}
},
"devDependencies": {
- "@backstage/cli": "^0.10.2",
- "@backstage/test-utils": "^0.1.24",
+ "@backstage/cli": "^0.10.3",
+ "@backstage/test-utils": "^0.2.0",
"@types/archiver": "^5.1.0",
"@types/compression": "^1.7.0",
"@types/concat-stream": "^1.6.0",
diff --git a/packages/backend-tasks/CHANGELOG.md b/packages/backend-tasks/CHANGELOG.md
new file mode 100644
index 0000000000..132718b710
--- /dev/null
+++ b/packages/backend-tasks/CHANGELOG.md
@@ -0,0 +1,8 @@
+# @backstage/backend-tasks
+
+## 0.1.1
+
+### Patch Changes
+
+- Updated dependencies
+ - @backstage/backend-common@0.10.0
diff --git a/packages/backend-tasks/package.json b/packages/backend-tasks/package.json
index a22895140e..463525b697 100644
--- a/packages/backend-tasks/package.json
+++ b/packages/backend-tasks/package.json
@@ -1,7 +1,7 @@
{
"name": "@backstage/backend-tasks",
"description": "Common distributed task management library for Backstage backends",
- "version": "0.1.0",
+ "version": "0.1.1",
"main": "src/index.ts",
"types": "src/index.ts",
"private": false,
@@ -29,7 +29,7 @@
"clean": "backstage-cli clean"
},
"dependencies": {
- "@backstage/backend-common": "^0.9.12",
+ "@backstage/backend-common": "^0.10.0",
"@backstage/config": "^0.1.11",
"@backstage/errors": "^0.1.4",
"@backstage/types": "^0.1.1",
@@ -43,8 +43,8 @@
"zod": "^3.9.5"
},
"devDependencies": {
- "@backstage/backend-test-utils": "^0.1.10",
- "@backstage/cli": "^0.10.0",
+ "@backstage/backend-test-utils": "^0.1.11",
+ "@backstage/cli": "^0.10.3",
"jest": "^26.0.1",
"wait-for-expect": "^3.0.2"
},
diff --git a/packages/backend-test-utils/CHANGELOG.md b/packages/backend-test-utils/CHANGELOG.md
index 584187b9d3..b10dadb21c 100644
--- a/packages/backend-test-utils/CHANGELOG.md
+++ b/packages/backend-test-utils/CHANGELOG.md
@@ -1,5 +1,13 @@
# @backstage/backend-test-utils
+## 0.1.11
+
+### Patch Changes
+
+- Updated dependencies
+ - @backstage/backend-common@0.10.0
+ - @backstage/cli@0.10.3
+
## 0.1.10
### Patch Changes
diff --git a/packages/backend-test-utils/package.json b/packages/backend-test-utils/package.json
index 2c1724e50f..218965c79f 100644
--- a/packages/backend-test-utils/package.json
+++ b/packages/backend-test-utils/package.json
@@ -1,7 +1,7 @@
{
"name": "@backstage/backend-test-utils",
"description": "Test helpers library for Backstage backends",
- "version": "0.1.10",
+ "version": "0.1.11",
"main": "src/index.ts",
"types": "src/index.ts",
"private": false,
@@ -30,8 +30,8 @@
"clean": "backstage-cli clean"
},
"dependencies": {
- "@backstage/backend-common": "^0.9.12",
- "@backstage/cli": "^0.10.0",
+ "@backstage/backend-common": "^0.10.0",
+ "@backstage/cli": "^0.10.3",
"@backstage/config": "^0.1.9",
"knex": "^0.95.1",
"mysql2": "^2.2.5",
@@ -41,7 +41,7 @@
"uuid": "^8.0.0"
},
"devDependencies": {
- "@backstage/cli": "^0.10.0",
+ "@backstage/cli": "^0.10.3",
"jest": "^26.0.1"
},
"files": [
diff --git a/packages/backend/CHANGELOG.md b/packages/backend/CHANGELOG.md
index 9c7b00b61f..89283122f2 100644
--- a/packages/backend/CHANGELOG.md
+++ b/packages/backend/CHANGELOG.md
@@ -1,5 +1,38 @@
# example-backend
+## 0.2.58
+
+### Patch Changes
+
+- Updated dependencies
+ - @backstage/backend-common@0.10.0
+ - @backstage/plugin-tech-insights-backend-module-jsonfc@0.1.3
+ - @backstage/plugin-scaffolder-backend-module-rails@0.2.1
+ - @backstage/catalog-client@0.5.3
+ - @backstage/plugin-rollbar-backend@0.1.17
+ - @backstage/plugin-auth-backend@0.5.2
+ - @backstage/plugin-permission-common@0.3.0
+ - @backstage/plugin-search-backend@0.3.0
+ - @backstage/plugin-techdocs-backend@0.12.1
+ - @backstage/plugin-jenkins-backend@0.1.10
+ - @backstage/plugin-permission-node@0.2.2
+ - example-app@0.2.58
+ - @backstage/plugin-app-backend@0.3.20
+ - @backstage/plugin-azure-devops-backend@0.2.6
+ - @backstage/plugin-badges-backend@0.1.14
+ - @backstage/plugin-catalog-backend@0.19.3
+ - @backstage/plugin-code-coverage-backend@0.1.17
+ - @backstage/plugin-graphql-backend@0.1.10
+ - @backstage/plugin-kafka-backend@0.2.13
+ - @backstage/plugin-kubernetes-backend@0.4.1
+ - @backstage/plugin-permission-backend@0.2.2
+ - @backstage/plugin-proxy-backend@0.2.15
+ - @backstage/plugin-scaffolder-backend@0.15.18
+ - @backstage/plugin-search-backend-module-pg@0.2.3
+ - @backstage/plugin-tech-insights-backend@0.1.4
+ - @backstage/plugin-tech-insights-node@0.1.2
+ - @backstage/plugin-todo-backend@0.1.16
+
## 0.2.57
### Patch Changes
diff --git a/packages/backend/package.json b/packages/backend/package.json
index 491ecedbb2..279c19e7b6 100644
--- a/packages/backend/package.json
+++ b/packages/backend/package.json
@@ -1,6 +1,6 @@
{
"name": "example-backend",
- "version": "0.2.57",
+ "version": "0.2.58",
"main": "dist/index.cjs.js",
"types": "src/index.ts",
"license": "Apache-2.0",
@@ -24,42 +24,42 @@
"migrate:create": "knex migrate:make -x ts"
},
"dependencies": {
- "@backstage/backend-common": "^0.9.14",
- "@backstage/catalog-client": "^0.5.2",
+ "@backstage/backend-common": "^0.10.0",
+ "@backstage/catalog-client": "^0.5.3",
"@backstage/catalog-model": "^0.9.8",
"@backstage/config": "^0.1.10",
"@backstage/integration": "^0.6.10",
- "@backstage/plugin-app-backend": "^0.3.19",
- "@backstage/plugin-auth-backend": "^0.5.1",
- "@backstage/plugin-azure-devops-backend": "^0.2.5",
- "@backstage/plugin-badges-backend": "^0.1.13",
- "@backstage/plugin-catalog-backend": "^0.19.2",
- "@backstage/plugin-code-coverage-backend": "^0.1.16",
- "@backstage/plugin-graphql-backend": "^0.1.9",
- "@backstage/plugin-jenkins-backend": "^0.1.9",
- "@backstage/plugin-kubernetes-backend": "^0.4.0",
- "@backstage/plugin-kafka-backend": "^0.2.12",
- "@backstage/plugin-permission-backend": "^0.2.0",
- "@backstage/plugin-permission-common": "^0.2.0",
- "@backstage/plugin-permission-node": "^0.2.0",
- "@backstage/plugin-proxy-backend": "^0.2.14",
- "@backstage/plugin-rollbar-backend": "^0.1.16",
- "@backstage/plugin-scaffolder-backend": "^0.15.17",
- "@backstage/plugin-scaffolder-backend-module-rails": "^0.2.0",
- "@backstage/plugin-search-backend": "^0.2.8",
+ "@backstage/plugin-app-backend": "^0.3.20",
+ "@backstage/plugin-auth-backend": "^0.5.2",
+ "@backstage/plugin-azure-devops-backend": "^0.2.6",
+ "@backstage/plugin-badges-backend": "^0.1.14",
+ "@backstage/plugin-catalog-backend": "^0.19.3",
+ "@backstage/plugin-code-coverage-backend": "^0.1.17",
+ "@backstage/plugin-graphql-backend": "^0.1.10",
+ "@backstage/plugin-jenkins-backend": "^0.1.10",
+ "@backstage/plugin-kubernetes-backend": "^0.4.1",
+ "@backstage/plugin-kafka-backend": "^0.2.13",
+ "@backstage/plugin-permission-backend": "^0.2.2",
+ "@backstage/plugin-permission-common": "^0.3.0",
+ "@backstage/plugin-permission-node": "^0.2.2",
+ "@backstage/plugin-proxy-backend": "^0.2.15",
+ "@backstage/plugin-rollbar-backend": "^0.1.17",
+ "@backstage/plugin-scaffolder-backend": "^0.15.18",
+ "@backstage/plugin-scaffolder-backend-module-rails": "^0.2.1",
+ "@backstage/plugin-search-backend": "^0.3.0",
"@backstage/plugin-search-backend-node": "^0.4.2",
"@backstage/plugin-search-backend-module-elasticsearch": "^0.0.7",
- "@backstage/plugin-search-backend-module-pg": "^0.2.2",
- "@backstage/plugin-techdocs-backend": "^0.12.0",
- "@backstage/plugin-tech-insights-backend": "^0.1.3",
- "@backstage/plugin-tech-insights-node": "^0.1.1",
- "@backstage/plugin-tech-insights-backend-module-jsonfc": "^0.1.2",
- "@backstage/plugin-todo-backend": "^0.1.15",
+ "@backstage/plugin-search-backend-module-pg": "^0.2.3",
+ "@backstage/plugin-techdocs-backend": "^0.12.1",
+ "@backstage/plugin-tech-insights-backend": "^0.1.4",
+ "@backstage/plugin-tech-insights-node": "^0.1.2",
+ "@backstage/plugin-tech-insights-backend-module-jsonfc": "^0.1.3",
+ "@backstage/plugin-todo-backend": "^0.1.16",
"@gitbeaker/node": "^34.6.0",
"@octokit/rest": "^18.5.3",
"azure-devops-node-api": "^11.0.1",
"dockerode": "^3.3.1",
- "example-app": "^0.2.57",
+ "example-app": "^0.2.58",
"express": "^4.17.1",
"express-promise-router": "^4.1.0",
"express-prom-bundle": "^6.3.6",
@@ -71,7 +71,7 @@
"winston": "^3.2.1"
},
"devDependencies": {
- "@backstage/cli": "^0.10.2",
+ "@backstage/cli": "^0.10.3",
"@types/dockerode": "^3.3.0",
"@types/express": "^4.17.6",
"@types/express-serve-static-core": "^4.17.5"
diff --git a/packages/catalog-client/CHANGELOG.md b/packages/catalog-client/CHANGELOG.md
index 1b11e3bcb2..6d5c3d4a94 100644
--- a/packages/catalog-client/CHANGELOG.md
+++ b/packages/catalog-client/CHANGELOG.md
@@ -1,5 +1,12 @@
# @backstage/catalog-client
+## 0.5.3
+
+### Patch Changes
+
+- 7927005152: Add the ability to supply a custom `fetchApi`. In the default frontend app setup, this will use the `fetchApiRef` implementation.
+- 5463c03b35: Add support for passing paging parameters to the getEntities call of the catalog client
+
## 0.5.2
### Patch Changes
diff --git a/packages/catalog-client/package.json b/packages/catalog-client/package.json
index 28a3d5f969..5ccb600e0c 100644
--- a/packages/catalog-client/package.json
+++ b/packages/catalog-client/package.json
@@ -1,7 +1,7 @@
{
"name": "@backstage/catalog-client",
"description": "An isomorphic client for the catalog backend",
- "version": "0.5.2",
+ "version": "0.5.3",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
@@ -35,7 +35,7 @@
"cross-fetch": "^3.0.6"
},
"devDependencies": {
- "@backstage/cli": "^0.10.0",
+ "@backstage/cli": "^0.10.3",
"@types/jest": "^26.0.7",
"msw": "^0.35.0"
},
diff --git a/packages/cli/CHANGELOG.md b/packages/cli/CHANGELOG.md
index 5d51ea890b..73e49693c2 100644
--- a/packages/cli/CHANGELOG.md
+++ b/packages/cli/CHANGELOG.md
@@ -1,5 +1,26 @@
# @backstage/cli
+## 0.10.3
+
+### Patch Changes
+
+- dfc1110dc4: Added peerPluginDependencies option to experimentalInstallationRecipe for install command to install plugins it depends on.
+- 58b0262dd9: Pruned unused dependencies.
+- 5fdc8df0e8: The frontend configuration is now available as a `config` global during templating of the `index.html` file. This allows for much more flexibility as the values available during templating is not longer hardcoded to a fixed set of values.
+
+ For example, to access the app title, you would now do the following:
+
+ ```html
+ <%= config.getString('app.title') %>
+ ```
+
+ Along with this change, usage of the existing `app.` values has been deprecated and will be removed in a future release. The general pattern for migrating existing usage is to replace `<%= app. %>` with `<%= config.getString('app.') %>`, although in some cases you may need to use for example `config.has('app.')` or `config.getOptionalString('app.')` instead.
+
+ The [`@backstage/create-app` changelog](https://github.com/backstage/backstage/blob/master/packages/create-app/CHANGELOG.md#049) also contains more details how to migrate existing usage.
+
+- Updated dependencies
+ - @backstage/config-loader@0.9.0
+
## 0.10.2
### Patch Changes
diff --git a/packages/cli/package.json b/packages/cli/package.json
index 5ded9d79c9..42a33da0db 100644
--- a/packages/cli/package.json
+++ b/packages/cli/package.json
@@ -1,7 +1,7 @@
{
"name": "@backstage/cli",
"description": "CLI for developing Backstage plugins and apps",
- "version": "0.10.2",
+ "version": "0.10.3",
"private": false,
"publishConfig": {
"access": "public"
@@ -30,7 +30,7 @@
"dependencies": {
"@backstage/cli-common": "^0.1.6",
"@backstage/config": "^0.1.11",
- "@backstage/config-loader": "^0.8.1",
+ "@backstage/config-loader": "^0.9.0",
"@backstage/errors": "^0.1.5",
"@backstage/types": "^0.1.1",
"@hot-loader/react-dom": "^16.13.0",
@@ -114,13 +114,13 @@
"yn": "^4.0.0"
},
"devDependencies": {
- "@backstage/backend-common": "^0.9.14",
+ "@backstage/backend-common": "^0.10.0",
"@backstage/config": "^0.1.11",
- "@backstage/core-components": "^0.8.1",
- "@backstage/core-plugin-api": "^0.3.1",
- "@backstage/core-app-api": "^0.2.1",
- "@backstage/dev-utils": "^0.2.14",
- "@backstage/test-utils": "^0.1.24",
+ "@backstage/core-components": "^0.8.2",
+ "@backstage/core-plugin-api": "^0.4.0",
+ "@backstage/core-app-api": "^0.3.0",
+ "@backstage/dev-utils": "^0.2.15",
+ "@backstage/test-utils": "^0.2.0",
"@backstage/theme": "^0.2.14",
"@types/diff": "^5.0.0",
"@types/express": "^4.17.6",
diff --git a/packages/codemods/CHANGELOG.md b/packages/codemods/CHANGELOG.md
index 803579a963..05994d20ea 100644
--- a/packages/codemods/CHANGELOG.md
+++ b/packages/codemods/CHANGELOG.md
@@ -1,5 +1,14 @@
# @backstage/codemods
+## 0.1.27
+
+### Patch Changes
+
+- Updated dependencies
+ - @backstage/core-app-api@0.3.0
+ - @backstage/core-plugin-api@0.4.0
+ - @backstage/core-components@0.8.2
+
## 0.1.26
### Patch Changes
diff --git a/packages/codemods/package.json b/packages/codemods/package.json
index 8261e30547..dc474d3ff7 100644
--- a/packages/codemods/package.json
+++ b/packages/codemods/package.json
@@ -1,7 +1,7 @@
{
"name": "@backstage/codemods",
"description": "A collection of codemods for Backstage projects",
- "version": "0.1.26",
+ "version": "0.1.27",
"private": false,
"publishConfig": {
"access": "public",
diff --git a/packages/config-loader/CHANGELOG.md b/packages/config-loader/CHANGELOG.md
index 93fb5dd02c..cadd31555b 100644
--- a/packages/config-loader/CHANGELOG.md
+++ b/packages/config-loader/CHANGELOG.md
@@ -1,5 +1,16 @@
# @backstage/config-loader
+## 0.9.0
+
+### Minor Changes
+
+- f6722d2458: Removed deprecated option `env` from `LoadConfigOptions` and associated tests
+- 67d6cb3c7e: Removed deprecated option `configPaths` as it has been superseded by `configTargets`
+
+### Patch Changes
+
+- 1e7070443d: In case remote.reloadIntervalSeconds is passed, it must be a valid positive value
+
## 0.8.1
### Patch Changes
diff --git a/packages/config-loader/package.json b/packages/config-loader/package.json
index 78f8da3443..28fe6cea76 100644
--- a/packages/config-loader/package.json
+++ b/packages/config-loader/package.json
@@ -1,7 +1,7 @@
{
"name": "@backstage/config-loader",
"description": "Config loading functionality used by Backstage backend, and CLI",
- "version": "0.8.1",
+ "version": "0.9.0",
"private": false,
"publishConfig": {
"access": "public",
diff --git a/packages/config/package.json b/packages/config/package.json
index d162b73cae..86e1f5d79c 100644
--- a/packages/config/package.json
+++ b/packages/config/package.json
@@ -34,7 +34,7 @@
"lodash": "^4.17.21"
},
"devDependencies": {
- "@backstage/test-utils": "^0.1.20",
+ "@backstage/test-utils": "^0.2.0",
"@types/jest": "^26.0.7",
"@types/node": "^14.14.32"
},
diff --git a/packages/core-app-api/CHANGELOG.md b/packages/core-app-api/CHANGELOG.md
index 66e0c7d6ed..687dc98649 100644
--- a/packages/core-app-api/CHANGELOG.md
+++ b/packages/core-app-api/CHANGELOG.md
@@ -1,5 +1,26 @@
# @backstage/core-app-api
+## 0.3.0
+
+### Minor Changes
+
+- a195284c7b: Updated `WebStorageApi` to reflect the `StorageApi` changes in `@backstage/core-plugin-api`.
+- b3605da81c: - Removed deprecated definition `createApp` from `@backstage/core-app-api` which has been replaced by `@backstage/app-defaults#createApp`
+ - Removed deprecated type `BackstagePluginWithAnyOutput`
+ - Removed deprecated constructors for `GithubAuth`, `OAuth2`, and `SamlAuth` as the `create` method should be used instead
+- 68f8b10ccd: - Removed deprecation configuration option `theme` from `AppTheme` of the `AppThemeApi`
+ - Removed reference to `theme` in the `app-defaults` default `AppTheme`
+ - Removed logic in `AppThemeProvider` that creates `ThemeProvider` from `appTheme.theme`
+
+### Patch Changes
+
+- 7927005152: Add `FetchApi` and related `fetchApiRef` which implement fetch, with an added Backstage token header when available.
+- 518ddc00bc: Schema-validate local storage cached session info on load
+- Updated dependencies
+ - @backstage/app-defaults@0.1.3
+ - @backstage/core-plugin-api@0.4.0
+ - @backstage/core-components@0.8.2
+
## 0.2.1
### Patch Changes
diff --git a/packages/core-app-api/package.json b/packages/core-app-api/package.json
index e1a982b7bd..c2cc4eb0c9 100644
--- a/packages/core-app-api/package.json
+++ b/packages/core-app-api/package.json
@@ -1,7 +1,7 @@
{
"name": "@backstage/core-app-api",
"description": "Core app API used by Backstage apps",
- "version": "0.2.1",
+ "version": "0.3.0",
"private": false,
"publishConfig": {
"access": "public",
@@ -29,10 +29,10 @@
"clean": "backstage-cli clean"
},
"dependencies": {
- "@backstage/app-defaults": "^0.1.2",
- "@backstage/core-components": "^0.8.1",
+ "@backstage/app-defaults": "^0.1.3",
+ "@backstage/core-components": "^0.8.2",
"@backstage/config": "^0.1.11",
- "@backstage/core-plugin-api": "^0.3.1",
+ "@backstage/core-plugin-api": "^0.4.0",
"@backstage/theme": "^0.2.14",
"@backstage/types": "^0.1.1",
"@backstage/version-bridge": "^0.1.1",
@@ -50,8 +50,8 @@
"react": "^16.13.1 || ^17.0.0"
},
"devDependencies": {
- "@backstage/cli": "^0.10.2",
- "@backstage/test-utils": "^0.1.24",
+ "@backstage/cli": "^0.10.3",
+ "@backstage/test-utils": "^0.2.0",
"@testing-library/jest-dom": "^5.10.1",
"@testing-library/react": "^11.2.5",
"@testing-library/react-hooks": "^7.0.2",
diff --git a/packages/core-components/CHANGELOG.md b/packages/core-components/CHANGELOG.md
index 2171a72ccb..eafbcc0bd6 100644
--- a/packages/core-components/CHANGELOG.md
+++ b/packages/core-components/CHANGELOG.md
@@ -1,5 +1,21 @@
# @backstage/core-components
+## 0.8.2
+
+### Patch Changes
+
+- 73a91e25f9: Added description to components: BottomLink, Breadcrumbs, BrokenImageIcon, CardTab, Content, ContentHeader, EmptyState, ErrorPage, FeatureCalloutCircular, Gauge, GaugeCard, Header, HeaderIconLinkRow, HeaderLabel, HeaderTabs, HorizontalScrollGrid, InfoCard, IntroCard
+- 27af6d996b: Locking `rc-progress` to the working version of 3.1.4
+- 10e5f9d10c: Do not `setState` when unmounted in `OverflowTooltip`
+- b646a73fe0: In @backstage/plugin-scaffolder - When user will have one option available in hostUrl or owner - autoselect and select component should be readonly.
+
+ in @backstage/core-components - Select component has extended API with few more props: native : boolean, disabled: boolean. native - if set to true - Select component will use native browser select picker (not rendered by Material UI lib ).
+ disabled - if set to true - action on component will not be possible.
+
+- 7a4bd2ceac: Prefer using `Link` from `@backstage/core-components` rather than material-UI.
+- Updated dependencies
+ - @backstage/core-plugin-api@0.4.0
+
## 0.8.1
### Patch Changes
diff --git a/packages/core-components/package.json b/packages/core-components/package.json
index fb91f9b3ce..82c3857a81 100644
--- a/packages/core-components/package.json
+++ b/packages/core-components/package.json
@@ -1,7 +1,7 @@
{
"name": "@backstage/core-components",
"description": "Core components used by Backstage plugins and apps",
- "version": "0.8.1",
+ "version": "0.8.2",
"private": false,
"publishConfig": {
"access": "public",
@@ -30,7 +30,7 @@
},
"dependencies": {
"@backstage/config": "^0.1.11",
- "@backstage/core-plugin-api": "^0.3.1",
+ "@backstage/core-plugin-api": "^0.4.0",
"@backstage/errors": "^0.1.5",
"@backstage/theme": "^0.2.14",
"@material-table/core": "^3.1.0",
@@ -72,9 +72,9 @@
"react-dom": "^16.13.1 || ^17.0.0"
},
"devDependencies": {
- "@backstage/core-app-api": "^0.2.1",
- "@backstage/cli": "^0.10.2",
- "@backstage/test-utils": "^0.1.24",
+ "@backstage/core-app-api": "^0.3.0",
+ "@backstage/cli": "^0.10.3",
+ "@backstage/test-utils": "^0.2.0",
"@testing-library/jest-dom": "^5.10.1",
"@testing-library/react": "^11.2.5",
"@testing-library/react-hooks": "^7.0.2",
diff --git a/packages/core-plugin-api/CHANGELOG.md b/packages/core-plugin-api/CHANGELOG.md
index 06d36ef486..0bbbf4d205 100644
--- a/packages/core-plugin-api/CHANGELOG.md
+++ b/packages/core-plugin-api/CHANGELOG.md
@@ -1,5 +1,30 @@
# @backstage/core-plugin-api
+## 0.4.0
+
+### Minor Changes
+
+- a195284c7b: **BREAKING CHANGE** The `StorageApi` has received several updates that fills in gaps for some use-cases and makes it easier to avoid mistakes:
+
+ - The `StorageValueChange` type has been renamed to `StorageValueSnapshot`, the `newValue` property has been renamed to `value`, the stored value type has been narrowed to `JsonValue`, and it has received a new `presence` property that is `'unknown'`, `'absent'`, or `'present'`.
+ - The `get` method has been deprecated in favor of a new `snapshot` method, which returns a `StorageValueSnapshot`.
+ - The `observe# @backstage/core-plugin-api method has had its contract changed. It should now emit values when the`presence`of a key changes, this may for example happen when remotely stored values are requested on page load and the presence switches from`'unknown'`to either`'absent'`or`'present'`.
+
+ The above changes have been made with deprecations in place to maintain much of the backwards compatibility for consumers of the `StorageApi`. The only breaking change is the narrowing of the stored value type, which may in some cases require the addition of an explicit type parameter to the `get` and `observe# @backstage/core-plugin-api methods.
+
+- f6722d2458: - Removed deprecated option `description` from `ApiRefConfig`
+ - Removed descriptions from all plugin API refs
+ - Removed deprecated parameters `path`, `icon`, and `title` in `createRouteRef`
+ - Removed deprecated types `Error` and `ErrorContext` from `ErrorApi`
+- 68f8b10ccd: - Removed deprecation configuration option `theme` from `AppTheme` of the `AppThemeApi`
+ - Removed reference to `theme` in the `app-defaults` default `AppTheme`
+ - Removed logic in `AppThemeProvider` that creates `ThemeProvider` from `appTheme.theme`
+- 6b69b44862: Removed deprecated types `ApiRefType` and `ApiRefsToTypes`
+
+### Patch Changes
+
+- 7927005152: Add `FetchApi` and related `fetchApiRef` which implement fetch, with an added Backstage token header when available.
+
## 0.3.1
### Patch Changes
diff --git a/packages/core-plugin-api/package.json b/packages/core-plugin-api/package.json
index 20479acfeb..fbb6c51c1e 100644
--- a/packages/core-plugin-api/package.json
+++ b/packages/core-plugin-api/package.json
@@ -1,7 +1,7 @@
{
"name": "@backstage/core-plugin-api",
"description": "Core API used by Backstage plugins",
- "version": "0.3.1",
+ "version": "0.4.0",
"private": false,
"publishConfig": {
"access": "public",
@@ -45,9 +45,9 @@
"react": "^16.13.1 || ^17.0.0"
},
"devDependencies": {
- "@backstage/cli": "^0.10.2",
- "@backstage/core-app-api": "^0.2.1",
- "@backstage/test-utils": "^0.1.24",
+ "@backstage/cli": "^0.10.3",
+ "@backstage/core-app-api": "^0.3.0",
+ "@backstage/test-utils": "^0.2.0",
"@testing-library/jest-dom": "^5.10.1",
"@testing-library/react": "^11.2.5",
"@testing-library/react-hooks": "^7.0.2",
diff --git a/packages/create-app/CHANGELOG.md b/packages/create-app/CHANGELOG.md
index 60d8a55635..9d71eadeb0 100644
--- a/packages/create-app/CHANGELOG.md
+++ b/packages/create-app/CHANGELOG.md
@@ -1,5 +1,37 @@
# @backstage/create-app
+## 0.4.9
+
+### Patch Changes
+
+- 49a696d720: debounceTime prop is removed from the SearchBar component in the SearchPage as the default is set to 200. The prop is safe to remove and makes it easier to stay up to date with any changes in the future.
+- 5fdc8df0e8: The `index.html` template of the app has been updated to use the new `config` global provided by the Backstage CLI.
+
+ To apply this change to an existing app, make the following changes to `packages/app/public/index.html`:
+
+ ```diff
+ - <%= app.title %>
+ + <%= config.getString('app.title') %>
+ ```
+
+ ```diff
+ - <% if (app.googleAnalyticsTrackingId && typeof app.googleAnalyticsTrackingId === 'string') { %>
+ + <% if (config.has('app.googleAnalyticsTrackingId')) { %>
+
+ ```
+
+ ```diff
+ - gtag('config', '<%= app.googleAnalyticsTrackingId %>');
+ + gtag(
+ + 'config',
+ + '<%= config.getString("app.googleAnalyticsTrackingId") %>',
+ + );
+ ```
+
## 0.4.8
### Patch Changes
diff --git a/packages/create-app/package.json b/packages/create-app/package.json
index 7a6c7ad551..3c4f403703 100644
--- a/packages/create-app/package.json
+++ b/packages/create-app/package.json
@@ -1,7 +1,7 @@
{
"name": "@backstage/create-app",
"description": "A CLI that helps you create your own Backstage app",
- "version": "0.4.8",
+ "version": "0.4.9",
"private": false,
"publishConfig": {
"access": "public"
diff --git a/packages/dev-utils/CHANGELOG.md b/packages/dev-utils/CHANGELOG.md
index e15249bf91..df17bf7a2d 100644
--- a/packages/dev-utils/CHANGELOG.md
+++ b/packages/dev-utils/CHANGELOG.md
@@ -1,5 +1,18 @@
# @backstage/dev-utils
+## 0.2.15
+
+### Patch Changes
+
+- Updated dependencies
+ - @backstage/app-defaults@0.1.3
+ - @backstage/core-app-api@0.3.0
+ - @backstage/core-plugin-api@0.4.0
+ - @backstage/plugin-catalog-react@0.6.8
+ - @backstage/core-components@0.8.2
+ - @backstage/test-utils@0.2.0
+ - @backstage/integration-react@0.1.16
+
## 0.2.14
### Patch Changes
diff --git a/packages/dev-utils/package.json b/packages/dev-utils/package.json
index 8f77f4a72d..99c07d99b9 100644
--- a/packages/dev-utils/package.json
+++ b/packages/dev-utils/package.json
@@ -1,7 +1,7 @@
{
"name": "@backstage/dev-utils",
"description": "Utilities for developing Backstage plugins.",
- "version": "0.2.14",
+ "version": "0.2.15",
"private": false,
"publishConfig": {
"access": "public",
@@ -29,14 +29,14 @@
"clean": "backstage-cli clean"
},
"dependencies": {
- "@backstage/app-defaults": "^0.1.2",
- "@backstage/core-app-api": "^0.2.0",
- "@backstage/core-components": "^0.8.0",
- "@backstage/core-plugin-api": "^0.3.0",
+ "@backstage/app-defaults": "^0.1.3",
+ "@backstage/core-app-api": "^0.3.0",
+ "@backstage/core-components": "^0.8.2",
+ "@backstage/core-plugin-api": "^0.4.0",
"@backstage/catalog-model": "^0.9.7",
- "@backstage/integration-react": "^0.1.15",
- "@backstage/plugin-catalog-react": "^0.6.5",
- "@backstage/test-utils": "^0.1.24",
+ "@backstage/integration-react": "^0.1.16",
+ "@backstage/plugin-catalog-react": "^0.6.8",
+ "@backstage/test-utils": "^0.2.0",
"@backstage/theme": "^0.2.14",
"@material-ui/core": "^4.12.2",
"@material-ui/icons": "^4.9.1",
@@ -55,7 +55,7 @@
"react-dom": "^16.13.1 || ^17.0.0"
},
"devDependencies": {
- "@backstage/cli": "^0.10.1",
+ "@backstage/cli": "^0.10.3",
"@types/jest": "^26.0.7",
"@types/node": "^14.14.32"
},
diff --git a/packages/embedded-techdocs-app/CHANGELOG.md b/packages/embedded-techdocs-app/CHANGELOG.md
index f1ae8abdf5..aa0e9ce955 100644
--- a/packages/embedded-techdocs-app/CHANGELOG.md
+++ b/packages/embedded-techdocs-app/CHANGELOG.md
@@ -1,5 +1,20 @@
# embedded-techdocs-app
+## 0.2.58
+
+### Patch Changes
+
+- Updated dependencies
+ - @backstage/app-defaults@0.1.3
+ - @backstage/core-app-api@0.3.0
+ - @backstage/core-plugin-api@0.4.0
+ - @backstage/core-components@0.8.2
+ - @backstage/cli@0.10.3
+ - @backstage/test-utils@0.2.0
+ - @backstage/plugin-catalog@0.7.5
+ - @backstage/plugin-techdocs@0.12.11
+ - @backstage/integration-react@0.1.16
+
## 0.2.56
### Patch Changes
diff --git a/packages/embedded-techdocs-app/package.json b/packages/embedded-techdocs-app/package.json
index 6a13acf37f..a1ffd9f858 100644
--- a/packages/embedded-techdocs-app/package.json
+++ b/packages/embedded-techdocs-app/package.json
@@ -1,20 +1,20 @@
{
"name": "embedded-techdocs-app",
- "version": "0.2.56",
+ "version": "0.2.58",
"private": true,
"bundled": true,
"dependencies": {
- "@backstage/app-defaults": "^0.1.2",
+ "@backstage/app-defaults": "^0.1.3",
"@backstage/catalog-model": "^0.9.7",
- "@backstage/cli": "^0.10.1",
+ "@backstage/cli": "^0.10.3",
"@backstage/config": "^0.1.10",
- "@backstage/core-app-api": "^0.2.0",
- "@backstage/core-components": "^0.8.0",
- "@backstage/core-plugin-api": "^0.3.0",
- "@backstage/integration-react": "^0.1.15",
- "@backstage/plugin-catalog": "^0.7.4",
- "@backstage/plugin-techdocs": "^0.12.9",
- "@backstage/test-utils": "^0.1.24",
+ "@backstage/core-app-api": "^0.3.0",
+ "@backstage/core-components": "^0.8.2",
+ "@backstage/core-plugin-api": "^0.4.0",
+ "@backstage/integration-react": "^0.1.16",
+ "@backstage/plugin-catalog": "^0.7.5",
+ "@backstage/plugin-techdocs": "^0.12.11",
+ "@backstage/test-utils": "^0.2.0",
"@backstage/theme": "^0.2.14",
"@material-ui/core": "^4.11.0",
"@material-ui/icons": "^4.9.1",
@@ -26,7 +26,7 @@
"react-use": "^17.2.4"
},
"devDependencies": {
- "@backstage/cli": "^0.10.1",
+ "@backstage/cli": "^0.10.3",
"@testing-library/jest-dom": "^5.10.1",
"@testing-library/react": "^11.2.5",
"@testing-library/user-event": "^13.1.8",
diff --git a/packages/integration-react/CHANGELOG.md b/packages/integration-react/CHANGELOG.md
index b56d4f52d1..680ffc4847 100644
--- a/packages/integration-react/CHANGELOG.md
+++ b/packages/integration-react/CHANGELOG.md
@@ -1,5 +1,13 @@
# @backstage/integration-react
+## 0.1.16
+
+### Patch Changes
+
+- Updated dependencies
+ - @backstage/core-plugin-api@0.4.0
+ - @backstage/core-components@0.8.2
+
## 0.1.15
### Patch Changes
diff --git a/packages/integration-react/package.json b/packages/integration-react/package.json
index 988fd14032..97d8ebea1a 100644
--- a/packages/integration-react/package.json
+++ b/packages/integration-react/package.json
@@ -1,7 +1,7 @@
{
"name": "@backstage/integration-react",
"description": "Frontend package for managing integrations towards external systems",
- "version": "0.1.15",
+ "version": "0.1.16",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
@@ -22,8 +22,8 @@
},
"dependencies": {
"@backstage/config": "^0.1.11",
- "@backstage/core-components": "^0.8.0",
- "@backstage/core-plugin-api": "^0.3.0",
+ "@backstage/core-components": "^0.8.2",
+ "@backstage/core-plugin-api": "^0.4.0",
"@backstage/integration": "^0.6.10",
"@backstage/theme": "^0.2.14",
"@material-ui/core": "^4.12.2",
@@ -35,9 +35,9 @@
"react": "^16.13.1 || ^17.0.0"
},
"devDependencies": {
- "@backstage/cli": "^0.10.1",
- "@backstage/dev-utils": "^0.2.14",
- "@backstage/test-utils": "^0.1.24",
+ "@backstage/cli": "^0.10.3",
+ "@backstage/dev-utils": "^0.2.15",
+ "@backstage/test-utils": "^0.2.0",
"@testing-library/jest-dom": "^5.10.1",
"@testing-library/react": "^11.2.5",
"@testing-library/user-event": "^13.1.8",
diff --git a/packages/integration/package.json b/packages/integration/package.json
index a6d91511c3..ccf005ccec 100644
--- a/packages/integration/package.json
+++ b/packages/integration/package.json
@@ -39,9 +39,9 @@
"lodash": "^4.17.21"
},
"devDependencies": {
- "@backstage/cli": "^0.10.0",
- "@backstage/config-loader": "^0.8.1",
- "@backstage/test-utils": "^0.1.22",
+ "@backstage/cli": "^0.10.3",
+ "@backstage/config-loader": "^0.9.0",
+ "@backstage/test-utils": "^0.2.0",
"@types/jest": "^26.0.7",
"@types/luxon": "^2.0.4",
"msw": "^0.35.0"
diff --git a/packages/techdocs-cli/CHANGELOG.md b/packages/techdocs-cli/CHANGELOG.md
index cf94063b89..d283c34b43 100644
--- a/packages/techdocs-cli/CHANGELOG.md
+++ b/packages/techdocs-cli/CHANGELOG.md
@@ -1,5 +1,14 @@
# @techdocs/cli
+## 0.8.9
+
+### Patch Changes
+
+- 5fdc8df0e8: The `index.html` template was updated to use the new `config` global.
+- Updated dependencies
+ - @backstage/backend-common@0.10.0
+ - @backstage/techdocs-common@0.11.1
+
## 0.8.8
### Patch Changes
diff --git a/packages/techdocs-cli/package.json b/packages/techdocs-cli/package.json
index 292db9820f..be7c9f6b6a 100644
--- a/packages/techdocs-cli/package.json
+++ b/packages/techdocs-cli/package.json
@@ -1,7 +1,7 @@
{
"name": "@techdocs/cli",
"description": "Utility CLI for managing TechDocs sites in Backstage.",
- "version": "0.8.8",
+ "version": "0.8.9",
"private": false,
"publishConfig": {
"access": "public"
@@ -32,7 +32,7 @@
"techdocs-cli": "bin/techdocs-cli"
},
"devDependencies": {
- "@backstage/cli": "^0.10.1",
+ "@backstage/cli": "^0.10.3",
"@types/commander": "^2.12.2",
"@types/fs-extra": "^9.0.6",
"@types/http-proxy": "^1.17.4",
@@ -41,7 +41,7 @@
"@types/react-dev-utils": "^9.0.4",
"@types/serve-handler": "^6.1.0",
"@types/webpack-env": "^1.15.3",
- "embedded-techdocs-app": "0.2.56",
+ "embedded-techdocs-app": "0.2.58",
"find-process": "^1.4.5",
"nodemon": "^2.0.2",
"ts-node": "^10.0.0"
@@ -56,10 +56,10 @@
"ext": "ts"
},
"dependencies": {
- "@backstage/backend-common": "^0.9.13",
+ "@backstage/backend-common": "^0.10.0",
"@backstage/catalog-model": "^0.9.7",
"@backstage/config": "^0.1.10",
- "@backstage/techdocs-common": "^0.11.0",
+ "@backstage/techdocs-common": "^0.11.1",
"@types/dockerode": "^3.3.0",
"commander": "^6.1.0",
"dockerode": "^3.3.1",
diff --git a/packages/techdocs-common/CHANGELOG.md b/packages/techdocs-common/CHANGELOG.md
index e925ad35e9..ed5539752f 100644
--- a/packages/techdocs-common/CHANGELOG.md
+++ b/packages/techdocs-common/CHANGELOG.md
@@ -1,5 +1,12 @@
# @backstage/techdocs-common
+## 0.11.1
+
+### Patch Changes
+
+- Updated dependencies
+ - @backstage/backend-common@0.10.0
+
## 0.11.0
### Minor Changes
diff --git a/packages/techdocs-common/package.json b/packages/techdocs-common/package.json
index c9c67881f7..9285b7672b 100644
--- a/packages/techdocs-common/package.json
+++ b/packages/techdocs-common/package.json
@@ -1,7 +1,7 @@
{
"name": "@backstage/techdocs-common",
"description": "Common functionalities for TechDocs, to be shared between techdocs-backend plugin and techdocs-cli",
- "version": "0.11.0",
+ "version": "0.11.1",
"main": "src/index.ts",
"types": "src/index.ts",
"private": false,
@@ -38,7 +38,7 @@
"dependencies": {
"@azure/identity": "^1.5.0",
"@azure/storage-blob": "^12.5.0",
- "@backstage/backend-common": "^0.9.13",
+ "@backstage/backend-common": "^0.10.0",
"@backstage/catalog-model": "^0.9.7",
"@backstage/config": "^0.1.11",
"@backstage/errors": "^0.1.5",
@@ -60,7 +60,7 @@
"winston": "^3.2.1"
},
"devDependencies": {
- "@backstage/cli": "^0.10.1",
+ "@backstage/cli": "^0.10.3",
"@types/fs-extra": "^9.0.5",
"@types/js-yaml": "^4.0.0",
"@types/mime-types": "^2.1.0",
diff --git a/packages/test-utils/CHANGELOG.md b/packages/test-utils/CHANGELOG.md
index 4da8ef195f..144c0ad257 100644
--- a/packages/test-utils/CHANGELOG.md
+++ b/packages/test-utils/CHANGELOG.md
@@ -1,5 +1,19 @@
# @backstage/test-utils
+## 0.2.0
+
+### Minor Changes
+
+- a195284c7b: Updated `MockStorageApi` to reflect the `StorageApi` changes in `@backstage/core-plugin-api`.
+- 771b9c07fe: Removed deprecated `Keyboard` class which has been superseded by `@testing-library/user-event#userEvent`
+- f6722d2458: Removed deprecated `msw` definition which was replaced by calling `setupRequestMockHandlers` directly
+
+### Patch Changes
+
+- Updated dependencies
+ - @backstage/core-app-api@0.3.0
+ - @backstage/core-plugin-api@0.4.0
+
## 0.1.24
### Patch Changes
diff --git a/packages/test-utils/package.json b/packages/test-utils/package.json
index a8519160df..c125885d88 100644
--- a/packages/test-utils/package.json
+++ b/packages/test-utils/package.json
@@ -1,7 +1,7 @@
{
"name": "@backstage/test-utils",
"description": "Utilities to test Backstage plugins and apps.",
- "version": "0.1.24",
+ "version": "0.2.0",
"private": false,
"publishConfig": {
"access": "public",
@@ -29,8 +29,8 @@
"clean": "backstage-cli clean"
},
"dependencies": {
- "@backstage/core-app-api": "^0.2.0",
- "@backstage/core-plugin-api": "^0.3.0",
+ "@backstage/core-app-api": "^0.3.0",
+ "@backstage/core-plugin-api": "^0.4.0",
"@backstage/theme": "^0.2.14",
"@backstage/types": "^0.1.1",
"@material-ui/core": "^4.12.2",
@@ -47,7 +47,7 @@
"react": "^16.13.1 || ^17.0.0"
},
"devDependencies": {
- "@backstage/cli": "^0.10.1",
+ "@backstage/cli": "^0.10.3",
"@types/jest": "^26.0.7",
"@types/node": "^14.14.32"
},
diff --git a/plugins/allure/CHANGELOG.md b/plugins/allure/CHANGELOG.md
index 6b8336b251..e175654456 100644
--- a/plugins/allure/CHANGELOG.md
+++ b/plugins/allure/CHANGELOG.md
@@ -1,5 +1,14 @@
# @backstage/plugin-allure
+## 0.1.9
+
+### Patch Changes
+
+- Updated dependencies
+ - @backstage/core-plugin-api@0.4.0
+ - @backstage/plugin-catalog-react@0.6.8
+ - @backstage/core-components@0.8.2
+
## 0.1.8
### Patch Changes
diff --git a/plugins/allure/package.json b/plugins/allure/package.json
index 261c5e1879..bfffe95d6d 100644
--- a/plugins/allure/package.json
+++ b/plugins/allure/package.json
@@ -1,7 +1,7 @@
{
"name": "@backstage/plugin-allure",
"description": "A Backstage plugin that integrates with Allure",
- "version": "0.1.8",
+ "version": "0.1.9",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
@@ -23,9 +23,9 @@
},
"dependencies": {
"@backstage/catalog-model": "^0.9.7",
- "@backstage/core-components": "^0.8.1",
- "@backstage/core-plugin-api": "^0.3.1",
- "@backstage/plugin-catalog-react": "^0.6.5",
+ "@backstage/core-components": "^0.8.2",
+ "@backstage/core-plugin-api": "^0.4.0",
+ "@backstage/plugin-catalog-react": "^0.6.8",
"@backstage/theme": "^0.2.14",
"@material-ui/core": "^4.12.2",
"@material-ui/icons": "^4.9.1",
@@ -37,10 +37,10 @@
"react": "^16.13.1 || ^17.0.0"
},
"devDependencies": {
- "@backstage/cli": "^0.10.2",
- "@backstage/core-app-api": "^0.2.1",
- "@backstage/dev-utils": "^0.2.14",
- "@backstage/test-utils": "^0.1.24",
+ "@backstage/cli": "^0.10.3",
+ "@backstage/core-app-api": "^0.3.0",
+ "@backstage/dev-utils": "^0.2.15",
+ "@backstage/test-utils": "^0.2.0",
"@testing-library/jest-dom": "^5.10.1",
"@testing-library/react": "^11.2.5",
"@testing-library/user-event": "^13.1.8",
diff --git a/plugins/analytics-module-ga/CHANGELOG.md b/plugins/analytics-module-ga/CHANGELOG.md
index 77a6089118..3721035996 100644
--- a/plugins/analytics-module-ga/CHANGELOG.md
+++ b/plugins/analytics-module-ga/CHANGELOG.md
@@ -1,5 +1,13 @@
# @backstage/plugin-analytics-module-ga
+## 0.1.5
+
+### Patch Changes
+
+- Updated dependencies
+ - @backstage/core-plugin-api@0.4.0
+ - @backstage/core-components@0.8.2
+
## 0.1.4
### Patch Changes
diff --git a/plugins/analytics-module-ga/package.json b/plugins/analytics-module-ga/package.json
index 5f48d4404e..00fe5b6651 100644
--- a/plugins/analytics-module-ga/package.json
+++ b/plugins/analytics-module-ga/package.json
@@ -1,6 +1,6 @@
{
"name": "@backstage/plugin-analytics-module-ga",
- "version": "0.1.4",
+ "version": "0.1.5",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
@@ -22,8 +22,8 @@
},
"dependencies": {
"@backstage/config": "^0.1.5",
- "@backstage/core-components": "^0.8.1",
- "@backstage/core-plugin-api": "^0.3.1",
+ "@backstage/core-components": "^0.8.2",
+ "@backstage/core-plugin-api": "^0.4.0",
"@backstage/theme": "^0.2.14",
"@material-ui/core": "^4.12.2",
"@material-ui/icons": "^4.9.1",
@@ -35,10 +35,10 @@
"react": "^16.13.1 || ^17.0.0"
},
"devDependencies": {
- "@backstage/cli": "^0.10.2",
- "@backstage/core-app-api": "^0.2.1",
- "@backstage/dev-utils": "^0.2.14",
- "@backstage/test-utils": "^0.1.24",
+ "@backstage/cli": "^0.10.3",
+ "@backstage/core-app-api": "^0.3.0",
+ "@backstage/dev-utils": "^0.2.15",
+ "@backstage/test-utils": "^0.2.0",
"@testing-library/jest-dom": "^5.10.1",
"@testing-library/react": "^11.2.5",
"@testing-library/user-event": "^13.1.8",
diff --git a/plugins/apache-airflow/CHANGELOG.md b/plugins/apache-airflow/CHANGELOG.md
index 64abdb929a..c15236191c 100644
--- a/plugins/apache-airflow/CHANGELOG.md
+++ b/plugins/apache-airflow/CHANGELOG.md
@@ -1,5 +1,13 @@
# @backstage/plugin-apache-airflow
+## 0.1.1
+
+### Patch Changes
+
+- Updated dependencies
+ - @backstage/core-plugin-api@0.4.0
+ - @backstage/core-components@0.8.2
+
## 0.1.0
### Minor Changes
diff --git a/plugins/apache-airflow/package.json b/plugins/apache-airflow/package.json
index 58c5dceb77..0c25b8a174 100644
--- a/plugins/apache-airflow/package.json
+++ b/plugins/apache-airflow/package.json
@@ -1,6 +1,6 @@
{
"name": "@backstage/plugin-apache-airflow",
- "version": "0.1.0",
+ "version": "0.1.1",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
@@ -20,8 +20,8 @@
"clean": "backstage-cli clean"
},
"dependencies": {
- "@backstage/core-components": "^0.8.1",
- "@backstage/core-plugin-api": "^0.3.1",
+ "@backstage/core-components": "^0.8.2",
+ "@backstage/core-plugin-api": "^0.4.0",
"@material-ui/core": "^4.12.2",
"@material-ui/icons": "^4.9.1",
"@material-ui/lab": "4.0.0-alpha.57",
@@ -33,10 +33,10 @@
"react": "^16.13.1 || ^17.0.0"
},
"devDependencies": {
- "@backstage/cli": "^0.10.2",
- "@backstage/core-app-api": "^0.2.1",
- "@backstage/dev-utils": "^0.2.14",
- "@backstage/test-utils": "^0.1.24",
+ "@backstage/cli": "^0.10.3",
+ "@backstage/core-app-api": "^0.3.0",
+ "@backstage/dev-utils": "^0.2.15",
+ "@backstage/test-utils": "^0.2.0",
"@testing-library/jest-dom": "^5.10.1",
"@testing-library/react": "^11.2.5",
"@testing-library/user-event": "^13.1.8",
diff --git a/plugins/api-docs/CHANGELOG.md b/plugins/api-docs/CHANGELOG.md
index 833976fc2b..5baf5ac05a 100644
--- a/plugins/api-docs/CHANGELOG.md
+++ b/plugins/api-docs/CHANGELOG.md
@@ -1,5 +1,15 @@
# @backstage/plugin-api-docs
+## 0.6.19
+
+### Patch Changes
+
+- Updated dependencies
+ - @backstage/core-plugin-api@0.4.0
+ - @backstage/plugin-catalog-react@0.6.8
+ - @backstage/core-components@0.8.2
+ - @backstage/plugin-catalog@0.7.5
+
## 0.6.18
### Patch Changes
diff --git a/plugins/api-docs/package.json b/plugins/api-docs/package.json
index fd057cf358..b361d991cb 100644
--- a/plugins/api-docs/package.json
+++ b/plugins/api-docs/package.json
@@ -1,7 +1,7 @@
{
"name": "@backstage/plugin-api-docs",
"description": "A Backstage plugin that helps represent API entities in the frontend",
- "version": "0.6.18",
+ "version": "0.6.19",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
@@ -32,10 +32,10 @@
"dependencies": {
"@asyncapi/react-component": "^1.0.0-next.25",
"@backstage/catalog-model": "^0.9.7",
- "@backstage/core-components": "^0.8.1",
- "@backstage/core-plugin-api": "^0.3.1",
- "@backstage/plugin-catalog": "^0.7.4",
- "@backstage/plugin-catalog-react": "^0.6.5",
+ "@backstage/core-components": "^0.8.2",
+ "@backstage/core-plugin-api": "^0.4.0",
+ "@backstage/plugin-catalog": "^0.7.5",
+ "@backstage/plugin-catalog-react": "^0.6.8",
"@backstage/theme": "^0.2.14",
"@material-ui/core": "^4.12.2",
"@material-ui/icons": "^4.9.1",
@@ -54,10 +54,10 @@
"react": "^16.13.1 || ^17.0.0"
},
"devDependencies": {
- "@backstage/cli": "^0.10.2",
- "@backstage/core-app-api": "^0.2.1",
- "@backstage/dev-utils": "^0.2.14",
- "@backstage/test-utils": "^0.1.24",
+ "@backstage/cli": "^0.10.3",
+ "@backstage/core-app-api": "^0.3.0",
+ "@backstage/dev-utils": "^0.2.15",
+ "@backstage/test-utils": "^0.2.0",
"@testing-library/jest-dom": "^5.10.1",
"@testing-library/react": "^11.2.5",
"@testing-library/user-event": "^13.1.8",
diff --git a/plugins/app-backend/CHANGELOG.md b/plugins/app-backend/CHANGELOG.md
index a58b028049..892deeed88 100644
--- a/plugins/app-backend/CHANGELOG.md
+++ b/plugins/app-backend/CHANGELOG.md
@@ -1,5 +1,13 @@
# @backstage/plugin-app-backend
+## 0.3.20
+
+### Patch Changes
+
+- Updated dependencies
+ - @backstage/backend-common@0.10.0
+ - @backstage/config-loader@0.9.0
+
## 0.3.19
### Patch Changes
diff --git a/plugins/app-backend/package.json b/plugins/app-backend/package.json
index 927eae7022..fffc34ee17 100644
--- a/plugins/app-backend/package.json
+++ b/plugins/app-backend/package.json
@@ -1,7 +1,7 @@
{
"name": "@backstage/plugin-app-backend",
"description": "A Backstage backend plugin that serves the Backstage frontend app",
- "version": "0.3.19",
+ "version": "0.3.20",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
@@ -30,8 +30,8 @@
"clean": "backstage-cli clean"
},
"dependencies": {
- "@backstage/backend-common": "^0.9.12",
- "@backstage/config-loader": "^0.8.1",
+ "@backstage/backend-common": "^0.10.0",
+ "@backstage/config-loader": "^0.9.0",
"@backstage/config": "^0.1.11",
"@backstage/types": "^0.1.1",
"@types/express": "^4.17.6",
@@ -42,7 +42,7 @@
"yn": "^4.0.0"
},
"devDependencies": {
- "@backstage/cli": "^0.10.0",
+ "@backstage/cli": "^0.10.3",
"@backstage/types": "^0.1.1",
"@types/supertest": "^2.0.8",
"msw": "^0.35.0",
diff --git a/plugins/auth-backend/CHANGELOG.md b/plugins/auth-backend/CHANGELOG.md
index cfdae9f4ef..86d3c2a30d 100644
--- a/plugins/auth-backend/CHANGELOG.md
+++ b/plugins/auth-backend/CHANGELOG.md
@@ -1,5 +1,15 @@
# @backstage/plugin-auth-backend
+## 0.5.2
+
+### Patch Changes
+
+- 24a67e3e2e: Fixed the fallback identity population to correctly generate an entity reference for `userEntityRef` if no token is provided.
+- Updated dependencies
+ - @backstage/backend-common@0.10.0
+ - @backstage/test-utils@0.2.0
+ - @backstage/catalog-client@0.5.3
+
## 0.5.1
### Patch Changes
diff --git a/plugins/auth-backend/package.json b/plugins/auth-backend/package.json
index c7d208eef2..9410a9beee 100644
--- a/plugins/auth-backend/package.json
+++ b/plugins/auth-backend/package.json
@@ -1,7 +1,7 @@
{
"name": "@backstage/plugin-auth-backend",
"description": "A Backstage backend plugin that handles authentication",
- "version": "0.5.1",
+ "version": "0.5.2",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
@@ -30,12 +30,12 @@
"clean": "backstage-cli clean"
},
"dependencies": {
- "@backstage/backend-common": "^0.9.14",
- "@backstage/catalog-client": "^0.5.2",
+ "@backstage/backend-common": "^0.10.0",
+ "@backstage/catalog-client": "^0.5.3",
"@backstage/catalog-model": "^0.9.8",
"@backstage/config": "^0.1.11",
"@backstage/errors": "^0.1.5",
- "@backstage/test-utils": "^0.1.24",
+ "@backstage/test-utils": "^0.2.0",
"@google-cloud/firestore": "^4.15.1",
"@types/express": "^4.17.6",
"@types/passport": "^1.0.3",
@@ -73,7 +73,7 @@
"yn": "^4.0.0"
},
"devDependencies": {
- "@backstage/cli": "^0.10.2",
+ "@backstage/cli": "^0.10.3",
"@types/body-parser": "^1.19.0",
"@types/cookie-parser": "^1.4.2",
"@types/express-session": "^1.17.2",
diff --git a/plugins/azure-devops-backend/CHANGELOG.md b/plugins/azure-devops-backend/CHANGELOG.md
index ff802a30e1..080a4e0367 100644
--- a/plugins/azure-devops-backend/CHANGELOG.md
+++ b/plugins/azure-devops-backend/CHANGELOG.md
@@ -1,5 +1,12 @@
# @backstage/plugin-azure-devops-backend
+## 0.2.6
+
+### Patch Changes
+
+- Updated dependencies
+ - @backstage/backend-common@0.10.0
+
## 0.2.5
### Patch Changes
diff --git a/plugins/azure-devops-backend/package.json b/plugins/azure-devops-backend/package.json
index 6624638824..044a1acb95 100644
--- a/plugins/azure-devops-backend/package.json
+++ b/plugins/azure-devops-backend/package.json
@@ -1,6 +1,6 @@
{
"name": "@backstage/plugin-azure-devops-backend",
- "version": "0.2.5",
+ "version": "0.2.6",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
@@ -20,7 +20,7 @@
"clean": "backstage-cli clean"
},
"dependencies": {
- "@backstage/backend-common": "^0.9.14",
+ "@backstage/backend-common": "^0.10.0",
"@backstage/config": "^0.1.11",
"@backstage/plugin-azure-devops-common": "^0.1.3",
"@types/express": "^4.17.6",
@@ -31,7 +31,7 @@
"yn": "^4.0.0"
},
"devDependencies": {
- "@backstage/cli": "^0.10.2",
+ "@backstage/cli": "^0.10.3",
"@types/supertest": "^2.0.8",
"supertest": "^6.1.6",
"msw": "^0.35.0"
diff --git a/plugins/azure-devops/CHANGELOG.md b/plugins/azure-devops/CHANGELOG.md
index c79c3abdbc..4d0e3a95c7 100644
--- a/plugins/azure-devops/CHANGELOG.md
+++ b/plugins/azure-devops/CHANGELOG.md
@@ -1,5 +1,14 @@
# @backstage/plugin-azure-devops
+## 0.1.8
+
+### Patch Changes
+
+- Updated dependencies
+ - @backstage/core-plugin-api@0.4.0
+ - @backstage/plugin-catalog-react@0.6.8
+ - @backstage/core-components@0.8.2
+
## 0.1.7
### Patch Changes
diff --git a/plugins/azure-devops/package.json b/plugins/azure-devops/package.json
index 5d048c6471..86b26af501 100644
--- a/plugins/azure-devops/package.json
+++ b/plugins/azure-devops/package.json
@@ -1,6 +1,6 @@
{
"name": "@backstage/plugin-azure-devops",
- "version": "0.1.7",
+ "version": "0.1.8",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
@@ -28,11 +28,11 @@
},
"dependencies": {
"@backstage/catalog-model": "^0.9.8",
- "@backstage/core-components": "^0.8.1",
- "@backstage/core-plugin-api": "^0.3.1",
+ "@backstage/core-components": "^0.8.2",
+ "@backstage/core-plugin-api": "^0.4.0",
"@backstage/errors": "^0.1.4",
"@backstage/plugin-azure-devops-common": "^0.1.3",
- "@backstage/plugin-catalog-react": "^0.6.7",
+ "@backstage/plugin-catalog-react": "^0.6.8",
"@backstage/theme": "^0.2.14",
"@material-ui/core": "^4.12.2",
"@material-ui/icons": "^4.9.1",
@@ -46,10 +46,10 @@
"react": "^16.13.1 || ^17.0.0"
},
"devDependencies": {
- "@backstage/cli": "^0.10.2",
- "@backstage/core-app-api": "^0.2.1",
- "@backstage/dev-utils": "^0.2.14",
- "@backstage/test-utils": "^0.1.24",
+ "@backstage/cli": "^0.10.3",
+ "@backstage/core-app-api": "^0.3.0",
+ "@backstage/dev-utils": "^0.2.15",
+ "@backstage/test-utils": "^0.2.0",
"@testing-library/jest-dom": "^5.10.1",
"@testing-library/react": "^11.2.5",
"@testing-library/user-event": "^13.1.8",
diff --git a/plugins/badges-backend/CHANGELOG.md b/plugins/badges-backend/CHANGELOG.md
index e1cdfa1490..5b37003d36 100644
--- a/plugins/badges-backend/CHANGELOG.md
+++ b/plugins/badges-backend/CHANGELOG.md
@@ -1,5 +1,13 @@
# @backstage/plugin-badges-backend
+## 0.1.14
+
+### Patch Changes
+
+- Updated dependencies
+ - @backstage/backend-common@0.10.0
+ - @backstage/catalog-client@0.5.3
+
## 0.1.13
### Patch Changes
diff --git a/plugins/badges-backend/package.json b/plugins/badges-backend/package.json
index c481866a0a..fbd7b2c266 100644
--- a/plugins/badges-backend/package.json
+++ b/plugins/badges-backend/package.json
@@ -1,7 +1,7 @@
{
"name": "@backstage/plugin-badges-backend",
"description": "A Backstage backend plugin that generates README badges for your entities",
- "version": "0.1.13",
+ "version": "0.1.14",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
@@ -31,8 +31,8 @@
"clean": "backstage-cli clean"
},
"dependencies": {
- "@backstage/backend-common": "^0.9.12",
- "@backstage/catalog-client": "^0.5.2",
+ "@backstage/backend-common": "^0.10.0",
+ "@backstage/catalog-client": "^0.5.3",
"@backstage/catalog-model": "^0.9.7",
"@backstage/config": "^0.1.10",
"@backstage/errors": "^0.1.5",
@@ -45,7 +45,7 @@
"yn": "^4.0.0"
},
"devDependencies": {
- "@backstage/cli": "^0.10.0",
+ "@backstage/cli": "^0.10.3",
"@types/supertest": "^2.0.8",
"supertest": "^6.1.3"
},
diff --git a/plugins/badges/CHANGELOG.md b/plugins/badges/CHANGELOG.md
index 049709e8be..95d4917582 100644
--- a/plugins/badges/CHANGELOG.md
+++ b/plugins/badges/CHANGELOG.md
@@ -1,5 +1,14 @@
# @backstage/plugin-badges
+## 0.2.17
+
+### Patch Changes
+
+- Updated dependencies
+ - @backstage/core-plugin-api@0.4.0
+ - @backstage/plugin-catalog-react@0.6.8
+ - @backstage/core-components@0.8.2
+
## 0.2.16
### Patch Changes
diff --git a/plugins/badges/package.json b/plugins/badges/package.json
index 9d35a3b9e2..2f9f109752 100644
--- a/plugins/badges/package.json
+++ b/plugins/badges/package.json
@@ -1,7 +1,7 @@
{
"name": "@backstage/plugin-badges",
"description": "A Backstage plugin that generates README badges for your entities",
- "version": "0.2.16",
+ "version": "0.2.17",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
@@ -28,10 +28,10 @@
},
"dependencies": {
"@backstage/catalog-model": "^0.9.7",
- "@backstage/core-components": "^0.8.1",
- "@backstage/core-plugin-api": "^0.3.1",
+ "@backstage/core-components": "^0.8.2",
+ "@backstage/core-plugin-api": "^0.4.0",
"@backstage/errors": "^0.1.5",
- "@backstage/plugin-catalog-react": "^0.6.5",
+ "@backstage/plugin-catalog-react": "^0.6.8",
"@backstage/theme": "^0.2.14",
"@material-ui/core": "^4.12.2",
"@material-ui/icons": "^4.9.1",
@@ -43,10 +43,10 @@
"react": "^16.13.1 || ^17.0.0"
},
"devDependencies": {
- "@backstage/cli": "^0.10.2",
- "@backstage/core-app-api": "^0.2.1",
- "@backstage/dev-utils": "^0.2.14",
- "@backstage/test-utils": "^0.1.24",
+ "@backstage/cli": "^0.10.3",
+ "@backstage/core-app-api": "^0.3.0",
+ "@backstage/dev-utils": "^0.2.15",
+ "@backstage/test-utils": "^0.2.0",
"@testing-library/jest-dom": "^5.10.1",
"@testing-library/react": "^11.2.5",
"@testing-library/user-event": "^13.1.8",
diff --git a/plugins/bazaar-backend/CHANGELOG.md b/plugins/bazaar-backend/CHANGELOG.md
index 2646731535..1a08a36b9d 100644
--- a/plugins/bazaar-backend/CHANGELOG.md
+++ b/plugins/bazaar-backend/CHANGELOG.md
@@ -1,5 +1,14 @@
# @backstage/plugin-bazaar-backend
+## 0.1.5
+
+### Patch Changes
+
+- 26926bb7a7: made the linkage between a Bazaar project to a catalog Entity optional
+- Updated dependencies
+ - @backstage/backend-common@0.10.0
+ - @backstage/backend-test-utils@0.1.11
+
## 0.1.4
### Patch Changes
diff --git a/plugins/bazaar-backend/package.json b/plugins/bazaar-backend/package.json
index aefe3bfdc6..a7c59735ff 100644
--- a/plugins/bazaar-backend/package.json
+++ b/plugins/bazaar-backend/package.json
@@ -1,6 +1,6 @@
{
"name": "@backstage/plugin-bazaar-backend",
- "version": "0.1.4",
+ "version": "0.1.5",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
@@ -20,8 +20,8 @@
"clean": "backstage-cli clean"
},
"dependencies": {
- "@backstage/backend-common": "^0.9.13",
- "@backstage/backend-test-utils": "^0.1.10",
+ "@backstage/backend-common": "^0.10.0",
+ "@backstage/backend-test-utils": "^0.1.11",
"@backstage/config": "^0.1.5",
"@types/express": "^4.17.6",
"express": "^4.17.1",
@@ -31,7 +31,7 @@
"yn": "^4.0.0"
},
"devDependencies": {
- "@backstage/cli": "^0.10.1"
+ "@backstage/cli": "^0.10.3"
},
"files": [
"dist",
diff --git a/plugins/bazaar/CHANGELOG.md b/plugins/bazaar/CHANGELOG.md
index 664b69a4a4..8a69f2f2ff 100644
--- a/plugins/bazaar/CHANGELOG.md
+++ b/plugins/bazaar/CHANGELOG.md
@@ -1,5 +1,17 @@
# @backstage/plugin-bazaar
+## 0.1.7
+
+### Patch Changes
+
+- 26926bb7a7: made the linkage between a Bazaar project to a catalog Entity optional
+- Updated dependencies
+ - @backstage/core-plugin-api@0.4.0
+ - @backstage/plugin-catalog-react@0.6.8
+ - @backstage/core-components@0.8.2
+ - @backstage/cli@0.10.3
+ - @backstage/plugin-catalog@0.7.5
+
## 0.1.6
### Patch Changes
diff --git a/plugins/bazaar/package.json b/plugins/bazaar/package.json
index 6ccda73f93..c36a529d1c 100644
--- a/plugins/bazaar/package.json
+++ b/plugins/bazaar/package.json
@@ -1,6 +1,6 @@
{
"name": "@backstage/plugin-bazaar",
- "version": "0.1.6",
+ "version": "0.1.7",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
@@ -22,11 +22,11 @@
},
"dependencies": {
"@backstage/catalog-model": "^0.9.7",
- "@backstage/cli": "^0.10.1",
- "@backstage/core-components": "^0.8.1",
- "@backstage/core-plugin-api": "^0.3.1",
- "@backstage/plugin-catalog": "^0.7.4",
- "@backstage/plugin-catalog-react": "^0.6.5",
+ "@backstage/cli": "^0.10.3",
+ "@backstage/core-components": "^0.8.2",
+ "@backstage/core-plugin-api": "^0.4.0",
+ "@backstage/plugin-catalog": "^0.7.5",
+ "@backstage/plugin-catalog-react": "^0.6.8",
"@date-io/luxon": "1.x",
"@material-ui/core": "^4.12.2",
"@material-ui/icons": "^4.9.1",
@@ -43,8 +43,8 @@
"react": "^16.13.1 || ^17.0.0"
},
"devDependencies": {
- "@backstage/cli": "^0.10.2",
- "@backstage/dev-utils": "^0.2.14",
+ "@backstage/cli": "^0.10.3",
+ "@backstage/dev-utils": "^0.2.15",
"@testing-library/jest-dom": "^5.10.1",
"cross-fetch": "^3.0.6"
},
diff --git a/plugins/bitrise/CHANGELOG.md b/plugins/bitrise/CHANGELOG.md
index 43c2ba1ac6..96a95b9afd 100644
--- a/plugins/bitrise/CHANGELOG.md
+++ b/plugins/bitrise/CHANGELOG.md
@@ -1,5 +1,14 @@
# @backstage/plugin-bitrise
+## 0.1.20
+
+### Patch Changes
+
+- Updated dependencies
+ - @backstage/core-plugin-api@0.4.0
+ - @backstage/plugin-catalog-react@0.6.8
+ - @backstage/core-components@0.8.2
+
## 0.1.19
### Patch Changes
diff --git a/plugins/bitrise/package.json b/plugins/bitrise/package.json
index c4a02c7403..36d2f3006d 100644
--- a/plugins/bitrise/package.json
+++ b/plugins/bitrise/package.json
@@ -1,7 +1,7 @@
{
"name": "@backstage/plugin-bitrise",
"description": "A Backstage plugin that integrates towards Bitrise",
- "version": "0.1.19",
+ "version": "0.1.20",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
@@ -22,9 +22,9 @@
},
"dependencies": {
"@backstage/catalog-model": "^0.9.7",
- "@backstage/core-components": "^0.8.1",
- "@backstage/core-plugin-api": "^0.3.1",
- "@backstage/plugin-catalog-react": "^0.6.5",
+ "@backstage/core-components": "^0.8.2",
+ "@backstage/core-plugin-api": "^0.4.0",
+ "@backstage/plugin-catalog-react": "^0.6.8",
"@backstage/theme": "^0.2.14",
"@material-ui/core": "^4.12.2",
"@material-ui/icons": "^4.9.1",
@@ -40,10 +40,10 @@
"react": "^16.13.1 || ^17.0.0"
},
"devDependencies": {
- "@backstage/cli": "^0.10.2",
- "@backstage/core-app-api": "^0.2.1",
- "@backstage/dev-utils": "^0.2.14",
- "@backstage/test-utils": "^0.1.24",
+ "@backstage/cli": "^0.10.3",
+ "@backstage/core-app-api": "^0.3.0",
+ "@backstage/dev-utils": "^0.2.15",
+ "@backstage/test-utils": "^0.2.0",
"@testing-library/jest-dom": "^5.10.1",
"@testing-library/react": "^11.2.5",
"@testing-library/user-event": "^13.1.8",
diff --git a/plugins/catalog-backend-module-msgraph/package.json b/plugins/catalog-backend-module-msgraph/package.json
index 8e9b99931c..db3e59c307 100644
--- a/plugins/catalog-backend-module-msgraph/package.json
+++ b/plugins/catalog-backend-module-msgraph/package.json
@@ -32,7 +32,7 @@
"@azure/msal-node": "^1.1.0",
"@backstage/catalog-model": "^0.9.7",
"@backstage/config": "^0.1.10",
- "@backstage/plugin-catalog-backend": "^0.19.0",
+ "@backstage/plugin-catalog-backend": "^0.19.3",
"@microsoft/microsoft-graph-types": "^2.6.0",
"@types/node-fetch": "^2.5.12",
"lodash": "^4.17.21",
@@ -42,9 +42,9 @@
"qs": "^6.9.4"
},
"devDependencies": {
- "@backstage/backend-common": "^0.9.12",
- "@backstage/cli": "^0.10.0",
- "@backstage/test-utils": "^0.1.23",
+ "@backstage/backend-common": "^0.10.0",
+ "@backstage/cli": "^0.10.3",
+ "@backstage/test-utils": "^0.2.0",
"@types/lodash": "^4.14.151",
"msw": "^0.35.0"
},
diff --git a/plugins/catalog-backend/CHANGELOG.md b/plugins/catalog-backend/CHANGELOG.md
index ce502f8f46..43138d734f 100644
--- a/plugins/catalog-backend/CHANGELOG.md
+++ b/plugins/catalog-backend/CHANGELOG.md
@@ -1,5 +1,13 @@
# @backstage/plugin-catalog-backend
+## 0.19.3
+
+### Patch Changes
+
+- Updated dependencies
+ - @backstage/backend-common@0.10.0
+ - @backstage/catalog-client@0.5.3
+
## 0.19.2
### Patch Changes
diff --git a/plugins/catalog-backend/package.json b/plugins/catalog-backend/package.json
index d49723b7d2..3f8f20dc1f 100644
--- a/plugins/catalog-backend/package.json
+++ b/plugins/catalog-backend/package.json
@@ -1,7 +1,7 @@
{
"name": "@backstage/plugin-catalog-backend",
"description": "The Backstage backend plugin that provides the Backstage catalog",
- "version": "0.19.2",
+ "version": "0.19.3",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
@@ -30,8 +30,8 @@
"clean": "backstage-cli clean"
},
"dependencies": {
- "@backstage/backend-common": "^0.9.14",
- "@backstage/catalog-client": "^0.5.2",
+ "@backstage/backend-common": "^0.10.0",
+ "@backstage/catalog-client": "^0.5.3",
"@backstage/catalog-model": "^0.9.8",
"@backstage/config": "^0.1.11",
"@backstage/errors": "^0.1.5",
@@ -62,9 +62,9 @@
"yup": "^0.32.9"
},
"devDependencies": {
- "@backstage/backend-test-utils": "^0.1.10",
- "@backstage/cli": "^0.10.2",
- "@backstage/test-utils": "^0.1.24",
+ "@backstage/backend-test-utils": "^0.1.11",
+ "@backstage/cli": "^0.10.3",
+ "@backstage/test-utils": "^0.2.0",
"@types/core-js": "^2.5.4",
"@types/git-url-parse": "^9.0.0",
"@types/lodash": "^4.14.151",
diff --git a/plugins/catalog-common/CHANGELOG.md b/plugins/catalog-common/CHANGELOG.md
new file mode 100644
index 0000000000..3e9710134d
--- /dev/null
+++ b/plugins/catalog-common/CHANGELOG.md
@@ -0,0 +1,12 @@
+# @backstage/plugin-catalog-common
+
+## 0.1.0
+
+### Minor Changes
+
+- 393f107893: Create catalog-common and add catalog permissions.
+
+### Patch Changes
+
+- Updated dependencies
+ - @backstage/plugin-permission-common@0.3.0
diff --git a/plugins/catalog-common/package.json b/plugins/catalog-common/package.json
index 439a76fe58..da4f80cd1a 100644
--- a/plugins/catalog-common/package.json
+++ b/plugins/catalog-common/package.json
@@ -1,7 +1,7 @@
{
"name": "@backstage/plugin-catalog-common",
"description": "Common functionalities for the catalog plugin",
- "version": "0.0.0",
+ "version": "0.1.0",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
@@ -30,10 +30,10 @@
"clean": "backstage-cli clean"
},
"dependencies": {
- "@backstage/plugin-permission-common": "^0.2.0"
+ "@backstage/plugin-permission-common": "^0.3.0"
},
"devDependencies": {
- "@backstage/cli": "^0.10.0"
+ "@backstage/cli": "^0.10.3"
},
"files": [
"dist"
diff --git a/plugins/catalog-graph/CHANGELOG.md b/plugins/catalog-graph/CHANGELOG.md
index 50842898df..0ae2486b3f 100644
--- a/plugins/catalog-graph/CHANGELOG.md
+++ b/plugins/catalog-graph/CHANGELOG.md
@@ -1,5 +1,15 @@
# @backstage/plugin-catalog-graph
+## 0.2.4
+
+### Patch Changes
+
+- Updated dependencies
+ - @backstage/core-plugin-api@0.4.0
+ - @backstage/plugin-catalog-react@0.6.8
+ - @backstage/core-components@0.8.2
+ - @backstage/catalog-client@0.5.3
+
## 0.2.3
### Patch Changes
diff --git a/plugins/catalog-graph/package.json b/plugins/catalog-graph/package.json
index 59afadc62e..09278edba2 100644
--- a/plugins/catalog-graph/package.json
+++ b/plugins/catalog-graph/package.json
@@ -1,6 +1,6 @@
{
"name": "@backstage/plugin-catalog-graph",
- "version": "0.2.3",
+ "version": "0.2.4",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
@@ -21,11 +21,11 @@
"clean": "backstage-cli clean"
},
"dependencies": {
- "@backstage/catalog-client": "^0.5.2",
+ "@backstage/catalog-client": "^0.5.3",
"@backstage/catalog-model": "^0.9.7",
- "@backstage/core-components": "^0.8.1",
- "@backstage/core-plugin-api": "^0.3.1",
- "@backstage/plugin-catalog-react": "^0.6.5",
+ "@backstage/core-components": "^0.8.2",
+ "@backstage/core-plugin-api": "^0.4.0",
+ "@backstage/plugin-catalog-react": "^0.6.8",
"@backstage/theme": "^0.2.14",
"@material-ui/core": "^4.12.2",
"@material-ui/icons": "^4.9.1",
@@ -42,10 +42,10 @@
"react": "^16.13.1 || ^17.0.0"
},
"devDependencies": {
- "@backstage/cli": "^0.10.2",
- "@backstage/core-app-api": "^0.2.1",
- "@backstage/dev-utils": "^0.2.14",
- "@backstage/test-utils": "^0.1.24",
+ "@backstage/cli": "^0.10.3",
+ "@backstage/core-app-api": "^0.3.0",
+ "@backstage/dev-utils": "^0.2.15",
+ "@backstage/test-utils": "^0.2.0",
"@testing-library/jest-dom": "^5.10.1",
"@testing-library/react": "^11.2.5",
"@testing-library/react-hooks": "^7.0.2",
diff --git a/plugins/catalog-graphql/package.json b/plugins/catalog-graphql/package.json
index 9ed6918110..fe52727176 100644
--- a/plugins/catalog-graphql/package.json
+++ b/plugins/catalog-graphql/package.json
@@ -43,8 +43,8 @@
"winston": "^3.2.1"
},
"devDependencies": {
- "@backstage/cli": "^0.10.0",
- "@backstage/test-utils": "^0.1.22",
+ "@backstage/cli": "^0.10.3",
+ "@backstage/test-utils": "^0.2.0",
"@graphql-codegen/cli": "^1.21.3",
"@graphql-codegen/typescript": "^1.17.7",
"@graphql-codegen/typescript-resolvers": "^1.17.7",
diff --git a/plugins/catalog-import/CHANGELOG.md b/plugins/catalog-import/CHANGELOG.md
index 0fae63ff9d..9257c7b0f5 100644
--- a/plugins/catalog-import/CHANGELOG.md
+++ b/plugins/catalog-import/CHANGELOG.md
@@ -1,5 +1,16 @@
# @backstage/plugin-catalog-import
+## 0.7.6
+
+### Patch Changes
+
+- Updated dependencies
+ - @backstage/core-plugin-api@0.4.0
+ - @backstage/plugin-catalog-react@0.6.8
+ - @backstage/core-components@0.8.2
+ - @backstage/catalog-client@0.5.3
+ - @backstage/integration-react@0.1.16
+
## 0.7.5
### Patch Changes
diff --git a/plugins/catalog-import/package.json b/plugins/catalog-import/package.json
index e017c45d09..94fe6a573f 100644
--- a/plugins/catalog-import/package.json
+++ b/plugins/catalog-import/package.json
@@ -1,7 +1,7 @@
{
"name": "@backstage/plugin-catalog-import",
"description": "A Backstage plugin the helps you import entities into your catalog",
- "version": "0.7.5",
+ "version": "0.7.6",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
@@ -31,14 +31,14 @@
"clean": "backstage-cli clean"
},
"dependencies": {
- "@backstage/catalog-client": "^0.5.2",
+ "@backstage/catalog-client": "^0.5.3",
"@backstage/catalog-model": "^0.9.7",
- "@backstage/core-components": "^0.8.1",
- "@backstage/core-plugin-api": "^0.3.1",
+ "@backstage/core-components": "^0.8.2",
+ "@backstage/core-plugin-api": "^0.4.0",
"@backstage/errors": "^0.1.3",
"@backstage/integration": "^0.6.10",
- "@backstage/integration-react": "^0.1.15",
- "@backstage/plugin-catalog-react": "^0.6.5",
+ "@backstage/integration-react": "^0.1.16",
+ "@backstage/plugin-catalog-react": "^0.6.8",
"@material-ui/core": "^4.12.2",
"@material-ui/icons": "^4.9.1",
"@material-ui/lab": "4.0.0-alpha.57",
@@ -56,10 +56,10 @@
"react": "^16.13.1 || ^17.0.0"
},
"devDependencies": {
- "@backstage/cli": "^0.10.2",
- "@backstage/core-app-api": "^0.2.1",
- "@backstage/dev-utils": "^0.2.14",
- "@backstage/test-utils": "^0.1.24",
+ "@backstage/cli": "^0.10.3",
+ "@backstage/core-app-api": "^0.3.0",
+ "@backstage/dev-utils": "^0.2.15",
+ "@backstage/test-utils": "^0.2.0",
"@testing-library/jest-dom": "^5.10.1",
"@testing-library/react": "^11.2.5",
"@testing-library/react-hooks": "^7.0.2",
diff --git a/plugins/catalog-react/CHANGELOG.md b/plugins/catalog-react/CHANGELOG.md
index 0f7e08ead2..b8a4128919 100644
--- a/plugins/catalog-react/CHANGELOG.md
+++ b/plugins/catalog-react/CHANGELOG.md
@@ -1,5 +1,15 @@
# @backstage/plugin-catalog-react
+## 0.6.8
+
+### Patch Changes
+
+- 3491a36ab9: added useOwnedEntities hook to get the list of entities of the logged-in user
+- Updated dependencies
+ - @backstage/core-plugin-api@0.4.0
+ - @backstage/core-components@0.8.2
+ - @backstage/catalog-client@0.5.3
+
## 0.6.7
### Patch Changes
diff --git a/plugins/catalog-react/package.json b/plugins/catalog-react/package.json
index 0bdffc0724..1283d45612 100644
--- a/plugins/catalog-react/package.json
+++ b/plugins/catalog-react/package.json
@@ -1,7 +1,7 @@
{
"name": "@backstage/plugin-catalog-react",
"description": "A frontend library that helps other Backstage plugins interact with the catalog",
- "version": "0.6.7",
+ "version": "0.6.8",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
@@ -29,10 +29,10 @@
"clean": "backstage-cli clean"
},
"dependencies": {
- "@backstage/catalog-client": "^0.5.2",
+ "@backstage/catalog-client": "^0.5.3",
"@backstage/catalog-model": "^0.9.8",
- "@backstage/core-components": "^0.8.1",
- "@backstage/core-plugin-api": "^0.3.1",
+ "@backstage/core-components": "^0.8.2",
+ "@backstage/core-plugin-api": "^0.4.0",
"@backstage/errors": "^0.1.4",
"@backstage/integration": "^0.6.10",
"@backstage/types": "^0.1.1",
@@ -52,9 +52,9 @@
"react": "^16.13.1 || ^17.0.0"
},
"devDependencies": {
- "@backstage/cli": "^0.10.2",
- "@backstage/core-app-api": "^0.2.1",
- "@backstage/test-utils": "^0.1.24",
+ "@backstage/cli": "^0.10.3",
+ "@backstage/core-app-api": "^0.3.0",
+ "@backstage/test-utils": "^0.2.0",
"@testing-library/jest-dom": "^5.10.1",
"@testing-library/react": "^11.2.5",
"@testing-library/react-hooks": "^7.0.2",
diff --git a/plugins/catalog/CHANGELOG.md b/plugins/catalog/CHANGELOG.md
index e0a6dd857a..cb2dcfc079 100644
--- a/plugins/catalog/CHANGELOG.md
+++ b/plugins/catalog/CHANGELOG.md
@@ -1,5 +1,39 @@
# @backstage/plugin-catalog
+## 0.7.5
+
+### Patch Changes
+
+- 3fa31ec84a: Deprecated the `CatalogClientWrapper` class.
+
+ The default implementation of `catalogApiRef` that this plugin exposes, is now powered by the new `fetchApiRef`. The default implementation of _that_ API, in turn, has the ability to inject the user's Backstage token in requests in a similar manner to what the deprecated `CatalogClientWrapper` used to do. The latter has therefore been taken out of the default catalog API implementation.
+
+ If you use a custom `fetchApiRef` implementation that does NOT issue tokens, or use a custom `catalogApiRef` implementation which does NOT use the default `fetchApiRef`, you can still for some time wrap your catalog API in this class to get back the old behavior:
+
+ ```ts
+ // Add this to your packages/app/src/plugins.ts if you want to get back the old
+ // catalog client behavior:
+ createApiFactory({
+ api: catalogApiRef,
+ deps: { discoveryApi: discoveryApiRef, identityApi: identityApiRef },
+ factory: ({ discoveryApi, identityApi }) =>
+ new CatalogClientWrapper({
+ client: new CatalogClient({ discoveryApi }),
+ identityApi,
+ }),
+ }),
+ ```
+
+ But do consider migrating to making use of the `fetchApiRef` as soon as convenient, since the wrapper class will be removed in a future release.
+
+- 7a4bd2ceac: Prefer using `Link` from `@backstage/core-components` rather than material-UI.
+- Updated dependencies
+ - @backstage/core-plugin-api@0.4.0
+ - @backstage/plugin-catalog-react@0.6.8
+ - @backstage/core-components@0.8.2
+ - @backstage/catalog-client@0.5.3
+ - @backstage/integration-react@0.1.16
+
## 0.7.4
### Patch Changes
diff --git a/plugins/catalog/package.json b/plugins/catalog/package.json
index 00504d7777..92003dca88 100644
--- a/plugins/catalog/package.json
+++ b/plugins/catalog/package.json
@@ -1,7 +1,7 @@
{
"name": "@backstage/plugin-catalog",
"description": "The Backstage plugin for browsing the Backstage catalog",
- "version": "0.7.4",
+ "version": "0.7.5",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
@@ -31,13 +31,13 @@
"clean": "backstage-cli clean"
},
"dependencies": {
- "@backstage/catalog-client": "^0.5.2",
+ "@backstage/catalog-client": "^0.5.3",
"@backstage/catalog-model": "^0.9.7",
- "@backstage/core-components": "^0.8.1",
- "@backstage/core-plugin-api": "^0.3.1",
+ "@backstage/core-components": "^0.8.2",
+ "@backstage/core-plugin-api": "^0.4.0",
"@backstage/errors": "^0.1.3",
- "@backstage/integration-react": "^0.1.15",
- "@backstage/plugin-catalog-react": "^0.6.5",
+ "@backstage/integration-react": "^0.1.16",
+ "@backstage/plugin-catalog-react": "^0.6.8",
"@backstage/theme": "^0.2.14",
"@material-ui/core": "^4.12.2",
"@material-ui/icons": "^4.9.1",
@@ -53,10 +53,10 @@
"react": "^16.13.1 || ^17.0.0"
},
"devDependencies": {
- "@backstage/cli": "^0.10.2",
- "@backstage/core-app-api": "^0.2.1",
- "@backstage/dev-utils": "^0.2.14",
- "@backstage/test-utils": "^0.1.24",
+ "@backstage/cli": "^0.10.3",
+ "@backstage/core-app-api": "^0.3.0",
+ "@backstage/dev-utils": "^0.2.15",
+ "@backstage/test-utils": "^0.2.0",
"@testing-library/jest-dom": "^5.10.1",
"@testing-library/react": "^11.2.5",
"@testing-library/user-event": "^13.1.8",
diff --git a/plugins/circleci/CHANGELOG.md b/plugins/circleci/CHANGELOG.md
index 8137294300..75010bd1b6 100644
--- a/plugins/circleci/CHANGELOG.md
+++ b/plugins/circleci/CHANGELOG.md
@@ -1,5 +1,15 @@
# @backstage/plugin-circleci
+## 0.2.32
+
+### Patch Changes
+
+- 7a4bd2ceac: Prefer using `Link` from `@backstage/core-components` rather than material-UI.
+- Updated dependencies
+ - @backstage/core-plugin-api@0.4.0
+ - @backstage/plugin-catalog-react@0.6.8
+ - @backstage/core-components@0.8.2
+
## 0.2.31
### Patch Changes
diff --git a/plugins/circleci/package.json b/plugins/circleci/package.json
index f449e5556c..5e88164b3c 100644
--- a/plugins/circleci/package.json
+++ b/plugins/circleci/package.json
@@ -1,7 +1,7 @@
{
"name": "@backstage/plugin-circleci",
"description": "A Backstage plugin that integrates towards Circle CI",
- "version": "0.2.31",
+ "version": "0.2.32",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
@@ -33,9 +33,9 @@
},
"dependencies": {
"@backstage/catalog-model": "^0.9.7",
- "@backstage/core-components": "^0.8.1",
- "@backstage/core-plugin-api": "^0.3.1",
- "@backstage/plugin-catalog-react": "^0.6.5",
+ "@backstage/core-components": "^0.8.2",
+ "@backstage/core-plugin-api": "^0.4.0",
+ "@backstage/plugin-catalog-react": "^0.6.8",
"@backstage/theme": "^0.2.14",
"@material-ui/core": "^4.12.2",
"@material-ui/icons": "^4.9.1",
@@ -52,10 +52,10 @@
"react": "^16.13.1 || ^17.0.0"
},
"devDependencies": {
- "@backstage/cli": "^0.10.2",
- "@backstage/core-app-api": "^0.2.1",
- "@backstage/dev-utils": "^0.2.14",
- "@backstage/test-utils": "^0.1.24",
+ "@backstage/cli": "^0.10.3",
+ "@backstage/core-app-api": "^0.3.0",
+ "@backstage/dev-utils": "^0.2.15",
+ "@backstage/test-utils": "^0.2.0",
"@testing-library/jest-dom": "^5.10.1",
"@testing-library/react": "^11.2.5",
"@testing-library/user-event": "^13.1.8",
diff --git a/plugins/cloudbuild/CHANGELOG.md b/plugins/cloudbuild/CHANGELOG.md
index 04963a6fbb..148756f615 100644
--- a/plugins/cloudbuild/CHANGELOG.md
+++ b/plugins/cloudbuild/CHANGELOG.md
@@ -1,5 +1,15 @@
# @backstage/plugin-cloudbuild
+## 0.2.30
+
+### Patch Changes
+
+- 7a4bd2ceac: Prefer using `Link` from `@backstage/core-components` rather than material-UI.
+- Updated dependencies
+ - @backstage/core-plugin-api@0.4.0
+ - @backstage/plugin-catalog-react@0.6.8
+ - @backstage/core-components@0.8.2
+
## 0.2.29
### Patch Changes
diff --git a/plugins/cloudbuild/package.json b/plugins/cloudbuild/package.json
index 44dafc8245..e3834572fc 100644
--- a/plugins/cloudbuild/package.json
+++ b/plugins/cloudbuild/package.json
@@ -1,7 +1,7 @@
{
"name": "@backstage/plugin-cloudbuild",
"description": "A Backstage plugin that integrates towards Google Cloud Build",
- "version": "0.2.29",
+ "version": "0.2.30",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
@@ -32,9 +32,9 @@
},
"dependencies": {
"@backstage/catalog-model": "^0.9.7",
- "@backstage/core-components": "^0.8.1",
- "@backstage/core-plugin-api": "^0.3.1",
- "@backstage/plugin-catalog-react": "^0.6.5",
+ "@backstage/core-components": "^0.8.2",
+ "@backstage/core-plugin-api": "^0.4.0",
+ "@backstage/plugin-catalog-react": "^0.6.8",
"@backstage/theme": "^0.2.14",
"@material-ui/core": "^4.12.2",
"@material-ui/icons": "^4.9.1",
@@ -49,10 +49,10 @@
"react": "^16.13.1 || ^17.0.0"
},
"devDependencies": {
- "@backstage/cli": "^0.10.2",
- "@backstage/core-app-api": "^0.2.1",
- "@backstage/dev-utils": "^0.2.14",
- "@backstage/test-utils": "^0.1.24",
+ "@backstage/cli": "^0.10.3",
+ "@backstage/core-app-api": "^0.3.0",
+ "@backstage/dev-utils": "^0.2.15",
+ "@backstage/test-utils": "^0.2.0",
"@testing-library/jest-dom": "^5.10.1",
"@testing-library/react": "^11.2.5",
"@testing-library/user-event": "^13.1.8",
diff --git a/plugins/code-coverage-backend/CHANGELOG.md b/plugins/code-coverage-backend/CHANGELOG.md
index 387e86bc46..4d7b7cc379 100644
--- a/plugins/code-coverage-backend/CHANGELOG.md
+++ b/plugins/code-coverage-backend/CHANGELOG.md
@@ -1,5 +1,13 @@
# @backstage/plugin-code-coverage-backend
+## 0.1.17
+
+### Patch Changes
+
+- Updated dependencies
+ - @backstage/backend-common@0.10.0
+ - @backstage/catalog-client@0.5.3
+
## 0.1.16
### Patch Changes
diff --git a/plugins/code-coverage-backend/package.json b/plugins/code-coverage-backend/package.json
index 5ab7f4c468..009eb38906 100644
--- a/plugins/code-coverage-backend/package.json
+++ b/plugins/code-coverage-backend/package.json
@@ -1,7 +1,7 @@
{
"name": "@backstage/plugin-code-coverage-backend",
"description": "A Backstage backend plugin that helps you keep track of your code coverage",
- "version": "0.1.16",
+ "version": "0.1.17",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
@@ -20,8 +20,8 @@
"clean": "backstage-cli clean"
},
"dependencies": {
- "@backstage/backend-common": "^0.9.12",
- "@backstage/catalog-client": "^0.5.2",
+ "@backstage/backend-common": "^0.10.0",
+ "@backstage/catalog-client": "^0.5.3",
"@backstage/catalog-model": "^0.9.7",
"@backstage/config": "^0.1.10",
"@backstage/errors": "^0.1.5",
@@ -36,7 +36,7 @@
"yn": "^4.0.0"
},
"devDependencies": {
- "@backstage/cli": "^0.10.0",
+ "@backstage/cli": "^0.10.3",
"@types/express-xml-bodyparser": "^0.3.2",
"@types/supertest": "^2.0.8",
"msw": "^0.35.0",
diff --git a/plugins/code-coverage/CHANGELOG.md b/plugins/code-coverage/CHANGELOG.md
index 777dc6d5df..bc756dfaa0 100644
--- a/plugins/code-coverage/CHANGELOG.md
+++ b/plugins/code-coverage/CHANGELOG.md
@@ -1,5 +1,14 @@
# @backstage/plugin-code-coverage
+## 0.1.20
+
+### Patch Changes
+
+- Updated dependencies
+ - @backstage/core-plugin-api@0.4.0
+ - @backstage/plugin-catalog-react@0.6.8
+ - @backstage/core-components@0.8.2
+
## 0.1.19
### Patch Changes
diff --git a/plugins/code-coverage/package.json b/plugins/code-coverage/package.json
index c5cb3e3acb..f7127cd824 100644
--- a/plugins/code-coverage/package.json
+++ b/plugins/code-coverage/package.json
@@ -1,7 +1,7 @@
{
"name": "@backstage/plugin-code-coverage",
"description": "A Backstage plugin that helps you keep track of your code coverage",
- "version": "0.1.19",
+ "version": "0.1.20",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
@@ -23,10 +23,10 @@
"dependencies": {
"@backstage/catalog-model": "^0.9.7",
"@backstage/config": "^0.1.11",
- "@backstage/core-components": "^0.8.1",
- "@backstage/core-plugin-api": "^0.3.1",
+ "@backstage/core-components": "^0.8.2",
+ "@backstage/core-plugin-api": "^0.4.0",
"@backstage/errors": "^0.1.4",
- "@backstage/plugin-catalog-react": "^0.6.5",
+ "@backstage/plugin-catalog-react": "^0.6.8",
"@backstage/theme": "^0.2.14",
"@material-ui/core": "^4.12.2",
"@material-ui/icons": "^4.9.1",
@@ -43,10 +43,10 @@
"react": "^16.13.1 || ^17.0.0"
},
"devDependencies": {
- "@backstage/cli": "^0.10.2",
- "@backstage/core-app-api": "^0.2.1",
- "@backstage/dev-utils": "^0.2.14",
- "@backstage/test-utils": "^0.1.24",
+ "@backstage/cli": "^0.10.3",
+ "@backstage/core-app-api": "^0.3.0",
+ "@backstage/dev-utils": "^0.2.15",
+ "@backstage/test-utils": "^0.2.0",
"@testing-library/jest-dom": "^5.10.1",
"@testing-library/react": "^11.2.5",
"@testing-library/user-event": "^13.1.8",
diff --git a/plugins/config-schema/CHANGELOG.md b/plugins/config-schema/CHANGELOG.md
index d4999dc573..ef52438281 100644
--- a/plugins/config-schema/CHANGELOG.md
+++ b/plugins/config-schema/CHANGELOG.md
@@ -1,5 +1,14 @@
# @backstage/plugin-config-schema
+## 0.1.16
+
+### Patch Changes
+
+- c5eb756760: Fix a small browser console warning
+- Updated dependencies
+ - @backstage/core-plugin-api@0.4.0
+ - @backstage/core-components@0.8.2
+
## 0.1.15
### Patch Changes
diff --git a/plugins/config-schema/package.json b/plugins/config-schema/package.json
index accf5e2d01..0725070a9b 100644
--- a/plugins/config-schema/package.json
+++ b/plugins/config-schema/package.json
@@ -1,7 +1,7 @@
{
"name": "@backstage/plugin-config-schema",
"description": "A Backstage plugin that lets you browse the configuration schema of your app",
- "version": "0.1.15",
+ "version": "0.1.16",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
@@ -22,8 +22,8 @@
},
"dependencies": {
"@backstage/config": "^0.1.11",
- "@backstage/core-components": "^0.8.1",
- "@backstage/core-plugin-api": "^0.3.1",
+ "@backstage/core-components": "^0.8.2",
+ "@backstage/core-plugin-api": "^0.4.0",
"@backstage/errors": "^0.1.5",
"@backstage/theme": "^0.2.14",
"@backstage/types": "^0.1.1",
@@ -38,10 +38,10 @@
"react": "^16.13.1 || ^17.0.0"
},
"devDependencies": {
- "@backstage/cli": "^0.10.2",
- "@backstage/core-app-api": "^0.2.1",
- "@backstage/dev-utils": "^0.2.14",
- "@backstage/test-utils": "^0.1.24",
+ "@backstage/cli": "^0.10.3",
+ "@backstage/core-app-api": "^0.3.0",
+ "@backstage/dev-utils": "^0.2.15",
+ "@backstage/test-utils": "^0.2.0",
"@testing-library/jest-dom": "^5.10.1",
"@testing-library/react": "^11.2.5",
"@testing-library/user-event": "^13.1.8",
diff --git a/plugins/cost-insights/CHANGELOG.md b/plugins/cost-insights/CHANGELOG.md
index 183cc27dcf..c2f0c3bbb9 100644
--- a/plugins/cost-insights/CHANGELOG.md
+++ b/plugins/cost-insights/CHANGELOG.md
@@ -1,5 +1,13 @@
# @backstage/plugin-cost-insights
+## 0.11.14
+
+### Patch Changes
+
+- Updated dependencies
+ - @backstage/core-plugin-api@0.4.0
+ - @backstage/core-components@0.8.2
+
## 0.11.13
### Patch Changes
diff --git a/plugins/cost-insights/package.json b/plugins/cost-insights/package.json
index 94ec2bb5fe..8323d12dcf 100644
--- a/plugins/cost-insights/package.json
+++ b/plugins/cost-insights/package.json
@@ -1,7 +1,7 @@
{
"name": "@backstage/plugin-cost-insights",
"description": "A Backstage plugin that helps you keep track of your cloud spend",
- "version": "0.11.13",
+ "version": "0.11.14",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
@@ -32,8 +32,8 @@
},
"dependencies": {
"@backstage/config": "^0.1.10",
- "@backstage/core-components": "^0.8.1",
- "@backstage/core-plugin-api": "^0.3.1",
+ "@backstage/core-components": "^0.8.2",
+ "@backstage/core-plugin-api": "^0.4.0",
"@backstage/theme": "^0.2.14",
"@material-ui/core": "^4.12.2",
"@material-ui/icons": "^4.9.1",
@@ -56,10 +56,10 @@
"react": "^16.13.1 || ^17.0.0"
},
"devDependencies": {
- "@backstage/cli": "^0.10.2",
- "@backstage/core-app-api": "^0.2.1",
- "@backstage/dev-utils": "^0.2.14",
- "@backstage/test-utils": "^0.1.24",
+ "@backstage/cli": "^0.10.3",
+ "@backstage/core-app-api": "^0.3.0",
+ "@backstage/dev-utils": "^0.2.15",
+ "@backstage/test-utils": "^0.2.0",
"@testing-library/jest-dom": "^5.10.1",
"@testing-library/react": "^11.2.5",
"@testing-library/user-event": "^13.1.8",
diff --git a/plugins/explore-react/CHANGELOG.md b/plugins/explore-react/CHANGELOG.md
index 0123dcd77a..b173eca371 100644
--- a/plugins/explore-react/CHANGELOG.md
+++ b/plugins/explore-react/CHANGELOG.md
@@ -1,5 +1,12 @@
# @backstage/plugin-explore-react
+## 0.0.9
+
+### Patch Changes
+
+- Updated dependencies
+ - @backstage/core-plugin-api@0.4.0
+
## 0.0.8
### Patch Changes
diff --git a/plugins/explore-react/package.json b/plugins/explore-react/package.json
index ad7f92751e..e115678a27 100644
--- a/plugins/explore-react/package.json
+++ b/plugins/explore-react/package.json
@@ -1,7 +1,7 @@
{
"name": "@backstage/plugin-explore-react",
"description": "A frontend library for Backstage plugins that want to interact with the explore plugin",
- "version": "0.0.8",
+ "version": "0.0.9",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
@@ -29,12 +29,12 @@
"postpack": "backstage-cli postpack"
},
"dependencies": {
- "@backstage/core-plugin-api": "^0.3.0"
+ "@backstage/core-plugin-api": "^0.4.0"
},
"devDependencies": {
- "@backstage/cli": "^0.10.1",
- "@backstage/dev-utils": "^0.2.14",
- "@backstage/test-utils": "^0.1.24",
+ "@backstage/cli": "^0.10.3",
+ "@backstage/dev-utils": "^0.2.15",
+ "@backstage/test-utils": "^0.2.0",
"@testing-library/jest-dom": "^5.10.1",
"@testing-library/react": "^11.2.5",
"@testing-library/user-event": "^13.1.8",
diff --git a/plugins/explore/CHANGELOG.md b/plugins/explore/CHANGELOG.md
index fce849b17d..9c288deda0 100644
--- a/plugins/explore/CHANGELOG.md
+++ b/plugins/explore/CHANGELOG.md
@@ -1,5 +1,15 @@
# @backstage/plugin-explore
+## 0.3.23
+
+### Patch Changes
+
+- Updated dependencies
+ - @backstage/core-plugin-api@0.4.0
+ - @backstage/plugin-catalog-react@0.6.8
+ - @backstage/core-components@0.8.2
+ - @backstage/plugin-explore-react@0.0.9
+
## 0.3.22
### Patch Changes
diff --git a/plugins/explore/package.json b/plugins/explore/package.json
index 4db5aa31e2..4bf38ddb99 100644
--- a/plugins/explore/package.json
+++ b/plugins/explore/package.json
@@ -1,7 +1,7 @@
{
"name": "@backstage/plugin-explore",
"description": "A Backstage plugin for building an exploration page of your software ecosystem",
- "version": "0.3.22",
+ "version": "0.3.23",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
@@ -32,10 +32,10 @@
},
"dependencies": {
"@backstage/catalog-model": "^0.9.7",
- "@backstage/core-components": "^0.8.1",
- "@backstage/core-plugin-api": "^0.3.1",
- "@backstage/plugin-catalog-react": "^0.6.5",
- "@backstage/plugin-explore-react": "^0.0.8",
+ "@backstage/core-components": "^0.8.2",
+ "@backstage/core-plugin-api": "^0.4.0",
+ "@backstage/plugin-catalog-react": "^0.6.8",
+ "@backstage/plugin-explore-react": "^0.0.9",
"@backstage/theme": "^0.2.14",
"@material-ui/core": "^4.12.2",
"@material-ui/icons": "^4.9.1",
@@ -50,10 +50,10 @@
"react": "^16.13.1 || ^17.0.0"
},
"devDependencies": {
- "@backstage/cli": "^0.10.2",
- "@backstage/core-app-api": "^0.2.1",
- "@backstage/dev-utils": "^0.2.14",
- "@backstage/test-utils": "^0.1.24",
+ "@backstage/cli": "^0.10.3",
+ "@backstage/core-app-api": "^0.3.0",
+ "@backstage/dev-utils": "^0.2.15",
+ "@backstage/test-utils": "^0.2.0",
"@testing-library/jest-dom": "^5.10.1",
"@testing-library/react": "^11.2.5",
"@testing-library/user-event": "^13.1.8",
diff --git a/plugins/firehydrant/CHANGELOG.md b/plugins/firehydrant/CHANGELOG.md
index 6cb869284e..cc2084467c 100644
--- a/plugins/firehydrant/CHANGELOG.md
+++ b/plugins/firehydrant/CHANGELOG.md
@@ -1,5 +1,14 @@
# @backstage/plugin-firehydrant
+## 0.1.10
+
+### Patch Changes
+
+- Updated dependencies
+ - @backstage/core-plugin-api@0.4.0
+ - @backstage/plugin-catalog-react@0.6.8
+ - @backstage/core-components@0.8.2
+
## 0.1.9
### Patch Changes
diff --git a/plugins/firehydrant/package.json b/plugins/firehydrant/package.json
index 784346e07c..4e36033f00 100644
--- a/plugins/firehydrant/package.json
+++ b/plugins/firehydrant/package.json
@@ -1,7 +1,7 @@
{
"name": "@backstage/plugin-firehydrant",
"description": "A Backstage plugin that integrates towards FireHydrant",
- "version": "0.1.9",
+ "version": "0.1.10",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
@@ -22,9 +22,9 @@
"clean": "backstage-cli clean"
},
"dependencies": {
- "@backstage/core-components": "^0.8.1",
- "@backstage/core-plugin-api": "^0.3.1",
- "@backstage/plugin-catalog-react": "^0.6.5",
+ "@backstage/core-components": "^0.8.2",
+ "@backstage/core-plugin-api": "^0.4.0",
+ "@backstage/plugin-catalog-react": "^0.6.8",
"@backstage/theme": "^0.2.14",
"@material-ui/core": "^4.12.2",
"@material-ui/icons": "^4.9.1",
@@ -36,10 +36,10 @@
"react": "^16.13.1 || ^17.0.0"
},
"devDependencies": {
- "@backstage/cli": "^0.10.2",
- "@backstage/core-app-api": "^0.2.1",
- "@backstage/dev-utils": "^0.2.14",
- "@backstage/test-utils": "^0.1.24",
+ "@backstage/cli": "^0.10.3",
+ "@backstage/core-app-api": "^0.3.0",
+ "@backstage/dev-utils": "^0.2.15",
+ "@backstage/test-utils": "^0.2.0",
"@testing-library/jest-dom": "^5.10.1",
"@testing-library/react": "^11.2.5",
"@testing-library/user-event": "^13.1.8",
diff --git a/plugins/fossa/CHANGELOG.md b/plugins/fossa/CHANGELOG.md
index b63911f5db..bb984eb282 100644
--- a/plugins/fossa/CHANGELOG.md
+++ b/plugins/fossa/CHANGELOG.md
@@ -1,5 +1,14 @@
# @backstage/plugin-fossa
+## 0.2.25
+
+### Patch Changes
+
+- Updated dependencies
+ - @backstage/core-plugin-api@0.4.0
+ - @backstage/plugin-catalog-react@0.6.8
+ - @backstage/core-components@0.8.2
+
## 0.2.24
### Patch Changes
diff --git a/plugins/fossa/package.json b/plugins/fossa/package.json
index 6542721b61..464388be50 100644
--- a/plugins/fossa/package.json
+++ b/plugins/fossa/package.json
@@ -1,7 +1,7 @@
{
"name": "@backstage/plugin-fossa",
"description": "A Backstage plugin that integrates towards FOSSA",
- "version": "0.2.24",
+ "version": "0.2.25",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
@@ -33,10 +33,10 @@
},
"dependencies": {
"@backstage/catalog-model": "^0.9.7",
- "@backstage/core-components": "^0.8.1",
- "@backstage/core-plugin-api": "^0.3.1",
+ "@backstage/core-components": "^0.8.2",
+ "@backstage/core-plugin-api": "^0.4.0",
"@backstage/errors": "^0.1.3",
- "@backstage/plugin-catalog-react": "^0.6.5",
+ "@backstage/plugin-catalog-react": "^0.6.8",
"@backstage/theme": "^0.2.14",
"@material-ui/core": "^4.12.2",
"@material-ui/icons": "^4.9.1",
@@ -50,10 +50,10 @@
"react": "^16.13.1 || ^17.0.0"
},
"devDependencies": {
- "@backstage/cli": "^0.10.2",
- "@backstage/core-app-api": "^0.2.1",
- "@backstage/dev-utils": "^0.2.14",
- "@backstage/test-utils": "^0.1.24",
+ "@backstage/cli": "^0.10.3",
+ "@backstage/core-app-api": "^0.3.0",
+ "@backstage/dev-utils": "^0.2.15",
+ "@backstage/test-utils": "^0.2.0",
"@testing-library/jest-dom": "^5.10.1",
"@testing-library/react": "^11.2.5",
"@testing-library/user-event": "^13.1.8",
diff --git a/plugins/gcp-projects/CHANGELOG.md b/plugins/gcp-projects/CHANGELOG.md
index 7d832c5a4b..029fb84c89 100644
--- a/plugins/gcp-projects/CHANGELOG.md
+++ b/plugins/gcp-projects/CHANGELOG.md
@@ -1,5 +1,13 @@
# @backstage/plugin-gcp-projects
+## 0.3.11
+
+### Patch Changes
+
+- Updated dependencies
+ - @backstage/core-plugin-api@0.4.0
+ - @backstage/core-components@0.8.2
+
## 0.3.10
### Patch Changes
diff --git a/plugins/gcp-projects/package.json b/plugins/gcp-projects/package.json
index 5580595dc8..f608614e18 100644
--- a/plugins/gcp-projects/package.json
+++ b/plugins/gcp-projects/package.json
@@ -1,7 +1,7 @@
{
"name": "@backstage/plugin-gcp-projects",
"description": "A Backstage plugin that helps you manage projects in GCP",
- "version": "0.3.10",
+ "version": "0.3.11",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
@@ -31,8 +31,8 @@
"clean": "backstage-cli clean"
},
"dependencies": {
- "@backstage/core-components": "^0.8.1",
- "@backstage/core-plugin-api": "^0.3.1",
+ "@backstage/core-components": "^0.8.2",
+ "@backstage/core-plugin-api": "^0.4.0",
"@backstage/theme": "^0.2.14",
"@material-ui/core": "^4.12.2",
"@material-ui/icons": "^4.9.1",
@@ -44,10 +44,10 @@
"react": "^16.13.1 || ^17.0.0"
},
"devDependencies": {
- "@backstage/cli": "^0.10.2",
- "@backstage/core-app-api": "^0.2.1",
- "@backstage/dev-utils": "^0.2.14",
- "@backstage/test-utils": "^0.1.24",
+ "@backstage/cli": "^0.10.3",
+ "@backstage/core-app-api": "^0.3.0",
+ "@backstage/dev-utils": "^0.2.15",
+ "@backstage/test-utils": "^0.2.0",
"@testing-library/jest-dom": "^5.10.1",
"@testing-library/react": "^11.2.5",
"@testing-library/user-event": "^13.1.8",
diff --git a/plugins/git-release-manager/CHANGELOG.md b/plugins/git-release-manager/CHANGELOG.md
index c4e50a250b..468120a36b 100644
--- a/plugins/git-release-manager/CHANGELOG.md
+++ b/plugins/git-release-manager/CHANGELOG.md
@@ -1,5 +1,13 @@
# @backstage/plugin-git-release-manager
+## 0.3.5
+
+### Patch Changes
+
+- Updated dependencies
+ - @backstage/core-plugin-api@0.4.0
+ - @backstage/core-components@0.8.2
+
## 0.3.4
### Patch Changes
diff --git a/plugins/git-release-manager/package.json b/plugins/git-release-manager/package.json
index 720f624fdd..89ed787c5a 100644
--- a/plugins/git-release-manager/package.json
+++ b/plugins/git-release-manager/package.json
@@ -1,7 +1,7 @@
{
"name": "@backstage/plugin-git-release-manager",
"description": "A Backstage plugin that helps you manage releases in git",
- "version": "0.3.4",
+ "version": "0.3.5",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
@@ -21,8 +21,8 @@
"clean": "backstage-cli clean"
},
"dependencies": {
- "@backstage/core-components": "^0.8.1",
- "@backstage/core-plugin-api": "^0.3.1",
+ "@backstage/core-components": "^0.8.2",
+ "@backstage/core-plugin-api": "^0.4.0",
"@backstage/integration": "^0.6.10",
"@backstage/theme": "^0.2.14",
"@material-ui/core": "^4.12.2",
@@ -40,10 +40,10 @@
"react": "^16.13.1 || ^17.0.0"
},
"devDependencies": {
- "@backstage/cli": "^0.10.2",
- "@backstage/core-app-api": "^0.2.1",
- "@backstage/dev-utils": "^0.2.14",
- "@backstage/test-utils": "^0.1.24",
+ "@backstage/cli": "^0.10.3",
+ "@backstage/core-app-api": "^0.3.0",
+ "@backstage/dev-utils": "^0.2.15",
+ "@backstage/test-utils": "^0.2.0",
"@testing-library/jest-dom": "^5.10.1",
"@testing-library/react": "^11.2.5",
"@testing-library/react-hooks": "^7.0.2",
diff --git a/plugins/github-actions/CHANGELOG.md b/plugins/github-actions/CHANGELOG.md
index 15c8f61978..5f932693d5 100644
--- a/plugins/github-actions/CHANGELOG.md
+++ b/plugins/github-actions/CHANGELOG.md
@@ -1,5 +1,15 @@
# @backstage/plugin-github-actions
+## 0.4.28
+
+### Patch Changes
+
+- 7a4bd2ceac: Prefer using `Link` from `@backstage/core-components` rather than material-UI.
+- Updated dependencies
+ - @backstage/core-plugin-api@0.4.0
+ - @backstage/plugin-catalog-react@0.6.8
+ - @backstage/core-components@0.8.2
+
## 0.4.27
### Patch Changes
diff --git a/plugins/github-actions/package.json b/plugins/github-actions/package.json
index 22cd220e9c..85e1ed04c3 100644
--- a/plugins/github-actions/package.json
+++ b/plugins/github-actions/package.json
@@ -1,7 +1,7 @@
{
"name": "@backstage/plugin-github-actions",
"description": "A Backstage plugin that integrates towards GitHub Actions",
- "version": "0.4.27",
+ "version": "0.4.28",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
@@ -34,10 +34,10 @@
},
"dependencies": {
"@backstage/catalog-model": "^0.9.8",
- "@backstage/core-components": "^0.8.1",
- "@backstage/core-plugin-api": "^0.3.1",
+ "@backstage/core-components": "^0.8.2",
+ "@backstage/core-plugin-api": "^0.4.0",
"@backstage/integration": "^0.6.10",
- "@backstage/plugin-catalog-react": "^0.6.7",
+ "@backstage/plugin-catalog-react": "^0.6.8",
"@backstage/theme": "^0.2.14",
"@material-ui/core": "^4.12.2",
"@material-ui/icons": "^4.9.1",
@@ -52,10 +52,10 @@
"react": "^16.13.1 || ^17.0.0"
},
"devDependencies": {
- "@backstage/cli": "^0.10.2",
- "@backstage/core-app-api": "^0.2.1",
- "@backstage/dev-utils": "^0.2.14",
- "@backstage/test-utils": "^0.1.24",
+ "@backstage/cli": "^0.10.3",
+ "@backstage/core-app-api": "^0.3.0",
+ "@backstage/dev-utils": "^0.2.15",
+ "@backstage/test-utils": "^0.2.0",
"@testing-library/jest-dom": "^5.10.1",
"@testing-library/react": "^11.2.5",
"@testing-library/user-event": "^13.1.8",
diff --git a/plugins/github-deployments/CHANGELOG.md b/plugins/github-deployments/CHANGELOG.md
index 767fd90780..6cda495e58 100644
--- a/plugins/github-deployments/CHANGELOG.md
+++ b/plugins/github-deployments/CHANGELOG.md
@@ -1,5 +1,15 @@
# @backstage/plugin-github-deployments
+## 0.1.23
+
+### Patch Changes
+
+- Updated dependencies
+ - @backstage/core-plugin-api@0.4.0
+ - @backstage/plugin-catalog-react@0.6.8
+ - @backstage/core-components@0.8.2
+ - @backstage/integration-react@0.1.16
+
## 0.1.22
### Patch Changes
diff --git a/plugins/github-deployments/package.json b/plugins/github-deployments/package.json
index d593ae7ac0..5147e2dc9c 100644
--- a/plugins/github-deployments/package.json
+++ b/plugins/github-deployments/package.json
@@ -1,7 +1,7 @@
{
"name": "@backstage/plugin-github-deployments",
"description": "A Backstage plugin that integrates towards GitHub Deployments",
- "version": "0.1.22",
+ "version": "0.1.23",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
@@ -22,12 +22,12 @@
},
"dependencies": {
"@backstage/catalog-model": "^0.9.7",
- "@backstage/core-components": "^0.8.1",
- "@backstage/core-plugin-api": "^0.3.1",
+ "@backstage/core-components": "^0.8.2",
+ "@backstage/core-plugin-api": "^0.4.0",
"@backstage/errors": "^0.1.3",
"@backstage/integration": "^0.6.10",
- "@backstage/integration-react": "^0.1.15",
- "@backstage/plugin-catalog-react": "^0.6.5",
+ "@backstage/integration-react": "^0.1.16",
+ "@backstage/plugin-catalog-react": "^0.6.8",
"@backstage/theme": "^0.2.14",
"@material-ui/core": "^4.12.2",
"@material-ui/icons": "^4.9.1",
@@ -40,10 +40,10 @@
"react": "^16.13.1 || ^17.0.0"
},
"devDependencies": {
- "@backstage/cli": "^0.10.2",
- "@backstage/core-app-api": "^0.2.1",
- "@backstage/dev-utils": "^0.2.14",
- "@backstage/test-utils": "^0.1.24",
+ "@backstage/cli": "^0.10.3",
+ "@backstage/core-app-api": "^0.3.0",
+ "@backstage/dev-utils": "^0.2.15",
+ "@backstage/test-utils": "^0.2.0",
"@testing-library/jest-dom": "^5.10.1",
"@testing-library/react": "^11.2.5",
"@testing-library/user-event": "^13.1.8",
diff --git a/plugins/gitops-profiles/CHANGELOG.md b/plugins/gitops-profiles/CHANGELOG.md
index 69ece49c63..f569396ff9 100644
--- a/plugins/gitops-profiles/CHANGELOG.md
+++ b/plugins/gitops-profiles/CHANGELOG.md
@@ -1,5 +1,14 @@
# @backstage/plugin-gitops-profiles
+## 0.3.11
+
+### Patch Changes
+
+- 7a4bd2ceac: Prefer using `Link` from `@backstage/core-components` rather than material-UI.
+- Updated dependencies
+ - @backstage/core-plugin-api@0.4.0
+ - @backstage/core-components@0.8.2
+
## 0.3.10
### Patch Changes
diff --git a/plugins/gitops-profiles/package.json b/plugins/gitops-profiles/package.json
index b6d3f2f569..064a170522 100644
--- a/plugins/gitops-profiles/package.json
+++ b/plugins/gitops-profiles/package.json
@@ -1,7 +1,7 @@
{
"name": "@backstage/plugin-gitops-profiles",
"description": "A Backstage plugin that helps you manage GitOps profiles",
- "version": "0.3.10",
+ "version": "0.3.11",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
@@ -32,8 +32,8 @@
"clean": "backstage-cli clean"
},
"dependencies": {
- "@backstage/core-components": "^0.8.1",
- "@backstage/core-plugin-api": "^0.3.1",
+ "@backstage/core-components": "^0.8.2",
+ "@backstage/core-plugin-api": "^0.4.0",
"@backstage/theme": "^0.2.14",
"@material-ui/core": "^4.12.2",
"@material-ui/icons": "^4.9.1",
@@ -45,10 +45,10 @@
"react": "^16.13.1 || ^17.0.0"
},
"devDependencies": {
- "@backstage/cli": "^0.10.2",
- "@backstage/core-app-api": "^0.2.1",
- "@backstage/dev-utils": "^0.2.14",
- "@backstage/test-utils": "^0.1.24",
+ "@backstage/cli": "^0.10.3",
+ "@backstage/core-app-api": "^0.3.0",
+ "@backstage/dev-utils": "^0.2.15",
+ "@backstage/test-utils": "^0.2.0",
"@testing-library/jest-dom": "^5.10.1",
"@testing-library/react": "^11.2.5",
"@testing-library/user-event": "^13.1.8",
diff --git a/plugins/graphiql/CHANGELOG.md b/plugins/graphiql/CHANGELOG.md
index 2a013aa6b3..e48d545d0e 100644
--- a/plugins/graphiql/CHANGELOG.md
+++ b/plugins/graphiql/CHANGELOG.md
@@ -1,5 +1,13 @@
# @backstage/plugin-graphiql
+## 0.2.25
+
+### Patch Changes
+
+- Updated dependencies
+ - @backstage/core-plugin-api@0.4.0
+ - @backstage/core-components@0.8.2
+
## 0.2.24
### Patch Changes
diff --git a/plugins/graphiql/package.json b/plugins/graphiql/package.json
index 7f165cbef5..25dfa0b2da 100644
--- a/plugins/graphiql/package.json
+++ b/plugins/graphiql/package.json
@@ -1,7 +1,7 @@
{
"name": "@backstage/plugin-graphiql",
"description": "Backstage plugin for browsing GraphQL APIs",
- "version": "0.2.24",
+ "version": "0.2.25",
"private": false,
"publishConfig": {
"access": "public",
@@ -31,8 +31,8 @@
"clean": "backstage-cli clean"
},
"dependencies": {
- "@backstage/core-components": "^0.8.1",
- "@backstage/core-plugin-api": "^0.3.1",
+ "@backstage/core-components": "^0.8.2",
+ "@backstage/core-plugin-api": "^0.4.0",
"@backstage/theme": "^0.2.14",
"@material-ui/core": "^4.12.2",
"@material-ui/icons": "^4.9.1",
@@ -45,10 +45,10 @@
"react": "^16.13.1 || ^17.0.0"
},
"devDependencies": {
- "@backstage/cli": "^0.10.2",
- "@backstage/core-app-api": "^0.2.1",
- "@backstage/dev-utils": "^0.2.14",
- "@backstage/test-utils": "^0.1.24",
+ "@backstage/cli": "^0.10.3",
+ "@backstage/core-app-api": "^0.3.0",
+ "@backstage/dev-utils": "^0.2.15",
+ "@backstage/test-utils": "^0.2.0",
"@testing-library/jest-dom": "^5.10.1",
"@testing-library/react": "^11.2.5",
"@testing-library/user-event": "^13.1.8",
diff --git a/plugins/graphql-backend/CHANGELOG.md b/plugins/graphql-backend/CHANGELOG.md
index b268a7d9be..25b60ec94a 100644
--- a/plugins/graphql-backend/CHANGELOG.md
+++ b/plugins/graphql-backend/CHANGELOG.md
@@ -1,5 +1,12 @@
# @backstage/plugin-graphql-backend
+## 0.1.10
+
+### Patch Changes
+
+- Updated dependencies
+ - @backstage/backend-common@0.10.0
+
## 0.1.9
### Patch Changes
diff --git a/plugins/graphql-backend/package.json b/plugins/graphql-backend/package.json
index 5b505ee828..c0ef3f399c 100644
--- a/plugins/graphql-backend/package.json
+++ b/plugins/graphql-backend/package.json
@@ -1,7 +1,7 @@
{
"name": "@backstage/plugin-graphql-backend",
"description": "An experimental Backstage backend plugin for GraphQL",
- "version": "0.1.9",
+ "version": "0.1.10",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
@@ -31,7 +31,7 @@
"clean": "backstage-cli clean"
},
"dependencies": {
- "@backstage/backend-common": "^0.9.12",
+ "@backstage/backend-common": "^0.10.0",
"@backstage/config": "^0.1.8",
"@backstage/plugin-catalog-graphql": "^0.2.14",
"@graphql-modules/core": "^0.7.17",
@@ -47,7 +47,7 @@
"yn": "^4.0.0"
},
"devDependencies": {
- "@backstage/cli": "^0.10.0",
+ "@backstage/cli": "^0.10.3",
"@types/supertest": "^2.0.8",
"eslint-plugin-graphql": "^4.0.0",
"msw": "^0.35.0",
diff --git a/plugins/home/CHANGELOG.md b/plugins/home/CHANGELOG.md
index 644d319b70..38293b3c8e 100644
--- a/plugins/home/CHANGELOG.md
+++ b/plugins/home/CHANGELOG.md
@@ -1,5 +1,14 @@
# @backstage/plugin-home
+## 0.4.8
+
+### Patch Changes
+
+- 6d36220ef2: Fix undefined identity bug in `WelcomeTitle` caused by using deprecated methods of the IdentityApi
+- Updated dependencies
+ - @backstage/core-plugin-api@0.4.0
+ - @backstage/core-components@0.8.2
+
## 0.4.7
### Patch Changes
diff --git a/plugins/home/package.json b/plugins/home/package.json
index 4d14388d09..adb26e76d0 100644
--- a/plugins/home/package.json
+++ b/plugins/home/package.json
@@ -1,7 +1,7 @@
{
"name": "@backstage/plugin-home",
"description": "A Backstage plugin that helps you build a home page",
- "version": "0.4.7",
+ "version": "0.4.8",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
@@ -21,8 +21,8 @@
"clean": "backstage-cli clean"
},
"dependencies": {
- "@backstage/core-components": "^0.8.1",
- "@backstage/core-plugin-api": "^0.3.1",
+ "@backstage/core-components": "^0.8.2",
+ "@backstage/core-plugin-api": "^0.4.0",
"@backstage/theme": "^0.2.14",
"@material-ui/core": "^4.12.2",
"@material-ui/icons": "^4.9.1",
@@ -36,10 +36,10 @@
"react": "^16.13.1 || ^17.0.0"
},
"devDependencies": {
- "@backstage/cli": "^0.10.2",
- "@backstage/core-app-api": "^0.2.1",
- "@backstage/dev-utils": "^0.2.14",
- "@backstage/test-utils": "^0.1.24",
+ "@backstage/cli": "^0.10.3",
+ "@backstage/core-app-api": "^0.3.0",
+ "@backstage/dev-utils": "^0.2.15",
+ "@backstage/test-utils": "^0.2.0",
"@testing-library/jest-dom": "^5.10.1",
"@testing-library/react": "^11.2.5",
"@testing-library/user-event": "^13.1.8",
diff --git a/plugins/ilert/CHANGELOG.md b/plugins/ilert/CHANGELOG.md
index a0698bf4a3..b33d1c0732 100644
--- a/plugins/ilert/CHANGELOG.md
+++ b/plugins/ilert/CHANGELOG.md
@@ -1,5 +1,14 @@
# @backstage/plugin-ilert
+## 0.1.19
+
+### Patch Changes
+
+- Updated dependencies
+ - @backstage/core-plugin-api@0.4.0
+ - @backstage/plugin-catalog-react@0.6.8
+ - @backstage/core-components@0.8.2
+
## 0.1.18
### Patch Changes
diff --git a/plugins/ilert/package.json b/plugins/ilert/package.json
index a476abebd8..145a91ba75 100644
--- a/plugins/ilert/package.json
+++ b/plugins/ilert/package.json
@@ -1,7 +1,7 @@
{
"name": "@backstage/plugin-ilert",
"description": "A Backstage plugin that integrates towards iLert",
- "version": "0.1.18",
+ "version": "0.1.19",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
@@ -22,10 +22,10 @@
},
"dependencies": {
"@backstage/catalog-model": "^0.9.7",
- "@backstage/core-components": "^0.8.1",
- "@backstage/core-plugin-api": "^0.3.1",
+ "@backstage/core-components": "^0.8.2",
+ "@backstage/core-plugin-api": "^0.4.0",
"@backstage/errors": "^0.1.3",
- "@backstage/plugin-catalog-react": "^0.6.5",
+ "@backstage/plugin-catalog-react": "^0.6.8",
"@backstage/theme": "^0.2.14",
"@date-io/luxon": "1.x",
"@material-ui/core": "^4.12.2",
@@ -40,10 +40,10 @@
"react": "^16.13.1 || ^17.0.0"
},
"devDependencies": {
- "@backstage/cli": "^0.10.2",
- "@backstage/core-app-api": "^0.2.1",
- "@backstage/dev-utils": "^0.2.14",
- "@backstage/test-utils": "^0.1.24",
+ "@backstage/cli": "^0.10.3",
+ "@backstage/core-app-api": "^0.3.0",
+ "@backstage/dev-utils": "^0.2.15",
+ "@backstage/test-utils": "^0.2.0",
"@testing-library/jest-dom": "^5.10.1",
"@testing-library/react": "^11.2.5",
"@testing-library/user-event": "^13.1.8",
diff --git a/plugins/jenkins-backend/CHANGELOG.md b/plugins/jenkins-backend/CHANGELOG.md
index 19d743b250..02640bc97c 100644
--- a/plugins/jenkins-backend/CHANGELOG.md
+++ b/plugins/jenkins-backend/CHANGELOG.md
@@ -1,5 +1,14 @@
# @backstage/plugin-jenkins-backend
+## 0.1.10
+
+### Patch Changes
+
+- eb3fd85d3e: feature: add crumbIssuer option to Jenkins (optional) configuration, improve the UI to show a notification after executing the action re-build
+- Updated dependencies
+ - @backstage/backend-common@0.10.0
+ - @backstage/catalog-client@0.5.3
+
## 0.1.9
### Patch Changes
diff --git a/plugins/jenkins-backend/package.json b/plugins/jenkins-backend/package.json
index a26206128c..4276e08c05 100644
--- a/plugins/jenkins-backend/package.json
+++ b/plugins/jenkins-backend/package.json
@@ -1,7 +1,7 @@
{
"name": "@backstage/plugin-jenkins-backend",
"description": "A Backstage backend plugin that integrates towards Jenkins",
- "version": "0.1.9",
+ "version": "0.1.10",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
@@ -22,8 +22,8 @@
"clean": "backstage-cli clean"
},
"dependencies": {
- "@backstage/backend-common": "^0.9.12",
- "@backstage/catalog-client": "^0.5.2",
+ "@backstage/backend-common": "^0.10.0",
+ "@backstage/catalog-client": "^0.5.3",
"@backstage/catalog-model": "^0.9.7",
"@backstage/config": "^0.1.10",
"@types/express": "^4.17.6",
@@ -34,7 +34,7 @@
"yn": "^4.0.0"
},
"devDependencies": {
- "@backstage/cli": "^0.10.0",
+ "@backstage/cli": "^0.10.3",
"@types/jenkins": "^0.23.1",
"@types/supertest": "^2.0.8",
"msw": "^0.35.0",
diff --git a/plugins/jenkins/CHANGELOG.md b/plugins/jenkins/CHANGELOG.md
index c59c7581af..c2c8ade90b 100644
--- a/plugins/jenkins/CHANGELOG.md
+++ b/plugins/jenkins/CHANGELOG.md
@@ -1,5 +1,16 @@
# @backstage/plugin-jenkins
+## 0.5.15
+
+### Patch Changes
+
+- 7a4bd2ceac: Prefer using `Link` from `@backstage/core-components` rather than material-UI.
+- eb3fd85d3e: feature: add crumbIssuer option to Jenkins (optional) configuration, improve the UI to show a notification after executing the action re-build
+- Updated dependencies
+ - @backstage/core-plugin-api@0.4.0
+ - @backstage/plugin-catalog-react@0.6.8
+ - @backstage/core-components@0.8.2
+
## 0.5.14
### Patch Changes
diff --git a/plugins/jenkins/package.json b/plugins/jenkins/package.json
index 862c2cdfb3..ea3df7b719 100644
--- a/plugins/jenkins/package.json
+++ b/plugins/jenkins/package.json
@@ -1,7 +1,7 @@
{
"name": "@backstage/plugin-jenkins",
"description": "A Backstage plugin that integrates towards Jenkins",
- "version": "0.5.14",
+ "version": "0.5.15",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
@@ -33,10 +33,10 @@
},
"dependencies": {
"@backstage/catalog-model": "^0.9.7",
- "@backstage/core-components": "^0.8.1",
- "@backstage/core-plugin-api": "^0.3.1",
+ "@backstage/core-components": "^0.8.2",
+ "@backstage/core-plugin-api": "^0.4.0",
"@backstage/errors": "^0.1.5",
- "@backstage/plugin-catalog-react": "^0.6.5",
+ "@backstage/plugin-catalog-react": "^0.6.8",
"@backstage/theme": "^0.2.14",
"@material-ui/core": "^4.12.2",
"@material-ui/icons": "^4.9.1",
@@ -50,10 +50,10 @@
"react": "^16.13.1 || ^17.0.0"
},
"devDependencies": {
- "@backstage/cli": "^0.10.2",
- "@backstage/core-app-api": "^0.2.1",
- "@backstage/dev-utils": "^0.2.14",
- "@backstage/test-utils": "^0.1.24",
+ "@backstage/cli": "^0.10.3",
+ "@backstage/core-app-api": "^0.3.0",
+ "@backstage/dev-utils": "^0.2.15",
+ "@backstage/test-utils": "^0.2.0",
"@testing-library/jest-dom": "^5.10.1",
"@testing-library/react": "^11.2.5",
"@testing-library/user-event": "^13.1.8",
diff --git a/plugins/kafka-backend/CHANGELOG.md b/plugins/kafka-backend/CHANGELOG.md
index 9a417b04b0..6ec2d482b7 100644
--- a/plugins/kafka-backend/CHANGELOG.md
+++ b/plugins/kafka-backend/CHANGELOG.md
@@ -1,5 +1,12 @@
# @backstage/plugin-kafka-backend
+## 0.2.13
+
+### Patch Changes
+
+- Updated dependencies
+ - @backstage/backend-common@0.10.0
+
## 0.2.12
### Patch Changes
diff --git a/plugins/kafka-backend/package.json b/plugins/kafka-backend/package.json
index 7fb5578628..a26cf280c2 100644
--- a/plugins/kafka-backend/package.json
+++ b/plugins/kafka-backend/package.json
@@ -1,7 +1,7 @@
{
"name": "@backstage/plugin-kafka-backend",
"description": "A Backstage backend plugin that integrates towards Kafka",
- "version": "0.2.12",
+ "version": "0.2.13",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
@@ -32,7 +32,7 @@
"clean": "backstage-cli clean"
},
"dependencies": {
- "@backstage/backend-common": "^0.9.12",
+ "@backstage/backend-common": "^0.10.0",
"@backstage/catalog-model": "^0.9.7",
"@backstage/config": "^0.1.10",
"@backstage/errors": "^0.1.5",
@@ -44,7 +44,7 @@
"winston": "^3.2.1"
},
"devDependencies": {
- "@backstage/cli": "^0.10.0",
+ "@backstage/cli": "^0.10.3",
"@types/jest-when": "^2.7.2",
"@types/lodash": "^4.14.151",
"jest-when": "^3.1.0",
diff --git a/plugins/kafka/CHANGELOG.md b/plugins/kafka/CHANGELOG.md
index be4f2d2a29..c534f2410b 100644
--- a/plugins/kafka/CHANGELOG.md
+++ b/plugins/kafka/CHANGELOG.md
@@ -1,5 +1,14 @@
# @backstage/plugin-kafka
+## 0.2.23
+
+### Patch Changes
+
+- Updated dependencies
+ - @backstage/core-plugin-api@0.4.0
+ - @backstage/plugin-catalog-react@0.6.8
+ - @backstage/core-components@0.8.2
+
## 0.2.22
### Patch Changes
diff --git a/plugins/kafka/package.json b/plugins/kafka/package.json
index d3353a1f0d..149979752e 100644
--- a/plugins/kafka/package.json
+++ b/plugins/kafka/package.json
@@ -1,7 +1,7 @@
{
"name": "@backstage/plugin-kafka",
"description": "A Backstage plugin that integrates towards Kafka",
- "version": "0.2.22",
+ "version": "0.2.23",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
@@ -22,9 +22,9 @@
},
"dependencies": {
"@backstage/catalog-model": "^0.9.7",
- "@backstage/core-components": "^0.8.1",
- "@backstage/core-plugin-api": "^0.3.1",
- "@backstage/plugin-catalog-react": "^0.6.5",
+ "@backstage/core-components": "^0.8.2",
+ "@backstage/core-plugin-api": "^0.4.0",
+ "@backstage/plugin-catalog-react": "^0.6.8",
"@backstage/theme": "^0.2.14",
"@material-ui/core": "^4.12.2",
"@material-ui/icons": "^4.9.1",
@@ -36,10 +36,10 @@
"react": "^16.13.1 || ^17.0.0"
},
"devDependencies": {
- "@backstage/cli": "^0.10.2",
- "@backstage/core-app-api": "^0.2.1",
- "@backstage/dev-utils": "^0.2.14",
- "@backstage/test-utils": "^0.1.24",
+ "@backstage/cli": "^0.10.3",
+ "@backstage/core-app-api": "^0.3.0",
+ "@backstage/dev-utils": "^0.2.15",
+ "@backstage/test-utils": "^0.2.0",
"@testing-library/jest-dom": "^5.10.1",
"@testing-library/react": "^11.2.5",
"@testing-library/react-hooks": "^7.0.2",
diff --git a/plugins/kubernetes-backend/CHANGELOG.md b/plugins/kubernetes-backend/CHANGELOG.md
index ccd7ce7194..22fb8c09b9 100644
--- a/plugins/kubernetes-backend/CHANGELOG.md
+++ b/plugins/kubernetes-backend/CHANGELOG.md
@@ -1,5 +1,12 @@
# @backstage/plugin-kubernetes-backend
+## 0.4.1
+
+### Patch Changes
+
+- Updated dependencies
+ - @backstage/backend-common@0.10.0
+
## 0.4.0
### Minor Changes
diff --git a/plugins/kubernetes-backend/package.json b/plugins/kubernetes-backend/package.json
index 253cdfde18..2ef15461fc 100644
--- a/plugins/kubernetes-backend/package.json
+++ b/plugins/kubernetes-backend/package.json
@@ -1,7 +1,7 @@
{
"name": "@backstage/plugin-kubernetes-backend",
"description": "A Backstage backend plugin that integrates towards Kubernetes",
- "version": "0.4.0",
+ "version": "0.4.1",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
@@ -32,7 +32,7 @@
"clean": "backstage-cli clean"
},
"dependencies": {
- "@backstage/backend-common": "^0.9.13",
+ "@backstage/backend-common": "^0.10.0",
"@backstage/catalog-model": "^0.9.7",
"@backstage/config": "^0.1.10",
"@backstage/errors": "^0.1.5",
@@ -55,7 +55,7 @@
"yn": "^4.0.0"
},
"devDependencies": {
- "@backstage/cli": "^0.10.1",
+ "@backstage/cli": "^0.10.3",
"@types/aws4": "^1.5.1",
"supertest": "^6.1.3",
"aws-sdk-mock": "^5.2.1",
diff --git a/plugins/kubernetes/CHANGELOG.md b/plugins/kubernetes/CHANGELOG.md
index 94826738b3..7ce20b7204 100644
--- a/plugins/kubernetes/CHANGELOG.md
+++ b/plugins/kubernetes/CHANGELOG.md
@@ -1,5 +1,15 @@
# @backstage/plugin-kubernetes
+## 0.5.2
+
+### Patch Changes
+
+- 610614a06d: Includes `KubernetesBackendClient` in the export to allow developers to use it externally.
+- Updated dependencies
+ - @backstage/core-plugin-api@0.4.0
+ - @backstage/plugin-catalog-react@0.6.8
+ - @backstage/core-components@0.8.2
+
## 0.5.1
### Patch Changes
diff --git a/plugins/kubernetes/package.json b/plugins/kubernetes/package.json
index 02b8e85855..1a39042316 100644
--- a/plugins/kubernetes/package.json
+++ b/plugins/kubernetes/package.json
@@ -1,7 +1,7 @@
{
"name": "@backstage/plugin-kubernetes",
"description": "A Backstage plugin that integrates towards Kubernetes",
- "version": "0.5.1",
+ "version": "0.5.2",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
@@ -33,9 +33,9 @@
"dependencies": {
"@backstage/catalog-model": "^0.9.8",
"@backstage/config": "^0.1.11",
- "@backstage/core-components": "^0.8.1",
- "@backstage/core-plugin-api": "^0.3.1",
- "@backstage/plugin-catalog-react": "^0.6.7",
+ "@backstage/core-components": "^0.8.2",
+ "@backstage/core-plugin-api": "^0.4.0",
+ "@backstage/plugin-catalog-react": "^0.6.8",
"@backstage/plugin-kubernetes-common": "^0.2.0",
"@kubernetes/client-node": "^0.16.0",
"@backstage/theme": "^0.2.14",
@@ -53,10 +53,10 @@
"react": "^16.13.1 || ^17.0.0"
},
"devDependencies": {
- "@backstage/cli": "^0.10.2",
- "@backstage/core-app-api": "^0.2.1",
- "@backstage/dev-utils": "^0.2.14",
- "@backstage/test-utils": "^0.1.24",
+ "@backstage/cli": "^0.10.3",
+ "@backstage/core-app-api": "^0.3.0",
+ "@backstage/dev-utils": "^0.2.15",
+ "@backstage/test-utils": "^0.2.0",
"@testing-library/jest-dom": "^5.10.1",
"@testing-library/react": "^11.2.5",
"@testing-library/react-hooks": "^7.0.2",
diff --git a/plugins/lighthouse/CHANGELOG.md b/plugins/lighthouse/CHANGELOG.md
index f9b5f6a6ea..d0a113417a 100644
--- a/plugins/lighthouse/CHANGELOG.md
+++ b/plugins/lighthouse/CHANGELOG.md
@@ -1,5 +1,15 @@
# @backstage/plugin-lighthouse
+## 0.2.32
+
+### Patch Changes
+
+- 7a4bd2ceac: Prefer using `Link` from `@backstage/core-components` rather than material-UI.
+- Updated dependencies
+ - @backstage/core-plugin-api@0.4.0
+ - @backstage/plugin-catalog-react@0.6.8
+ - @backstage/core-components@0.8.2
+
## 0.2.31
### Patch Changes
diff --git a/plugins/lighthouse/package.json b/plugins/lighthouse/package.json
index 3820e85fdd..a9b1e679d0 100644
--- a/plugins/lighthouse/package.json
+++ b/plugins/lighthouse/package.json
@@ -1,7 +1,7 @@
{
"name": "@backstage/plugin-lighthouse",
"description": "A Backstage plugin that integrates towards Lighthouse",
- "version": "0.2.31",
+ "version": "0.2.32",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
@@ -34,9 +34,9 @@
"dependencies": {
"@backstage/catalog-model": "^0.9.7",
"@backstage/config": "^0.1.10",
- "@backstage/core-components": "^0.8.1",
- "@backstage/core-plugin-api": "^0.3.1",
- "@backstage/plugin-catalog-react": "^0.6.5",
+ "@backstage/core-components": "^0.8.2",
+ "@backstage/core-plugin-api": "^0.4.0",
+ "@backstage/plugin-catalog-react": "^0.6.8",
"@backstage/theme": "^0.2.14",
"@material-ui/core": "^4.12.2",
"@material-ui/icons": "^4.9.1",
@@ -48,10 +48,10 @@
"react": "^16.13.1 || ^17.0.0"
},
"devDependencies": {
- "@backstage/cli": "^0.10.2",
- "@backstage/core-app-api": "^0.2.1",
- "@backstage/dev-utils": "^0.2.14",
- "@backstage/test-utils": "^0.1.24",
+ "@backstage/cli": "^0.10.3",
+ "@backstage/core-app-api": "^0.3.0",
+ "@backstage/dev-utils": "^0.2.15",
+ "@backstage/test-utils": "^0.2.0",
"@testing-library/jest-dom": "^5.10.1",
"@testing-library/react": "^11.2.5",
"@testing-library/react-hooks": "^7.0.2",
diff --git a/plugins/newrelic-dashboard/CHANGELOG.md b/plugins/newrelic-dashboard/CHANGELOG.md
new file mode 100644
index 0000000000..faf605979d
--- /dev/null
+++ b/plugins/newrelic-dashboard/CHANGELOG.md
@@ -0,0 +1,11 @@
+# @backstage/plugin-newrelic-dashboard
+
+## 0.1.1
+
+### Patch Changes
+
+- c38a47cd08: Created a New Plugin , which imports dashboard links and snapshots from New Relic
+- Updated dependencies
+ - @backstage/core-plugin-api@0.4.0
+ - @backstage/plugin-catalog-react@0.6.8
+ - @backstage/core-components@0.8.2
diff --git a/plugins/newrelic-dashboard/package.json b/plugins/newrelic-dashboard/package.json
index 3da22d1c9e..0502d130cf 100644
--- a/plugins/newrelic-dashboard/package.json
+++ b/plugins/newrelic-dashboard/package.json
@@ -1,6 +1,6 @@
{
"name": "@backstage/plugin-newrelic-dashboard",
- "version": "0.1.0",
+ "version": "0.1.1",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
@@ -21,18 +21,18 @@
},
"dependencies": {
"@backstage/catalog-model": "^0.9.8",
- "@backstage/core-components": "^0.8.1",
- "@backstage/core-plugin-api": "^0.3.1",
+ "@backstage/core-components": "^0.8.2",
+ "@backstage/core-plugin-api": "^0.4.0",
"@backstage/errors": "^0.1.5",
- "@backstage/plugin-catalog-react": "^0.6.7",
+ "@backstage/plugin-catalog-react": "^0.6.8",
"@material-ui/core": "^4.12.2",
"@material-ui/icons": "^4.9.1",
"@material-ui/lab": "4.0.0-alpha.57",
"react-use": "^17.2.4"
},
"devDependencies": {
- "@backstage/cli": "^0.10.2",
- "@backstage/dev-utils": "^0.2.14",
+ "@backstage/cli": "^0.10.3",
+ "@backstage/dev-utils": "^0.2.15",
"@testing-library/jest-dom": "^5.10.1",
"@types/react": "^16.13.1 || ^17.0.0",
"cross-fetch": "^3.0.6"
diff --git a/plugins/newrelic/CHANGELOG.md b/plugins/newrelic/CHANGELOG.md
index 3b8ab0dd8a..95ee823f80 100644
--- a/plugins/newrelic/CHANGELOG.md
+++ b/plugins/newrelic/CHANGELOG.md
@@ -1,5 +1,13 @@
# @backstage/plugin-newrelic
+## 0.3.11
+
+### Patch Changes
+
+- Updated dependencies
+ - @backstage/core-plugin-api@0.4.0
+ - @backstage/core-components@0.8.2
+
## 0.3.10
### Patch Changes
diff --git a/plugins/newrelic/package.json b/plugins/newrelic/package.json
index 9a32e23e18..42b1a832fa 100644
--- a/plugins/newrelic/package.json
+++ b/plugins/newrelic/package.json
@@ -1,7 +1,7 @@
{
"name": "@backstage/plugin-newrelic",
"description": "A Backstage plugin that integrates towards New Relic",
- "version": "0.3.10",
+ "version": "0.3.11",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
@@ -32,8 +32,8 @@
"clean": "backstage-cli clean"
},
"dependencies": {
- "@backstage/core-components": "^0.8.1",
- "@backstage/core-plugin-api": "^0.3.1",
+ "@backstage/core-components": "^0.8.2",
+ "@backstage/core-plugin-api": "^0.4.0",
"@backstage/theme": "^0.2.14",
"@material-ui/core": "^4.12.2",
"@material-ui/icons": "^4.9.1",
@@ -44,10 +44,10 @@
"react": "^16.13.1 || ^17.0.0"
},
"devDependencies": {
- "@backstage/cli": "^0.10.2",
- "@backstage/core-app-api": "^0.2.1",
- "@backstage/dev-utils": "^0.2.14",
- "@backstage/test-utils": "^0.1.24",
+ "@backstage/cli": "^0.10.3",
+ "@backstage/core-app-api": "^0.3.0",
+ "@backstage/dev-utils": "^0.2.15",
+ "@backstage/test-utils": "^0.2.0",
"@testing-library/jest-dom": "^5.10.1",
"@testing-library/react": "^11.2.5",
"@testing-library/user-event": "^13.1.8",
diff --git a/plugins/org/CHANGELOG.md b/plugins/org/CHANGELOG.md
index eb2599237c..2cecb337d8 100644
--- a/plugins/org/CHANGELOG.md
+++ b/plugins/org/CHANGELOG.md
@@ -1,5 +1,16 @@
# @backstage/plugin-org
+## 0.3.32
+
+### Patch Changes
+
+- 6f263c2cbc: Fixed bug in OwnershipCard component where text wasn't correctly pluralized
+- 7a4bd2ceac: Prefer using `Link` from `@backstage/core-components` rather than material-UI.
+- Updated dependencies
+ - @backstage/core-plugin-api@0.4.0
+ - @backstage/plugin-catalog-react@0.6.8
+ - @backstage/core-components@0.8.2
+
## 0.3.31
### Patch Changes
diff --git a/plugins/org/package.json b/plugins/org/package.json
index def4bac002..2b17df45b2 100644
--- a/plugins/org/package.json
+++ b/plugins/org/package.json
@@ -1,7 +1,7 @@
{
"name": "@backstage/plugin-org",
"description": "A Backstage plugin that helps you create entity pages for your organization",
- "version": "0.3.31",
+ "version": "0.3.32",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
@@ -22,9 +22,9 @@
},
"dependencies": {
"@backstage/catalog-model": "^0.9.8",
- "@backstage/core-components": "^0.8.1",
- "@backstage/core-plugin-api": "^0.3.1",
- "@backstage/plugin-catalog-react": "^0.6.7",
+ "@backstage/core-components": "^0.8.2",
+ "@backstage/core-plugin-api": "^0.4.0",
+ "@backstage/plugin-catalog-react": "^0.6.8",
"@backstage/theme": "^0.2.14",
"@material-ui/core": "^4.12.2",
"@material-ui/icons": "^4.9.1",
@@ -39,11 +39,11 @@
"react": "^16.13.1 || ^17.0.0"
},
"devDependencies": {
- "@backstage/cli": "^0.10.2",
- "@backstage/core-app-api": "^0.2.1",
- "@backstage/catalog-client": "^0.5.2",
- "@backstage/dev-utils": "^0.2.14",
- "@backstage/test-utils": "^0.1.24",
+ "@backstage/cli": "^0.10.3",
+ "@backstage/core-app-api": "^0.3.0",
+ "@backstage/catalog-client": "^0.5.3",
+ "@backstage/dev-utils": "^0.2.15",
+ "@backstage/test-utils": "^0.2.0",
"@testing-library/jest-dom": "^5.10.1",
"@testing-library/react": "^11.2.5",
"@testing-library/user-event": "^13.1.8",
diff --git a/plugins/pagerduty/CHANGELOG.md b/plugins/pagerduty/CHANGELOG.md
index e0c6ec0f29..bc2aa71c7a 100644
--- a/plugins/pagerduty/CHANGELOG.md
+++ b/plugins/pagerduty/CHANGELOG.md
@@ -1,5 +1,14 @@
# @backstage/plugin-pagerduty
+## 0.3.20
+
+### Patch Changes
+
+- Updated dependencies
+ - @backstage/core-plugin-api@0.4.0
+ - @backstage/plugin-catalog-react@0.6.8
+ - @backstage/core-components@0.8.2
+
## 0.3.19
### Patch Changes
diff --git a/plugins/pagerduty/package.json b/plugins/pagerduty/package.json
index 1b6c38465f..3656ae682d 100644
--- a/plugins/pagerduty/package.json
+++ b/plugins/pagerduty/package.json
@@ -1,7 +1,7 @@
{
"name": "@backstage/plugin-pagerduty",
"description": "A Backstage plugin that integrates towards PagerDuty",
- "version": "0.3.19",
+ "version": "0.3.20",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
@@ -32,9 +32,9 @@
},
"dependencies": {
"@backstage/catalog-model": "^0.9.7",
- "@backstage/core-components": "^0.8.1",
- "@backstage/core-plugin-api": "^0.3.1",
- "@backstage/plugin-catalog-react": "^0.6.5",
+ "@backstage/core-components": "^0.8.2",
+ "@backstage/core-plugin-api": "^0.4.0",
+ "@backstage/plugin-catalog-react": "^0.6.8",
"@backstage/theme": "^0.2.14",
"@material-ui/core": "^4.12.2",
"@material-ui/icons": "^4.9.1",
@@ -49,10 +49,10 @@
"react": "^16.13.1 || ^17.0.0"
},
"devDependencies": {
- "@backstage/cli": "^0.10.2",
- "@backstage/core-app-api": "^0.2.1",
- "@backstage/dev-utils": "^0.2.14",
- "@backstage/test-utils": "^0.1.24",
+ "@backstage/cli": "^0.10.3",
+ "@backstage/core-app-api": "^0.3.0",
+ "@backstage/dev-utils": "^0.2.15",
+ "@backstage/test-utils": "^0.2.0",
"@testing-library/jest-dom": "^5.10.1",
"@testing-library/react": "^11.2.5",
"@testing-library/user-event": "^13.1.8",
diff --git a/plugins/permission-backend/CHANGELOG.md b/plugins/permission-backend/CHANGELOG.md
index cca070ae0c..15474c8348 100644
--- a/plugins/permission-backend/CHANGELOG.md
+++ b/plugins/permission-backend/CHANGELOG.md
@@ -1,5 +1,15 @@
# @backstage/plugin-permission-backend
+## 0.2.2
+
+### Patch Changes
+
+- Updated dependencies
+ - @backstage/backend-common@0.10.0
+ - @backstage/plugin-auth-backend@0.5.2
+ - @backstage/plugin-permission-common@0.3.0
+ - @backstage/plugin-permission-node@0.2.2
+
## 0.2.1
### Patch Changes
diff --git a/plugins/permission-backend/package.json b/plugins/permission-backend/package.json
index 48b3de68c3..a06e22a9b7 100644
--- a/plugins/permission-backend/package.json
+++ b/plugins/permission-backend/package.json
@@ -1,6 +1,6 @@
{
"name": "@backstage/plugin-permission-backend",
- "version": "0.2.1",
+ "version": "0.2.2",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
@@ -19,11 +19,11 @@
"clean": "backstage-cli clean"
},
"dependencies": {
- "@backstage/backend-common": "^0.9.13",
+ "@backstage/backend-common": "^0.10.0",
"@backstage/config": "^0.1.11",
- "@backstage/plugin-auth-backend": "^0.5.0",
- "@backstage/plugin-permission-common": "^0.2.0",
- "@backstage/plugin-permission-node": "^0.2.1",
+ "@backstage/plugin-auth-backend": "^0.5.2",
+ "@backstage/plugin-permission-common": "^0.3.0",
+ "@backstage/plugin-permission-node": "^0.2.2",
"@types/express": "*",
"express": "^4.17.1",
"express-promise-router": "^4.1.0",
@@ -33,7 +33,7 @@
"zod": "^3.11.6"
},
"devDependencies": {
- "@backstage/cli": "^0.10.1",
+ "@backstage/cli": "^0.10.3",
"@types/supertest": "^2.0.8",
"supertest": "^6.1.6",
"msw": "^0.35.0"
diff --git a/plugins/permission-common/CHANGELOG.md b/plugins/permission-common/CHANGELOG.md
index c2ee5a3ecf..628ab685e0 100644
--- a/plugins/permission-common/CHANGELOG.md
+++ b/plugins/permission-common/CHANGELOG.md
@@ -1,5 +1,21 @@
# @backstage/plugin-permission-common
+## 0.3.0
+
+### Minor Changes
+
+- 0e8ec6d974: - Add `PermissionAuthorizer` interface matching `PermissionClient` to allow alternative implementations like the `ServerPermissionClient` in @backstage/plugin-permission-node.
+
+ Breaking Changes:
+
+ - Remove "api" suffixes from constructor parameters in PermissionClient
+
+ ```diff
+ const { config, discovery } = options;
+ - const permissionClient = new PermissionClient({ discoveryApi: discovery, configApi: config });
+ + const permissionClient = new PermissionClient({ discovery, config });
+ ```
+
## 0.2.0
### Minor Changes
diff --git a/plugins/permission-common/package.json b/plugins/permission-common/package.json
index 495c262b03..fc6529d0d1 100644
--- a/plugins/permission-common/package.json
+++ b/plugins/permission-common/package.json
@@ -1,7 +1,7 @@
{
"name": "@backstage/plugin-permission-common",
"description": "Isomorphic types and client for Backstage permissions and authorization",
- "version": "0.2.0",
+ "version": "0.3.0",
"main": "src/index.ts",
"types": "src/index.ts",
"publishConfig": {
@@ -45,7 +45,7 @@
"zod": "^3.11.6"
},
"devDependencies": {
- "@backstage/cli": "^0.10.0",
+ "@backstage/cli": "^0.10.3",
"@types/jest": "^26.0.7",
"msw": "^0.35.0"
}
diff --git a/plugins/permission-node/CHANGELOG.md b/plugins/permission-node/CHANGELOG.md
index 3fdf0ccfff..e49dfdc228 100644
--- a/plugins/permission-node/CHANGELOG.md
+++ b/plugins/permission-node/CHANGELOG.md
@@ -1,5 +1,18 @@
# @backstage/plugin-permission-node
+## 0.2.2
+
+### Patch Changes
+
+- 2f8a9b665f: Add `ServerPermissionClient`, which implements `PermissionAuthorizer` from @backstage/plugin-permission-common. This implementation skips authorization entirely when the supplied token is a valid backend-to-backend token, thereby allowing backend-to-backend systems to communicate without authorization.
+
+ The `ServerPermissionClient` should always be used over the standard `PermissionClient` in plugin backends.
+
+- Updated dependencies
+ - @backstage/backend-common@0.10.0
+ - @backstage/plugin-auth-backend@0.5.2
+ - @backstage/plugin-permission-common@0.3.0
+
## 0.2.1
### Patch Changes
diff --git a/plugins/permission-node/package.json b/plugins/permission-node/package.json
index 92755e2012..9100500f1f 100644
--- a/plugins/permission-node/package.json
+++ b/plugins/permission-node/package.json
@@ -1,7 +1,7 @@
{
"name": "@backstage/plugin-permission-node",
"description": "Common permission and authorization utilities for backend plugins",
- "version": "0.2.1",
+ "version": "0.2.2",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
@@ -29,16 +29,16 @@
"clean": "backstage-cli clean"
},
"dependencies": {
- "@backstage/backend-common": "^0.9.11",
+ "@backstage/backend-common": "^0.10.0",
"@backstage/config": "^0.1.11",
- "@backstage/plugin-auth-backend": "^0.5.0",
- "@backstage/plugin-permission-common": "^0.2.0",
+ "@backstage/plugin-auth-backend": "^0.5.2",
+ "@backstage/plugin-permission-common": "^0.3.0",
"@types/express": "^4.17.6",
"express": "^4.17.1",
"zod": "^3.11.6"
},
"devDependencies": {
- "@backstage/cli": "^0.10.1",
+ "@backstage/cli": "^0.10.3",
"@types/supertest": "^2.0.8",
"msw": "^0.35.0",
"supertest": "^6.1.3"
diff --git a/plugins/permission-react/CHANGELOG.md b/plugins/permission-react/CHANGELOG.md
index 44c5a326d6..35bdcd9630 100644
--- a/plugins/permission-react/CHANGELOG.md
+++ b/plugins/permission-react/CHANGELOG.md
@@ -1,5 +1,29 @@
# @backstage/plugin-permission-react
+## 0.2.0
+
+### Minor Changes
+
+- 70281a475b: Breaking Changes:
+
+ - Remove "api" suffixes from constructor parameters in IdentityPermissionApi.create
+
+ ```diff
+ const { config, discovery, identity } = options;
+ - const permissionApi = IdentityPermissionApi.create({
+ - configApi: config,
+ - discoveryApi: discovery,
+ - identityApi: identity
+ - });
+ + const permissionApi = IdentityPermissionApi.create({ config, discovery, identity });
+ ```
+
+### Patch Changes
+
+- Updated dependencies
+ - @backstage/core-plugin-api@0.4.0
+ - @backstage/plugin-permission-common@0.3.0
+
## 0.1.1
### Patch Changes
diff --git a/plugins/permission-react/package.json b/plugins/permission-react/package.json
index 7f49c5eb73..7a2e72c0a1 100644
--- a/plugins/permission-react/package.json
+++ b/plugins/permission-react/package.json
@@ -1,6 +1,6 @@
{
"name": "@backstage/plugin-permission-react",
- "version": "0.1.1",
+ "version": "0.2.0",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
@@ -28,8 +28,8 @@
},
"dependencies": {
"@backstage/config": "^0.1.11",
- "@backstage/core-plugin-api": "^0.3.0",
- "@backstage/plugin-permission-common": "^0.2.0",
+ "@backstage/core-plugin-api": "^0.4.0",
+ "@backstage/plugin-permission-common": "^0.3.0",
"cross-fetch": "^3.0.6",
"react-router": "6.0.0-beta.0",
"react-use": "^17.2.4"
@@ -39,8 +39,8 @@
"react": "^16.13.1 || ^17.0.0"
},
"devDependencies": {
- "@backstage/cli": "^0.10.1",
- "@backstage/test-utils": "^0.1.24",
+ "@backstage/cli": "^0.10.3",
+ "@backstage/test-utils": "^0.2.0",
"@testing-library/jest-dom": "^5.10.1",
"@testing-library/react": "^11.2.5",
"@types/jest": "^26.0.7"
diff --git a/plugins/proxy-backend/CHANGELOG.md b/plugins/proxy-backend/CHANGELOG.md
index 57b3441fa5..8500535d7d 100644
--- a/plugins/proxy-backend/CHANGELOG.md
+++ b/plugins/proxy-backend/CHANGELOG.md
@@ -1,5 +1,12 @@
# @backstage/plugin-proxy-backend
+## 0.2.15
+
+### Patch Changes
+
+- Updated dependencies
+ - @backstage/backend-common@0.10.0
+
## 0.2.14
### Patch Changes
diff --git a/plugins/proxy-backend/package.json b/plugins/proxy-backend/package.json
index 68be26391e..fea9b93fe3 100644
--- a/plugins/proxy-backend/package.json
+++ b/plugins/proxy-backend/package.json
@@ -1,7 +1,7 @@
{
"name": "@backstage/plugin-proxy-backend",
"description": "A Backstage backend plugin that helps you set up proxy endpoints in the backend",
- "version": "0.2.14",
+ "version": "0.2.15",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
@@ -29,7 +29,7 @@
"clean": "backstage-cli clean"
},
"dependencies": {
- "@backstage/backend-common": "^0.9.12",
+ "@backstage/backend-common": "^0.10.0",
"@backstage/config": "^0.1.8",
"@types/express": "^4.17.6",
"express": "^4.17.1",
@@ -43,7 +43,7 @@
"yup": "^0.32.9"
},
"devDependencies": {
- "@backstage/cli": "^0.10.0",
+ "@backstage/cli": "^0.10.3",
"@types/http-proxy-middleware": "^0.19.3",
"@types/supertest": "^2.0.8",
"@types/uuid": "^8.0.0",
diff --git a/plugins/rollbar-backend/CHANGELOG.md b/plugins/rollbar-backend/CHANGELOG.md
index 9c0f70ea6a..49de959e2b 100644
--- a/plugins/rollbar-backend/CHANGELOG.md
+++ b/plugins/rollbar-backend/CHANGELOG.md
@@ -1,5 +1,13 @@
# @backstage/plugin-rollbar-backend
+## 0.1.17
+
+### Patch Changes
+
+- 58d07a070c: Bump `axios`
+- Updated dependencies
+ - @backstage/backend-common@0.10.0
+
## 0.1.16
### Patch Changes
diff --git a/plugins/rollbar-backend/package.json b/plugins/rollbar-backend/package.json
index 6fbecdbc3d..72fb9a8eb9 100644
--- a/plugins/rollbar-backend/package.json
+++ b/plugins/rollbar-backend/package.json
@@ -1,7 +1,7 @@
{
"name": "@backstage/plugin-rollbar-backend",
"description": "A Backstage backend plugin that integrates towards Rollbar",
- "version": "0.1.16",
+ "version": "0.1.17",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
@@ -31,7 +31,7 @@
"clean": "backstage-cli clean"
},
"dependencies": {
- "@backstage/backend-common": "^0.9.12",
+ "@backstage/backend-common": "^0.10.0",
"@backstage/config": "^0.1.10",
"@types/express": "^4.17.6",
"axios": "^0.24.0",
@@ -48,7 +48,7 @@
"yn": "^4.0.0"
},
"devDependencies": {
- "@backstage/cli": "^0.10.0",
+ "@backstage/cli": "^0.10.3",
"@types/supertest": "^2.0.8",
"supertest": "^6.1.3"
},
diff --git a/plugins/rollbar/CHANGELOG.md b/plugins/rollbar/CHANGELOG.md
index 8368deee5e..78fe08906e 100644
--- a/plugins/rollbar/CHANGELOG.md
+++ b/plugins/rollbar/CHANGELOG.md
@@ -1,5 +1,14 @@
# @backstage/plugin-rollbar
+## 0.3.21
+
+### Patch Changes
+
+- Updated dependencies
+ - @backstage/core-plugin-api@0.4.0
+ - @backstage/plugin-catalog-react@0.6.8
+ - @backstage/core-components@0.8.2
+
## 0.3.20
### Patch Changes
diff --git a/plugins/rollbar/package.json b/plugins/rollbar/package.json
index 012cb24490..67dbebb80d 100644
--- a/plugins/rollbar/package.json
+++ b/plugins/rollbar/package.json
@@ -1,7 +1,7 @@
{
"name": "@backstage/plugin-rollbar",
"description": "A Backstage plugin that integrates towards Rollbar",
- "version": "0.3.20",
+ "version": "0.3.21",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
@@ -33,9 +33,9 @@
},
"dependencies": {
"@backstage/catalog-model": "^0.9.7",
- "@backstage/core-components": "^0.8.1",
- "@backstage/core-plugin-api": "^0.3.1",
- "@backstage/plugin-catalog-react": "^0.6.5",
+ "@backstage/core-components": "^0.8.2",
+ "@backstage/core-plugin-api": "^0.4.0",
+ "@backstage/plugin-catalog-react": "^0.6.8",
"@backstage/theme": "^0.2.14",
"@material-ui/core": "^4.12.2",
"@material-ui/icons": "^4.9.1",
@@ -50,10 +50,10 @@
"react": "^16.13.1 || ^17.0.0"
},
"devDependencies": {
- "@backstage/cli": "^0.10.2",
- "@backstage/core-app-api": "^0.2.1",
- "@backstage/dev-utils": "^0.2.14",
- "@backstage/test-utils": "^0.1.24",
+ "@backstage/cli": "^0.10.3",
+ "@backstage/core-app-api": "^0.3.0",
+ "@backstage/dev-utils": "^0.2.15",
+ "@backstage/test-utils": "^0.2.0",
"@testing-library/jest-dom": "^5.10.1",
"@testing-library/react": "^11.2.5",
"@testing-library/react-hooks": "^7.0.2",
diff --git a/plugins/scaffolder-backend-module-cookiecutter/CHANGELOG.md b/plugins/scaffolder-backend-module-cookiecutter/CHANGELOG.md
index b177521d8b..38f336e5cc 100644
--- a/plugins/scaffolder-backend-module-cookiecutter/CHANGELOG.md
+++ b/plugins/scaffolder-backend-module-cookiecutter/CHANGELOG.md
@@ -1,5 +1,13 @@
# @backstage/plugin-scaffolder-backend-module-cookiecutter
+## 0.1.6
+
+### Patch Changes
+
+- Updated dependencies
+ - @backstage/backend-common@0.10.0
+ - @backstage/plugin-scaffolder-backend@0.15.18
+
## 0.1.5
### Patch Changes
diff --git a/plugins/scaffolder-backend-module-cookiecutter/package.json b/plugins/scaffolder-backend-module-cookiecutter/package.json
index bff3f49c83..68f5bc9a54 100644
--- a/plugins/scaffolder-backend-module-cookiecutter/package.json
+++ b/plugins/scaffolder-backend-module-cookiecutter/package.json
@@ -1,7 +1,7 @@
{
"name": "@backstage/plugin-scaffolder-backend-module-cookiecutter",
"description": "A module for the scaffolder backend that lets you template projects using cookiecutter",
- "version": "0.1.5",
+ "version": "0.1.6",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
@@ -20,10 +20,10 @@
"clean": "backstage-cli clean"
},
"dependencies": {
- "@backstage/backend-common": "^0.9.12",
+ "@backstage/backend-common": "^0.10.0",
"@backstage/errors": "^0.1.4",
"@backstage/integration": "^0.6.10",
- "@backstage/plugin-scaffolder-backend": "^0.15.15",
+ "@backstage/plugin-scaffolder-backend": "^0.15.18",
"@backstage/config": "^0.1.11",
"@backstage/types": "^0.1.1",
"command-exists": "^1.2.9",
@@ -32,7 +32,7 @@
"yn": "^4.0.0"
},
"devDependencies": {
- "@backstage/cli": "^0.10.0",
+ "@backstage/cli": "^0.10.3",
"@types/fs-extra": "^9.0.1",
"@types/mock-fs": "^4.13.0",
"@types/jest": "^26.0.7",
diff --git a/plugins/scaffolder-backend-module-rails/CHANGELOG.md b/plugins/scaffolder-backend-module-rails/CHANGELOG.md
index 5893faedbb..1abf510af4 100644
--- a/plugins/scaffolder-backend-module-rails/CHANGELOG.md
+++ b/plugins/scaffolder-backend-module-rails/CHANGELOG.md
@@ -1,5 +1,14 @@
# @backstage/plugin-scaffolder-backend-module-rails
+## 0.2.1
+
+### Patch Changes
+
+- fc8fc02510: Add new options to rails new (force and skipTests)
+- Updated dependencies
+ - @backstage/backend-common@0.10.0
+ - @backstage/plugin-scaffolder-backend@0.15.18
+
## 0.2.0
### Minor Changes
diff --git a/plugins/scaffolder-backend-module-rails/package.json b/plugins/scaffolder-backend-module-rails/package.json
index 28dc5f7ba6..7021ce9c0b 100644
--- a/plugins/scaffolder-backend-module-rails/package.json
+++ b/plugins/scaffolder-backend-module-rails/package.json
@@ -1,7 +1,7 @@
{
"name": "@backstage/plugin-scaffolder-backend-module-rails",
"description": "A module for the scaffolder backend that lets you template projects using Rails",
- "version": "0.2.0",
+ "version": "0.2.1",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
@@ -21,8 +21,8 @@
"clean": "backstage-cli clean"
},
"dependencies": {
- "@backstage/backend-common": "^0.9.13",
- "@backstage/plugin-scaffolder-backend": "^0.15.16",
+ "@backstage/backend-common": "^0.10.0",
+ "@backstage/plugin-scaffolder-backend": "^0.15.18",
"@backstage/config": "^0.1.11",
"@backstage/errors": "^0.1.4",
"@backstage/integration": "^0.6.10",
@@ -31,7 +31,7 @@
"fs-extra": "^9.0.0"
},
"devDependencies": {
- "@backstage/cli": "^0.10.1",
+ "@backstage/cli": "^0.10.3",
"@types/jest": "^26.0.7",
"@types/node": "^14.14.32",
"@types/command-exists": "^1.2.0",
diff --git a/plugins/scaffolder-backend-module-yeoman/package.json b/plugins/scaffolder-backend-module-yeoman/package.json
index 8d17df0239..d185d3e876 100644
--- a/plugins/scaffolder-backend-module-yeoman/package.json
+++ b/plugins/scaffolder-backend-module-yeoman/package.json
@@ -21,13 +21,13 @@
},
"dependencies": {
"@backstage/config": "^0.1.11",
- "@backstage/plugin-scaffolder-backend": "^0.15.12",
+ "@backstage/plugin-scaffolder-backend": "^0.15.18",
"@backstage/types": "^0.1.1",
"winston": "^3.2.1",
"yeoman-environment": "^3.6.0"
},
"devDependencies": {
- "@backstage/backend-common": "^0.9.9",
+ "@backstage/backend-common": "^0.10.0",
"@types/jest": "^26.0.7"
},
"files": [
diff --git a/plugins/scaffolder-backend/CHANGELOG.md b/plugins/scaffolder-backend/CHANGELOG.md
index 50d10b564c..8af6b497cc 100644
--- a/plugins/scaffolder-backend/CHANGELOG.md
+++ b/plugins/scaffolder-backend/CHANGELOG.md
@@ -1,5 +1,15 @@
# @backstage/plugin-scaffolder-backend
+## 0.15.18
+
+### Patch Changes
+
+- Updated dependencies
+ - @backstage/backend-common@0.10.0
+ - @backstage/catalog-client@0.5.3
+ - @backstage/plugin-catalog-backend@0.19.3
+ - @backstage/plugin-scaffolder-backend-module-cookiecutter@0.1.6
+
## 0.15.17
### Patch Changes
diff --git a/plugins/scaffolder-backend/package.json b/plugins/scaffolder-backend/package.json
index 3686c33c40..ba5dceb699 100644
--- a/plugins/scaffolder-backend/package.json
+++ b/plugins/scaffolder-backend/package.json
@@ -1,7 +1,7 @@
{
"name": "@backstage/plugin-scaffolder-backend",
"description": "The Backstage backend plugin that helps you create new things",
- "version": "0.15.17",
+ "version": "0.15.18",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
@@ -31,15 +31,15 @@
"build:assets": "node scripts/build-nunjucks.js"
},
"dependencies": {
- "@backstage/backend-common": "^0.9.14",
- "@backstage/catalog-client": "^0.5.2",
+ "@backstage/backend-common": "^0.10.0",
+ "@backstage/catalog-client": "^0.5.3",
"@backstage/catalog-model": "^0.9.8",
"@backstage/config": "^0.1.11",
"@backstage/errors": "^0.1.5",
"@backstage/integration": "^0.6.10",
- "@backstage/plugin-catalog-backend": "^0.19.2",
+ "@backstage/plugin-catalog-backend": "^0.19.3",
"@backstage/plugin-scaffolder-common": "^0.1.1",
- "@backstage/plugin-scaffolder-backend-module-cookiecutter": "^0.1.5",
+ "@backstage/plugin-scaffolder-backend-module-cookiecutter": "^0.1.6",
"@backstage/types": "^0.1.1",
"@gitbeaker/core": "^34.6.0",
"@gitbeaker/node": "^34.6.0",
@@ -73,8 +73,8 @@
"vm2": "^3.9.5"
},
"devDependencies": {
- "@backstage/cli": "^0.10.2",
- "@backstage/test-utils": "^0.1.24",
+ "@backstage/cli": "^0.10.3",
+ "@backstage/test-utils": "^0.2.0",
"@types/command-exists": "^1.2.0",
"@types/fs-extra": "^9.0.1",
"@types/git-url-parse": "^9.0.0",
diff --git a/plugins/scaffolder/CHANGELOG.md b/plugins/scaffolder/CHANGELOG.md
index 55ccd3e737..29a8437066 100644
--- a/plugins/scaffolder/CHANGELOG.md
+++ b/plugins/scaffolder/CHANGELOG.md
@@ -1,5 +1,26 @@
# @backstage/plugin-scaffolder
+## 0.11.15
+
+### Patch Changes
+
+- c5eb756760: Fix a small browser console warning
+- ff5ff57883: EntityPicker can require an existing entity be selected by disallowing arbitrary values
+- 0f645a7947: Added OwnedEntityPicker field which displays Owned Entities in options
+- b646a73fe0: In @backstage/plugin-scaffolder - When user will have one option available in hostUrl or owner - autoselect and select component should be readonly.
+
+ in @backstage/core-components - Select component has extended API with few more props: native : boolean, disabled: boolean. native - if set to true - Select component will use native browser select picker (not rendered by Material UI lib ).
+ disabled - if set to true - action on component will not be possible.
+
+- 7a4bd2ceac: Prefer using `Link` from `@backstage/core-components` rather than material-UI.
+- 4c269c7c23: Add DescriptionField override to support Markdown
+- Updated dependencies
+ - @backstage/core-plugin-api@0.4.0
+ - @backstage/plugin-catalog-react@0.6.8
+ - @backstage/core-components@0.8.2
+ - @backstage/catalog-client@0.5.3
+ - @backstage/integration-react@0.1.16
+
## 0.11.14
### Patch Changes
diff --git a/plugins/scaffolder/package.json b/plugins/scaffolder/package.json
index 3d42126624..b464e86724 100644
--- a/plugins/scaffolder/package.json
+++ b/plugins/scaffolder/package.json
@@ -1,7 +1,7 @@
{
"name": "@backstage/plugin-scaffolder",
"description": "The Backstage plugin that helps you create new things",
- "version": "0.11.14",
+ "version": "0.11.15",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
@@ -31,15 +31,15 @@
"clean": "backstage-cli clean"
},
"dependencies": {
- "@backstage/catalog-client": "^0.5.2",
+ "@backstage/catalog-client": "^0.5.3",
"@backstage/catalog-model": "^0.9.7",
"@backstage/config": "^0.1.11",
- "@backstage/core-components": "^0.8.1",
- "@backstage/core-plugin-api": "^0.3.1",
+ "@backstage/core-components": "^0.8.2",
+ "@backstage/core-plugin-api": "^0.4.0",
"@backstage/errors": "^0.1.5",
"@backstage/integration": "^0.6.10",
- "@backstage/integration-react": "^0.1.15",
- "@backstage/plugin-catalog-react": "^0.6.5",
+ "@backstage/integration-react": "^0.1.16",
+ "@backstage/plugin-catalog-react": "^0.6.8",
"@backstage/theme": "^0.2.14",
"@backstage/types": "^0.1.1",
"@material-ui/core": "^4.12.2",
@@ -66,11 +66,11 @@
"react": "^16.13.1 || ^17.0.0"
},
"devDependencies": {
- "@backstage/cli": "^0.10.2",
- "@backstage/core-app-api": "^0.2.1",
- "@backstage/dev-utils": "^0.2.14",
- "@backstage/plugin-catalog": "^0.7.4",
- "@backstage/test-utils": "^0.1.24",
+ "@backstage/cli": "^0.10.3",
+ "@backstage/core-app-api": "^0.3.0",
+ "@backstage/dev-utils": "^0.2.15",
+ "@backstage/plugin-catalog": "^0.7.5",
+ "@backstage/test-utils": "^0.2.0",
"@testing-library/jest-dom": "^5.10.1",
"@testing-library/react": "^11.2.5",
"@testing-library/react-hooks": "^7.0.2",
diff --git a/plugins/search-backend-module-elasticsearch/package.json b/plugins/search-backend-module-elasticsearch/package.json
index 0873fb24ac..d9b478dc3a 100644
--- a/plugins/search-backend-module-elasticsearch/package.json
+++ b/plugins/search-backend-module-elasticsearch/package.json
@@ -30,8 +30,8 @@
"winston": "^3.2.1"
},
"devDependencies": {
- "@backstage/backend-common": "^0.9.14",
- "@backstage/cli": "^0.10.2",
+ "@backstage/backend-common": "^0.10.0",
+ "@backstage/cli": "^0.10.3",
"@elastic/elasticsearch-mock": "^0.3.0"
},
"files": [
diff --git a/plugins/search-backend-module-pg/CHANGELOG.md b/plugins/search-backend-module-pg/CHANGELOG.md
index 84851ee352..ddc66e6e7d 100644
--- a/plugins/search-backend-module-pg/CHANGELOG.md
+++ b/plugins/search-backend-module-pg/CHANGELOG.md
@@ -1,5 +1,12 @@
# @backstage/plugin-search-backend-module-pg
+## 0.2.3
+
+### Patch Changes
+
+- Updated dependencies
+ - @backstage/backend-common@0.10.0
+
## 0.2.2
### Patch Changes
diff --git a/plugins/search-backend-module-pg/package.json b/plugins/search-backend-module-pg/package.json
index b0b910a5e7..79c7619ea4 100644
--- a/plugins/search-backend-module-pg/package.json
+++ b/plugins/search-backend-module-pg/package.json
@@ -1,7 +1,7 @@
{
"name": "@backstage/plugin-search-backend-module-pg",
"description": "A module for the search backend that implements search using PostgreSQL",
- "version": "0.2.2",
+ "version": "0.2.3",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
@@ -20,15 +20,15 @@
"clean": "backstage-cli clean"
},
"dependencies": {
- "@backstage/backend-common": "^0.9.13",
+ "@backstage/backend-common": "^0.10.0",
"@backstage/search-common": "^0.2.0",
"@backstage/plugin-search-backend-node": "^0.4.2",
"lodash": "^4.17.21",
"knex": "^0.95.1"
},
"devDependencies": {
- "@backstage/backend-test-utils": "^0.1.10",
- "@backstage/cli": "^0.10.1"
+ "@backstage/backend-test-utils": "^0.1.11",
+ "@backstage/cli": "^0.10.3"
},
"files": [
"dist",
diff --git a/plugins/search-backend-node/package.json b/plugins/search-backend-node/package.json
index 9774a1081b..88d3af13ed 100644
--- a/plugins/search-backend-node/package.json
+++ b/plugins/search-backend-node/package.json
@@ -26,8 +26,8 @@
"@types/lunr": "^2.3.3"
},
"devDependencies": {
- "@backstage/backend-common": "^0.9.12",
- "@backstage/cli": "^0.10.0"
+ "@backstage/backend-common": "^0.10.0",
+ "@backstage/cli": "^0.10.3"
},
"files": [
"dist"
diff --git a/plugins/search-backend/CHANGELOG.md b/plugins/search-backend/CHANGELOG.md
index 5b23d0c670..c301247787 100644
--- a/plugins/search-backend/CHANGELOG.md
+++ b/plugins/search-backend/CHANGELOG.md
@@ -1,5 +1,19 @@
# @backstage/plugin-search-backend
+## 0.3.0
+
+### Minor Changes
+
+- a41fbfe739: Search result location filtering
+
+ This change introduces a filter for search results based on their location protocol. The intention is to filter out unsafe or
+ malicious values before they can be consumed by the frontend. By default locations must be http/https URLs (or paths).
+
+### Patch Changes
+
+- Updated dependencies
+ - @backstage/backend-common@0.10.0
+
## 0.2.8
### Patch Changes
diff --git a/plugins/search-backend/package.json b/plugins/search-backend/package.json
index 1c749cbef4..c67d1ef047 100644
--- a/plugins/search-backend/package.json
+++ b/plugins/search-backend/package.json
@@ -1,7 +1,7 @@
{
"name": "@backstage/plugin-search-backend",
"description": "The Backstage backend plugin that provides your backstage app with search",
- "version": "0.2.8",
+ "version": "0.3.0",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
@@ -20,7 +20,7 @@
"clean": "backstage-cli clean"
},
"dependencies": {
- "@backstage/backend-common": "^0.9.13",
+ "@backstage/backend-common": "^0.10.0",
"@backstage/search-common": "^0.2.0",
"@backstage/plugin-search-backend-node": "^0.4.2",
"@types/express": "^4.17.6",
@@ -30,7 +30,7 @@
"yn": "^4.0.0"
},
"devDependencies": {
- "@backstage/cli": "^0.10.1",
+ "@backstage/cli": "^0.10.3",
"@types/supertest": "^2.0.8",
"supertest": "^6.1.3"
},
diff --git a/plugins/search/CHANGELOG.md b/plugins/search/CHANGELOG.md
index 3cfb9093a8..4ff92cfb76 100644
--- a/plugins/search/CHANGELOG.md
+++ b/plugins/search/CHANGELOG.md
@@ -1,5 +1,28 @@
# @backstage/plugin-search
+## 0.5.2
+
+### Patch Changes
+
+- 3d98955c8a: Add Optional Props to Override Icon for SidebarSearch and SidebarSearchModal Component
+- 49a696d720: Standardizes the component used as a search box in the search modal and in the composable home page.
+
+ After these changes, all search boxes exported by the search plugin are based on the `` component, and this one is based on the `` component of the Material UI. This means that when you use SearchBarBase or one of its derived components (like `SearchBar` and `HomePageSearchBar`) you can pass all properties accepted by InputBase that have not been replaced by the props type of those components.
+
+ For example:
+
+ ```jsx
+
+ ```
+
+ The `color` property is inherited from `InputBaseProps` type and `debouceTime` defined by `SearchBarBaseProps`.
+
+- 7a4bd2ceac: Prefer using `Link` from `@backstage/core-components` rather than material-UI.
+- Updated dependencies
+ - @backstage/core-plugin-api@0.4.0
+ - @backstage/plugin-catalog-react@0.6.8
+ - @backstage/core-components@0.8.2
+
## 0.5.1
### Patch Changes
diff --git a/plugins/search/package.json b/plugins/search/package.json
index 85996d65c3..a308fc0a22 100644
--- a/plugins/search/package.json
+++ b/plugins/search/package.json
@@ -1,7 +1,7 @@
{
"name": "@backstage/plugin-search",
"description": "The Backstage plugin that provides your backstage app with search",
- "version": "0.5.1",
+ "version": "0.5.2",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
@@ -32,10 +32,10 @@
"dependencies": {
"@backstage/catalog-model": "^0.9.7",
"@backstage/config": "^0.1.11",
- "@backstage/core-components": "^0.8.1",
- "@backstage/core-plugin-api": "^0.3.1",
+ "@backstage/core-components": "^0.8.2",
+ "@backstage/core-plugin-api": "^0.4.0",
"@backstage/errors": "^0.1.4",
- "@backstage/plugin-catalog-react": "^0.6.5",
+ "@backstage/plugin-catalog-react": "^0.6.8",
"@backstage/search-common": "^0.2.1",
"@backstage/theme": "^0.2.14",
"@backstage/types": "^0.1.1",
@@ -52,10 +52,10 @@
"react": "^16.13.1 || ^17.0.0"
},
"devDependencies": {
- "@backstage/cli": "^0.10.2",
- "@backstage/core-app-api": "^0.2.1",
- "@backstage/dev-utils": "^0.2.14",
- "@backstage/test-utils": "^0.1.24",
+ "@backstage/cli": "^0.10.3",
+ "@backstage/core-app-api": "^0.3.0",
+ "@backstage/dev-utils": "^0.2.15",
+ "@backstage/test-utils": "^0.2.0",
"@testing-library/jest-dom": "^5.10.1",
"@testing-library/react": "^11.2.5",
"@testing-library/react-hooks": "^7.0.2",
diff --git a/plugins/sentry/CHANGELOG.md b/plugins/sentry/CHANGELOG.md
index 37bb975828..4f959bfa48 100644
--- a/plugins/sentry/CHANGELOG.md
+++ b/plugins/sentry/CHANGELOG.md
@@ -1,5 +1,15 @@
# @backstage/plugin-sentry
+## 0.3.31
+
+### Patch Changes
+
+- 7a4bd2ceac: Prefer using `Link` from `@backstage/core-components` rather than material-UI.
+- Updated dependencies
+ - @backstage/core-plugin-api@0.4.0
+ - @backstage/plugin-catalog-react@0.6.8
+ - @backstage/core-components@0.8.2
+
## 0.3.30
### Patch Changes
diff --git a/plugins/sentry/package.json b/plugins/sentry/package.json
index 0f41bfaf16..c1eadc5646 100644
--- a/plugins/sentry/package.json
+++ b/plugins/sentry/package.json
@@ -1,7 +1,7 @@
{
"name": "@backstage/plugin-sentry",
"description": "A Backstage plugin that integrates towards Sentry",
- "version": "0.3.30",
+ "version": "0.3.31",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
@@ -33,9 +33,9 @@
},
"dependencies": {
"@backstage/catalog-model": "^0.9.7",
- "@backstage/core-components": "^0.8.1",
- "@backstage/core-plugin-api": "^0.3.1",
- "@backstage/plugin-catalog-react": "^0.6.5",
+ "@backstage/core-components": "^0.8.2",
+ "@backstage/core-plugin-api": "^0.4.0",
+ "@backstage/plugin-catalog-react": "^0.6.8",
"@backstage/theme": "^0.2.14",
"@material-ui/core": "^4.12.2",
"@material-ui/icons": "^4.9.1",
@@ -49,10 +49,10 @@
"react": "^16.13.1 || ^17.0.0"
},
"devDependencies": {
- "@backstage/cli": "^0.10.2",
- "@backstage/core-app-api": "^0.2.1",
- "@backstage/dev-utils": "^0.2.14",
- "@backstage/test-utils": "^0.1.24",
+ "@backstage/cli": "^0.10.3",
+ "@backstage/core-app-api": "^0.3.0",
+ "@backstage/dev-utils": "^0.2.15",
+ "@backstage/test-utils": "^0.2.0",
"@testing-library/jest-dom": "^5.10.1",
"@testing-library/react": "^11.2.5",
"@testing-library/user-event": "^13.1.8",
diff --git a/plugins/shortcuts/CHANGELOG.md b/plugins/shortcuts/CHANGELOG.md
index 7b9e21571f..0c53f9c03b 100644
--- a/plugins/shortcuts/CHANGELOG.md
+++ b/plugins/shortcuts/CHANGELOG.md
@@ -1,5 +1,13 @@
# @backstage/plugin-shortcuts
+## 0.1.16
+
+### Patch Changes
+
+- Updated dependencies
+ - @backstage/core-plugin-api@0.4.0
+ - @backstage/core-components@0.8.2
+
## 0.1.15
### Patch Changes
diff --git a/plugins/shortcuts/package.json b/plugins/shortcuts/package.json
index a03dde616b..e042972d44 100644
--- a/plugins/shortcuts/package.json
+++ b/plugins/shortcuts/package.json
@@ -1,7 +1,7 @@
{
"name": "@backstage/plugin-shortcuts",
"description": "A Backstage plugin that provides a shortcuts feature to the sidebar",
- "version": "0.1.15",
+ "version": "0.1.16",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
@@ -21,8 +21,8 @@
"clean": "backstage-cli clean"
},
"dependencies": {
- "@backstage/core-components": "^0.8.1",
- "@backstage/core-plugin-api": "^0.3.1",
+ "@backstage/core-components": "^0.8.2",
+ "@backstage/core-plugin-api": "^0.4.0",
"@backstage/theme": "^0.2.14",
"@backstage/types": "^0.1.1",
"@material-ui/core": "^4.12.2",
@@ -39,10 +39,10 @@
"react": "^16.13.1 || ^17.0.0"
},
"devDependencies": {
- "@backstage/cli": "^0.10.2",
- "@backstage/core-app-api": "^0.2.1",
- "@backstage/dev-utils": "^0.2.14",
- "@backstage/test-utils": "^0.1.24",
+ "@backstage/cli": "^0.10.3",
+ "@backstage/core-app-api": "^0.3.0",
+ "@backstage/dev-utils": "^0.2.15",
+ "@backstage/test-utils": "^0.2.0",
"@testing-library/jest-dom": "^5.10.1",
"@testing-library/react": "^11.2.5",
"@testing-library/user-event": "^13.1.8",
diff --git a/plugins/sonarqube/CHANGELOG.md b/plugins/sonarqube/CHANGELOG.md
index 11f78bc99b..f52e4ba897 100644
--- a/plugins/sonarqube/CHANGELOG.md
+++ b/plugins/sonarqube/CHANGELOG.md
@@ -1,5 +1,16 @@
# @backstage/plugin-sonarqube
+## 0.2.10
+
+### Patch Changes
+
+- 27af6d996b: Locking `rc-progress` to the working version of 3.1.4
+- 7a4bd2ceac: Prefer using `Link` from `@backstage/core-components` rather than material-UI.
+- Updated dependencies
+ - @backstage/core-plugin-api@0.4.0
+ - @backstage/plugin-catalog-react@0.6.8
+ - @backstage/core-components@0.8.2
+
## 0.2.9
### Patch Changes
diff --git a/plugins/sonarqube/package.json b/plugins/sonarqube/package.json
index 14980e796c..71ec7e7f29 100644
--- a/plugins/sonarqube/package.json
+++ b/plugins/sonarqube/package.json
@@ -1,7 +1,7 @@
{
"name": "@backstage/plugin-sonarqube",
"description": "",
- "version": "0.2.9",
+ "version": "0.2.10",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
@@ -34,9 +34,9 @@
},
"dependencies": {
"@backstage/catalog-model": "^0.9.7",
- "@backstage/core-components": "^0.8.1",
- "@backstage/core-plugin-api": "^0.3.1",
- "@backstage/plugin-catalog-react": "^0.6.5",
+ "@backstage/core-components": "^0.8.2",
+ "@backstage/core-plugin-api": "^0.4.0",
+ "@backstage/plugin-catalog-react": "^0.6.8",
"@backstage/theme": "^0.2.14",
"@material-ui/core": "^4.12.2",
"@material-ui/icons": "^4.9.1",
@@ -50,10 +50,10 @@
"react": "^16.13.1 || ^17.0.0"
},
"devDependencies": {
- "@backstage/cli": "^0.10.2",
- "@backstage/core-app-api": "^0.2.1",
- "@backstage/dev-utils": "^0.2.14",
- "@backstage/test-utils": "^0.1.24",
+ "@backstage/cli": "^0.10.3",
+ "@backstage/core-app-api": "^0.3.0",
+ "@backstage/dev-utils": "^0.2.15",
+ "@backstage/test-utils": "^0.2.0",
"@testing-library/jest-dom": "^5.10.1",
"@testing-library/react": "^11.2.5",
"@testing-library/user-event": "^13.1.8",
diff --git a/plugins/splunk-on-call/CHANGELOG.md b/plugins/splunk-on-call/CHANGELOG.md
index bf7632ce5a..18174ec5f8 100644
--- a/plugins/splunk-on-call/CHANGELOG.md
+++ b/plugins/splunk-on-call/CHANGELOG.md
@@ -1,5 +1,14 @@
# @backstage/plugin-splunk-on-call
+## 0.3.17
+
+### Patch Changes
+
+- Updated dependencies
+ - @backstage/core-plugin-api@0.4.0
+ - @backstage/plugin-catalog-react@0.6.8
+ - @backstage/core-components@0.8.2
+
## 0.3.16
### Patch Changes
diff --git a/plugins/splunk-on-call/package.json b/plugins/splunk-on-call/package.json
index faa49a962e..e6ffc43402 100644
--- a/plugins/splunk-on-call/package.json
+++ b/plugins/splunk-on-call/package.json
@@ -1,7 +1,7 @@
{
"name": "@backstage/plugin-splunk-on-call",
"description": "A Backstage plugin that integrates towards Splunk On-Call",
- "version": "0.3.16",
+ "version": "0.3.17",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
@@ -32,9 +32,9 @@
},
"dependencies": {
"@backstage/catalog-model": "^0.9.7",
- "@backstage/core-components": "^0.8.1",
- "@backstage/core-plugin-api": "^0.3.1",
- "@backstage/plugin-catalog-react": "^0.6.5",
+ "@backstage/core-components": "^0.8.2",
+ "@backstage/core-plugin-api": "^0.4.0",
+ "@backstage/plugin-catalog-react": "^0.6.8",
"@backstage/theme": "^0.2.14",
"@material-ui/core": "^4.12.2",
"@material-ui/icons": "^4.9.1",
@@ -48,10 +48,10 @@
"react": "^16.13.1 || ^17.0.0"
},
"devDependencies": {
- "@backstage/cli": "^0.10.2",
- "@backstage/core-app-api": "^0.2.1",
- "@backstage/dev-utils": "^0.2.14",
- "@backstage/test-utils": "^0.1.24",
+ "@backstage/cli": "^0.10.3",
+ "@backstage/core-app-api": "^0.3.0",
+ "@backstage/dev-utils": "^0.2.15",
+ "@backstage/test-utils": "^0.2.0",
"@testing-library/jest-dom": "^5.10.1",
"@testing-library/react": "^11.2.5",
"@testing-library/user-event": "^13.1.8",
diff --git a/plugins/tech-insights-backend-module-jsonfc/CHANGELOG.md b/plugins/tech-insights-backend-module-jsonfc/CHANGELOG.md
index c168df5472..a6bd7824c9 100644
--- a/plugins/tech-insights-backend-module-jsonfc/CHANGELOG.md
+++ b/plugins/tech-insights-backend-module-jsonfc/CHANGELOG.md
@@ -1,5 +1,16 @@
# @backstage/plugin-tech-insights-backend-module-jsonfc
+## 0.1.3
+
+### Patch Changes
+
+- 6ff4408fa6: RunChecks endpoint now handles missing retriever data in checks. Instead of
+ showing server errors, the checks will be shown for checks whose retrievers have
+ data, and a warning will be shown if no checks are returned.
+- Updated dependencies
+ - @backstage/backend-common@0.10.0
+ - @backstage/plugin-tech-insights-node@0.1.2
+
## 0.1.2
### Patch Changes
diff --git a/plugins/tech-insights-backend-module-jsonfc/package.json b/plugins/tech-insights-backend-module-jsonfc/package.json
index fa65ba561a..d7ee1bfb58 100644
--- a/plugins/tech-insights-backend-module-jsonfc/package.json
+++ b/plugins/tech-insights-backend-module-jsonfc/package.json
@@ -1,6 +1,6 @@
{
"name": "@backstage/plugin-tech-insights-backend-module-jsonfc",
- "version": "0.1.2",
+ "version": "0.1.3",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
@@ -31,11 +31,11 @@
"clean": "backstage-cli clean"
},
"dependencies": {
- "@backstage/backend-common": "^0.9.12",
+ "@backstage/backend-common": "^0.10.0",
"@backstage/config": "^0.1.8",
"@backstage/errors": "^0.1.5",
"@backstage/plugin-tech-insights-common": "^0.2.0",
- "@backstage/plugin-tech-insights-node": "^0.1.1",
+ "@backstage/plugin-tech-insights-node": "^0.1.2",
"ajv": "^7.0.3",
"json-rules-engine": "^6.1.2",
"lodash": "^4.17.21",
@@ -43,7 +43,7 @@
"winston": "^3.2.1"
},
"devDependencies": {
- "@backstage/cli": "^0.10.0",
+ "@backstage/cli": "^0.10.3",
"@types/node-cron": "^2.0.4"
},
"files": [
diff --git a/plugins/tech-insights-backend/CHANGELOG.md b/plugins/tech-insights-backend/CHANGELOG.md
index 02267f1ee1..ccc54f6a84 100644
--- a/plugins/tech-insights-backend/CHANGELOG.md
+++ b/plugins/tech-insights-backend/CHANGELOG.md
@@ -1,5 +1,14 @@
# @backstage/plugin-tech-insights-backend
+## 0.1.4
+
+### Patch Changes
+
+- Updated dependencies
+ - @backstage/backend-common@0.10.0
+ - @backstage/catalog-client@0.5.3
+ - @backstage/plugin-tech-insights-node@0.1.2
+
## 0.1.3
### Patch Changes
diff --git a/plugins/tech-insights-backend/package.json b/plugins/tech-insights-backend/package.json
index eb62d5b6a3..c3c7a33bf1 100644
--- a/plugins/tech-insights-backend/package.json
+++ b/plugins/tech-insights-backend/package.json
@@ -1,6 +1,6 @@
{
"name": "@backstage/plugin-tech-insights-backend",
- "version": "0.1.3",
+ "version": "0.1.4",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
@@ -31,13 +31,13 @@
"clean": "backstage-cli clean"
},
"dependencies": {
- "@backstage/backend-common": "^0.9.12",
- "@backstage/catalog-client": "^0.5.2",
+ "@backstage/backend-common": "^0.10.0",
+ "@backstage/catalog-client": "^0.5.3",
"@backstage/catalog-model": "^0.9.7",
"@backstage/config": "^0.1.8",
"@backstage/errors": "^0.1.5",
"@backstage/plugin-tech-insights-common": "^0.2.0",
- "@backstage/plugin-tech-insights-node": "^0.1.1",
+ "@backstage/plugin-tech-insights-node": "^0.1.2",
"@types/express": "^4.17.6",
"express": "^4.17.1",
"express-promise-router": "^4.1.0",
@@ -51,8 +51,8 @@
"yn": "^4.0.0"
},
"devDependencies": {
- "@backstage/backend-test-utils": "^0.1.10",
- "@backstage/cli": "^0.10.0",
+ "@backstage/backend-test-utils": "^0.1.11",
+ "@backstage/cli": "^0.10.3",
"@types/supertest": "^2.0.8",
"@types/node-cron": "^3.0.0",
"@types/semver": "^7.3.8",
diff --git a/plugins/tech-insights-node/CHANGELOG.md b/plugins/tech-insights-node/CHANGELOG.md
index 83a42bb41e..c80cfe7fd1 100644
--- a/plugins/tech-insights-node/CHANGELOG.md
+++ b/plugins/tech-insights-node/CHANGELOG.md
@@ -1,5 +1,12 @@
# @backstage/plugin-tech-insights-node
+## 0.1.2
+
+### Patch Changes
+
+- Updated dependencies
+ - @backstage/backend-common@0.10.0
+
## 0.1.1
### Patch Changes
diff --git a/plugins/tech-insights-node/package.json b/plugins/tech-insights-node/package.json
index 5ba94a2ff8..7fd120d73b 100644
--- a/plugins/tech-insights-node/package.json
+++ b/plugins/tech-insights-node/package.json
@@ -1,6 +1,6 @@
{
"name": "@backstage/plugin-tech-insights-node",
- "version": "0.1.1",
+ "version": "0.1.2",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
@@ -30,7 +30,7 @@
"clean": "backstage-cli clean"
},
"dependencies": {
- "@backstage/backend-common": "^0.9.12",
+ "@backstage/backend-common": "^0.10.0",
"@backstage/config": "^0.1.8",
"@backstage/plugin-tech-insights-common": "^0.2.0",
"@types/luxon": "^2.0.5",
@@ -38,7 +38,7 @@
"winston": "^3.2.1"
},
"devDependencies": {
- "@backstage/cli": "^0.10.0"
+ "@backstage/cli": "^0.10.3"
},
"files": [
"dist"
diff --git a/plugins/tech-insights/CHANGELOG.md b/plugins/tech-insights/CHANGELOG.md
index b05b3bf1a3..d353cecba0 100644
--- a/plugins/tech-insights/CHANGELOG.md
+++ b/plugins/tech-insights/CHANGELOG.md
@@ -1,5 +1,17 @@
# @backstage/plugin-tech-insights
+## 0.1.2
+
+### Patch Changes
+
+- 6ff4408fa6: RunChecks endpoint now handles missing retriever data in checks. Instead of
+ showing server errors, the checks will be shown for checks whose retrievers have
+ data, and a warning will be shown if no checks are returned.
+- Updated dependencies
+ - @backstage/core-plugin-api@0.4.0
+ - @backstage/plugin-catalog-react@0.6.8
+ - @backstage/core-components@0.8.2
+
## 0.1.1
### Patch Changes
diff --git a/plugins/tech-insights/package.json b/plugins/tech-insights/package.json
index 9466433b8e..efa5ac16ee 100644
--- a/plugins/tech-insights/package.json
+++ b/plugins/tech-insights/package.json
@@ -1,6 +1,6 @@
{
"name": "@backstage/plugin-tech-insights",
- "version": "0.1.1",
+ "version": "0.1.2",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
@@ -21,10 +21,10 @@
},
"dependencies": {
"@backstage/catalog-model": "^0.9.7",
- "@backstage/core-components": "^0.8.1",
- "@backstage/core-plugin-api": "^0.3.1",
+ "@backstage/core-components": "^0.8.2",
+ "@backstage/core-plugin-api": "^0.4.0",
"@backstage/errors": "^0.1.4",
- "@backstage/plugin-catalog-react": "^0.6.5",
+ "@backstage/plugin-catalog-react": "^0.6.8",
"@backstage/plugin-tech-insights-common": "^0.2.0",
"@backstage/theme": "^0.2.14",
"@backstage/types": "^0.1.1",
@@ -38,10 +38,10 @@
"react": "^16.13.1 || ^17.0.0"
},
"devDependencies": {
- "@backstage/cli": "^0.10.2",
- "@backstage/core-app-api": "^0.2.1",
- "@backstage/dev-utils": "^0.2.14",
- "@backstage/test-utils": "^0.1.24",
+ "@backstage/cli": "^0.10.3",
+ "@backstage/core-app-api": "^0.3.0",
+ "@backstage/dev-utils": "^0.2.15",
+ "@backstage/test-utils": "^0.2.0",
"@testing-library/jest-dom": "^5.10.1",
"@testing-library/react": "^11.2.5",
"@testing-library/user-event": "^13.1.8",
diff --git a/plugins/tech-radar/CHANGELOG.md b/plugins/tech-radar/CHANGELOG.md
index 79f77679e3..31012ebe36 100644
--- a/plugins/tech-radar/CHANGELOG.md
+++ b/plugins/tech-radar/CHANGELOG.md
@@ -1,5 +1,17 @@
# @backstage/plugin-tech-radar
+## 0.5.0
+
+### Minor Changes
+
+- 11b7761914: Add new property to enable open links in a new window/tab
+
+### Patch Changes
+
+- Updated dependencies
+ - @backstage/core-plugin-api@0.4.0
+ - @backstage/core-components@0.8.2
+
## 0.4.13
### Patch Changes
diff --git a/plugins/tech-radar/package.json b/plugins/tech-radar/package.json
index b68a05c546..b9154db76e 100644
--- a/plugins/tech-radar/package.json
+++ b/plugins/tech-radar/package.json
@@ -1,7 +1,7 @@
{
"name": "@backstage/plugin-tech-radar",
"description": "A Backstage plugin that lets you display a Tech Radar for your organization",
- "version": "0.4.13",
+ "version": "0.5.0",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
@@ -31,8 +31,8 @@
"start": "backstage-cli plugin:serve"
},
"dependencies": {
- "@backstage/core-components": "^0.8.1",
- "@backstage/core-plugin-api": "^0.3.1",
+ "@backstage/core-components": "^0.8.2",
+ "@backstage/core-plugin-api": "^0.4.0",
"@backstage/theme": "^0.2.14",
"@material-ui/core": "^4.12.2",
"@material-ui/icons": "^4.9.1",
@@ -46,10 +46,10 @@
"react": "^16.13.1 || ^17.0.0"
},
"devDependencies": {
- "@backstage/cli": "^0.10.2",
- "@backstage/core-app-api": "^0.2.1",
- "@backstage/dev-utils": "^0.2.14",
- "@backstage/test-utils": "^0.1.24",
+ "@backstage/cli": "^0.10.3",
+ "@backstage/core-app-api": "^0.3.0",
+ "@backstage/dev-utils": "^0.2.15",
+ "@backstage/test-utils": "^0.2.0",
"@testing-library/jest-dom": "^5.10.1",
"@testing-library/react": "^11.2.5",
"@testing-library/user-event": "^13.1.8",
diff --git a/plugins/techdocs-backend/CHANGELOG.md b/plugins/techdocs-backend/CHANGELOG.md
index 1c3c561bc9..dee69523ef 100644
--- a/plugins/techdocs-backend/CHANGELOG.md
+++ b/plugins/techdocs-backend/CHANGELOG.md
@@ -1,5 +1,15 @@
# @backstage/plugin-techdocs-backend
+## 0.12.1
+
+### Patch Changes
+
+- 8c25c3ea5b: Fixed a bug preventing cache from being enabled in TechDocs "recommended" deployment mode.
+- Updated dependencies
+ - @backstage/backend-common@0.10.0
+ - @backstage/catalog-client@0.5.3
+ - @backstage/techdocs-common@0.11.1
+
## 0.12.0
### Minor Changes
diff --git a/plugins/techdocs-backend/package.json b/plugins/techdocs-backend/package.json
index da1d53e86f..89dcda5968 100644
--- a/plugins/techdocs-backend/package.json
+++ b/plugins/techdocs-backend/package.json
@@ -1,7 +1,7 @@
{
"name": "@backstage/plugin-techdocs-backend",
"description": "The Backstage backend plugin that renders technical documentation for your components",
- "version": "0.12.0",
+ "version": "0.12.1",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
@@ -31,14 +31,14 @@
"clean": "backstage-cli clean"
},
"dependencies": {
- "@backstage/backend-common": "^0.9.13",
- "@backstage/catalog-client": "^0.5.2",
+ "@backstage/backend-common": "^0.10.0",
+ "@backstage/catalog-client": "^0.5.3",
"@backstage/catalog-model": "^0.9.7",
"@backstage/config": "^0.1.11",
"@backstage/errors": "^0.1.5",
"@backstage/integration": "^0.6.10",
"@backstage/search-common": "^0.2.1",
- "@backstage/techdocs-common": "^0.11.0",
+ "@backstage/techdocs-common": "^0.11.1",
"@types/express": "^4.17.6",
"cross-fetch": "^3.0.6",
"dockerode": "^3.3.1",
@@ -52,8 +52,8 @@
"winston": "^3.2.1"
},
"devDependencies": {
- "@backstage/cli": "^0.10.1",
- "@backstage/test-utils": "^0.1.24",
+ "@backstage/cli": "^0.10.3",
+ "@backstage/test-utils": "^0.2.0",
"@types/dockerode": "^3.3.0",
"msw": "^0.35.0",
"supertest": "^6.1.3"
diff --git a/plugins/techdocs/CHANGELOG.md b/plugins/techdocs/CHANGELOG.md
index d12e2df366..2883181f13 100644
--- a/plugins/techdocs/CHANGELOG.md
+++ b/plugins/techdocs/CHANGELOG.md
@@ -1,5 +1,17 @@
# @backstage/plugin-techdocs
+## 0.12.11
+
+### Patch Changes
+
+- Updated dependencies
+ - @backstage/plugin-search@0.5.2
+ - @backstage/core-plugin-api@0.4.0
+ - @backstage/plugin-catalog-react@0.6.8
+ - @backstage/core-components@0.8.2
+ - @backstage/plugin-catalog@0.7.5
+ - @backstage/integration-react@0.1.16
+
## 0.12.10
### Patch Changes
diff --git a/plugins/techdocs/package.json b/plugins/techdocs/package.json
index f9e3db913b..b702b45073 100644
--- a/plugins/techdocs/package.json
+++ b/plugins/techdocs/package.json
@@ -1,7 +1,7 @@
{
"name": "@backstage/plugin-techdocs",
"description": "The Backstage plugin that renders technical documentation for your components",
- "version": "0.12.10",
+ "version": "0.12.11",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
@@ -34,14 +34,14 @@
"dependencies": {
"@backstage/catalog-model": "^0.9.8",
"@backstage/config": "^0.1.11",
- "@backstage/core-components": "^0.8.1",
- "@backstage/core-plugin-api": "^0.3.1",
+ "@backstage/core-components": "^0.8.2",
+ "@backstage/core-plugin-api": "^0.4.0",
"@backstage/errors": "^0.1.5",
"@backstage/integration": "^0.6.10",
- "@backstage/integration-react": "^0.1.15",
- "@backstage/plugin-catalog": "^0.7.4",
- "@backstage/plugin-catalog-react": "^0.6.7",
- "@backstage/plugin-search": "^0.5.1",
+ "@backstage/integration-react": "^0.1.16",
+ "@backstage/plugin-catalog": "^0.7.5",
+ "@backstage/plugin-catalog-react": "^0.6.8",
+ "@backstage/plugin-search": "^0.5.2",
"@backstage/theme": "^0.2.14",
"@material-ui/core": "^4.12.2",
"@material-ui/icons": "^4.9.1",
@@ -62,10 +62,10 @@
"react-dom": "^16.13.1 || ^17.0.0"
},
"devDependencies": {
- "@backstage/cli": "^0.10.2",
- "@backstage/core-app-api": "^0.2.1",
- "@backstage/dev-utils": "^0.2.14",
- "@backstage/test-utils": "^0.1.24",
+ "@backstage/cli": "^0.10.3",
+ "@backstage/core-app-api": "^0.3.0",
+ "@backstage/dev-utils": "^0.2.15",
+ "@backstage/test-utils": "^0.2.0",
"@testing-library/jest-dom": "^5.10.1",
"@testing-library/react": "^11.2.5",
"@testing-library/react-hooks": "^7.0.2",
diff --git a/plugins/todo-backend/CHANGELOG.md b/plugins/todo-backend/CHANGELOG.md
index 9903ca2b64..2c854a2beb 100644
--- a/plugins/todo-backend/CHANGELOG.md
+++ b/plugins/todo-backend/CHANGELOG.md
@@ -1,5 +1,13 @@
# @backstage/plugin-todo-backend
+## 0.1.16
+
+### Patch Changes
+
+- Updated dependencies
+ - @backstage/backend-common@0.10.0
+ - @backstage/catalog-client@0.5.3
+
## 0.1.15
### Patch Changes
diff --git a/plugins/todo-backend/package.json b/plugins/todo-backend/package.json
index ecb35920a6..f8578cd544 100644
--- a/plugins/todo-backend/package.json
+++ b/plugins/todo-backend/package.json
@@ -1,7 +1,7 @@
{
"name": "@backstage/plugin-todo-backend",
"description": "A Backstage backend plugin that lets you browse TODO comments in your source code",
- "version": "0.1.15",
+ "version": "0.1.16",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
@@ -25,8 +25,8 @@
"clean": "backstage-cli clean"
},
"dependencies": {
- "@backstage/backend-common": "^0.9.13",
- "@backstage/catalog-client": "^0.5.2",
+ "@backstage/backend-common": "^0.10.0",
+ "@backstage/catalog-client": "^0.5.3",
"@backstage/catalog-model": "^0.9.7",
"@backstage/config": "^0.1.10",
"@backstage/errors": "^0.1.3",
@@ -39,7 +39,7 @@
"yn": "^4.0.0"
},
"devDependencies": {
- "@backstage/cli": "^0.10.1",
+ "@backstage/cli": "^0.10.3",
"@types/supertest": "^2.0.8",
"msw": "^0.35.0",
"supertest": "^6.1.3"
diff --git a/plugins/todo/CHANGELOG.md b/plugins/todo/CHANGELOG.md
index a0f8798d93..e5b6723744 100644
--- a/plugins/todo/CHANGELOG.md
+++ b/plugins/todo/CHANGELOG.md
@@ -1,5 +1,14 @@
# @backstage/plugin-todo
+## 0.1.17
+
+### Patch Changes
+
+- Updated dependencies
+ - @backstage/core-plugin-api@0.4.0
+ - @backstage/plugin-catalog-react@0.6.8
+ - @backstage/core-components@0.8.2
+
## 0.1.16
### Patch Changes
diff --git a/plugins/todo/package.json b/plugins/todo/package.json
index deef4ac7f2..6f86c47db9 100644
--- a/plugins/todo/package.json
+++ b/plugins/todo/package.json
@@ -1,7 +1,7 @@
{
"name": "@backstage/plugin-todo",
"description": "A Backstage plugin that lets you browse TODO comments in your source code",
- "version": "0.1.16",
+ "version": "0.1.17",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
@@ -28,10 +28,10 @@
},
"dependencies": {
"@backstage/catalog-model": "^0.9.7",
- "@backstage/core-components": "^0.8.1",
- "@backstage/core-plugin-api": "^0.3.1",
+ "@backstage/core-components": "^0.8.2",
+ "@backstage/core-plugin-api": "^0.4.0",
"@backstage/errors": "^0.1.3",
- "@backstage/plugin-catalog-react": "^0.6.5",
+ "@backstage/plugin-catalog-react": "^0.6.8",
"@backstage/theme": "^0.2.14",
"@material-ui/core": "^4.12.2",
"@material-ui/icons": "^4.9.1",
@@ -42,10 +42,10 @@
"react": "^16.13.1 || ^17.0.0"
},
"devDependencies": {
- "@backstage/cli": "^0.10.2",
- "@backstage/core-app-api": "^0.2.1",
- "@backstage/dev-utils": "^0.2.14",
- "@backstage/test-utils": "^0.1.24",
+ "@backstage/cli": "^0.10.3",
+ "@backstage/core-app-api": "^0.3.0",
+ "@backstage/dev-utils": "^0.2.15",
+ "@backstage/test-utils": "^0.2.0",
"@testing-library/jest-dom": "^5.10.1",
"@testing-library/react": "^11.2.5",
"@testing-library/user-event": "^13.1.8",
diff --git a/plugins/user-settings/CHANGELOG.md b/plugins/user-settings/CHANGELOG.md
index 57a6326022..c8293a7e7e 100644
--- a/plugins/user-settings/CHANGELOG.md
+++ b/plugins/user-settings/CHANGELOG.md
@@ -1,5 +1,14 @@
# @backstage/plugin-user-settings
+## 0.3.14
+
+### Patch Changes
+
+- 2a374057f5: Fix undefined identity bug in UserSettingsProfileCard caused by using deprecated methods of the IdentityApi
+- Updated dependencies
+ - @backstage/core-plugin-api@0.4.0
+ - @backstage/core-components@0.8.2
+
## 0.3.13
### Patch Changes
diff --git a/plugins/user-settings/package.json b/plugins/user-settings/package.json
index 6d9f4bac21..cd7225ac72 100644
--- a/plugins/user-settings/package.json
+++ b/plugins/user-settings/package.json
@@ -1,7 +1,7 @@
{
"name": "@backstage/plugin-user-settings",
"description": "A Backstage plugin that provides a settings page",
- "version": "0.3.13",
+ "version": "0.3.14",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
@@ -31,8 +31,8 @@
"clean": "backstage-cli clean"
},
"dependencies": {
- "@backstage/core-components": "^0.8.1",
- "@backstage/core-plugin-api": "^0.3.1",
+ "@backstage/core-components": "^0.8.2",
+ "@backstage/core-plugin-api": "^0.4.0",
"@backstage/theme": "^0.2.14",
"@material-ui/core": "^4.12.2",
"@material-ui/icons": "^4.9.1",
@@ -44,10 +44,10 @@
"react": "^16.13.1 || ^17.0.0"
},
"devDependencies": {
- "@backstage/cli": "^0.10.2",
- "@backstage/core-app-api": "^0.2.1",
- "@backstage/dev-utils": "^0.2.14",
- "@backstage/test-utils": "^0.1.24",
+ "@backstage/cli": "^0.10.3",
+ "@backstage/core-app-api": "^0.3.0",
+ "@backstage/dev-utils": "^0.2.15",
+ "@backstage/test-utils": "^0.2.0",
"@testing-library/jest-dom": "^5.10.1",
"@testing-library/react": "^11.2.5",
"@testing-library/user-event": "^13.1.8",
diff --git a/plugins/xcmetrics/CHANGELOG.md b/plugins/xcmetrics/CHANGELOG.md
index a76282fac8..bc54626243 100644
--- a/plugins/xcmetrics/CHANGELOG.md
+++ b/plugins/xcmetrics/CHANGELOG.md
@@ -1,5 +1,13 @@
# @backstage/plugin-xcmetrics
+## 0.2.13
+
+### Patch Changes
+
+- Updated dependencies
+ - @backstage/core-plugin-api@0.4.0
+ - @backstage/core-components@0.8.2
+
## 0.2.12
### Patch Changes
diff --git a/plugins/xcmetrics/package.json b/plugins/xcmetrics/package.json
index 26fcc28f9f..64a19fc0f2 100644
--- a/plugins/xcmetrics/package.json
+++ b/plugins/xcmetrics/package.json
@@ -1,7 +1,7 @@
{
"name": "@backstage/plugin-xcmetrics",
"description": "A Backstage plugin that shows XCode build metrics for your components",
- "version": "0.2.12",
+ "version": "0.2.13",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
@@ -21,8 +21,8 @@
"clean": "backstage-cli clean"
},
"dependencies": {
- "@backstage/core-components": "^0.8.1",
- "@backstage/core-plugin-api": "^0.3.1",
+ "@backstage/core-components": "^0.8.2",
+ "@backstage/core-plugin-api": "^0.4.0",
"@backstage/errors": "^0.1.3",
"@backstage/theme": "^0.2.14",
"@material-ui/core": "^4.12.2",
@@ -37,10 +37,10 @@
"react": "^16.13.1 || ^17.0.0"
},
"devDependencies": {
- "@backstage/cli": "^0.10.2",
- "@backstage/core-app-api": "^0.2.1",
- "@backstage/dev-utils": "^0.2.14",
- "@backstage/test-utils": "^0.1.24",
+ "@backstage/cli": "^0.10.3",
+ "@backstage/core-app-api": "^0.3.0",
+ "@backstage/dev-utils": "^0.2.15",
+ "@backstage/test-utils": "^0.2.0",
"@testing-library/jest-dom": "^5.10.1",
"@testing-library/react": "^11.2.5",
"@testing-library/user-event": "^13.1.8",
diff --git a/yarn.lock b/yarn.lock
index fe8a92d1a5..402993ff0a 100644
--- a/yarn.lock
+++ b/yarn.lock
@@ -2203,6 +2203,26 @@
react-use "^17.2.4"
zen-observable "^0.8.15"
+"@backstage/core-app-api@^0.2.0":
+ version "0.2.1"
+ resolved "https://registry.npmjs.org/@backstage/core-app-api/-/core-app-api-0.2.1.tgz#cdaaee797834d0efaaf56110d3e48fa57f4195ce"
+ integrity sha512-883TxnfDWLgYd91NxEPMUnXQsvZRCObl/MTagErhkhRSty3VEf8Aeh2bAEzzv+oHq+Zde284zBs8PFnf3AN2vw==
+ dependencies:
+ "@backstage/app-defaults" "^0.1.2"
+ "@backstage/config" "^0.1.11"
+ "@backstage/core-components" "^0.8.1"
+ "@backstage/core-plugin-api" "^0.3.1"
+ "@backstage/theme" "^0.2.14"
+ "@backstage/types" "^0.1.1"
+ "@backstage/version-bridge" "^0.1.1"
+ "@material-ui/core" "^4.12.2"
+ "@material-ui/icons" "^4.9.1"
+ "@types/prop-types" "^15.7.3"
+ prop-types "^15.7.2"
+ react-router-dom "6.0.0-beta.0"
+ react-use "^17.2.4"
+ zen-observable "^0.8.15"
+
"@backstage/core-components@^0.3.0":
version "0.3.3"
resolved "https://registry.npmjs.org/@backstage/core-components/-/core-components-0.3.3.tgz#ec63eac6d789303f90219857849fa1cefe4e0dde"
@@ -2459,6 +2479,22 @@
react-use "^17.2.4"
zen-observable "^0.8.15"
+"@backstage/core-plugin-api@^0.3.0", "@backstage/core-plugin-api@^0.3.1":
+ version "0.3.1"
+ resolved "https://registry.npmjs.org/@backstage/core-plugin-api/-/core-plugin-api-0.3.1.tgz#b26402b1570b532e3d61817e6e6fca3b6450e3d8"
+ integrity sha512-beHcA6LQH0sTqEV76hZOCGU+H0zVLC0p5nRF6uHGY23ogL/7/Ab5uJUVqKVijWrCBil3uCHN+XsSOQf2ZVN/Lw==
+ dependencies:
+ "@backstage/config" "^0.1.11"
+ "@backstage/theme" "^0.2.14"
+ "@backstage/types" "^0.1.1"
+ "@backstage/version-bridge" "^0.1.1"
+ "@material-ui/core" "^4.12.2"
+ history "^5.0.0"
+ prop-types "^15.7.2"
+ react-router-dom "6.0.0-beta.0"
+ react-use "^17.2.4"
+ zen-observable "^0.8.15"
+
"@backstage/plugin-catalog-react@^0.4.0":
version "0.4.6"
resolved "https://registry.npmjs.org/@backstage/plugin-catalog-react/-/plugin-catalog-react-0.4.6.tgz#f33f3cd734f110d3c547f7eae4e25d14806ec796"