Merge pull request #15534 from backstage/changeset-release/master
Version Packages (next)
This commit is contained in:
+56
-1
@@ -192,7 +192,8 @@
|
||||
"@backstage/plugin-user-settings-backend": "0.1.3",
|
||||
"@backstage/plugin-vault": "0.1.6",
|
||||
"@backstage/plugin-vault-backend": "0.2.5",
|
||||
"@backstage/plugin-xcmetrics": "0.2.32"
|
||||
"@backstage/plugin-xcmetrics": "0.2.32",
|
||||
"@backstage/plugin-scaffolder-react": "0.0.0"
|
||||
},
|
||||
"changesets": [
|
||||
"beige-rats-cheer",
|
||||
@@ -203,49 +204,103 @@
|
||||
"cool-islands-laugh",
|
||||
"cool-kings-raise",
|
||||
"create-app-1672154523",
|
||||
"cuddly-fishes-switch",
|
||||
"curvy-ducks-explode",
|
||||
"dry-camels-scream",
|
||||
"dull-taxis-carry",
|
||||
"eight-dragons-accept",
|
||||
"eight-mugs-draw",
|
||||
"eighty-forks-pull",
|
||||
"eighty-jars-poke",
|
||||
"eleven-fans-love",
|
||||
"eleven-trains-double",
|
||||
"fair-ants-work",
|
||||
"fair-falcons-lie",
|
||||
"fair-seals-fry",
|
||||
"famous-experts-sneeze",
|
||||
"few-mice-study",
|
||||
"few-penguins-admire",
|
||||
"fifty-paws-attack",
|
||||
"fifty-zoos-nail",
|
||||
"fluffy-fans-sing",
|
||||
"fluffy-forks-happen",
|
||||
"forty-mangos-fail",
|
||||
"forty-years-retire",
|
||||
"funny-pianos-grow",
|
||||
"good-foxes-fail",
|
||||
"good-geckos-reflect",
|
||||
"gorgeous-days-applaud",
|
||||
"great-forks-lay",
|
||||
"hungry-falcons-cross",
|
||||
"khaki-baboons-impress",
|
||||
"kind-badgers-know",
|
||||
"kind-pianos-burn",
|
||||
"late-forks-rescue",
|
||||
"light-rice-end",
|
||||
"little-beans-hammer",
|
||||
"long-owls-raise",
|
||||
"loud-beds-occur",
|
||||
"lucky-apricots-dress",
|
||||
"lucky-taxis-vanish",
|
||||
"mean-moles-relate",
|
||||
"metal-ducks-promise",
|
||||
"metal-hotels-deliver",
|
||||
"metal-nails-punch",
|
||||
"moody-eggs-smash",
|
||||
"nasty-planets-end",
|
||||
"nasty-pumas-kneel",
|
||||
"nervous-ravens-cough",
|
||||
"nine-falcons-appear",
|
||||
"ninety-bags-turn",
|
||||
"ninety-phones-tell",
|
||||
"odd-kings-tell",
|
||||
"old-planets-care",
|
||||
"olive-eyes-sing",
|
||||
"orange-maps-roll",
|
||||
"orange-spoons-approve",
|
||||
"polite-books-suffer",
|
||||
"poor-crews-battle",
|
||||
"popular-boxes-think",
|
||||
"popular-cameras-worry",
|
||||
"proud-birds-worry",
|
||||
"rare-cooks-peel",
|
||||
"red-tables-train",
|
||||
"renovate-0783312",
|
||||
"renovate-3493165",
|
||||
"renovate-492e599",
|
||||
"renovate-968149a",
|
||||
"renovate-a3feeae",
|
||||
"renovate-bdd7c91",
|
||||
"renovate-e7f8e3a",
|
||||
"rich-clouds-smile",
|
||||
"rude-chicken-itch",
|
||||
"rude-gifts-pay",
|
||||
"search-break-loop",
|
||||
"search-es-new-client-docs",
|
||||
"search-mele-kalikimaka",
|
||||
"search-pressure-back",
|
||||
"selfish-phones-smoke",
|
||||
"sharp-icons-obey",
|
||||
"silver-chicken-travel",
|
||||
"spicy-lions-dream",
|
||||
"spotty-numbers-dream",
|
||||
"strong-eyes-march",
|
||||
"sweet-tomatoes-cheer",
|
||||
"swift-waves-laugh",
|
||||
"tame-spoons-exercise",
|
||||
"tasty-impalas-cross",
|
||||
"tasty-impalas-mix",
|
||||
"ten-peas-grab",
|
||||
"thick-stingrays-smile",
|
||||
"thick-tomatoes-bow",
|
||||
"tidy-flies-cheer",
|
||||
"tiny-cooks-hide",
|
||||
"tricky-toys-teach",
|
||||
"twenty-nails-camp",
|
||||
"two-buckets-do",
|
||||
"wicked-bottles-itch",
|
||||
"wicked-socks-build",
|
||||
"wild-socks-breathe",
|
||||
"witty-eels-itch"
|
||||
]
|
||||
}
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
+1
-1
@@ -46,7 +46,7 @@
|
||||
"@types/react": "^17",
|
||||
"@types/react-dom": "^17"
|
||||
},
|
||||
"version": "1.10.0-next.1",
|
||||
"version": "1.10.0-next.2",
|
||||
"dependencies": {
|
||||
"@backstage/errors": "workspace:^",
|
||||
"@manypkg/get-packages": "^1.1.3"
|
||||
|
||||
@@ -1,5 +1,20 @@
|
||||
# @backstage/app-defaults
|
||||
|
||||
## 1.1.0-next.2
|
||||
|
||||
### Minor Changes
|
||||
|
||||
- bca8e8b393: Allow defining application level feature flags. See [Feature Flags documentation](https://backstage.io/docs/plugins/feature-flags#in-the-application) for reference.
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies
|
||||
- @backstage/core-plugin-api@1.3.0-next.1
|
||||
- @backstage/core-app-api@1.4.0-next.1
|
||||
- @backstage/plugin-permission-react@0.4.9-next.1
|
||||
- @backstage/core-components@0.12.3-next.2
|
||||
- @backstage/theme@0.2.16
|
||||
|
||||
## 1.0.11-next.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@backstage/app-defaults",
|
||||
"description": "Provides the default wiring of a Backstage App",
|
||||
"version": "1.0.11-next.1",
|
||||
"version": "1.1.0-next.2",
|
||||
"publishConfig": {
|
||||
"access": "public",
|
||||
"main": "dist/index.esm.js",
|
||||
|
||||
@@ -1,5 +1,69 @@
|
||||
# example-app
|
||||
|
||||
## 0.2.79-next.2
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies
|
||||
- @backstage/plugin-scaffolder@1.10.0-next.2
|
||||
- @backstage/cli@0.22.1-next.2
|
||||
- @backstage/plugin-scaffolder-react@1.0.0-next.0
|
||||
- @backstage/plugin-user-settings@0.6.2-next.2
|
||||
- @backstage/plugin-search-react@1.4.0-next.2
|
||||
- @backstage/plugin-tech-radar@0.6.0-next.2
|
||||
- @backstage/app-defaults@1.1.0-next.2
|
||||
- @backstage/core-plugin-api@1.3.0-next.1
|
||||
- @backstage/core-app-api@1.4.0-next.1
|
||||
- @backstage/plugin-lighthouse@0.3.14-next.2
|
||||
- @backstage/plugin-catalog-react@1.2.4-next.2
|
||||
- @backstage/plugin-permission-react@0.4.9-next.1
|
||||
- @backstage/plugin-playlist@0.1.5-next.2
|
||||
- @backstage/plugin-techdocs-react@1.1.2-next.2
|
||||
- @backstage/catalog-model@1.1.5-next.1
|
||||
- @backstage/config@1.0.6-next.0
|
||||
- @backstage/core-components@0.12.3-next.2
|
||||
- @backstage/integration-react@1.1.9-next.2
|
||||
- @backstage/theme@0.2.16
|
||||
- @backstage/plugin-airbrake@0.3.14-next.2
|
||||
- @backstage/plugin-apache-airflow@0.2.7-next.2
|
||||
- @backstage/plugin-api-docs@0.8.14-next.2
|
||||
- @backstage/plugin-azure-devops@0.2.5-next.2
|
||||
- @backstage/plugin-azure-sites@0.1.3-next.2
|
||||
- @backstage/plugin-badges@0.2.38-next.2
|
||||
- @backstage/plugin-catalog-common@1.0.10-next.1
|
||||
- @backstage/plugin-catalog-graph@0.2.26-next.2
|
||||
- @backstage/plugin-catalog-import@0.9.4-next.2
|
||||
- @backstage/plugin-circleci@0.3.14-next.2
|
||||
- @backstage/plugin-cloudbuild@0.3.14-next.2
|
||||
- @backstage/plugin-code-coverage@0.2.7-next.2
|
||||
- @backstage/plugin-cost-insights@0.12.3-next.2
|
||||
- @backstage/plugin-dynatrace@1.0.4-next.2
|
||||
- @backstage/plugin-explore@0.3.45-next.2
|
||||
- @backstage/plugin-gcalendar@0.3.10-next.2
|
||||
- @backstage/plugin-gcp-projects@0.3.33-next.2
|
||||
- @backstage/plugin-github-actions@0.5.14-next.2
|
||||
- @backstage/plugin-gocd@0.1.20-next.2
|
||||
- @backstage/plugin-graphiql@0.2.46-next.2
|
||||
- @backstage/plugin-home@0.4.30-next.2
|
||||
- @backstage/plugin-jenkins@0.7.13-next.2
|
||||
- @backstage/plugin-kafka@0.3.14-next.2
|
||||
- @backstage/plugin-kubernetes@0.7.7-next.2
|
||||
- @backstage/plugin-newrelic@0.3.32-next.2
|
||||
- @backstage/plugin-newrelic-dashboard@0.2.7-next.2
|
||||
- @backstage/plugin-org@0.6.4-next.2
|
||||
- @backstage/plugin-pagerduty@0.5.7-next.2
|
||||
- @backstage/plugin-rollbar@0.4.14-next.2
|
||||
- @backstage/plugin-search@1.0.7-next.2
|
||||
- @backstage/plugin-search-common@1.2.1-next.0
|
||||
- @backstage/plugin-sentry@0.4.7-next.2
|
||||
- @backstage/plugin-shortcuts@0.3.6-next.2
|
||||
- @backstage/plugin-stack-overflow@0.1.10-next.2
|
||||
- @backstage/plugin-tech-insights@0.3.6-next.2
|
||||
- @backstage/plugin-techdocs@1.4.3-next.2
|
||||
- @backstage/plugin-techdocs-module-addons-contrib@1.0.9-next.2
|
||||
- @backstage/plugin-todo@0.2.16-next.2
|
||||
- @internal/plugin-catalog-customized@0.0.6-next.2
|
||||
|
||||
## 0.2.79-next.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "example-app",
|
||||
"version": "0.2.79-next.1",
|
||||
"version": "0.2.79-next.2",
|
||||
"private": true,
|
||||
"backstage": {
|
||||
"role": "frontend"
|
||||
|
||||
@@ -1,5 +1,29 @@
|
||||
# @backstage/backend-app-api
|
||||
|
||||
## 0.3.0-next.1
|
||||
|
||||
### Minor Changes
|
||||
|
||||
- 02b119ff93: **BREAKING**: The `httpRouterFactory` now accepts a `getPath` option rather than `indexPlugin`. To set up custom index path, configure the new `rootHttpRouterFactory` with a custom `indexPath` instead.
|
||||
|
||||
Added an implementation for the new `rootHttpRouterServiceRef`.
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- ecc6bfe4c9: Use new `ServiceFactoryOrFunction` type.
|
||||
- b99c030f1b: Moved over implementation of the root HTTP service from `@backstage/backend-common`, and replaced the `middleware` option with a `configure` callback option.
|
||||
- 150a7dd790: An error will now be thrown if attempting to override the plugin metadata service.
|
||||
- 015a6dced6: The `createSpecializedBackend` function will now throw an error if duplicate service implementations are provided.
|
||||
- e3fca10038: Tweaked the plugin logger to use `plugin` as the label for the plugin ID, rather than `pluginId`.
|
||||
- 8e06f3cf00: Switched imports of `loggerToWinstonLogger` to `@backstage/backend-common`.
|
||||
- Updated dependencies
|
||||
- @backstage/backend-plugin-api@0.3.0-next.1
|
||||
- @backstage/backend-common@0.18.0-next.1
|
||||
- @backstage/backend-tasks@0.4.1-next.1
|
||||
- @backstage/plugin-permission-node@0.7.3-next.1
|
||||
- @backstage/config@1.0.6-next.0
|
||||
- @backstage/errors@1.1.4
|
||||
|
||||
## 0.2.5-next.0
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@backstage/backend-app-api",
|
||||
"description": "Core API used by Backstage backend apps",
|
||||
"version": "0.2.5-next.0",
|
||||
"version": "0.3.0-next.1",
|
||||
"main": "src/index.ts",
|
||||
"types": "src/index.ts",
|
||||
"publishConfig": {
|
||||
|
||||
@@ -1,5 +1,25 @@
|
||||
# @backstage/backend-common
|
||||
|
||||
## 0.18.0-next.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- 8e06f3cf00: Added `loggerToWinstonLogger`, which was moved from `@backstage/backend-plugin-api`.
|
||||
- 2b1554cebf: Replaced dependencies on the `Logger` type from `winston` with `LoggerService` from `@backstage/backend-plugin-api`. This is not a breaking change as the `LoggerService` is a subset of the `Logger` interface.
|
||||
- 5437fe488f: Migrated types related to `TokenManagerService`, `CacheService` and `DatabaseService` into backend-plugin-api.
|
||||
- d592ec4f51: Updated the logger created by `createRootLogger` to make it possible to override the default `service` log label.
|
||||
- b99c030f1b: Refactor to rely on `@backstage/backend-app-api` for the implementation of `createServiceBuilder`.
|
||||
- f23eef3aa2: Updated dependency `better-sqlite3` to `^8.0.0`.
|
||||
- Updated dependencies
|
||||
- @backstage/backend-app-api@0.3.0-next.1
|
||||
- @backstage/backend-plugin-api@0.3.0-next.1
|
||||
- @backstage/cli-common@0.1.11
|
||||
- @backstage/config@1.0.6-next.0
|
||||
- @backstage/config-loader@1.1.8-next.0
|
||||
- @backstage/errors@1.1.4
|
||||
- @backstage/integration@1.4.2-next.0
|
||||
- @backstage/types@1.0.2
|
||||
|
||||
## 0.18.0-next.0
|
||||
|
||||
### Minor Changes
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@backstage/backend-common",
|
||||
"description": "Common functionality library for Backstage backends",
|
||||
"version": "0.18.0-next.0",
|
||||
"version": "0.18.0-next.1",
|
||||
"main": "src/index.ts",
|
||||
"types": "src/index.ts",
|
||||
"publishConfig": {
|
||||
|
||||
@@ -1,5 +1,16 @@
|
||||
# @backstage/backend-defaults
|
||||
|
||||
## 0.1.5-next.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- ecc6bfe4c9: Use new `ServiceFactoryOrFunction` type.
|
||||
- 015a6dced6: Updated to make sure that service implementations replace default service implementations.
|
||||
- 02b119ff93: The new root HTTP router service is now installed by default.
|
||||
- Updated dependencies
|
||||
- @backstage/backend-app-api@0.3.0-next.1
|
||||
- @backstage/backend-plugin-api@0.3.0-next.1
|
||||
|
||||
## 0.1.5-next.0
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@backstage/backend-defaults",
|
||||
"description": "Backend defaults used by Backstage backend apps",
|
||||
"version": "0.1.5-next.0",
|
||||
"version": "0.1.5-next.1",
|
||||
"main": "src/index.ts",
|
||||
"types": "src/index.ts",
|
||||
"publishConfig": {
|
||||
|
||||
@@ -1,5 +1,15 @@
|
||||
# example-backend-next
|
||||
|
||||
## 0.0.7-next.2
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies
|
||||
- @backstage/backend-defaults@0.1.5-next.1
|
||||
- @backstage/plugin-scaffolder-backend@1.10.0-next.2
|
||||
- @backstage/plugin-catalog-backend@1.7.0-next.2
|
||||
- @backstage/plugin-app-backend@0.3.40-next.1
|
||||
|
||||
## 0.0.7-next.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "example-backend-next",
|
||||
"version": "0.0.7-next.1",
|
||||
"version": "0.0.7-next.2",
|
||||
"main": "dist/index.cjs.js",
|
||||
"types": "src/index.ts",
|
||||
"license": "Apache-2.0",
|
||||
|
||||
@@ -1,5 +1,24 @@
|
||||
# @backstage/backend-plugin-api
|
||||
|
||||
## 0.3.0-next.1
|
||||
|
||||
### Minor Changes
|
||||
|
||||
- 8e06f3cf00: Moved `loggerToWinstonLogger` to `@backstage/backend-common`.
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- ecc6bfe4c9: Added `ServiceFactoryOrFunction` type, for use when either a `ServiceFactory` or `() => ServiceFactory` can be used.
|
||||
- 02b119ff93: Added a new `rootHttpRouterServiceRef` and `RootHttpRouterService` interface.
|
||||
- 5437fe488f: Migrated types related to `TokenManagerService`, `CacheService` and `DatabaseService` into backend-plugin-api.
|
||||
- 16054afdec: Documented `coreServices` an all of its members.
|
||||
- 62b04bb865: Updates all `create*` methods to simplify their type definitions and ensure they all have configuration interfaces.
|
||||
- Updated dependencies
|
||||
- @backstage/backend-tasks@0.4.1-next.1
|
||||
- @backstage/config@1.0.6-next.0
|
||||
- @backstage/types@1.0.2
|
||||
- @backstage/plugin-permission-common@0.7.3-next.0
|
||||
|
||||
## 0.2.1-next.0
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@backstage/backend-plugin-api",
|
||||
"description": "Core API used by Backstage backend plugins",
|
||||
"version": "0.2.1-next.0",
|
||||
"version": "0.3.0-next.1",
|
||||
"main": "src/index.ts",
|
||||
"types": "src/index.ts",
|
||||
"publishConfig": {
|
||||
|
||||
@@ -1,5 +1,16 @@
|
||||
# @backstage/backend-tasks
|
||||
|
||||
## 0.4.1-next.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- b99c030f1b: Minor internal refactor to avoid import cycle issue.
|
||||
- Updated dependencies
|
||||
- @backstage/backend-common@0.18.0-next.1
|
||||
- @backstage/config@1.0.6-next.0
|
||||
- @backstage/errors@1.1.4
|
||||
- @backstage/types@1.0.2
|
||||
|
||||
## 0.4.1-next.0
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@backstage/backend-tasks",
|
||||
"description": "Common distributed task management library for Backstage backends",
|
||||
"version": "0.4.1-next.0",
|
||||
"version": "0.4.1-next.1",
|
||||
"main": "src/index.ts",
|
||||
"types": "src/index.ts",
|
||||
"publishConfig": {
|
||||
|
||||
@@ -1,5 +1,19 @@
|
||||
# @backstage/backend-test-utils
|
||||
|
||||
## 0.1.32-next.2
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- 015a6dced6: Updated to make sure that service implementations replace default service implementations.
|
||||
- a3ec2f32ea: The `startTestBackend` setup now includes default implementations for all core services.
|
||||
- f23eef3aa2: Updated dependency `better-sqlite3` to `^8.0.0`.
|
||||
- Updated dependencies
|
||||
- @backstage/backend-app-api@0.3.0-next.1
|
||||
- @backstage/backend-plugin-api@0.3.0-next.1
|
||||
- @backstage/backend-common@0.18.0-next.1
|
||||
- @backstage/cli@0.22.1-next.2
|
||||
- @backstage/config@1.0.6-next.0
|
||||
|
||||
## 0.1.32-next.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@backstage/backend-test-utils",
|
||||
"description": "Test helpers library for Backstage backends",
|
||||
"version": "0.1.32-next.1",
|
||||
"version": "0.1.32-next.2",
|
||||
"main": "src/index.ts",
|
||||
"types": "src/index.ts",
|
||||
"publishConfig": {
|
||||
|
||||
@@ -1,5 +1,53 @@
|
||||
# example-backend
|
||||
|
||||
## 0.2.79-next.2
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies
|
||||
- @backstage/plugin-adr-backend@0.2.5-next.2
|
||||
- @backstage/backend-common@0.18.0-next.1
|
||||
- @backstage/plugin-scaffolder-backend-module-rails@0.4.8-next.2
|
||||
- @backstage/plugin-scaffolder-backend@1.10.0-next.2
|
||||
- @backstage/backend-tasks@0.4.1-next.1
|
||||
- @backstage/catalog-client@1.3.0-next.2
|
||||
- @backstage/plugin-catalog-backend@1.7.0-next.2
|
||||
- @backstage/plugin-search-backend-module-elasticsearch@1.1.1-next.2
|
||||
- @backstage/plugin-events-backend@0.2.1-next.1
|
||||
- @backstage/plugin-app-backend@0.3.40-next.1
|
||||
- @backstage/plugin-kubernetes-backend@0.9.1-next.2
|
||||
- @backstage/plugin-catalog-node@1.3.1-next.2
|
||||
- @backstage/plugin-events-node@0.2.1-next.1
|
||||
- @backstage/plugin-auth-backend@0.17.3-next.2
|
||||
- @backstage/plugin-auth-node@0.2.9-next.1
|
||||
- @backstage/plugin-permission-node@0.7.3-next.1
|
||||
- @backstage/plugin-playlist-backend@0.2.3-next.2
|
||||
- @backstage/plugin-rollbar-backend@0.1.37-next.1
|
||||
- @backstage/plugin-search-backend-module-pg@0.5.1-next.2
|
||||
- @backstage/plugin-tech-insights-backend@0.5.6-next.2
|
||||
- @backstage/plugin-techdocs-backend@1.5.1-next.2
|
||||
- example-app@0.2.79-next.2
|
||||
- @backstage/plugin-azure-devops-backend@0.3.19-next.1
|
||||
- @backstage/plugin-azure-sites-backend@0.1.2-next.1
|
||||
- @backstage/plugin-badges-backend@0.1.34-next.2
|
||||
- @backstage/plugin-code-coverage-backend@0.2.6-next.2
|
||||
- @backstage/plugin-explore-backend@0.0.2-next.2
|
||||
- @backstage/plugin-graphql-backend@0.1.30-next.2
|
||||
- @backstage/plugin-jenkins-backend@0.1.30-next.2
|
||||
- @backstage/plugin-kafka-backend@0.2.33-next.2
|
||||
- @backstage/plugin-permission-backend@0.5.15-next.1
|
||||
- @backstage/plugin-proxy-backend@0.2.34-next.1
|
||||
- @backstage/plugin-search-backend@1.2.1-next.2
|
||||
- @backstage/plugin-search-backend-node@1.1.1-next.2
|
||||
- @backstage/plugin-tech-insights-backend-module-jsonfc@0.1.24-next.1
|
||||
- @backstage/plugin-tech-insights-node@0.3.8-next.1
|
||||
- @backstage/plugin-todo-backend@0.1.37-next.2
|
||||
- @backstage/catalog-model@1.1.5-next.1
|
||||
- @backstage/config@1.0.6-next.0
|
||||
- @backstage/integration@1.4.2-next.0
|
||||
- @backstage/plugin-permission-common@0.7.3-next.0
|
||||
- @backstage/plugin-search-common@1.2.1-next.0
|
||||
|
||||
## 0.2.79-next.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "example-backend",
|
||||
"version": "0.2.79-next.1",
|
||||
"version": "0.2.79-next.2",
|
||||
"main": "dist/index.cjs.js",
|
||||
"types": "src/index.ts",
|
||||
"license": "Apache-2.0",
|
||||
|
||||
@@ -1,5 +1,14 @@
|
||||
# @backstage/catalog-client
|
||||
|
||||
## 1.3.0-next.2
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- e23f13a573: Enable the `by-refs` endpoint to receive `fields` through the POST body as well as through query parameters.
|
||||
- Updated dependencies
|
||||
- @backstage/catalog-model@1.1.5-next.1
|
||||
- @backstage/errors@1.1.4
|
||||
|
||||
## 1.3.0-next.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@backstage/catalog-client",
|
||||
"description": "An isomorphic client for the catalog backend",
|
||||
"version": "1.3.0-next.1",
|
||||
"version": "1.3.0-next.2",
|
||||
"main": "src/index.ts",
|
||||
"types": "src/index.ts",
|
||||
"license": "Apache-2.0",
|
||||
|
||||
@@ -1,5 +1,19 @@
|
||||
# @backstage/cli
|
||||
|
||||
## 0.22.1-next.2
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- 7b407b303b: Slightly improve readability of "base URL conflict" error handling code
|
||||
- d06a7890c6: Removed unused package `type-fest`
|
||||
- Updated dependencies
|
||||
- @backstage/cli-common@0.1.11
|
||||
- @backstage/config@1.0.6-next.0
|
||||
- @backstage/config-loader@1.1.8-next.0
|
||||
- @backstage/errors@1.1.4
|
||||
- @backstage/release-manifests@0.0.8
|
||||
- @backstage/types@1.0.2
|
||||
|
||||
## 0.22.1-next.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@backstage/cli",
|
||||
"description": "CLI for developing Backstage plugins and apps",
|
||||
"version": "0.22.1-next.1",
|
||||
"version": "0.22.1-next.2",
|
||||
"publishConfig": {
|
||||
"access": "public"
|
||||
},
|
||||
|
||||
@@ -1,5 +1,19 @@
|
||||
# @backstage/core-app-api
|
||||
|
||||
## 1.4.0-next.1
|
||||
|
||||
### Minor Changes
|
||||
|
||||
- bca8e8b393: Allow defining application level feature flags. See [Feature Flags documentation](https://backstage.io/docs/plugins/feature-flags#in-the-application) for reference.
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies
|
||||
- @backstage/core-plugin-api@1.3.0-next.1
|
||||
- @backstage/config@1.0.6-next.0
|
||||
- @backstage/types@1.0.2
|
||||
- @backstage/version-bridge@1.0.3
|
||||
|
||||
## 1.3.1-next.0
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@backstage/core-app-api",
|
||||
"description": "Core app API used by Backstage apps",
|
||||
"version": "1.3.1-next.0",
|
||||
"version": "1.4.0-next.1",
|
||||
"publishConfig": {
|
||||
"access": "public",
|
||||
"main": "dist/index.esm.js",
|
||||
|
||||
@@ -1,5 +1,16 @@
|
||||
# @backstage/core-components
|
||||
|
||||
## 0.12.3-next.2
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies
|
||||
- @backstage/core-plugin-api@1.3.0-next.1
|
||||
- @backstage/config@1.0.6-next.0
|
||||
- @backstage/errors@1.1.4
|
||||
- @backstage/theme@0.2.16
|
||||
- @backstage/version-bridge@1.0.3
|
||||
|
||||
## 0.12.3-next.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@backstage/core-components",
|
||||
"description": "Core components used by Backstage plugins and apps",
|
||||
"version": "0.12.3-next.1",
|
||||
"version": "0.12.3-next.2",
|
||||
"publishConfig": {
|
||||
"access": "public",
|
||||
"main": "dist/index.esm.js",
|
||||
|
||||
@@ -1,5 +1,18 @@
|
||||
# @backstage/core-plugin-api
|
||||
|
||||
## 1.3.0-next.1
|
||||
|
||||
### Minor Changes
|
||||
|
||||
- bca8e8b393: Allow defining application level feature flags. See [Feature Flags documentation](https://backstage.io/docs/plugins/feature-flags#in-the-application) for reference.
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies
|
||||
- @backstage/config@1.0.6-next.0
|
||||
- @backstage/types@1.0.2
|
||||
- @backstage/version-bridge@1.0.3
|
||||
|
||||
## 1.2.1-next.0
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@backstage/core-plugin-api",
|
||||
"description": "Core API used by Backstage plugins",
|
||||
"version": "1.2.1-next.0",
|
||||
"version": "1.3.0-next.1",
|
||||
"publishConfig": {
|
||||
"access": "public",
|
||||
"main": "dist/index.esm.js",
|
||||
|
||||
@@ -1,5 +1,19 @@
|
||||
# @backstage/create-app
|
||||
|
||||
## 0.4.36-next.2
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- 016a52c28f: Bumped the minimum version of `better-sqlite3`. You can make the following change to your `packages/backend/package.json` to keep your instance of Backstage updated.
|
||||
|
||||
```diff
|
||||
- "better-sqlite3": "^7.5.0",
|
||||
+ "better-sqlite3": "^8.0.0",
|
||||
```
|
||||
|
||||
- Updated dependencies
|
||||
- @backstage/cli-common@0.1.11
|
||||
|
||||
## 0.4.36-next.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@backstage/create-app",
|
||||
"description": "A CLI that helps you create your own Backstage app",
|
||||
"version": "0.4.36-next.1",
|
||||
"version": "0.4.36-next.2",
|
||||
"publishConfig": {
|
||||
"access": "public"
|
||||
},
|
||||
|
||||
@@ -1,5 +1,20 @@
|
||||
# @backstage/dev-utils
|
||||
|
||||
## 1.0.11-next.2
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies
|
||||
- @backstage/app-defaults@1.1.0-next.2
|
||||
- @backstage/core-plugin-api@1.3.0-next.1
|
||||
- @backstage/core-app-api@1.4.0-next.1
|
||||
- @backstage/plugin-catalog-react@1.2.4-next.2
|
||||
- @backstage/catalog-model@1.1.5-next.1
|
||||
- @backstage/core-components@0.12.3-next.2
|
||||
- @backstage/integration-react@1.1.9-next.2
|
||||
- @backstage/test-utils@1.2.4-next.1
|
||||
- @backstage/theme@0.2.16
|
||||
|
||||
## 1.0.11-next.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@backstage/dev-utils",
|
||||
"description": "Utilities for developing Backstage plugins.",
|
||||
"version": "1.0.11-next.1",
|
||||
"version": "1.0.11-next.2",
|
||||
"publishConfig": {
|
||||
"access": "public",
|
||||
"main": "dist/index.esm.js",
|
||||
|
||||
@@ -1,5 +1,16 @@
|
||||
# @backstage/integration-react
|
||||
|
||||
## 1.1.9-next.2
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies
|
||||
- @backstage/core-plugin-api@1.3.0-next.1
|
||||
- @backstage/config@1.0.6-next.0
|
||||
- @backstage/core-components@0.12.3-next.2
|
||||
- @backstage/integration@1.4.2-next.0
|
||||
- @backstage/theme@0.2.16
|
||||
|
||||
## 1.1.9-next.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@backstage/integration-react",
|
||||
"description": "Frontend package for managing integrations towards external systems",
|
||||
"version": "1.1.9-next.1",
|
||||
"version": "1.1.9-next.2",
|
||||
"main": "src/index.ts",
|
||||
"types": "src/index.ts",
|
||||
"license": "Apache-2.0",
|
||||
|
||||
@@ -1,5 +1,14 @@
|
||||
# @backstage/repo-tools
|
||||
|
||||
## 0.1.1-next.2
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- 76fc6f7ec8: Updates Api-extractor and api-documenter version
|
||||
- Updated dependencies
|
||||
- @backstage/cli-common@0.1.11
|
||||
- @backstage/errors@1.1.4
|
||||
|
||||
## 0.1.1-next.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@backstage/repo-tools",
|
||||
"description": "CLI for Backstage repo tooling ",
|
||||
"version": "0.1.1-next.1",
|
||||
"version": "0.1.1-next.2",
|
||||
"publishConfig": {
|
||||
"access": "public"
|
||||
},
|
||||
|
||||
@@ -1,5 +1,24 @@
|
||||
# techdocs-cli-embedded-app
|
||||
|
||||
## 0.2.78-next.2
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies
|
||||
- @backstage/cli@0.22.1-next.2
|
||||
- @backstage/app-defaults@1.1.0-next.2
|
||||
- @backstage/core-plugin-api@1.3.0-next.1
|
||||
- @backstage/core-app-api@1.4.0-next.1
|
||||
- @backstage/plugin-techdocs-react@1.1.2-next.2
|
||||
- @backstage/catalog-model@1.1.5-next.1
|
||||
- @backstage/config@1.0.6-next.0
|
||||
- @backstage/core-components@0.12.3-next.2
|
||||
- @backstage/integration-react@1.1.9-next.2
|
||||
- @backstage/test-utils@1.2.4-next.1
|
||||
- @backstage/theme@0.2.16
|
||||
- @backstage/plugin-catalog@1.7.2-next.2
|
||||
- @backstage/plugin-techdocs@1.4.3-next.2
|
||||
|
||||
## 0.2.78-next.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "techdocs-cli-embedded-app",
|
||||
"version": "0.2.78-next.1",
|
||||
"version": "0.2.78-next.2",
|
||||
"private": true,
|
||||
"backstage": {
|
||||
"role": "frontend"
|
||||
|
||||
@@ -1,5 +1,21 @@
|
||||
# @techdocs/cli
|
||||
|
||||
## 1.3.0-next.2
|
||||
|
||||
### Minor Changes
|
||||
|
||||
- bc18c902a2: Add `--preview-app-bundle-path` and `--preview-app-port` options to the `serve` command enabling previewing with apps other than the provided one
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- 9f2b786fc9: Provide context for logged errors.
|
||||
- Updated dependencies
|
||||
- @backstage/backend-common@0.18.0-next.1
|
||||
- @backstage/plugin-techdocs-node@1.4.4-next.2
|
||||
- @backstage/catalog-model@1.1.5-next.1
|
||||
- @backstage/cli-common@0.1.11
|
||||
- @backstage/config@1.0.6-next.0
|
||||
|
||||
## 1.2.5-next.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@techdocs/cli",
|
||||
"description": "Utility CLI for managing TechDocs sites in Backstage.",
|
||||
"version": "1.2.5-next.1",
|
||||
"version": "1.3.0-next.2",
|
||||
"publishConfig": {
|
||||
"access": "public"
|
||||
},
|
||||
|
||||
@@ -1,5 +1,18 @@
|
||||
# @backstage/test-utils
|
||||
|
||||
## 1.2.4-next.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies
|
||||
- @backstage/core-plugin-api@1.3.0-next.1
|
||||
- @backstage/core-app-api@1.4.0-next.1
|
||||
- @backstage/plugin-permission-react@0.4.9-next.1
|
||||
- @backstage/config@1.0.6-next.0
|
||||
- @backstage/theme@0.2.16
|
||||
- @backstage/types@1.0.2
|
||||
- @backstage/plugin-permission-common@0.7.3-next.0
|
||||
|
||||
## 1.2.4-next.0
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@backstage/test-utils",
|
||||
"description": "Utilities to test Backstage plugins and apps.",
|
||||
"version": "1.2.4-next.0",
|
||||
"version": "1.2.4-next.1",
|
||||
"publishConfig": {
|
||||
"access": "public",
|
||||
"main": "dist/index.esm.js",
|
||||
|
||||
@@ -1,5 +1,24 @@
|
||||
# @backstage/plugin-adr-backend
|
||||
|
||||
## 0.2.5-next.2
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- e4469d0ec1: The ADR plugin can now work with sites other than GitHub. Expanded the ADR backend plugin to provide endpoints to facilitate this.
|
||||
|
||||
**BREAKING** The ADR plugin now uses UrlReaders. You will have to [configure integrations](https://backstage.io/docs/integrations/index#configuration) for all sites you want to get ADRs from. If you would like to create your own implementation that has different behavior, you can override the AdrApi [just like you can with other apis.](https://backstage.io/docs/api/utility-apis#app-apis) The previously used Octokit implementation has been completely removed.
|
||||
|
||||
- 21ffbdd5ee: Clarify that default ADR parsers support MADR specification v2.x
|
||||
- Updated dependencies
|
||||
- @backstage/backend-common@0.18.0-next.1
|
||||
- @backstage/catalog-client@1.3.0-next.2
|
||||
- @backstage/catalog-model@1.1.5-next.1
|
||||
- @backstage/config@1.0.6-next.0
|
||||
- @backstage/errors@1.1.4
|
||||
- @backstage/integration@1.4.2-next.0
|
||||
- @backstage/plugin-adr-common@0.2.5-next.1
|
||||
- @backstage/plugin-search-common@1.2.1-next.0
|
||||
|
||||
## 0.2.5-next.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@backstage/plugin-adr-backend",
|
||||
"version": "0.2.5-next.1",
|
||||
"version": "0.2.5-next.2",
|
||||
"main": "src/index.ts",
|
||||
"types": "src/index.ts",
|
||||
"license": "Apache-2.0",
|
||||
|
||||
@@ -1,5 +1,27 @@
|
||||
# @backstage/plugin-adr
|
||||
|
||||
## 0.3.0-next.2
|
||||
|
||||
### Minor Changes
|
||||
|
||||
- e4469d0ec1: The ADR plugin can now work with sites other than GitHub. Expanded the ADR backend plugin to provide endpoints to facilitate this.
|
||||
|
||||
**BREAKING** The ADR plugin now uses UrlReaders. You will have to [configure integrations](https://backstage.io/docs/integrations/index#configuration) for all sites you want to get ADRs from. If you would like to create your own implementation that has different behavior, you can override the AdrApi [just like you can with other apis.](https://backstage.io/docs/api/utility-apis#app-apis) The previously used Octokit implementation has been completely removed.
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- 21ffbdd5ee: Clarify that default ADR parsers support MADR specification v2.x
|
||||
- Updated dependencies
|
||||
- @backstage/plugin-search-react@1.4.0-next.2
|
||||
- @backstage/core-plugin-api@1.3.0-next.1
|
||||
- @backstage/plugin-catalog-react@1.2.4-next.2
|
||||
- @backstage/catalog-model@1.1.5-next.1
|
||||
- @backstage/core-components@0.12.3-next.2
|
||||
- @backstage/integration-react@1.1.9-next.2
|
||||
- @backstage/theme@0.2.16
|
||||
- @backstage/plugin-adr-common@0.2.5-next.1
|
||||
- @backstage/plugin-search-common@1.2.1-next.0
|
||||
|
||||
## 0.2.6-next.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@backstage/plugin-adr",
|
||||
"version": "0.2.6-next.1",
|
||||
"version": "0.3.0-next.2",
|
||||
"main": "src/index.ts",
|
||||
"types": "src/index.ts",
|
||||
"license": "Apache-2.0",
|
||||
|
||||
@@ -1,5 +1,13 @@
|
||||
# @backstage/plugin-airbrake-backend
|
||||
|
||||
## 0.2.13-next.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies
|
||||
- @backstage/backend-common@0.18.0-next.1
|
||||
- @backstage/config@1.0.6-next.0
|
||||
|
||||
## 0.2.13-next.0
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@backstage/plugin-airbrake-backend",
|
||||
"version": "0.2.13-next.0",
|
||||
"version": "0.2.13-next.1",
|
||||
"main": "src/index.ts",
|
||||
"types": "src/index.ts",
|
||||
"license": "Apache-2.0",
|
||||
|
||||
@@ -1,5 +1,18 @@
|
||||
# @backstage/plugin-airbrake
|
||||
|
||||
## 0.3.14-next.2
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies
|
||||
- @backstage/core-plugin-api@1.3.0-next.1
|
||||
- @backstage/plugin-catalog-react@1.2.4-next.2
|
||||
- @backstage/catalog-model@1.1.5-next.1
|
||||
- @backstage/core-components@0.12.3-next.2
|
||||
- @backstage/dev-utils@1.0.11-next.2
|
||||
- @backstage/test-utils@1.2.4-next.1
|
||||
- @backstage/theme@0.2.16
|
||||
|
||||
## 0.3.14-next.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@backstage/plugin-airbrake",
|
||||
"version": "0.3.14-next.1",
|
||||
"version": "0.3.14-next.2",
|
||||
"main": "src/index.ts",
|
||||
"types": "src/index.ts",
|
||||
"license": "Apache-2.0",
|
||||
|
||||
@@ -1,5 +1,16 @@
|
||||
# @backstage/plugin-allure
|
||||
|
||||
## 0.1.30-next.2
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies
|
||||
- @backstage/core-plugin-api@1.3.0-next.1
|
||||
- @backstage/plugin-catalog-react@1.2.4-next.2
|
||||
- @backstage/catalog-model@1.1.5-next.1
|
||||
- @backstage/core-components@0.12.3-next.2
|
||||
- @backstage/theme@0.2.16
|
||||
|
||||
## 0.1.30-next.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@backstage/plugin-allure",
|
||||
"description": "A Backstage plugin that integrates with Allure",
|
||||
"version": "0.1.30-next.1",
|
||||
"version": "0.1.30-next.2",
|
||||
"main": "src/index.ts",
|
||||
"types": "src/index.ts",
|
||||
"license": "Apache-2.0",
|
||||
|
||||
@@ -1,5 +1,15 @@
|
||||
# @backstage/plugin-analytics-module-ga
|
||||
|
||||
## 0.1.25-next.2
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies
|
||||
- @backstage/core-plugin-api@1.3.0-next.1
|
||||
- @backstage/config@1.0.6-next.0
|
||||
- @backstage/core-components@0.12.3-next.2
|
||||
- @backstage/theme@0.2.16
|
||||
|
||||
## 0.1.25-next.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@backstage/plugin-analytics-module-ga",
|
||||
"version": "0.1.25-next.1",
|
||||
"version": "0.1.25-next.2",
|
||||
"main": "src/index.ts",
|
||||
"types": "src/index.ts",
|
||||
"license": "Apache-2.0",
|
||||
|
||||
@@ -1,5 +1,13 @@
|
||||
# @backstage/plugin-apache-airflow
|
||||
|
||||
## 0.2.7-next.2
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies
|
||||
- @backstage/core-plugin-api@1.3.0-next.1
|
||||
- @backstage/core-components@0.12.3-next.2
|
||||
|
||||
## 0.2.7-next.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@backstage/plugin-apache-airflow",
|
||||
"version": "0.2.7-next.1",
|
||||
"version": "0.2.7-next.2",
|
||||
"main": "src/index.ts",
|
||||
"types": "src/index.ts",
|
||||
"license": "Apache-2.0",
|
||||
|
||||
@@ -1,5 +1,17 @@
|
||||
# @backstage/plugin-api-docs
|
||||
|
||||
## 0.8.14-next.2
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies
|
||||
- @backstage/core-plugin-api@1.3.0-next.1
|
||||
- @backstage/plugin-catalog-react@1.2.4-next.2
|
||||
- @backstage/catalog-model@1.1.5-next.1
|
||||
- @backstage/core-components@0.12.3-next.2
|
||||
- @backstage/theme@0.2.16
|
||||
- @backstage/plugin-catalog@1.7.2-next.2
|
||||
|
||||
## 0.8.14-next.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@backstage/plugin-api-docs",
|
||||
"description": "A Backstage plugin that helps represent API entities in the frontend",
|
||||
"version": "0.8.14-next.1",
|
||||
"version": "0.8.14-next.2",
|
||||
"main": "src/index.ts",
|
||||
"types": "src/index.ts",
|
||||
"license": "Apache-2.0",
|
||||
|
||||
@@ -1,5 +1,15 @@
|
||||
# @backstage/plugin-apollo-explorer
|
||||
|
||||
## 0.1.7-next.2
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- e8269bca15: Updated dependency `@apollo/explorer` to `^2.0.0`.
|
||||
- Updated dependencies
|
||||
- @backstage/core-plugin-api@1.3.0-next.1
|
||||
- @backstage/core-components@0.12.3-next.2
|
||||
- @backstage/theme@0.2.16
|
||||
|
||||
## 0.1.7-next.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@backstage/plugin-apollo-explorer",
|
||||
"version": "0.1.7-next.1",
|
||||
"version": "0.1.7-next.2",
|
||||
"main": "src/index.ts",
|
||||
"types": "src/index.ts",
|
||||
"license": "Apache-2.0",
|
||||
|
||||
@@ -1,5 +1,17 @@
|
||||
# @backstage/plugin-app-backend
|
||||
|
||||
## 0.3.40-next.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- 8e06f3cf00: Switched imports of `loggerToWinstonLogger` to `@backstage/backend-common`.
|
||||
- Updated dependencies
|
||||
- @backstage/backend-plugin-api@0.3.0-next.1
|
||||
- @backstage/backend-common@0.18.0-next.1
|
||||
- @backstage/config@1.0.6-next.0
|
||||
- @backstage/config-loader@1.1.8-next.0
|
||||
- @backstage/types@1.0.2
|
||||
|
||||
## 0.3.40-next.0
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@backstage/plugin-app-backend",
|
||||
"description": "A Backstage backend plugin that serves the Backstage frontend app",
|
||||
"version": "0.3.40-next.0",
|
||||
"version": "0.3.40-next.1",
|
||||
"main": "src/index.ts",
|
||||
"types": "src/index.ts",
|
||||
"license": "Apache-2.0",
|
||||
|
||||
@@ -1,5 +1,18 @@
|
||||
# @backstage/plugin-auth-backend
|
||||
|
||||
## 0.17.3-next.2
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies
|
||||
- @backstage/backend-common@0.18.0-next.1
|
||||
- @backstage/catalog-client@1.3.0-next.2
|
||||
- @backstage/plugin-auth-node@0.2.9-next.1
|
||||
- @backstage/catalog-model@1.1.5-next.1
|
||||
- @backstage/config@1.0.6-next.0
|
||||
- @backstage/errors@1.1.4
|
||||
- @backstage/types@1.0.2
|
||||
|
||||
## 0.17.3-next.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@backstage/plugin-auth-backend",
|
||||
"description": "A Backstage backend plugin that handles authentication",
|
||||
"version": "0.17.3-next.1",
|
||||
"version": "0.17.3-next.2",
|
||||
"main": "src/index.ts",
|
||||
"types": "src/index.ts",
|
||||
"license": "Apache-2.0",
|
||||
|
||||
@@ -1,5 +1,14 @@
|
||||
# @backstage/plugin-auth-node
|
||||
|
||||
## 0.2.9-next.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies
|
||||
- @backstage/backend-common@0.18.0-next.1
|
||||
- @backstage/config@1.0.6-next.0
|
||||
- @backstage/errors@1.1.4
|
||||
|
||||
## 0.2.9-next.0
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@backstage/plugin-auth-node",
|
||||
"version": "0.2.9-next.0",
|
||||
"version": "0.2.9-next.1",
|
||||
"main": "src/index.ts",
|
||||
"types": "src/index.ts",
|
||||
"license": "Apache-2.0",
|
||||
|
||||
@@ -1,5 +1,14 @@
|
||||
# @backstage/plugin-azure-devops-backend
|
||||
|
||||
## 0.3.19-next.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies
|
||||
- @backstage/backend-common@0.18.0-next.1
|
||||
- @backstage/config@1.0.6-next.0
|
||||
- @backstage/plugin-azure-devops-common@0.3.0
|
||||
|
||||
## 0.3.19-next.0
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@backstage/plugin-azure-devops-backend",
|
||||
"version": "0.3.19-next.0",
|
||||
"version": "0.3.19-next.1",
|
||||
"main": "src/index.ts",
|
||||
"types": "src/index.ts",
|
||||
"license": "Apache-2.0",
|
||||
|
||||
@@ -1,5 +1,18 @@
|
||||
# @backstage/plugin-azure-devops
|
||||
|
||||
## 0.2.5-next.2
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies
|
||||
- @backstage/core-plugin-api@1.3.0-next.1
|
||||
- @backstage/plugin-catalog-react@1.2.4-next.2
|
||||
- @backstage/catalog-model@1.1.5-next.1
|
||||
- @backstage/core-components@0.12.3-next.2
|
||||
- @backstage/errors@1.1.4
|
||||
- @backstage/theme@0.2.16
|
||||
- @backstage/plugin-azure-devops-common@0.3.0
|
||||
|
||||
## 0.2.5-next.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@backstage/plugin-azure-devops",
|
||||
"version": "0.2.5-next.1",
|
||||
"version": "0.2.5-next.2",
|
||||
"main": "src/index.ts",
|
||||
"types": "src/index.ts",
|
||||
"license": "Apache-2.0",
|
||||
|
||||
@@ -1,5 +1,14 @@
|
||||
# @backstage/plugin-azure-sites-backend
|
||||
|
||||
## 0.1.2-next.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies
|
||||
- @backstage/backend-common@0.18.0-next.1
|
||||
- @backstage/config@1.0.6-next.0
|
||||
- @backstage/plugin-azure-sites-common@0.1.0
|
||||
|
||||
## 0.1.2-next.0
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@backstage/plugin-azure-sites-backend",
|
||||
"version": "0.1.2-next.0",
|
||||
"version": "0.1.2-next.1",
|
||||
"main": "src/index.ts",
|
||||
"types": "src/index.ts",
|
||||
"license": "Apache-2.0",
|
||||
|
||||
@@ -1,5 +1,17 @@
|
||||
# @backstage/plugin-azure-sites
|
||||
|
||||
## 0.1.3-next.2
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies
|
||||
- @backstage/core-plugin-api@1.3.0-next.1
|
||||
- @backstage/plugin-catalog-react@1.2.4-next.2
|
||||
- @backstage/catalog-model@1.1.5-next.1
|
||||
- @backstage/core-components@0.12.3-next.2
|
||||
- @backstage/theme@0.2.16
|
||||
- @backstage/plugin-azure-sites-common@0.1.0
|
||||
|
||||
## 0.1.3-next.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@backstage/plugin-azure-sites",
|
||||
"version": "0.1.3-next.1",
|
||||
"version": "0.1.3-next.2",
|
||||
"main": "src/index.ts",
|
||||
"types": "src/index.ts",
|
||||
"license": "Apache-2.0",
|
||||
|
||||
@@ -1,5 +1,16 @@
|
||||
# @backstage/plugin-badges-backend
|
||||
|
||||
## 0.1.34-next.2
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies
|
||||
- @backstage/backend-common@0.18.0-next.1
|
||||
- @backstage/catalog-client@1.3.0-next.2
|
||||
- @backstage/catalog-model@1.1.5-next.1
|
||||
- @backstage/config@1.0.6-next.0
|
||||
- @backstage/errors@1.1.4
|
||||
|
||||
## 0.1.34-next.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@backstage/plugin-badges-backend",
|
||||
"description": "A Backstage backend plugin that generates README badges for your entities",
|
||||
"version": "0.1.34-next.1",
|
||||
"version": "0.1.34-next.2",
|
||||
"main": "src/index.ts",
|
||||
"types": "src/index.ts",
|
||||
"license": "Apache-2.0",
|
||||
|
||||
@@ -1,5 +1,17 @@
|
||||
# @backstage/plugin-badges
|
||||
|
||||
## 0.2.38-next.2
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies
|
||||
- @backstage/core-plugin-api@1.3.0-next.1
|
||||
- @backstage/plugin-catalog-react@1.2.4-next.2
|
||||
- @backstage/catalog-model@1.1.5-next.1
|
||||
- @backstage/core-components@0.12.3-next.2
|
||||
- @backstage/errors@1.1.4
|
||||
- @backstage/theme@0.2.16
|
||||
|
||||
## 0.2.38-next.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@backstage/plugin-badges",
|
||||
"description": "A Backstage plugin that generates README badges for your entities",
|
||||
"version": "0.2.38-next.1",
|
||||
"version": "0.2.38-next.2",
|
||||
"main": "src/index.ts",
|
||||
"types": "src/index.ts",
|
||||
"license": "Apache-2.0",
|
||||
|
||||
@@ -1,5 +1,16 @@
|
||||
# @backstage/plugin-bazaar-backend
|
||||
|
||||
## 0.2.3-next.2
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies
|
||||
- @backstage/backend-test-utils@0.1.32-next.2
|
||||
- @backstage/backend-common@0.18.0-next.1
|
||||
- @backstage/plugin-auth-node@0.2.9-next.1
|
||||
- @backstage/config@1.0.6-next.0
|
||||
- @backstage/errors@1.1.4
|
||||
|
||||
## 0.2.3-next.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@backstage/plugin-bazaar-backend",
|
||||
"version": "0.2.3-next.1",
|
||||
"version": "0.2.3-next.2",
|
||||
"main": "src/index.ts",
|
||||
"types": "src/index.ts",
|
||||
"license": "Apache-2.0",
|
||||
|
||||
@@ -1,5 +1,21 @@
|
||||
# @backstage/plugin-bazaar
|
||||
|
||||
## 0.2.3-next.2
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- 92a33f0ae3: Updated README.md to include instructions of installing the Bazaar Backend
|
||||
- Updated dependencies
|
||||
- @backstage/cli@0.22.1-next.2
|
||||
- @backstage/core-plugin-api@1.3.0-next.1
|
||||
- @backstage/catalog-client@1.3.0-next.2
|
||||
- @backstage/plugin-catalog-react@1.2.4-next.2
|
||||
- @backstage/catalog-model@1.1.5-next.1
|
||||
- @backstage/core-components@0.12.3-next.2
|
||||
- @backstage/errors@1.1.4
|
||||
- @backstage/theme@0.2.16
|
||||
- @backstage/plugin-catalog@1.7.2-next.2
|
||||
|
||||
## 0.2.3-next.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@backstage/plugin-bazaar",
|
||||
"version": "0.2.3-next.1",
|
||||
"version": "0.2.3-next.2",
|
||||
"main": "src/index.ts",
|
||||
"types": "src/index.ts",
|
||||
"license": "Apache-2.0",
|
||||
|
||||
@@ -1,5 +1,13 @@
|
||||
# @backstage/plugin-bitbucket-cloud-common
|
||||
|
||||
## 0.2.3-next.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- 0358d399ad: Updated dependency `ts-morph` to `^17.0.0`.
|
||||
- Updated dependencies
|
||||
- @backstage/integration@1.4.2-next.0
|
||||
|
||||
## 0.2.3-next.0
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@backstage/plugin-bitbucket-cloud-common",
|
||||
"description": "Common functionalities for bitbucket-cloud plugins",
|
||||
"version": "0.2.3-next.0",
|
||||
"version": "0.2.3-next.1",
|
||||
"main": "src/index.ts",
|
||||
"types": "src/index.ts",
|
||||
"license": "Apache-2.0",
|
||||
|
||||
@@ -1,5 +1,16 @@
|
||||
# @backstage/plugin-bitrise
|
||||
|
||||
## 0.1.41-next.2
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies
|
||||
- @backstage/core-plugin-api@1.3.0-next.1
|
||||
- @backstage/plugin-catalog-react@1.2.4-next.2
|
||||
- @backstage/catalog-model@1.1.5-next.1
|
||||
- @backstage/core-components@0.12.3-next.2
|
||||
- @backstage/theme@0.2.16
|
||||
|
||||
## 0.1.41-next.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@backstage/plugin-bitrise",
|
||||
"description": "A Backstage plugin that integrates towards Bitrise",
|
||||
"version": "0.1.41-next.1",
|
||||
"version": "0.1.41-next.2",
|
||||
"main": "src/index.ts",
|
||||
"types": "src/index.ts",
|
||||
"license": "Apache-2.0",
|
||||
|
||||
@@ -1,5 +1,23 @@
|
||||
# @backstage/plugin-catalog-backend-module-aws
|
||||
|
||||
## 0.1.13-next.2
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- 9f2b786fc9: Provide context for logged errors.
|
||||
- 8e06f3cf00: Switched imports of `loggerToWinstonLogger` to `@backstage/backend-common`.
|
||||
- Updated dependencies
|
||||
- @backstage/backend-plugin-api@0.3.0-next.1
|
||||
- @backstage/backend-common@0.18.0-next.1
|
||||
- @backstage/backend-tasks@0.4.1-next.1
|
||||
- @backstage/plugin-catalog-backend@1.7.0-next.2
|
||||
- @backstage/plugin-catalog-node@1.3.1-next.2
|
||||
- @backstage/catalog-model@1.1.5-next.1
|
||||
- @backstage/config@1.0.6-next.0
|
||||
- @backstage/errors@1.1.4
|
||||
- @backstage/integration@1.4.2-next.0
|
||||
- @backstage/types@1.0.2
|
||||
|
||||
## 0.1.13-next.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@backstage/plugin-catalog-backend-module-aws",
|
||||
"description": "A Backstage catalog backend module that helps integrate towards AWS",
|
||||
"version": "0.1.13-next.1",
|
||||
"version": "0.1.13-next.2",
|
||||
"main": "src/index.ts",
|
||||
"types": "src/index.ts",
|
||||
"license": "Apache-2.0",
|
||||
|
||||
@@ -1,5 +1,23 @@
|
||||
# @backstage/plugin-catalog-backend-module-azure
|
||||
|
||||
## 0.1.11-next.2
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- 9f2b786fc9: Provide context for logged errors.
|
||||
- 8e06f3cf00: Switched imports of `loggerToWinstonLogger` to `@backstage/backend-common`.
|
||||
- Updated dependencies
|
||||
- @backstage/backend-plugin-api@0.3.0-next.1
|
||||
- @backstage/backend-common@0.18.0-next.1
|
||||
- @backstage/backend-tasks@0.4.1-next.1
|
||||
- @backstage/plugin-catalog-backend@1.7.0-next.2
|
||||
- @backstage/plugin-catalog-node@1.3.1-next.2
|
||||
- @backstage/catalog-model@1.1.5-next.1
|
||||
- @backstage/config@1.0.6-next.0
|
||||
- @backstage/errors@1.1.4
|
||||
- @backstage/integration@1.4.2-next.0
|
||||
- @backstage/types@1.0.2
|
||||
|
||||
## 0.1.11-next.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@backstage/plugin-catalog-backend-module-azure",
|
||||
"description": "A Backstage catalog backend module that helps integrate towards Azure",
|
||||
"version": "0.1.11-next.1",
|
||||
"version": "0.1.11-next.2",
|
||||
"main": "src/index.ts",
|
||||
"types": "src/index.ts",
|
||||
"license": "Apache-2.0",
|
||||
|
||||
@@ -1,5 +1,25 @@
|
||||
# @backstage/plugin-catalog-backend-module-bitbucket-cloud
|
||||
|
||||
## 0.1.7-next.2
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- 9f2b786fc9: Provide context for logged errors.
|
||||
- 8e06f3cf00: Switched imports of `loggerToWinstonLogger` to `@backstage/backend-common`.
|
||||
- Updated dependencies
|
||||
- @backstage/backend-plugin-api@0.3.0-next.1
|
||||
- @backstage/backend-common@0.18.0-next.1
|
||||
- @backstage/backend-tasks@0.4.1-next.1
|
||||
- @backstage/catalog-client@1.3.0-next.2
|
||||
- @backstage/plugin-catalog-backend@1.7.0-next.2
|
||||
- @backstage/plugin-bitbucket-cloud-common@0.2.3-next.1
|
||||
- @backstage/plugin-catalog-node@1.3.1-next.2
|
||||
- @backstage/plugin-events-node@0.2.1-next.1
|
||||
- @backstage/catalog-model@1.1.5-next.1
|
||||
- @backstage/config@1.0.6-next.0
|
||||
- @backstage/integration@1.4.2-next.0
|
||||
- @backstage/plugin-catalog-common@1.0.10-next.1
|
||||
|
||||
## 0.1.7-next.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@backstage/plugin-catalog-backend-module-bitbucket-cloud",
|
||||
"description": "A Backstage catalog backend module that helps integrate towards Bitbucket Cloud",
|
||||
"version": "0.1.7-next.1",
|
||||
"version": "0.1.7-next.2",
|
||||
"main": "src/index.ts",
|
||||
"types": "src/index.ts",
|
||||
"license": "Apache-2.0",
|
||||
|
||||
@@ -1,5 +1,22 @@
|
||||
# @backstage/plugin-catalog-backend-module-bitbucket-server
|
||||
|
||||
## 0.1.5-next.2
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- 9f2b786fc9: Provide context for logged errors.
|
||||
- 8e06f3cf00: Switched imports of `loggerToWinstonLogger` to `@backstage/backend-common`.
|
||||
- Updated dependencies
|
||||
- @backstage/backend-plugin-api@0.3.0-next.1
|
||||
- @backstage/backend-common@0.18.0-next.1
|
||||
- @backstage/backend-tasks@0.4.1-next.1
|
||||
- @backstage/plugin-catalog-backend@1.7.0-next.2
|
||||
- @backstage/plugin-catalog-node@1.3.1-next.2
|
||||
- @backstage/catalog-model@1.1.5-next.1
|
||||
- @backstage/config@1.0.6-next.0
|
||||
- @backstage/errors@1.1.4
|
||||
- @backstage/integration@1.4.2-next.0
|
||||
|
||||
## 0.1.5-next.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@backstage/plugin-catalog-backend-module-bitbucket-server",
|
||||
"version": "0.1.5-next.1",
|
||||
"version": "0.1.5-next.2",
|
||||
"main": "src/index.ts",
|
||||
"types": "src/index.ts",
|
||||
"license": "Apache-2.0",
|
||||
|
||||
@@ -1,5 +1,19 @@
|
||||
# @backstage/plugin-catalog-backend-module-bitbucket
|
||||
|
||||
## 0.2.7-next.2
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies
|
||||
- @backstage/backend-common@0.18.0-next.1
|
||||
- @backstage/plugin-catalog-backend@1.7.0-next.2
|
||||
- @backstage/plugin-bitbucket-cloud-common@0.2.3-next.1
|
||||
- @backstage/catalog-model@1.1.5-next.1
|
||||
- @backstage/config@1.0.6-next.0
|
||||
- @backstage/errors@1.1.4
|
||||
- @backstage/integration@1.4.2-next.0
|
||||
- @backstage/types@1.0.2
|
||||
|
||||
## 0.2.7-next.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user