Version Packages (next)
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
---
|
||||
'@backstage/create-app': patch
|
||||
---
|
||||
|
||||
Bumped create-app version.
|
||||
+109
-2
@@ -274,7 +274,114 @@
|
||||
"@backstage/plugin-vault": "0.1.25",
|
||||
"@backstage/plugin-vault-backend": "0.4.3",
|
||||
"@backstage/plugin-vault-node": "0.1.3",
|
||||
"@backstage/plugin-xcmetrics": "0.2.48"
|
||||
"@backstage/plugin-xcmetrics": "0.2.48",
|
||||
"@backstage/plugin-auth-backend-module-guest-provider": "0.0.0",
|
||||
"@backstage/plugin-scaffolder-node-test-utils": "0.0.1"
|
||||
},
|
||||
"changesets": []
|
||||
"changesets": [
|
||||
"big-yaks-film",
|
||||
"breezy-cycles-count",
|
||||
"bright-bulldogs-whisper",
|
||||
"calm-pans-work",
|
||||
"chilled-dolls-accept",
|
||||
"chilled-dolphins-tap",
|
||||
"chilled-goats-matter",
|
||||
"clever-eagles-boil",
|
||||
"cold-boats-sell",
|
||||
"cold-dolphins-raise",
|
||||
"create-app-1709052411",
|
||||
"cyan-dryers-share",
|
||||
"dirty-apes-divide",
|
||||
"dry-impalas-serve",
|
||||
"eight-fireants-crash",
|
||||
"eighty-suits-admire",
|
||||
"eleven-cows-learn",
|
||||
"empty-wolves-rule",
|
||||
"fast-buses-exercise",
|
||||
"fifty-insects-yell",
|
||||
"fifty-moons-study",
|
||||
"five-beers-accept",
|
||||
"five-hats-accept",
|
||||
"five-mayflies-juggle",
|
||||
"flat-badgers-attack",
|
||||
"forty-oranges-joke",
|
||||
"fresh-rings-tell",
|
||||
"friendly-coats-travel",
|
||||
"friendly-news-sin",
|
||||
"funny-flies-collect",
|
||||
"healthy-experts-rhyme",
|
||||
"heavy-coats-sniff",
|
||||
"hungry-points-burn",
|
||||
"itchy-news-drive",
|
||||
"kind-pants-speak",
|
||||
"kind-students-cross",
|
||||
"late-turkeys-remember",
|
||||
"lazy-needles-lick",
|
||||
"lazy-terms-shake",
|
||||
"lemon-lemons-sparkle",
|
||||
"long-emus-talk",
|
||||
"loud-dolls-exist",
|
||||
"lovely-donkeys-kneel",
|
||||
"modern-impalas-add",
|
||||
"neat-owls-pump",
|
||||
"nervous-lions-suffer",
|
||||
"nice-beans-wait",
|
||||
"odd-toys-wonder",
|
||||
"old-ducks-fetch",
|
||||
"olive-mails-tell",
|
||||
"perfect-taxis-give",
|
||||
"polite-tips-begin",
|
||||
"polite-zoos-pay",
|
||||
"poor-beans-cross",
|
||||
"poor-ladybugs-smell",
|
||||
"pretty-boats-promise",
|
||||
"purple-kiwis-complain",
|
||||
"rare-dryers-check",
|
||||
"red-taxis-swim",
|
||||
"renovate-0300bde",
|
||||
"renovate-08c5b50",
|
||||
"renovate-1c2c49d",
|
||||
"renovate-58582bb",
|
||||
"renovate-5d40e90",
|
||||
"renovate-6a81dd3",
|
||||
"renovate-755938a",
|
||||
"renovate-7aa519f",
|
||||
"renovate-8f23b96",
|
||||
"renovate-914f0df",
|
||||
"renovate-9850908",
|
||||
"renovate-ea48bac",
|
||||
"rude-masks-tan",
|
||||
"rude-sheep-jam",
|
||||
"selfish-glasses-cheer",
|
||||
"selfish-walls-perform",
|
||||
"silver-flowers-trade",
|
||||
"silver-impalas-run",
|
||||
"six-grapes-sniff",
|
||||
"six-nails-hammer",
|
||||
"six-sloths-listen",
|
||||
"sixty-queens-mix",
|
||||
"slimy-trainers-attend",
|
||||
"slow-readers-clap",
|
||||
"smart-owls-tease",
|
||||
"soft-grapes-cough",
|
||||
"soft-otters-report",
|
||||
"sour-olives-carry",
|
||||
"spicy-dragons-sin",
|
||||
"tasty-beans-confess",
|
||||
"ten-spoons-help",
|
||||
"tender-carrots-care",
|
||||
"thick-pillows-develop",
|
||||
"thin-spiders-do",
|
||||
"thirty-shirts-allow",
|
||||
"tiny-books-destroy",
|
||||
"tiny-bugs-enjoy",
|
||||
"tricky-months-hug",
|
||||
"two-planets-beam",
|
||||
"two-snails-fry",
|
||||
"unlucky-jobs-report",
|
||||
"unlucky-lizards-suffer",
|
||||
"violet-rocks-rescue",
|
||||
"wet-sheep-reply",
|
||||
"young-flies-wash"
|
||||
]
|
||||
}
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
+1
-1
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "root",
|
||||
"version": "1.23.0",
|
||||
"version": "1.24.0-next.0",
|
||||
"private": true,
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
||||
@@ -1,5 +1,16 @@
|
||||
# @backstage/app-defaults
|
||||
|
||||
## 1.5.1-next.0
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies
|
||||
- @backstage/theme@0.5.2-next.0
|
||||
- @backstage/core-components@0.14.1-next.0
|
||||
- @backstage/core-plugin-api@1.9.1-next.0
|
||||
- @backstage/core-app-api@1.12.1-next.0
|
||||
- @backstage/plugin-permission-react@0.4.21-next.0
|
||||
|
||||
## 1.5.0
|
||||
|
||||
### Minor Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@backstage/app-defaults",
|
||||
"version": "1.5.0",
|
||||
"version": "1.5.1-next.0",
|
||||
"description": "Provides the default wiring of a Backstage App",
|
||||
"backstage": {
|
||||
"role": "web-library"
|
||||
|
||||
@@ -1,5 +1,13 @@
|
||||
# app-next-example-plugin
|
||||
|
||||
## 0.0.7-next.0
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies
|
||||
- @backstage/core-components@0.14.1-next.0
|
||||
- @backstage/frontend-plugin-api@0.6.1-next.0
|
||||
|
||||
## 0.0.6
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "app-next-example-plugin",
|
||||
"version": "0.0.6",
|
||||
"version": "0.0.7-next.0",
|
||||
"description": "Backstage internal example plugin",
|
||||
"backstage": {
|
||||
"role": "frontend-plugin"
|
||||
|
||||
@@ -1,5 +1,81 @@
|
||||
# example-app-next
|
||||
|
||||
## 0.0.7-next.0
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies
|
||||
- @backstage/plugin-adr@0.6.14-next.0
|
||||
- @backstage/theme@0.5.2-next.0
|
||||
- @backstage/core-components@0.14.1-next.0
|
||||
- @backstage/integration-react@1.1.25-next.0
|
||||
- @backstage/cli@0.25.3-next.0
|
||||
- @backstage/plugin-catalog-react@1.10.1-next.0
|
||||
- @backstage/plugin-azure-devops@0.4.0-next.0
|
||||
- @backstage/plugin-linguist@0.1.16-next.0
|
||||
- @backstage/plugin-catalog@1.17.1-next.0
|
||||
- @backstage/plugin-org@0.6.21-next.0
|
||||
- @backstage/plugin-search-common@1.2.11-next.0
|
||||
- @backstage/plugin-search@1.4.7-next.0
|
||||
- @backstage/plugin-devtools@0.1.10-next.0
|
||||
- @backstage/plugin-tech-radar@0.6.14-next.0
|
||||
- @backstage/plugin-scaffolder-react@1.8.1-next.0
|
||||
- @backstage/plugin-api-docs@0.11.1-next.0
|
||||
- @backstage/plugin-cost-insights@0.12.20-next.0
|
||||
- @backstage/plugin-home@0.6.3-next.0
|
||||
- @backstage/plugin-scaffolder@1.18.1-next.0
|
||||
- @backstage/plugin-shortcuts@0.3.20-next.0
|
||||
- @backstage/plugin-catalog-import@0.10.7-next.0
|
||||
- @backstage/catalog-model@1.4.5-next.0
|
||||
- @backstage/core-plugin-api@1.9.1-next.0
|
||||
- @backstage/frontend-app-api@0.6.1-next.0
|
||||
- @backstage/plugin-badges@0.2.55-next.0
|
||||
- @backstage/plugin-catalog-unprocessed-entities@0.1.9-next.0
|
||||
- @backstage/plugin-code-coverage@0.2.24-next.0
|
||||
- @backstage/plugin-entity-feedback@0.2.14-next.0
|
||||
- @backstage/plugin-explore@0.4.17-next.0
|
||||
- @backstage/plugin-gcalendar@0.3.24-next.0
|
||||
- @backstage/plugin-gocd@0.1.37-next.0
|
||||
- @backstage/plugin-jenkins@0.9.6-next.0
|
||||
- @backstage/plugin-microsoft-calendar@0.1.13-next.0
|
||||
- @backstage/plugin-newrelic-dashboard@0.3.6-next.0
|
||||
- @backstage/plugin-pagerduty@0.7.3-next.0
|
||||
- @backstage/plugin-playlist@0.2.5-next.0
|
||||
- @backstage/plugin-puppetdb@0.1.14-next.0
|
||||
- @backstage/plugin-stackstorm@0.1.12-next.0
|
||||
- @backstage/plugin-tech-insights@0.3.23-next.0
|
||||
- @backstage/plugin-techdocs@1.10.1-next.0
|
||||
- @backstage/plugin-todo@0.2.35-next.0
|
||||
- @backstage/plugin-user-settings@0.8.2-next.0
|
||||
- @backstage/app-defaults@1.5.1-next.0
|
||||
- @backstage/plugin-azure-sites@0.1.20-next.0
|
||||
- @backstage/plugin-search-react@1.7.7-next.0
|
||||
- @backstage/plugin-techdocs-react@1.1.17-next.0
|
||||
- app-next-example-plugin@0.0.7-next.0
|
||||
- @backstage/frontend-plugin-api@0.6.1-next.0
|
||||
- @backstage/plugin-airbrake@0.3.31-next.0
|
||||
- @backstage/plugin-apache-airflow@0.2.21-next.0
|
||||
- @backstage/plugin-app-visualizer@0.1.2-next.0
|
||||
- @backstage/plugin-catalog-graph@0.4.1-next.0
|
||||
- @backstage/plugin-cloudbuild@0.4.1-next.0
|
||||
- @backstage/plugin-dynatrace@9.0.1-next.0
|
||||
- @backstage/plugin-gcp-projects@0.3.47-next.0
|
||||
- @backstage/plugin-github-actions@0.6.12-next.0
|
||||
- @backstage/plugin-graphiql@0.3.4-next.0
|
||||
- @backstage/plugin-kafka@0.3.31-next.0
|
||||
- @backstage/plugin-kubernetes@0.11.6-next.0
|
||||
- @backstage/plugin-lighthouse@0.4.16-next.0
|
||||
- @backstage/plugin-newrelic@0.3.46-next.0
|
||||
- @backstage/plugin-octopus-deploy@0.2.13-next.0
|
||||
- @backstage/plugin-rollbar@0.4.31-next.0
|
||||
- @backstage/plugin-sentry@0.5.16-next.0
|
||||
- @backstage/plugin-techdocs-module-addons-contrib@1.1.6-next.0
|
||||
- @backstage/core-app-api@1.12.1-next.0
|
||||
- @backstage/core-compat-api@0.2.1-next.0
|
||||
- @backstage/plugin-catalog-common@1.0.22-next.0
|
||||
- @backstage/plugin-linguist-common@0.1.2
|
||||
- @backstage/plugin-permission-react@0.4.21-next.0
|
||||
|
||||
## 0.0.6
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "example-app-next",
|
||||
"version": "0.0.6",
|
||||
"version": "0.0.7-next.0",
|
||||
"private": true,
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
||||
@@ -1,5 +1,84 @@
|
||||
# example-app
|
||||
|
||||
## 0.2.93-next.0
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies
|
||||
- @backstage/plugin-github-pull-requests-board@0.1.25-next.0
|
||||
- @backstage/plugin-adr@0.6.14-next.0
|
||||
- @backstage/plugin-stack-overflow@0.1.26-next.0
|
||||
- @backstage/theme@0.5.2-next.0
|
||||
- @backstage/core-components@0.14.1-next.0
|
||||
- @backstage/plugin-notifications@0.1.0-next.0
|
||||
- @backstage/integration-react@1.1.25-next.0
|
||||
- @backstage/cli@0.25.3-next.0
|
||||
- @backstage/plugin-catalog-react@1.10.1-next.0
|
||||
- @backstage/plugin-azure-devops@0.4.0-next.0
|
||||
- @backstage/plugin-linguist@0.1.16-next.0
|
||||
- @backstage/plugin-catalog@1.17.1-next.0
|
||||
- @backstage/plugin-org@0.6.21-next.0
|
||||
- @backstage/plugin-search-common@1.2.11-next.0
|
||||
- @backstage/plugin-search@1.4.7-next.0
|
||||
- @backstage/plugin-devtools@0.1.10-next.0
|
||||
- @backstage/plugin-tech-radar@0.6.14-next.0
|
||||
- @backstage/plugin-scaffolder-react@1.8.1-next.0
|
||||
- @backstage/plugin-api-docs@0.11.1-next.0
|
||||
- @backstage/plugin-cost-insights@0.12.20-next.0
|
||||
- @backstage/plugin-home@0.6.3-next.0
|
||||
- @backstage/plugin-scaffolder@1.18.1-next.0
|
||||
- @backstage/plugin-shortcuts@0.3.20-next.0
|
||||
- @backstage/plugin-signals@0.0.2-next.0
|
||||
- @backstage/plugin-catalog-import@0.10.7-next.0
|
||||
- @backstage/catalog-model@1.4.5-next.0
|
||||
- @backstage/config@1.1.2-next.0
|
||||
- @backstage/core-plugin-api@1.9.1-next.0
|
||||
- @backstage/frontend-app-api@0.6.1-next.0
|
||||
- @backstage/plugin-badges@0.2.55-next.0
|
||||
- @backstage/plugin-catalog-unprocessed-entities@0.1.9-next.0
|
||||
- @backstage/plugin-code-coverage@0.2.24-next.0
|
||||
- @backstage/plugin-entity-feedback@0.2.14-next.0
|
||||
- @backstage/plugin-explore@0.4.17-next.0
|
||||
- @backstage/plugin-gcalendar@0.3.24-next.0
|
||||
- @backstage/plugin-gocd@0.1.37-next.0
|
||||
- @backstage/plugin-jenkins@0.9.6-next.0
|
||||
- @backstage/plugin-microsoft-calendar@0.1.13-next.0
|
||||
- @backstage/plugin-newrelic-dashboard@0.3.6-next.0
|
||||
- @backstage/plugin-pagerduty@0.7.3-next.0
|
||||
- @backstage/plugin-playlist@0.2.5-next.0
|
||||
- @backstage/plugin-puppetdb@0.1.14-next.0
|
||||
- @backstage/plugin-stackstorm@0.1.12-next.0
|
||||
- @backstage/plugin-tech-insights@0.3.23-next.0
|
||||
- @backstage/plugin-techdocs@1.10.1-next.0
|
||||
- @backstage/plugin-todo@0.2.35-next.0
|
||||
- @backstage/plugin-user-settings@0.8.2-next.0
|
||||
- @backstage/app-defaults@1.5.1-next.0
|
||||
- @backstage/plugin-azure-sites@0.1.20-next.0
|
||||
- @backstage/plugin-search-react@1.7.7-next.0
|
||||
- @backstage/plugin-techdocs-react@1.1.17-next.0
|
||||
- @backstage/plugin-airbrake@0.3.31-next.0
|
||||
- @backstage/plugin-apache-airflow@0.2.21-next.0
|
||||
- @backstage/plugin-catalog-graph@0.4.1-next.0
|
||||
- @backstage/plugin-cloudbuild@0.4.1-next.0
|
||||
- @backstage/plugin-dynatrace@9.0.1-next.0
|
||||
- @backstage/plugin-gcp-projects@0.3.47-next.0
|
||||
- @backstage/plugin-github-actions@0.6.12-next.0
|
||||
- @backstage/plugin-graphiql@0.3.4-next.0
|
||||
- @backstage/plugin-kafka@0.3.31-next.0
|
||||
- @backstage/plugin-kubernetes@0.11.6-next.0
|
||||
- @backstage/plugin-kubernetes-cluster@0.0.7-next.0
|
||||
- @backstage/plugin-lighthouse@0.4.16-next.0
|
||||
- @backstage/plugin-newrelic@0.3.46-next.0
|
||||
- @backstage/plugin-nomad@0.1.12-next.0
|
||||
- @backstage/plugin-octopus-deploy@0.2.13-next.0
|
||||
- @backstage/plugin-rollbar@0.4.31-next.0
|
||||
- @backstage/plugin-sentry@0.5.16-next.0
|
||||
- @backstage/plugin-techdocs-module-addons-contrib@1.1.6-next.0
|
||||
- @backstage/core-app-api@1.12.1-next.0
|
||||
- @backstage/plugin-catalog-common@1.0.22-next.0
|
||||
- @backstage/plugin-linguist-common@0.1.2
|
||||
- @backstage/plugin-permission-react@0.4.21-next.0
|
||||
|
||||
## 0.2.92
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "example-app",
|
||||
"version": "0.2.92",
|
||||
"version": "0.2.93-next.0",
|
||||
"private": true,
|
||||
"backstage": {
|
||||
"role": "frontend"
|
||||
|
||||
@@ -1,5 +1,31 @@
|
||||
# @backstage/backend-app-api
|
||||
|
||||
## 0.6.0-next.0
|
||||
|
||||
### Minor Changes
|
||||
|
||||
- 4a3d434: **BREAKING**: For users that have migrated to the new backend system, incoming requests will now be rejected if they are not properly authenticated (e.g. with a Backstage bearer token or a backend token). Please see the [Auth Service Migration tutorial](https://backstage.io/docs/tutorials/auth-service-migration) for more information on how to circumvent this behavior in the short term and how to properly leverage it in the longer term.
|
||||
|
||||
Added service factories for the new [`auth`](https://backstage.io/docs/backend-system/core-services/auth/), [`httpAuth`](https://backstage.io/docs/backend-system/core-services/http-auth), and [`userInfo`](https://backstage.io/docs/backend-system/core-services/user-info) services that were created as part of [BEP-0003](https://github.com/backstage/backstage/tree/master/beps/0003-auth-architecture-evolution).
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- 999224f: Bump dependency `minimatch` to v9
|
||||
- 0502d82: Updated the `permissionsServiceFactory` to forward the `AuthService` to the implementation.
|
||||
- 9802004: Made the `DefaultUserInfoService` claims check stricter
|
||||
- Updated dependencies
|
||||
- @backstage/backend-common@0.21.3-next.0
|
||||
- @backstage/plugin-auth-node@0.4.8-next.0
|
||||
- @backstage/errors@1.2.4-next.0
|
||||
- @backstage/backend-plugin-api@0.6.13-next.0
|
||||
- @backstage/backend-tasks@0.5.18-next.0
|
||||
- @backstage/plugin-permission-node@0.7.24-next.0
|
||||
- @backstage/cli-node@0.2.4-next.0
|
||||
- @backstage/config-loader@1.6.3-next.0
|
||||
- @backstage/config@1.1.2-next.0
|
||||
- @backstage/cli-common@0.1.13
|
||||
- @backstage/types@1.1.1
|
||||
|
||||
## 0.5.11
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@backstage/backend-app-api",
|
||||
"description": "Core API used by Backstage backend apps",
|
||||
"version": "0.5.11",
|
||||
"version": "0.6.0-next.0",
|
||||
"main": "src/index.ts",
|
||||
"types": "src/index.ts",
|
||||
"publishConfig": {
|
||||
|
||||
@@ -1,5 +1,35 @@
|
||||
# @backstage/backend-common
|
||||
|
||||
## 0.21.3-next.0
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- 7422430: Resolve the `basePath` before constructing the target path
|
||||
- 999224f: Bump dependency `minimatch` to v9
|
||||
- e0b997c: Fix issue where `resolveSafeChildPath` path would incorrectly resolve when operating on a symlink
|
||||
- 9802004: Added the `UserInfoApi` as both an optional input and as an output for `createLegacyAuthAdapters`
|
||||
- 2af5354: Bump dependency `jose` to v5
|
||||
- ff40ada: Updated dependency `mysql2` to `^3.0.0`.
|
||||
- 0fb419b: Updated dependency `uuid` to `^9.0.0`.
|
||||
Updated dependency `@types/uuid` to `^9.0.0`.
|
||||
- 568881f: Updated dependency `yauzl` to `^3.0.0`.
|
||||
- 4a3d434: Added a `createLegacyAuthAdapters` function that can be used as a compatibility adapter for backend plugins who want to start using the new [`auth`](https://backstage.io/docs/backend-system/core-services/auth/) and [`httpAuth`](https://backstage.io/docs/backend-system/core-services/http-auth) services that were created as part of [BEP-0003](https://github.com/backstage/backstage/tree/master/beps/0003-auth-architecture-evolution).
|
||||
|
||||
See the [Auth Service Migration tutorial](https://backstage.io/docs/tutorials/auth-service-migration) for more information on the usage of this adapter.
|
||||
|
||||
- Updated dependencies
|
||||
- @backstage/plugin-auth-node@0.4.8-next.0
|
||||
- @backstage/errors@1.2.4-next.0
|
||||
- @backstage/backend-plugin-api@0.6.13-next.0
|
||||
- @backstage/backend-app-api@0.6.0-next.0
|
||||
- @backstage/config-loader@1.6.3-next.0
|
||||
- @backstage/config@1.1.2-next.0
|
||||
- @backstage/integration@1.9.1-next.0
|
||||
- @backstage/integration-aws-node@0.1.10-next.0
|
||||
- @backstage/backend-dev-utils@0.1.4
|
||||
- @backstage/cli-common@0.1.13
|
||||
- @backstage/types@1.1.1
|
||||
|
||||
## 0.21.0
|
||||
|
||||
### Minor Changes
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@backstage/backend-common",
|
||||
"description": "Common functionality library for Backstage backends",
|
||||
"version": "0.21.0",
|
||||
"version": "0.21.3-next.0",
|
||||
"main": "src/index.ts",
|
||||
"types": "src/index.ts",
|
||||
"publishConfig": {
|
||||
|
||||
@@ -1,5 +1,14 @@
|
||||
# @backstage/backend-defaults
|
||||
|
||||
## 0.2.13-next.0
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- 7cbb760: Added support for the new auth services, which are now installed by default. See the [migration guide](https://backstage.io/docs/tutorials/auth-service-migration) for details.
|
||||
- Updated dependencies
|
||||
- @backstage/backend-common@0.21.3-next.0
|
||||
- @backstage/backend-app-api@0.6.0-next.0
|
||||
|
||||
## 0.2.10
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@backstage/backend-defaults",
|
||||
"description": "Backend defaults used by Backstage backend apps",
|
||||
"version": "0.2.10",
|
||||
"version": "0.2.13-next.0",
|
||||
"main": "src/index.ts",
|
||||
"types": "src/index.ts",
|
||||
"publishConfig": {
|
||||
|
||||
@@ -1,5 +1,32 @@
|
||||
# @backstage/backend-dynamic-feature-service
|
||||
|
||||
## 0.2.3-next.0
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- 5247909: Add `events: EventsService` to `LegacyPluginEnvironment`.
|
||||
- Updated dependencies
|
||||
- @backstage/plugin-events-backend@0.3.0-next.0
|
||||
- @backstage/plugin-events-node@0.3.0-next.0
|
||||
- @backstage/backend-common@0.21.3-next.0
|
||||
- @backstage/plugin-auth-node@0.4.8-next.0
|
||||
- @backstage/errors@1.2.4-next.0
|
||||
- @backstage/plugin-scaffolder-node@0.3.3-next.0
|
||||
- @backstage/backend-plugin-api@0.6.13-next.0
|
||||
- @backstage/backend-app-api@0.6.0-next.0
|
||||
- @backstage/plugin-catalog-backend@1.18.0-next.0
|
||||
- @backstage/plugin-permission-common@0.7.13-next.0
|
||||
- @backstage/plugin-search-common@1.2.11-next.0
|
||||
- @backstage/backend-tasks@0.5.18-next.0
|
||||
- @backstage/plugin-search-backend-node@1.2.17-next.0
|
||||
- @backstage/plugin-permission-node@0.7.24-next.0
|
||||
- @backstage/cli-node@0.2.4-next.0
|
||||
- @backstage/config-loader@1.6.3-next.0
|
||||
- @backstage/config@1.1.2-next.0
|
||||
- @backstage/plugin-app-node@0.1.13-next.0
|
||||
- @backstage/cli-common@0.1.13
|
||||
- @backstage/types@1.1.1
|
||||
|
||||
## 0.2.0
|
||||
|
||||
### Minor Changes
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@backstage/backend-dynamic-feature-service",
|
||||
"description": "Backstage dynamic feature service",
|
||||
"version": "0.2.0",
|
||||
"version": "0.2.3-next.0",
|
||||
"main": "src/index.ts",
|
||||
"types": "src/index.ts",
|
||||
"publishConfig": {
|
||||
|
||||
@@ -1,5 +1,53 @@
|
||||
# example-backend-next
|
||||
|
||||
## 0.0.21-next.0
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies
|
||||
- @backstage/plugin-linguist-backend@0.5.10-next.0
|
||||
- @backstage/plugin-auth-node@0.4.8-next.0
|
||||
- @backstage/plugin-lighthouse-backend@0.4.5-next.0
|
||||
- @backstage/plugin-auth-backend-module-guest-provider@0.1.0-next.0
|
||||
- @backstage/plugin-playlist-backend@0.3.17-next.0
|
||||
- @backstage/backend-plugin-api@0.6.13-next.0
|
||||
- @backstage/plugin-entity-feedback-backend@0.2.10-next.0
|
||||
- @backstage/plugin-notifications-backend@0.1.0-next.0
|
||||
- @backstage/plugin-catalog-backend@1.18.0-next.0
|
||||
- @backstage/plugin-auth-backend@0.22.0-next.0
|
||||
- @backstage/plugin-jenkins-backend@0.4.0-next.0
|
||||
- @backstage/plugin-azure-devops-backend@0.6.0-next.0
|
||||
- @backstage/plugin-scaffolder-backend-module-github@0.2.3-next.0
|
||||
- @backstage/plugin-scaffolder-backend@1.22.0-next.0
|
||||
- @backstage/plugin-permission-common@0.7.13-next.0
|
||||
- @backstage/plugin-search-backend-module-techdocs@0.1.17-next.0
|
||||
- @backstage/plugin-search-backend-module-catalog@0.1.17-next.0
|
||||
- @backstage/plugin-search-backend-module-explore@0.1.17-next.0
|
||||
- @backstage/backend-defaults@0.2.13-next.0
|
||||
- @backstage/plugin-kubernetes-backend@0.16.0-next.0
|
||||
- @backstage/plugin-adr-backend@0.4.10-next.0
|
||||
- @backstage/plugin-proxy-backend@0.4.11-next.0
|
||||
- @backstage/backend-tasks@0.5.18-next.0
|
||||
- @backstage/plugin-search-backend-node@1.2.17-next.0
|
||||
- @backstage/plugin-signals-backend@0.0.4-next.0
|
||||
- @backstage/plugin-search-backend@1.5.3-next.0
|
||||
- @backstage/plugin-devtools-backend@0.3.0-next.0
|
||||
- @backstage/plugin-permission-node@0.7.24-next.0
|
||||
- @backstage/plugin-catalog-backend-module-backstage-openapi@0.1.6-next.0
|
||||
- @backstage/plugin-badges-backend@0.3.10-next.0
|
||||
- @backstage/plugin-permission-backend@0.5.36-next.0
|
||||
- @backstage/plugin-app-backend@0.3.61-next.0
|
||||
- @backstage/plugin-auth-backend-module-github-provider@0.1.10-next.0
|
||||
- @backstage/plugin-catalog-backend-module-openapi@0.1.30-next.0
|
||||
- @backstage/plugin-catalog-backend-module-scaffolder-entity-model@0.1.10-next.0
|
||||
- @backstage/plugin-permission-backend-module-allow-all-policy@0.1.10-next.0
|
||||
- @backstage/plugin-sonarqube-backend@0.2.15-next.0
|
||||
- @backstage/plugin-techdocs-backend@1.9.6-next.0
|
||||
- @backstage/plugin-nomad-backend@0.1.15-next.0
|
||||
- @backstage/plugin-todo-backend@0.3.11-next.0
|
||||
- @backstage/plugin-catalog-backend-module-unprocessed@0.3.10-next.0
|
||||
- @backstage/catalog-model@1.4.5-next.0
|
||||
|
||||
## 0.0.20
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "example-backend-next",
|
||||
"version": "0.0.20",
|
||||
"version": "0.0.21-next.0",
|
||||
"main": "dist/index.cjs.js",
|
||||
"types": "src/index.ts",
|
||||
"license": "Apache-2.0",
|
||||
|
||||
@@ -1,5 +1,14 @@
|
||||
# @backstage/backend-openapi-utils
|
||||
|
||||
## 0.1.6-next.0
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- 85ec23e: Updated dependency `json-schema-to-ts` to `^3.0.0`.
|
||||
- Updated dependencies
|
||||
- @backstage/errors@1.2.4-next.0
|
||||
- @backstage/backend-plugin-api@0.6.13-next.0
|
||||
|
||||
## 0.1.3
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@backstage/backend-openapi-utils",
|
||||
"description": "OpenAPI typescript support.",
|
||||
"version": "0.1.3",
|
||||
"version": "0.1.6-next.0",
|
||||
"main": "src/index.ts",
|
||||
"types": "src/index.ts",
|
||||
"license": "Apache-2.0",
|
||||
|
||||
@@ -1,5 +1,23 @@
|
||||
# @backstage/backend-plugin-api
|
||||
|
||||
## 0.6.13-next.0
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- 4a3d434: Added the new [`auth`](https://backstage.io/docs/backend-system/core-services/auth/), [`httpAuth`](https://backstage.io/docs/backend-system/core-services/http-auth), and [`userInfo`](https://backstage.io/docs/backend-system/core-services/user-info) services that were created as part of [BEP-0003](https://github.com/backstage/backstage/tree/master/beps/0003-auth-architecture-evolution) to the `coreServices`.
|
||||
|
||||
At the same time, the [`httpRouter`](https://backstage.io/docs/backend-system/core-services/http-router) service gained a new `addAuthPolicy` method that lets your plugin declare exemptions to the default auth policy - for example if you want to allow unauthenticated or cookie-based access to some subset of your feature routes.
|
||||
|
||||
If you have migrated to the new backend system, please see the [Auth Service Migration tutorial](https://backstage.io/docs/tutorials/auth-service-migration) for more information on how to move toward using these services.
|
||||
|
||||
- 0502d82: Updated the `PermissionsService` methods to accept `BackstageCredentials` through options.
|
||||
- Updated dependencies
|
||||
- @backstage/plugin-auth-node@0.4.8-next.0
|
||||
- @backstage/plugin-permission-common@0.7.13-next.0
|
||||
- @backstage/backend-tasks@0.5.18-next.0
|
||||
- @backstage/config@1.1.2-next.0
|
||||
- @backstage/types@1.1.1
|
||||
|
||||
## 0.6.10
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@backstage/backend-plugin-api",
|
||||
"description": "Core API used by Backstage backend plugins",
|
||||
"version": "0.6.10",
|
||||
"version": "0.6.13-next.0",
|
||||
"main": "src/index.ts",
|
||||
"types": "src/index.ts",
|
||||
"publishConfig": {
|
||||
|
||||
@@ -1,5 +1,17 @@
|
||||
# @backstage/backend-tasks
|
||||
|
||||
## 0.5.18-next.0
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- 0fb419b: Updated dependency `uuid` to `^9.0.0`.
|
||||
Updated dependency `@types/uuid` to `^9.0.0`.
|
||||
- Updated dependencies
|
||||
- @backstage/backend-common@0.21.3-next.0
|
||||
- @backstage/errors@1.2.4-next.0
|
||||
- @backstage/config@1.1.2-next.0
|
||||
- @backstage/types@1.1.1
|
||||
|
||||
## 0.5.15
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@backstage/backend-tasks",
|
||||
"description": "Common distributed task management library for Backstage backends",
|
||||
"version": "0.5.15",
|
||||
"version": "0.5.18-next.0",
|
||||
"main": "src/index.ts",
|
||||
"types": "src/index.ts",
|
||||
"publishConfig": {
|
||||
|
||||
@@ -1,5 +1,27 @@
|
||||
# @backstage/backend-test-utils
|
||||
|
||||
## 0.3.3-next.0
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- 4a3d434: Added support for the new [`auth`](https://backstage.io/docs/backend-system/core-services/auth/) and [`httpAuth`](https://backstage.io/docs/backend-system/core-services/http-auth) services that were created as part of [BEP-0003](https://github.com/backstage/backstage/tree/master/beps/0003-auth-architecture-evolution). These services will be present by default in test apps, and you can access mocked versions of their features under `mockServices.auth` and `mockServices.httpAuth` if you want to inspect or replace their behaviors.
|
||||
|
||||
There is also a new `mockCredentials` that you can use for acquiring mocks of the various types of credentials that are used in the new system.
|
||||
|
||||
- 9802004: Added `mockServices.userInfo`, which now also automatically is made available in test backends.
|
||||
- fd61d39: Updated dependency `testcontainers` to `^10.0.0`.
|
||||
- ff40ada: Updated dependency `mysql2` to `^3.0.0`.
|
||||
- 0fb419b: Updated dependency `uuid` to `^9.0.0`.
|
||||
Updated dependency `@types/uuid` to `^9.0.0`.
|
||||
- Updated dependencies
|
||||
- @backstage/backend-common@0.21.3-next.0
|
||||
- @backstage/plugin-auth-node@0.4.8-next.0
|
||||
- @backstage/errors@1.2.4-next.0
|
||||
- @backstage/backend-plugin-api@0.6.13-next.0
|
||||
- @backstage/backend-app-api@0.6.0-next.0
|
||||
- @backstage/config@1.1.2-next.0
|
||||
- @backstage/types@1.1.1
|
||||
|
||||
## 0.3.0
|
||||
|
||||
### Minor Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@backstage/backend-test-utils",
|
||||
"version": "0.3.0",
|
||||
"version": "0.3.3-next.0",
|
||||
"description": "Test helpers library for Backstage backends",
|
||||
"backstage": {
|
||||
"role": "node-library"
|
||||
|
||||
@@ -1,5 +1,65 @@
|
||||
# example-backend
|
||||
|
||||
## 0.2.93-next.0
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies
|
||||
- @backstage/plugin-events-backend@0.3.0-next.0
|
||||
- @backstage/plugin-events-node@0.3.0-next.0
|
||||
- @backstage/plugin-linguist-backend@0.5.10-next.0
|
||||
- @backstage/backend-common@0.21.3-next.0
|
||||
- @backstage/plugin-auth-node@0.4.8-next.0
|
||||
- @backstage/plugin-lighthouse-backend@0.4.5-next.0
|
||||
- @backstage/plugin-search-backend-module-elasticsearch@1.3.16-next.0
|
||||
- @backstage/plugin-search-backend-module-pg@0.5.22-next.0
|
||||
- @backstage/plugin-playlist-backend@0.3.17-next.0
|
||||
- @backstage/plugin-code-coverage-backend@0.2.27-next.0
|
||||
- @backstage/plugin-entity-feedback-backend@0.2.10-next.0
|
||||
- @backstage/plugin-catalog-backend@1.18.0-next.0
|
||||
- @backstage/plugin-auth-backend@0.22.0-next.0
|
||||
- @backstage/plugin-jenkins-backend@0.4.0-next.0
|
||||
- @backstage/plugin-azure-devops-backend@0.6.0-next.0
|
||||
- @backstage/plugin-scaffolder-backend-module-confluence-to-markdown@0.2.14-next.0
|
||||
- @backstage/plugin-scaffolder-backend-module-gitlab@0.2.16-next.0
|
||||
- @backstage/plugin-scaffolder-backend-module-rails@0.4.30-next.0
|
||||
- @backstage/plugin-scaffolder-backend@1.22.0-next.0
|
||||
- @backstage/plugin-permission-common@0.7.13-next.0
|
||||
- @backstage/plugin-search-backend-module-techdocs@0.1.17-next.0
|
||||
- @backstage/plugin-search-backend-module-catalog@0.1.17-next.0
|
||||
- @backstage/plugin-search-backend-module-explore@0.1.17-next.0
|
||||
- @backstage/plugin-catalog-node@1.8.0-next.0
|
||||
- @backstage/plugin-kubernetes-backend@0.16.0-next.0
|
||||
- @backstage/plugin-adr-backend@0.4.10-next.0
|
||||
- @backstage/plugin-proxy-backend@0.4.11-next.0
|
||||
- @backstage/backend-tasks@0.5.18-next.0
|
||||
- @backstage/plugin-search-backend-node@1.2.17-next.0
|
||||
- @backstage/plugin-signals-backend@0.0.4-next.0
|
||||
- @backstage/plugin-signals-node@0.0.4-next.0
|
||||
- @backstage/plugin-tech-insights-backend@0.5.27-next.0
|
||||
- @backstage/plugin-search-backend@1.5.3-next.0
|
||||
- @backstage/plugin-devtools-backend@0.3.0-next.0
|
||||
- @backstage/plugin-permission-node@0.7.24-next.0
|
||||
- @backstage/plugin-tech-insights-node@0.5.0-next.0
|
||||
- @backstage/plugin-badges-backend@0.3.10-next.0
|
||||
- @backstage/plugin-permission-backend@0.5.36-next.0
|
||||
- @backstage/plugin-app-backend@0.3.61-next.0
|
||||
- @backstage/plugin-catalog-backend-module-scaffolder-entity-model@0.1.10-next.0
|
||||
- @backstage/plugin-explore-backend@0.0.23-next.0
|
||||
- @backstage/plugin-rollbar-backend@0.1.58-next.0
|
||||
- @backstage/plugin-tech-insights-backend-module-jsonfc@0.1.45-next.0
|
||||
- @backstage/plugin-techdocs-backend@1.9.6-next.0
|
||||
- @backstage/plugin-kafka-backend@0.3.11-next.0
|
||||
- @backstage/plugin-nomad-backend@0.1.15-next.0
|
||||
- @backstage/plugin-todo-backend@0.3.11-next.0
|
||||
- @backstage/plugin-catalog-backend-module-unprocessed@0.3.10-next.0
|
||||
- example-app@0.2.93-next.0
|
||||
- @backstage/catalog-client@1.6.1-next.0
|
||||
- @backstage/catalog-model@1.4.5-next.0
|
||||
- @backstage/config@1.1.2-next.0
|
||||
- @backstage/integration@1.9.1-next.0
|
||||
- @backstage/plugin-azure-sites-common@0.1.3-next.0
|
||||
|
||||
## 0.2.92
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "example-backend",
|
||||
"version": "0.2.92",
|
||||
"version": "0.2.93-next.0",
|
||||
"main": "dist/index.cjs.js",
|
||||
"types": "src/index.ts",
|
||||
"license": "Apache-2.0",
|
||||
|
||||
@@ -1,5 +1,13 @@
|
||||
# @backstage/catalog-client
|
||||
|
||||
## 1.6.1-next.0
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies
|
||||
- @backstage/errors@1.2.4-next.0
|
||||
- @backstage/catalog-model@1.4.5-next.0
|
||||
|
||||
## 1.6.0
|
||||
|
||||
### Minor Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@backstage/catalog-client",
|
||||
"version": "1.6.0",
|
||||
"version": "1.6.1-next.0",
|
||||
"description": "An isomorphic client for the catalog backend",
|
||||
"backstage": {
|
||||
"role": "common-library"
|
||||
|
||||
@@ -1,5 +1,13 @@
|
||||
# @backstage/catalog-model
|
||||
|
||||
## 1.4.5-next.0
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies
|
||||
- @backstage/errors@1.2.4-next.0
|
||||
- @backstage/types@1.1.1
|
||||
|
||||
## 1.4.4
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@backstage/catalog-model",
|
||||
"version": "1.4.4",
|
||||
"version": "1.4.5-next.0",
|
||||
"description": "Types and validators that help describe the model of a Backstage Catalog",
|
||||
"backstage": {
|
||||
"role": "common-library"
|
||||
|
||||
@@ -1,5 +1,14 @@
|
||||
# @backstage/cli-node
|
||||
|
||||
## 0.2.4-next.0
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies
|
||||
- @backstage/errors@1.2.4-next.0
|
||||
- @backstage/cli-common@0.1.13
|
||||
- @backstage/types@1.1.1
|
||||
|
||||
## 0.2.3
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@backstage/cli-node",
|
||||
"version": "0.2.3",
|
||||
"version": "0.2.4-next.0",
|
||||
"description": "Node.js library for Backstage CLIs",
|
||||
"backstage": {
|
||||
"role": "node-library"
|
||||
|
||||
@@ -1,5 +1,24 @@
|
||||
# @backstage/cli
|
||||
|
||||
## 0.25.3-next.0
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- 999224f: Bump dependency `minimatch` to v9
|
||||
- f86e34c: Removed unused `replace-in-file` dependency
|
||||
- f4404e5: Add .ico import support
|
||||
- Updated dependencies
|
||||
- @backstage/errors@1.2.4-next.0
|
||||
- @backstage/eslint-plugin@0.1.6-next.0
|
||||
- @backstage/cli-node@0.2.4-next.0
|
||||
- @backstage/config-loader@1.6.3-next.0
|
||||
- @backstage/catalog-model@1.4.5-next.0
|
||||
- @backstage/config@1.1.2-next.0
|
||||
- @backstage/integration@1.9.1-next.0
|
||||
- @backstage/cli-common@0.1.13
|
||||
- @backstage/release-manifests@0.0.11
|
||||
- @backstage/types@1.1.1
|
||||
|
||||
## 0.25.2
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@backstage/cli",
|
||||
"description": "CLI for developing Backstage plugins and apps",
|
||||
"version": "0.25.2",
|
||||
"version": "0.25.3-next.0",
|
||||
"publishConfig": {
|
||||
"access": "public"
|
||||
},
|
||||
|
||||
@@ -1,5 +1,15 @@
|
||||
# @backstage/config-loader
|
||||
|
||||
## 1.6.3-next.0
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies
|
||||
- @backstage/errors@1.2.4-next.0
|
||||
- @backstage/config@1.1.2-next.0
|
||||
- @backstage/cli-common@0.1.13
|
||||
- @backstage/types@1.1.1
|
||||
|
||||
## 1.6.2
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@backstage/config-loader",
|
||||
"version": "1.6.2",
|
||||
"version": "1.6.3-next.0",
|
||||
"description": "Config loading functionality used by Backstage backend, and CLI",
|
||||
"backstage": {
|
||||
"role": "node-library"
|
||||
|
||||
@@ -1,5 +1,13 @@
|
||||
# @backstage/config
|
||||
|
||||
## 1.1.2-next.0
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies
|
||||
- @backstage/errors@1.2.4-next.0
|
||||
- @backstage/types@1.1.1
|
||||
|
||||
## 1.1.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@backstage/config",
|
||||
"version": "1.1.1",
|
||||
"version": "1.1.2-next.0",
|
||||
"description": "Config API used by Backstage core, backend, and CLI",
|
||||
"backstage": {
|
||||
"role": "common-library"
|
||||
|
||||
@@ -1,5 +1,15 @@
|
||||
# @backstage/core-app-api
|
||||
|
||||
## 1.12.1-next.0
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies
|
||||
- @backstage/config@1.1.2-next.0
|
||||
- @backstage/core-plugin-api@1.9.1-next.0
|
||||
- @backstage/types@1.1.1
|
||||
- @backstage/version-bridge@1.0.7
|
||||
|
||||
## 1.12.0
|
||||
|
||||
### Minor Changes
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@backstage/core-app-api",
|
||||
"description": "Core app API used by Backstage apps",
|
||||
"version": "1.12.0",
|
||||
"version": "1.12.1-next.0",
|
||||
"publishConfig": {
|
||||
"access": "public"
|
||||
},
|
||||
|
||||
@@ -1,5 +1,15 @@
|
||||
# @backstage/core-compat-api
|
||||
|
||||
## 0.2.1-next.0
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies
|
||||
- @backstage/core-plugin-api@1.9.1-next.0
|
||||
- @backstage/frontend-plugin-api@0.6.1-next.0
|
||||
- @backstage/core-app-api@1.12.1-next.0
|
||||
- @backstage/version-bridge@1.0.7
|
||||
|
||||
## 0.2.0
|
||||
|
||||
### Minor Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@backstage/core-compat-api",
|
||||
"version": "0.2.0",
|
||||
"version": "0.2.1-next.0",
|
||||
"main": "src/index.ts",
|
||||
"types": "src/index.ts",
|
||||
"license": "Apache-2.0",
|
||||
|
||||
@@ -1,5 +1,21 @@
|
||||
# @backstage/core-components
|
||||
|
||||
## 0.14.1-next.0
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- ff33ee2: Removed hardcoded font-family on select input
|
||||
- ff7e126: Support i18n for core components
|
||||
- 7854120: Create a component abstraction to consume system icons.
|
||||
- ce73c3b: Removed the inline color from select icon to allow it to be colored via a theme
|
||||
- a8f7904: `SignInPage`'s `'guest'` provider now supports the `@backstage/plugin-auth-backend-module-guest-provider` package to generate tokens. It will continue to use the old frontend-only auth as a fallback.
|
||||
- Updated dependencies
|
||||
- @backstage/errors@1.2.4-next.0
|
||||
- @backstage/theme@0.5.2-next.0
|
||||
- @backstage/config@1.1.2-next.0
|
||||
- @backstage/core-plugin-api@1.9.1-next.0
|
||||
- @backstage/version-bridge@1.0.7
|
||||
|
||||
## 0.14.0
|
||||
|
||||
### Minor Changes
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@backstage/core-components",
|
||||
"description": "Core components used by Backstage plugins and apps",
|
||||
"version": "0.14.0",
|
||||
"version": "0.14.1-next.0",
|
||||
"publishConfig": {
|
||||
"access": "public"
|
||||
},
|
||||
|
||||
@@ -1,5 +1,15 @@
|
||||
# @backstage/core-plugin-api
|
||||
|
||||
## 1.9.1-next.0
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies
|
||||
- @backstage/errors@1.2.4-next.0
|
||||
- @backstage/config@1.1.2-next.0
|
||||
- @backstage/types@1.1.1
|
||||
- @backstage/version-bridge@1.0.7
|
||||
|
||||
## 1.9.0
|
||||
|
||||
### Minor Changes
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@backstage/core-plugin-api",
|
||||
"description": "Core API used by Backstage plugins",
|
||||
"version": "1.9.0",
|
||||
"version": "1.9.1-next.0",
|
||||
"publishConfig": {
|
||||
"access": "public"
|
||||
},
|
||||
|
||||
@@ -1,5 +1,13 @@
|
||||
# @backstage/create-app
|
||||
|
||||
## 0.5.12-next.0
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Bumped create-app version.
|
||||
- Updated dependencies
|
||||
- @backstage/cli-common@0.1.13
|
||||
|
||||
## 0.5.11
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@backstage/create-app",
|
||||
"description": "A CLI that helps you create your own Backstage app",
|
||||
"version": "0.5.11",
|
||||
"version": "0.5.12-next.0",
|
||||
"publishConfig": {
|
||||
"access": "public"
|
||||
},
|
||||
|
||||
@@ -1,5 +1,19 @@
|
||||
# @backstage/dev-utils
|
||||
|
||||
## 1.0.28-next.0
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies
|
||||
- @backstage/theme@0.5.2-next.0
|
||||
- @backstage/core-components@0.14.1-next.0
|
||||
- @backstage/integration-react@1.1.25-next.0
|
||||
- @backstage/plugin-catalog-react@1.10.1-next.0
|
||||
- @backstage/catalog-model@1.4.5-next.0
|
||||
- @backstage/core-plugin-api@1.9.1-next.0
|
||||
- @backstage/app-defaults@1.5.1-next.0
|
||||
- @backstage/core-app-api@1.12.1-next.0
|
||||
|
||||
## 1.0.27
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@backstage/dev-utils",
|
||||
"version": "1.0.27",
|
||||
"version": "1.0.28-next.0",
|
||||
"description": "Utilities for developing Backstage plugins.",
|
||||
"backstage": {
|
||||
"role": "web-library"
|
||||
|
||||
@@ -1,5 +1,14 @@
|
||||
# e2e-test
|
||||
|
||||
## 0.2.13-next.0
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies
|
||||
- @backstage/create-app@0.5.12-next.0
|
||||
- @backstage/errors@1.2.4-next.0
|
||||
- @backstage/cli-common@0.1.13
|
||||
|
||||
## 0.2.12
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "e2e-test",
|
||||
"description": "E2E test for verifying Backstage packages",
|
||||
"version": "0.2.12",
|
||||
"version": "0.2.13-next.0",
|
||||
"private": true,
|
||||
"backstage": {
|
||||
"role": "cli"
|
||||
|
||||
@@ -1,5 +1,13 @@
|
||||
# @backstage/errors
|
||||
|
||||
## 1.2.4-next.0
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- 2636075: Fixed an issue that was causing ResponseError not to report the HTTP status from the provided response.
|
||||
- Updated dependencies
|
||||
- @backstage/types@1.1.1
|
||||
|
||||
## 1.2.3
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@backstage/errors",
|
||||
"version": "1.2.3",
|
||||
"version": "1.2.4-next.0",
|
||||
"description": "Common utilities for error handling within Backstage",
|
||||
"backstage": {
|
||||
"role": "common-library"
|
||||
|
||||
@@ -1,5 +1,11 @@
|
||||
# @backstage/eslint-plugin
|
||||
|
||||
## 0.1.6-next.0
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- 999224f: Bump dependency `minimatch` to v9
|
||||
|
||||
## 0.1.5
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@backstage/eslint-plugin",
|
||||
"description": "Backstage ESLint plugin",
|
||||
"version": "0.1.5",
|
||||
"version": "0.1.6-next.0",
|
||||
"publishConfig": {
|
||||
"access": "public"
|
||||
},
|
||||
|
||||
@@ -1,5 +1,20 @@
|
||||
# @backstage/frontend-app-api
|
||||
|
||||
## 0.6.1-next.0
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies
|
||||
- @backstage/errors@1.2.4-next.0
|
||||
- @backstage/theme@0.5.2-next.0
|
||||
- @backstage/core-components@0.14.1-next.0
|
||||
- @backstage/config@1.1.2-next.0
|
||||
- @backstage/core-plugin-api@1.9.1-next.0
|
||||
- @backstage/frontend-plugin-api@0.6.1-next.0
|
||||
- @backstage/core-app-api@1.12.1-next.0
|
||||
- @backstage/types@1.1.1
|
||||
- @backstage/version-bridge@1.0.7
|
||||
|
||||
## 0.6.0
|
||||
|
||||
### Minor Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@backstage/frontend-app-api",
|
||||
"version": "0.6.0",
|
||||
"version": "0.6.1-next.0",
|
||||
"backstage": {
|
||||
"role": "web-library"
|
||||
},
|
||||
|
||||
@@ -1,5 +1,15 @@
|
||||
# @backstage/frontend-plugin-api
|
||||
|
||||
## 0.6.1-next.0
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies
|
||||
- @backstage/core-components@0.14.1-next.0
|
||||
- @backstage/core-plugin-api@1.9.1-next.0
|
||||
- @backstage/types@1.1.1
|
||||
- @backstage/version-bridge@1.0.7
|
||||
|
||||
## 0.6.0
|
||||
|
||||
### Minor Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@backstage/frontend-plugin-api",
|
||||
"version": "0.6.0",
|
||||
"version": "0.6.1-next.0",
|
||||
"backstage": {
|
||||
"role": "web-library"
|
||||
},
|
||||
|
||||
@@ -1,5 +1,15 @@
|
||||
# @backstage/frontend-test-utils
|
||||
|
||||
## 0.1.3-next.0
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies
|
||||
- @backstage/frontend-app-api@0.6.1-next.0
|
||||
- @backstage/test-utils@1.5.1-next.0
|
||||
- @backstage/frontend-plugin-api@0.6.1-next.0
|
||||
- @backstage/types@1.1.1
|
||||
|
||||
## 0.1.2
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@backstage/frontend-test-utils",
|
||||
"version": "0.1.2",
|
||||
"version": "0.1.3-next.0",
|
||||
"backstage": {
|
||||
"role": "web-library"
|
||||
},
|
||||
|
||||
@@ -1,5 +1,13 @@
|
||||
# @backstage/integration-aws-node
|
||||
|
||||
## 0.1.10-next.0
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies
|
||||
- @backstage/errors@1.2.4-next.0
|
||||
- @backstage/config@1.1.2-next.0
|
||||
|
||||
## 0.1.9
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@backstage/integration-aws-node",
|
||||
"version": "0.1.9",
|
||||
"version": "0.1.10-next.0",
|
||||
"description": "Helpers for fetching AWS account credentials",
|
||||
"backstage": {
|
||||
"role": "node-library"
|
||||
|
||||
@@ -1,5 +1,15 @@
|
||||
# @backstage/integration-react
|
||||
|
||||
## 1.1.25-next.0
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- b38dc55: Updated `microsoftAuthApi` scopes for Azure DevOps to be fully qualified.
|
||||
- Updated dependencies
|
||||
- @backstage/config@1.1.2-next.0
|
||||
- @backstage/core-plugin-api@1.9.1-next.0
|
||||
- @backstage/integration@1.9.1-next.0
|
||||
|
||||
## 1.1.24
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@backstage/integration-react",
|
||||
"version": "1.1.24",
|
||||
"version": "1.1.25-next.0",
|
||||
"description": "Frontend package for managing integrations towards external systems",
|
||||
"backstage": {
|
||||
"role": "web-library"
|
||||
|
||||
@@ -1,5 +1,13 @@
|
||||
# @backstage/integration
|
||||
|
||||
## 1.9.1-next.0
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies
|
||||
- @backstage/errors@1.2.4-next.0
|
||||
- @backstage/config@1.1.2-next.0
|
||||
|
||||
## 1.9.0
|
||||
|
||||
### Minor Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@backstage/integration",
|
||||
"version": "1.9.0",
|
||||
"version": "1.9.1-next.0",
|
||||
"description": "Helpers for managing integrations towards external systems",
|
||||
"backstage": {
|
||||
"role": "common-library"
|
||||
|
||||
@@ -1,5 +1,17 @@
|
||||
# @backstage/repo-tools
|
||||
|
||||
## 0.6.3-next.0
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- 999224f: Bump dependency `minimatch` to v9
|
||||
- Updated dependencies
|
||||
- @backstage/backend-common@0.21.3-next.0
|
||||
- @backstage/errors@1.2.4-next.0
|
||||
- @backstage/cli-node@0.2.4-next.0
|
||||
- @backstage/catalog-model@1.4.5-next.0
|
||||
- @backstage/cli-common@0.1.13
|
||||
|
||||
## 0.6.0
|
||||
|
||||
### Minor Changes
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@backstage/repo-tools",
|
||||
"description": "CLI for Backstage repo tooling ",
|
||||
"version": "0.6.0",
|
||||
"version": "0.6.3-next.0",
|
||||
"publishConfig": {
|
||||
"access": "public"
|
||||
},
|
||||
|
||||
@@ -1,5 +1,24 @@
|
||||
# techdocs-cli-embedded-app
|
||||
|
||||
## 0.2.92-next.0
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies
|
||||
- @backstage/theme@0.5.2-next.0
|
||||
- @backstage/core-components@0.14.1-next.0
|
||||
- @backstage/integration-react@1.1.25-next.0
|
||||
- @backstage/cli@0.25.3-next.0
|
||||
- @backstage/plugin-catalog@1.17.1-next.0
|
||||
- @backstage/catalog-model@1.4.5-next.0
|
||||
- @backstage/config@1.1.2-next.0
|
||||
- @backstage/core-plugin-api@1.9.1-next.0
|
||||
- @backstage/plugin-techdocs@1.10.1-next.0
|
||||
- @backstage/app-defaults@1.5.1-next.0
|
||||
- @backstage/test-utils@1.5.1-next.0
|
||||
- @backstage/plugin-techdocs-react@1.1.17-next.0
|
||||
- @backstage/core-app-api@1.12.1-next.0
|
||||
|
||||
## 0.2.91
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "techdocs-cli-embedded-app",
|
||||
"version": "0.2.91",
|
||||
"version": "0.2.92-next.0",
|
||||
"private": true,
|
||||
"backstage": {
|
||||
"role": "frontend"
|
||||
|
||||
@@ -1,5 +1,16 @@
|
||||
# @techdocs/cli
|
||||
|
||||
## 1.8.5-next.0
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies
|
||||
- @backstage/backend-common@0.21.3-next.0
|
||||
- @backstage/plugin-techdocs-node@1.11.5-next.0
|
||||
- @backstage/catalog-model@1.4.5-next.0
|
||||
- @backstage/config@1.1.2-next.0
|
||||
- @backstage/cli-common@0.1.13
|
||||
|
||||
## 1.8.2
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@techdocs/cli",
|
||||
"description": "Utility CLI for managing TechDocs sites in Backstage.",
|
||||
"version": "1.8.2",
|
||||
"version": "1.8.5-next.0",
|
||||
"publishConfig": {
|
||||
"access": "public"
|
||||
},
|
||||
|
||||
@@ -1,5 +1,18 @@
|
||||
# @backstage/test-utils
|
||||
|
||||
## 1.5.1-next.0
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies
|
||||
- @backstage/theme@0.5.2-next.0
|
||||
- @backstage/plugin-permission-common@0.7.13-next.0
|
||||
- @backstage/config@1.1.2-next.0
|
||||
- @backstage/core-plugin-api@1.9.1-next.0
|
||||
- @backstage/core-app-api@1.12.1-next.0
|
||||
- @backstage/types@1.1.1
|
||||
- @backstage/plugin-permission-react@0.4.21-next.0
|
||||
|
||||
## 1.5.0
|
||||
|
||||
### Minor Changes
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@backstage/test-utils",
|
||||
"description": "Utilities to test Backstage plugins and apps.",
|
||||
"version": "1.5.0",
|
||||
"version": "1.5.1-next.0",
|
||||
"publishConfig": {
|
||||
"access": "public"
|
||||
},
|
||||
|
||||
@@ -1,5 +1,11 @@
|
||||
# @backstage/theme
|
||||
|
||||
## 0.5.2-next.0
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- 6f4d2a0: Exported `defaultTypography` to make adjusting these values in a custom theme easier
|
||||
|
||||
## 0.5.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@backstage/theme",
|
||||
"version": "0.5.1",
|
||||
"version": "0.5.2-next.0",
|
||||
"description": "material-ui theme for use with Backstage.",
|
||||
"backstage": {
|
||||
"role": "web-library"
|
||||
|
||||
@@ -1,5 +1,22 @@
|
||||
# @backstage/plugin-adr-backend
|
||||
|
||||
## 0.4.10-next.0
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- 334c5fe: Updated dependency `marked` to `^12.0.0`.
|
||||
- c8fdd83: Migrated `DefaultAdrCollatorFactory` to support new auth services.
|
||||
- Updated dependencies
|
||||
- @backstage/backend-common@0.21.3-next.0
|
||||
- @backstage/plugin-adr-common@0.2.21-next.0
|
||||
- @backstage/errors@1.2.4-next.0
|
||||
- @backstage/backend-plugin-api@0.6.13-next.0
|
||||
- @backstage/plugin-search-common@1.2.11-next.0
|
||||
- @backstage/catalog-client@1.6.1-next.0
|
||||
- @backstage/catalog-model@1.4.5-next.0
|
||||
- @backstage/config@1.1.2-next.0
|
||||
- @backstage/integration@1.9.1-next.0
|
||||
|
||||
## 0.4.7
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@backstage/plugin-adr-backend",
|
||||
"version": "0.4.7",
|
||||
"version": "0.4.10-next.0",
|
||||
"main": "src/index.ts",
|
||||
"types": "src/index.ts",
|
||||
"license": "Apache-2.0",
|
||||
|
||||
@@ -1,5 +1,15 @@
|
||||
# @backstage/plugin-adr-common
|
||||
|
||||
## 0.2.21-next.0
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- 5335634: Fixed Azure DevOps ADR file path reading
|
||||
- Updated dependencies
|
||||
- @backstage/plugin-search-common@1.2.11-next.0
|
||||
- @backstage/catalog-model@1.4.5-next.0
|
||||
- @backstage/integration@1.9.1-next.0
|
||||
|
||||
## 0.2.20
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@backstage/plugin-adr-common",
|
||||
"version": "0.2.20",
|
||||
"version": "0.2.21-next.0",
|
||||
"description": "Common functionalities for the adr plugin",
|
||||
"backstage": {
|
||||
"role": "common-library"
|
||||
|
||||
@@ -1,5 +1,22 @@
|
||||
# @backstage/plugin-adr
|
||||
|
||||
## 0.6.14-next.0
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- 5335634: Fixed Azure DevOps ADR file path reading
|
||||
- 669efc6: Remove unused package dependencies
|
||||
- Updated dependencies
|
||||
- @backstage/plugin-adr-common@0.2.21-next.0
|
||||
- @backstage/core-components@0.14.1-next.0
|
||||
- @backstage/integration-react@1.1.25-next.0
|
||||
- @backstage/plugin-catalog-react@1.10.1-next.0
|
||||
- @backstage/plugin-search-common@1.2.11-next.0
|
||||
- @backstage/catalog-model@1.4.5-next.0
|
||||
- @backstage/core-plugin-api@1.9.1-next.0
|
||||
- @backstage/plugin-search-react@1.7.7-next.0
|
||||
- @backstage/frontend-plugin-api@0.6.1-next.0
|
||||
|
||||
## 0.6.13
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@backstage/plugin-adr",
|
||||
"version": "0.6.13",
|
||||
"version": "0.6.14-next.0",
|
||||
"backstage": {
|
||||
"role": "frontend-plugin"
|
||||
},
|
||||
|
||||
@@ -1,5 +1,14 @@
|
||||
# @backstage/plugin-airbrake-backend
|
||||
|
||||
## 0.3.10-next.0
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies
|
||||
- @backstage/backend-common@0.21.3-next.0
|
||||
- @backstage/backend-plugin-api@0.6.13-next.0
|
||||
- @backstage/config@1.1.2-next.0
|
||||
|
||||
## 0.3.7
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@backstage/plugin-airbrake-backend",
|
||||
"version": "0.3.7",
|
||||
"version": "0.3.10-next.0",
|
||||
"main": "src/index.ts",
|
||||
"types": "src/index.ts",
|
||||
"license": "Apache-2.0",
|
||||
|
||||
@@ -1,5 +1,17 @@
|
||||
# @backstage/plugin-airbrake
|
||||
|
||||
## 0.3.31-next.0
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies
|
||||
- @backstage/core-components@0.14.1-next.0
|
||||
- @backstage/plugin-catalog-react@1.10.1-next.0
|
||||
- @backstage/catalog-model@1.4.5-next.0
|
||||
- @backstage/core-plugin-api@1.9.1-next.0
|
||||
- @backstage/dev-utils@1.0.28-next.0
|
||||
- @backstage/test-utils@1.5.1-next.0
|
||||
|
||||
## 0.3.30
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@backstage/plugin-airbrake",
|
||||
"version": "0.3.30",
|
||||
"version": "0.3.31-next.0",
|
||||
"backstage": {
|
||||
"role": "frontend-plugin"
|
||||
},
|
||||
|
||||
@@ -1,5 +1,15 @@
|
||||
# @backstage/plugin-allure
|
||||
|
||||
## 0.1.47-next.0
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies
|
||||
- @backstage/core-components@0.14.1-next.0
|
||||
- @backstage/plugin-catalog-react@1.10.1-next.0
|
||||
- @backstage/catalog-model@1.4.5-next.0
|
||||
- @backstage/core-plugin-api@1.9.1-next.0
|
||||
|
||||
## 0.1.46
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@backstage/plugin-allure",
|
||||
"version": "0.1.46",
|
||||
"version": "0.1.47-next.0",
|
||||
"description": "A Backstage plugin that integrates with Allure",
|
||||
"backstage": {
|
||||
"role": "frontend-plugin"
|
||||
|
||||
@@ -1,5 +1,15 @@
|
||||
# @backstage/plugin-analytics-module-ga
|
||||
|
||||
## 0.2.1-next.0
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies
|
||||
- @backstage/core-components@0.14.1-next.0
|
||||
- @backstage/config@1.1.2-next.0
|
||||
- @backstage/core-plugin-api@1.9.1-next.0
|
||||
- @backstage/frontend-plugin-api@0.6.1-next.0
|
||||
|
||||
## 0.2.0
|
||||
|
||||
### Minor Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@backstage/plugin-analytics-module-ga",
|
||||
"version": "0.2.0",
|
||||
"version": "0.2.1-next.0",
|
||||
"backstage": {
|
||||
"role": "frontend-plugin-module"
|
||||
},
|
||||
|
||||
@@ -1,5 +1,15 @@
|
||||
# @backstage/plugin-analytics-module-ga4
|
||||
|
||||
## 0.2.1-next.0
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies
|
||||
- @backstage/core-components@0.14.1-next.0
|
||||
- @backstage/config@1.1.2-next.0
|
||||
- @backstage/core-plugin-api@1.9.1-next.0
|
||||
- @backstage/frontend-plugin-api@0.6.1-next.0
|
||||
|
||||
## 0.2.0
|
||||
|
||||
### Minor Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@backstage/plugin-analytics-module-ga4",
|
||||
"version": "0.2.0",
|
||||
"version": "0.2.1-next.0",
|
||||
"backstage": {
|
||||
"role": "frontend-plugin-module"
|
||||
},
|
||||
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user