Merge pull request #20172 from backstage/changeset-release/master
Version Packages (next)
This commit is contained in:
+35
-1
@@ -245,53 +245,87 @@
|
||||
"@backstage/plugin-vault": "0.1.19",
|
||||
"@backstage/plugin-vault-backend": "0.3.8",
|
||||
"@backstage/plugin-xcmetrics": "0.2.43",
|
||||
"@backstage/e2e-test-utils": "0.0.0"
|
||||
"@backstage/e2e-test-utils": "0.0.0",
|
||||
"@backstage/plugin-kubernetes-react": "0.0.0"
|
||||
},
|
||||
"changesets": [
|
||||
"angry-badgers-beg",
|
||||
"big-spies-beam",
|
||||
"breezy-dryers-thank",
|
||||
"calm-scissors-rescue",
|
||||
"chatty-papayas-care",
|
||||
"clean-forks-love",
|
||||
"cold-bees-jam",
|
||||
"cold-seas-repeat",
|
||||
"dull-bugs-build",
|
||||
"dull-dolls-explode",
|
||||
"dull-experts-kiss",
|
||||
"dull-laws-camp",
|
||||
"eight-melons-cough",
|
||||
"eighty-actors-type",
|
||||
"fair-frogs-enjoy",
|
||||
"four-jars-protect",
|
||||
"four-onions-clap",
|
||||
"four-pans-sin",
|
||||
"fresh-kangaroos-tap",
|
||||
"gentle-elephants-fold",
|
||||
"gentle-spies-deny",
|
||||
"happy-books-smoke",
|
||||
"heavy-forks-tie",
|
||||
"itchy-bobcats-fly",
|
||||
"itchy-monkeys-reply",
|
||||
"itchy-rabbits-exist",
|
||||
"large-comics-knock",
|
||||
"late-papayas-push",
|
||||
"lazy-doors-wink",
|
||||
"lemon-cups-wait",
|
||||
"lemon-masks-greet",
|
||||
"lovely-coins-occur",
|
||||
"lovely-fans-sniff",
|
||||
"many-swans-eat",
|
||||
"mean-dancers-burn",
|
||||
"moody-lobsters-rescue",
|
||||
"nervous-hounds-sleep",
|
||||
"nice-clocks-smash",
|
||||
"nice-dancers-explain",
|
||||
"nine-garlics-attend",
|
||||
"olive-cars-rescue",
|
||||
"perfect-pumas-protect",
|
||||
"plenty-llamas-double",
|
||||
"polite-cooks-perform",
|
||||
"polite-donuts-fail",
|
||||
"polite-trainers-grin",
|
||||
"popular-dots-design",
|
||||
"pretty-apes-sneeze",
|
||||
"pretty-steaks-serve",
|
||||
"purple-chefs-wait",
|
||||
"purple-forks-fetch",
|
||||
"quick-weeks-explode",
|
||||
"red-bees-try",
|
||||
"renovate-a1c52e8",
|
||||
"shy-clouds-reflect",
|
||||
"shy-seas-sip",
|
||||
"silent-years-bake",
|
||||
"silly-swans-invent",
|
||||
"small-pugs-build",
|
||||
"spicy-chairs-film",
|
||||
"spotty-badgers-wash",
|
||||
"strong-falcons-tickle",
|
||||
"stupid-drinks-trade",
|
||||
"stupid-eagles-shave",
|
||||
"tasty-avocados-hope",
|
||||
"tasty-doors-switch",
|
||||
"ten-seals-wait",
|
||||
"thirty-coins-sneeze",
|
||||
"tiny-garlics-cheer",
|
||||
"twelve-clouds-design",
|
||||
"violet-beers-cross",
|
||||
"warm-drinks-argue",
|
||||
"wet-olives-wave",
|
||||
"wet-timers-chew",
|
||||
"wicked-rings-flash",
|
||||
"wild-jobs-greet",
|
||||
"yellow-numbers-own",
|
||||
"yellow-rings-invent"
|
||||
]
|
||||
}
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
+1
-1
@@ -51,7 +51,7 @@
|
||||
"jest-haste-map@^29.4.3": "patch:jest-haste-map@npm%3A29.4.3#./.yarn/patches/jest-haste-map-npm-29.4.3-19b03fcef3.patch",
|
||||
"mock-fs@^5.2.0": "patch:mock-fs@npm%3A5.2.0#./.yarn/patches/mock-fs-npm-5.2.0-5103a7b507.patch"
|
||||
},
|
||||
"version": "1.19.0-next.0",
|
||||
"version": "1.19.0-next.1",
|
||||
"dependencies": {
|
||||
"@backstage/errors": "workspace:^",
|
||||
"@manypkg/get-packages": "^1.1.3"
|
||||
|
||||
@@ -1,5 +1,17 @@
|
||||
# @backstage/app-defaults
|
||||
|
||||
## 1.4.4-next.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- 1a0616fa10: Add missing resource and template app icons
|
||||
- Updated dependencies
|
||||
- @backstage/core-components@0.13.6-next.1
|
||||
- @backstage/core-app-api@1.10.1-next.1
|
||||
- @backstage/core-plugin-api@1.7.0-next.0
|
||||
- @backstage/plugin-permission-react@0.4.16-next.0
|
||||
- @backstage/theme@0.4.2
|
||||
|
||||
## 1.4.4-next.0
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@backstage/app-defaults",
|
||||
"description": "Provides the default wiring of a Backstage App",
|
||||
"version": "1.4.4-next.0",
|
||||
"version": "1.4.4-next.1",
|
||||
"publishConfig": {
|
||||
"access": "public",
|
||||
"main": "dist/index.esm.js",
|
||||
|
||||
@@ -1,5 +1,13 @@
|
||||
# app-next-example-plugin
|
||||
|
||||
## 0.0.2-next.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies
|
||||
- @backstage/frontend-plugin-api@0.1.1-next.1
|
||||
- @backstage/core-components@0.13.6-next.1
|
||||
|
||||
## 0.0.2-next.0
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "app-next-example-plugin",
|
||||
"description": "Backstage internal example plugin",
|
||||
"version": "0.0.2-next.0",
|
||||
"version": "0.0.2-next.1",
|
||||
"publishConfig": {
|
||||
"access": "public",
|
||||
"main": "dist/index.esm.js",
|
||||
|
||||
@@ -1,5 +1,82 @@
|
||||
# example-app-next
|
||||
|
||||
## 0.0.2-next.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies
|
||||
- @backstage/plugin-org@0.6.15-next.1
|
||||
- @backstage/plugin-code-coverage@0.2.18-next.1
|
||||
- @backstage/plugin-catalog@1.14.0-next.1
|
||||
- @backstage/plugin-techdocs@1.7.1-next.1
|
||||
- @backstage/plugin-home@0.5.9-next.1
|
||||
- @backstage/frontend-plugin-api@0.1.1-next.1
|
||||
- @backstage/core-components@0.13.6-next.1
|
||||
- @backstage/core-app-api@1.10.1-next.1
|
||||
- @backstage/app-defaults@1.4.4-next.1
|
||||
- @backstage/frontend-app-api@0.2.0-next.1
|
||||
- @backstage/plugin-search@1.4.1-next.1
|
||||
- @backstage/cli@0.23.0-next.1
|
||||
- @backstage/plugin-cost-insights@0.12.14-next.1
|
||||
- @backstage/plugin-kubernetes@0.11.0-next.1
|
||||
- @backstage/plugin-adr@0.6.8-next.1
|
||||
- @backstage/plugin-explore@0.4.11-next.1
|
||||
- @backstage/plugin-search-react@1.7.1-next.1
|
||||
- @backstage/plugin-api-docs@0.9.12-next.1
|
||||
- @backstage/plugin-catalog-graph@0.2.37-next.1
|
||||
- @backstage/plugin-scaffolder@1.15.1-next.1
|
||||
- @backstage/plugin-scaffolder-react@1.5.6-next.1
|
||||
- @backstage/plugin-user-settings@0.7.11-next.1
|
||||
- app-next-example-plugin@0.0.2-next.1
|
||||
- @backstage/plugin-graphiql@0.2.55-next.1
|
||||
- @backstage/plugin-tech-radar@0.6.9-next.1
|
||||
- @backstage/integration-react@1.1.20-next.1
|
||||
- @backstage/plugin-airbrake@0.3.25-next.1
|
||||
- @backstage/plugin-apache-airflow@0.2.16-next.1
|
||||
- @backstage/plugin-azure-devops@0.3.7-next.1
|
||||
- @backstage/plugin-azure-sites@0.1.14-next.1
|
||||
- @backstage/plugin-badges@0.2.49-next.1
|
||||
- @backstage/plugin-catalog-import@0.10.1-next.1
|
||||
- @backstage/plugin-catalog-react@1.8.5-next.1
|
||||
- @backstage/plugin-catalog-unprocessed-entities@0.1.4-next.1
|
||||
- @backstage/plugin-circleci@0.3.25-next.1
|
||||
- @backstage/plugin-cloudbuild@0.3.25-next.1
|
||||
- @backstage/plugin-devtools@0.1.5-next.1
|
||||
- @backstage/plugin-dynatrace@7.0.5-next.1
|
||||
- @backstage/plugin-entity-feedback@0.2.8-next.1
|
||||
- @backstage/plugin-gcalendar@0.3.19-next.1
|
||||
- @backstage/plugin-gcp-projects@0.3.42-next.1
|
||||
- @backstage/plugin-github-actions@0.6.6-next.1
|
||||
- @backstage/plugin-gocd@0.1.31-next.1
|
||||
- @backstage/plugin-jenkins@0.8.7-next.1
|
||||
- @backstage/plugin-kafka@0.3.25-next.1
|
||||
- @backstage/plugin-lighthouse@0.4.10-next.1
|
||||
- @backstage/plugin-linguist@0.1.10-next.1
|
||||
- @backstage/plugin-microsoft-calendar@0.1.8-next.1
|
||||
- @backstage/plugin-newrelic@0.3.41-next.1
|
||||
- @backstage/plugin-newrelic-dashboard@0.2.18-next.1
|
||||
- @backstage/plugin-octopus-deploy@0.2.7-next.1
|
||||
- @backstage/plugin-pagerduty@0.6.6-next.1
|
||||
- @backstage/plugin-playlist@0.1.17-next.1
|
||||
- @backstage/plugin-puppetdb@0.1.8-next.1
|
||||
- @backstage/plugin-rollbar@0.4.25-next.1
|
||||
- @backstage/plugin-sentry@0.5.10-next.1
|
||||
- @backstage/plugin-shortcuts@0.3.15-next.1
|
||||
- @backstage/plugin-stack-overflow@0.1.21-next.1
|
||||
- @backstage/plugin-stackstorm@0.1.7-next.1
|
||||
- @backstage/plugin-tech-insights@0.3.17-next.1
|
||||
- @backstage/plugin-techdocs-module-addons-contrib@1.1.1-next.1
|
||||
- @backstage/plugin-techdocs-react@1.1.12-next.1
|
||||
- @backstage/plugin-todo@0.2.28-next.1
|
||||
- @backstage/core-plugin-api@1.7.0-next.0
|
||||
- @backstage/config@1.1.0
|
||||
- @backstage/plugin-permission-react@0.4.16-next.0
|
||||
- @backstage/catalog-model@1.4.2
|
||||
- @backstage/theme@0.4.2
|
||||
- @backstage/plugin-catalog-common@1.0.16
|
||||
- @backstage/plugin-linguist-common@0.1.2
|
||||
- @backstage/plugin-search-common@1.2.6
|
||||
|
||||
## 0.0.2-next.0
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "example-app-next",
|
||||
"version": "0.0.2-next.0",
|
||||
"version": "0.0.2-next.1",
|
||||
"private": true,
|
||||
"backstage": {
|
||||
"role": "frontend"
|
||||
|
||||
@@ -1,5 +1,81 @@
|
||||
# example-app
|
||||
|
||||
## 0.2.88-next.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies
|
||||
- @backstage/plugin-org@0.6.15-next.1
|
||||
- @backstage/plugin-code-coverage@0.2.18-next.1
|
||||
- @backstage/plugin-catalog@1.14.0-next.1
|
||||
- @backstage/plugin-techdocs@1.7.1-next.1
|
||||
- @backstage/plugin-home@0.5.9-next.1
|
||||
- @backstage/core-components@0.13.6-next.1
|
||||
- @backstage/core-app-api@1.10.1-next.1
|
||||
- @backstage/app-defaults@1.4.4-next.1
|
||||
- @backstage/frontend-app-api@0.2.0-next.1
|
||||
- @backstage/plugin-search@1.4.1-next.1
|
||||
- @backstage/cli@0.23.0-next.1
|
||||
- @backstage/plugin-cost-insights@0.12.14-next.1
|
||||
- @backstage/plugin-kubernetes@0.11.0-next.1
|
||||
- @backstage/plugin-adr@0.6.8-next.1
|
||||
- @backstage/plugin-explore@0.4.11-next.1
|
||||
- @backstage/plugin-search-react@1.7.1-next.1
|
||||
- @backstage/plugin-api-docs@0.9.12-next.1
|
||||
- @backstage/plugin-catalog-graph@0.2.37-next.1
|
||||
- @backstage/plugin-scaffolder@1.15.1-next.1
|
||||
- @backstage/plugin-scaffolder-react@1.5.6-next.1
|
||||
- @backstage/plugin-user-settings@0.7.11-next.1
|
||||
- @backstage/plugin-graphiql@0.2.55-next.1
|
||||
- @backstage/plugin-tech-radar@0.6.9-next.1
|
||||
- @backstage/integration-react@1.1.20-next.1
|
||||
- @backstage/plugin-airbrake@0.3.25-next.1
|
||||
- @backstage/plugin-apache-airflow@0.2.16-next.1
|
||||
- @backstage/plugin-azure-devops@0.3.7-next.1
|
||||
- @backstage/plugin-azure-sites@0.1.14-next.1
|
||||
- @backstage/plugin-badges@0.2.49-next.1
|
||||
- @backstage/plugin-catalog-import@0.10.1-next.1
|
||||
- @backstage/plugin-catalog-react@1.8.5-next.1
|
||||
- @backstage/plugin-catalog-unprocessed-entities@0.1.4-next.1
|
||||
- @backstage/plugin-circleci@0.3.25-next.1
|
||||
- @backstage/plugin-cloudbuild@0.3.25-next.1
|
||||
- @backstage/plugin-devtools@0.1.5-next.1
|
||||
- @backstage/plugin-dynatrace@7.0.5-next.1
|
||||
- @backstage/plugin-entity-feedback@0.2.8-next.1
|
||||
- @backstage/plugin-gcalendar@0.3.19-next.1
|
||||
- @backstage/plugin-gcp-projects@0.3.42-next.1
|
||||
- @backstage/plugin-github-actions@0.6.6-next.1
|
||||
- @backstage/plugin-gocd@0.1.31-next.1
|
||||
- @backstage/plugin-jenkins@0.8.7-next.1
|
||||
- @backstage/plugin-kafka@0.3.25-next.1
|
||||
- @backstage/plugin-lighthouse@0.4.10-next.1
|
||||
- @backstage/plugin-linguist@0.1.10-next.1
|
||||
- @backstage/plugin-microsoft-calendar@0.1.8-next.1
|
||||
- @backstage/plugin-newrelic@0.3.41-next.1
|
||||
- @backstage/plugin-newrelic-dashboard@0.2.18-next.1
|
||||
- @backstage/plugin-nomad@0.1.6-next.1
|
||||
- @backstage/plugin-octopus-deploy@0.2.7-next.1
|
||||
- @backstage/plugin-pagerduty@0.6.6-next.1
|
||||
- @backstage/plugin-playlist@0.1.17-next.1
|
||||
- @backstage/plugin-puppetdb@0.1.8-next.1
|
||||
- @backstage/plugin-rollbar@0.4.25-next.1
|
||||
- @backstage/plugin-sentry@0.5.10-next.1
|
||||
- @backstage/plugin-shortcuts@0.3.15-next.1
|
||||
- @backstage/plugin-stack-overflow@0.1.21-next.1
|
||||
- @backstage/plugin-stackstorm@0.1.7-next.1
|
||||
- @backstage/plugin-tech-insights@0.3.17-next.1
|
||||
- @backstage/plugin-techdocs-module-addons-contrib@1.1.1-next.1
|
||||
- @backstage/plugin-techdocs-react@1.1.12-next.1
|
||||
- @backstage/plugin-todo@0.2.28-next.1
|
||||
- @backstage/core-plugin-api@1.7.0-next.0
|
||||
- @backstage/config@1.1.0
|
||||
- @backstage/plugin-permission-react@0.4.16-next.0
|
||||
- @backstage/catalog-model@1.4.2
|
||||
- @backstage/theme@0.4.2
|
||||
- @backstage/plugin-catalog-common@1.0.16
|
||||
- @backstage/plugin-linguist-common@0.1.2
|
||||
- @backstage/plugin-search-common@1.2.6
|
||||
|
||||
## 0.2.88-next.0
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "example-app",
|
||||
"version": "0.2.88-next.0",
|
||||
"version": "0.2.88-next.1",
|
||||
"private": true,
|
||||
"backstage": {
|
||||
"role": "frontend"
|
||||
|
||||
@@ -1,5 +1,22 @@
|
||||
# @backstage/backend-app-api
|
||||
|
||||
## 0.5.5-next.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies
|
||||
- @backstage/backend-tasks@0.5.10-next.1
|
||||
- @backstage/backend-common@0.19.7-next.1
|
||||
- @backstage/backend-plugin-api@0.6.5-next.1
|
||||
- @backstage/plugin-auth-node@0.3.2-next.1
|
||||
- @backstage/plugin-permission-node@0.7.16-next.1
|
||||
- @backstage/config@1.1.0
|
||||
- @backstage/cli-common@0.1.13-next.0
|
||||
- @backstage/cli-node@0.1.5-next.0
|
||||
- @backstage/config-loader@1.5.1-next.0
|
||||
- @backstage/errors@1.2.2
|
||||
- @backstage/types@1.1.1
|
||||
|
||||
## 0.5.5-next.0
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@backstage/backend-app-api",
|
||||
"description": "Core API used by Backstage backend apps",
|
||||
"version": "0.5.5-next.0",
|
||||
"version": "0.5.5-next.1",
|
||||
"main": "src/index.ts",
|
||||
"types": "src/index.ts",
|
||||
"publishConfig": {
|
||||
|
||||
@@ -1,5 +1,22 @@
|
||||
# @backstage/backend-common
|
||||
|
||||
## 0.19.7-next.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- b94f32271e: Added the ability to fetch git tags through the `Git` class. This is useful for scaffolder actions that want to take action based on tag versions in a cloned repository
|
||||
- Updated dependencies
|
||||
- @backstage/backend-dev-utils@0.1.2-next.0
|
||||
- @backstage/backend-app-api@0.5.5-next.1
|
||||
- @backstage/backend-plugin-api@0.6.5-next.1
|
||||
- @backstage/config@1.1.0
|
||||
- @backstage/integration-aws-node@0.1.6
|
||||
- @backstage/cli-common@0.1.13-next.0
|
||||
- @backstage/config-loader@1.5.1-next.0
|
||||
- @backstage/errors@1.2.2
|
||||
- @backstage/integration@1.7.1-next.0
|
||||
- @backstage/types@1.1.1
|
||||
|
||||
## 0.19.7-next.0
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@backstage/backend-common",
|
||||
"description": "Common functionality library for Backstage backends",
|
||||
"version": "0.19.7-next.0",
|
||||
"version": "0.19.7-next.1",
|
||||
"main": "src/index.ts",
|
||||
"types": "src/index.ts",
|
||||
"publishConfig": {
|
||||
|
||||
@@ -1,5 +1,14 @@
|
||||
# @backstage/backend-defaults
|
||||
|
||||
## 0.2.5-next.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies
|
||||
- @backstage/backend-common@0.19.7-next.1
|
||||
- @backstage/backend-app-api@0.5.5-next.1
|
||||
- @backstage/backend-plugin-api@0.6.5-next.1
|
||||
|
||||
## 0.2.5-next.0
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@backstage/backend-defaults",
|
||||
"description": "Backend defaults used by Backstage backend apps",
|
||||
"version": "0.2.5-next.0",
|
||||
"version": "0.2.5-next.1",
|
||||
"main": "src/index.ts",
|
||||
"types": "src/index.ts",
|
||||
"publishConfig": {
|
||||
|
||||
@@ -1,5 +1,11 @@
|
||||
# @backstage/backend-dev-utils
|
||||
|
||||
## 0.1.2-next.0
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- afa48341fb: Fix an issue where early IPC responses would be lost.
|
||||
|
||||
## 0.1.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@backstage/backend-dev-utils",
|
||||
"version": "0.1.1",
|
||||
"version": "0.1.2-next.0",
|
||||
"main": "src/index.ts",
|
||||
"types": "src/index.ts",
|
||||
"license": "Apache-2.0",
|
||||
|
||||
@@ -1,5 +1,42 @@
|
||||
# example-backend-next
|
||||
|
||||
## 0.0.16-next.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies
|
||||
- @backstage/backend-tasks@0.5.10-next.1
|
||||
- @backstage/plugin-catalog-backend@1.14.0-next.1
|
||||
- @backstage/plugin-scaffolder-backend@1.18.0-next.1
|
||||
- @backstage/plugin-badges-backend@0.3.2-next.1
|
||||
- @backstage/backend-plugin-api@0.6.5-next.1
|
||||
- @backstage/plugin-lighthouse-backend@0.3.2-next.1
|
||||
- @backstage/plugin-linguist-backend@0.5.2-next.1
|
||||
- @backstage/plugin-search-backend-module-catalog@0.1.9-next.1
|
||||
- @backstage/plugin-search-backend-module-explore@0.1.9-next.1
|
||||
- @backstage/plugin-search-backend-module-techdocs@0.1.9-next.1
|
||||
- @backstage/plugin-search-backend-node@1.2.9-next.1
|
||||
- @backstage/plugin-catalog-backend-module-scaffolder-entity-model@0.1.2-next.1
|
||||
- @backstage/plugin-kubernetes-backend@0.12.2-next.1
|
||||
- @backstage/plugin-todo-backend@0.3.3-next.1
|
||||
- @backstage/backend-defaults@0.2.5-next.1
|
||||
- @backstage/plugin-adr-backend@0.4.2-next.1
|
||||
- @backstage/plugin-app-backend@0.3.53-next.1
|
||||
- @backstage/plugin-auth-node@0.3.2-next.1
|
||||
- @backstage/plugin-azure-devops-backend@0.4.2-next.1
|
||||
- @backstage/plugin-devtools-backend@0.2.2-next.1
|
||||
- @backstage/plugin-entity-feedback-backend@0.2.2-next.1
|
||||
- @backstage/plugin-permission-backend@0.5.28-next.1
|
||||
- @backstage/plugin-permission-backend-module-allow-all-policy@0.1.2-next.1
|
||||
- @backstage/plugin-permission-node@0.7.16-next.1
|
||||
- @backstage/plugin-playlist-backend@0.3.9-next.1
|
||||
- @backstage/plugin-proxy-backend@0.4.2-next.1
|
||||
- @backstage/plugin-search-backend@1.4.5-next.1
|
||||
- @backstage/plugin-sonarqube-backend@0.2.7-next.1
|
||||
- @backstage/plugin-techdocs-backend@1.7.2-next.1
|
||||
- @backstage/plugin-catalog-backend-module-unprocessed@0.3.2-next.1
|
||||
- @backstage/plugin-permission-common@0.7.8
|
||||
|
||||
## 0.0.16-next.0
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "example-backend-next",
|
||||
"version": "0.0.16-next.0",
|
||||
"version": "0.0.16-next.1",
|
||||
"main": "dist/index.cjs.js",
|
||||
"types": "src/index.ts",
|
||||
"license": "Apache-2.0",
|
||||
|
||||
@@ -1,5 +1,16 @@
|
||||
# @backstage/backend-plugin-api
|
||||
|
||||
## 0.6.5-next.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies
|
||||
- @backstage/backend-tasks@0.5.10-next.1
|
||||
- @backstage/plugin-auth-node@0.3.2-next.1
|
||||
- @backstage/config@1.1.0
|
||||
- @backstage/types@1.1.1
|
||||
- @backstage/plugin-permission-common@0.7.8
|
||||
|
||||
## 0.6.5-next.0
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@backstage/backend-plugin-api",
|
||||
"description": "Core API used by Backstage backend plugins",
|
||||
"version": "0.6.5-next.0",
|
||||
"version": "0.6.5-next.1",
|
||||
"main": "src/index.ts",
|
||||
"types": "src/index.ts",
|
||||
"publishConfig": {
|
||||
|
||||
@@ -1,5 +1,28 @@
|
||||
# @backstage/backend-plugin-manager
|
||||
|
||||
## 0.0.2-next.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies
|
||||
- @backstage/backend-tasks@0.5.10-next.1
|
||||
- @backstage/plugin-catalog-backend@1.14.0-next.1
|
||||
- @backstage/backend-common@0.19.7-next.1
|
||||
- @backstage/backend-plugin-api@0.6.5-next.1
|
||||
- @backstage/plugin-search-backend-node@1.2.9-next.1
|
||||
- @backstage/plugin-auth-node@0.3.2-next.1
|
||||
- @backstage/plugin-events-backend@0.2.14-next.1
|
||||
- @backstage/plugin-permission-node@0.7.16-next.1
|
||||
- @backstage/plugin-scaffolder-node@0.2.5-next.1
|
||||
- @backstage/config@1.1.0
|
||||
- @backstage/cli-common@0.1.13-next.0
|
||||
- @backstage/cli-node@0.1.5-next.0
|
||||
- @backstage/errors@1.2.2
|
||||
- @backstage/types@1.1.1
|
||||
- @backstage/plugin-events-node@0.2.14-next.1
|
||||
- @backstage/plugin-permission-common@0.7.8
|
||||
- @backstage/plugin-search-common@1.2.6
|
||||
|
||||
## 0.0.2-next.0
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@backstage/backend-plugin-manager",
|
||||
"description": "Backstage plugin management backend",
|
||||
"version": "0.0.2-next.0",
|
||||
"version": "0.0.2-next.1",
|
||||
"private": true,
|
||||
"main": "src/index.ts",
|
||||
"types": "src/index.ts",
|
||||
|
||||
@@ -1,5 +1,23 @@
|
||||
# @backstage/backend-tasks
|
||||
|
||||
## 0.5.10-next.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- 5db102bfdf: Instrument `backend-tasks` with some counters and histograms for duration.
|
||||
|
||||
`backend_tasks.task.runs.count`: Counter with the total number of times a task has been run.
|
||||
`backend_tasks.task.runs.duration`: Histogram with the run durations for each task.
|
||||
|
||||
Both these metrics have come with `result` `taskId` and `scope` labels for finer grained grouping.
|
||||
|
||||
- ddd76ac98d: Fix bug where backend tasks that are defined with HumanDuration are immediately triggered on application startup
|
||||
- Updated dependencies
|
||||
- @backstage/backend-common@0.19.7-next.1
|
||||
- @backstage/config@1.1.0
|
||||
- @backstage/errors@1.2.2
|
||||
- @backstage/types@1.1.1
|
||||
|
||||
## 0.5.10-next.0
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@backstage/backend-tasks",
|
||||
"description": "Common distributed task management library for Backstage backends",
|
||||
"version": "0.5.10-next.0",
|
||||
"version": "0.5.10-next.1",
|
||||
"main": "src/index.ts",
|
||||
"types": "src/index.ts",
|
||||
"publishConfig": {
|
||||
|
||||
@@ -1,5 +1,17 @@
|
||||
# @backstage/backend-test-utils
|
||||
|
||||
## 0.2.6-next.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies
|
||||
- @backstage/backend-common@0.19.7-next.1
|
||||
- @backstage/backend-app-api@0.5.5-next.1
|
||||
- @backstage/backend-plugin-api@0.6.5-next.1
|
||||
- @backstage/plugin-auth-node@0.3.2-next.1
|
||||
- @backstage/config@1.1.0
|
||||
- @backstage/types@1.1.1
|
||||
|
||||
## 0.2.6-next.0
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@backstage/backend-test-utils",
|
||||
"description": "Test helpers library for Backstage backends",
|
||||
"version": "0.2.6-next.0",
|
||||
"version": "0.2.6-next.1",
|
||||
"main": "src/index.ts",
|
||||
"types": "src/index.ts",
|
||||
"publishConfig": {
|
||||
|
||||
@@ -1,5 +1,64 @@
|
||||
# example-backend
|
||||
|
||||
## 0.2.88-next.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies
|
||||
- @backstage/backend-tasks@0.5.10-next.1
|
||||
- @backstage/plugin-catalog-backend@1.14.0-next.1
|
||||
- @backstage/plugin-catalog-node@1.4.6-next.1
|
||||
- @backstage/backend-common@0.19.7-next.1
|
||||
- @backstage/plugin-scaffolder-backend@1.18.0-next.1
|
||||
- @backstage/plugin-badges-backend@0.3.2-next.1
|
||||
- @backstage/plugin-lighthouse-backend@0.3.2-next.1
|
||||
- @backstage/plugin-linguist-backend@0.5.2-next.1
|
||||
- @backstage/plugin-search-backend-module-catalog@0.1.9-next.1
|
||||
- @backstage/plugin-search-backend-module-explore@0.1.9-next.1
|
||||
- @backstage/plugin-search-backend-module-techdocs@0.1.9-next.1
|
||||
- @backstage/plugin-search-backend-node@1.2.9-next.1
|
||||
- @backstage/plugin-tech-insights-backend@0.5.19-next.1
|
||||
- @backstage/plugin-tech-insights-node@0.4.11-next.1
|
||||
- example-app@0.2.88-next.1
|
||||
- @backstage/plugin-auth-backend@0.19.2-next.1
|
||||
- @backstage/plugin-catalog-backend-module-scaffolder-entity-model@0.1.2-next.1
|
||||
- @backstage/plugin-kubernetes-backend@0.12.2-next.1
|
||||
- @backstage/plugin-todo-backend@0.3.3-next.1
|
||||
- @backstage/plugin-adr-backend@0.4.2-next.1
|
||||
- @backstage/plugin-app-backend@0.3.53-next.1
|
||||
- @backstage/plugin-auth-node@0.3.2-next.1
|
||||
- @backstage/plugin-azure-devops-backend@0.4.2-next.1
|
||||
- @backstage/plugin-azure-sites-backend@0.1.15-next.1
|
||||
- @backstage/plugin-code-coverage-backend@0.2.19-next.1
|
||||
- @backstage/plugin-devtools-backend@0.2.2-next.1
|
||||
- @backstage/plugin-entity-feedback-backend@0.2.2-next.1
|
||||
- @backstage/plugin-events-backend@0.2.14-next.1
|
||||
- @backstage/plugin-explore-backend@0.0.15-next.1
|
||||
- @backstage/plugin-graphql-backend@0.1.43-next.1
|
||||
- @backstage/plugin-jenkins-backend@0.2.8-next.1
|
||||
- @backstage/plugin-kafka-backend@0.3.2-next.1
|
||||
- @backstage/plugin-nomad-backend@0.1.7-next.1
|
||||
- @backstage/plugin-permission-backend@0.5.28-next.1
|
||||
- @backstage/plugin-permission-node@0.7.16-next.1
|
||||
- @backstage/plugin-playlist-backend@0.3.9-next.1
|
||||
- @backstage/plugin-proxy-backend@0.4.2-next.1
|
||||
- @backstage/plugin-rollbar-backend@0.1.50-next.1
|
||||
- @backstage/plugin-scaffolder-backend-module-confluence-to-markdown@0.2.6-next.1
|
||||
- @backstage/plugin-scaffolder-backend-module-rails@0.4.22-next.1
|
||||
- @backstage/plugin-search-backend@1.4.5-next.1
|
||||
- @backstage/plugin-search-backend-module-elasticsearch@1.3.8-next.1
|
||||
- @backstage/plugin-search-backend-module-pg@0.5.14-next.1
|
||||
- @backstage/plugin-tech-insights-backend-module-jsonfc@0.1.37-next.1
|
||||
- @backstage/plugin-techdocs-backend@1.7.2-next.1
|
||||
- @backstage/config@1.1.0
|
||||
- @backstage/catalog-client@1.4.4
|
||||
- @backstage/catalog-model@1.4.2
|
||||
- @backstage/integration@1.7.1-next.0
|
||||
- @backstage/plugin-catalog-backend-module-unprocessed@0.3.2-next.1
|
||||
- @backstage/plugin-events-node@0.2.14-next.1
|
||||
- @backstage/plugin-permission-common@0.7.8
|
||||
- @backstage/plugin-search-common@1.2.6
|
||||
|
||||
## 0.2.88-next.0
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "example-backend",
|
||||
"version": "0.2.88-next.0",
|
||||
"version": "0.2.88-next.1",
|
||||
"main": "dist/index.cjs.js",
|
||||
"types": "src/index.ts",
|
||||
"license": "Apache-2.0",
|
||||
|
||||
@@ -1,5 +1,22 @@
|
||||
# @backstage/cli
|
||||
|
||||
## 0.23.0-next.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- d0f26cfa4f: Fixed an issue where the new backend start command would not gracefully shut down the backend process on Windows.
|
||||
- Updated dependencies
|
||||
- @backstage/config@1.1.0
|
||||
- @backstage/release-manifests@0.0.10
|
||||
- @backstage/catalog-model@1.4.2
|
||||
- @backstage/cli-common@0.1.13-next.0
|
||||
- @backstage/cli-node@0.1.5-next.0
|
||||
- @backstage/config-loader@1.5.1-next.0
|
||||
- @backstage/errors@1.2.2
|
||||
- @backstage/eslint-plugin@0.1.3
|
||||
- @backstage/integration@1.7.1-next.0
|
||||
- @backstage/types@1.1.1
|
||||
|
||||
## 0.23.0-next.0
|
||||
|
||||
### Minor Changes
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@backstage/cli",
|
||||
"description": "CLI for developing Backstage plugins and apps",
|
||||
"version": "0.23.0-next.0",
|
||||
"version": "0.23.0-next.1",
|
||||
"publishConfig": {
|
||||
"access": "public"
|
||||
},
|
||||
|
||||
@@ -1,5 +1,16 @@
|
||||
# @backstage/core-app-api
|
||||
|
||||
## 1.10.1-next.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- 1a0616fa10: Add missing resource and template app icons
|
||||
- Updated dependencies
|
||||
- @backstage/core-plugin-api@1.7.0-next.0
|
||||
- @backstage/config@1.1.0
|
||||
- @backstage/types@1.1.1
|
||||
- @backstage/version-bridge@1.0.5
|
||||
|
||||
## 1.10.1-next.0
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@backstage/core-app-api",
|
||||
"description": "Core app API used by Backstage apps",
|
||||
"version": "1.10.1-next.0",
|
||||
"version": "1.10.1-next.1",
|
||||
"publishConfig": {
|
||||
"access": "public"
|
||||
},
|
||||
|
||||
@@ -1,5 +1,21 @@
|
||||
# @backstage/core-components
|
||||
|
||||
## 0.13.6-next.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- 4eab5cf901: The `TabbedLayout` component will now also navigate when clicking the active tab, which allows for navigation back from any sub routes.
|
||||
- 997a71850c: Changed SupportButton menuitems to support text wrap
|
||||
- 16126dbe6a: Change overlay header colors in the mobile menu to use navigation color from the theme
|
||||
- Updated dependencies
|
||||
- @backstage/plugin-catalog-react@1.8.5-next.1
|
||||
- @backstage/core-plugin-api@1.7.0-next.0
|
||||
- @backstage/config@1.1.0
|
||||
- @backstage/catalog-model@1.4.2
|
||||
- @backstage/errors@1.2.2
|
||||
- @backstage/theme@0.4.2
|
||||
- @backstage/version-bridge@1.0.5
|
||||
|
||||
## 0.13.6-next.0
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@backstage/core-components",
|
||||
"description": "Core components used by Backstage plugins and apps",
|
||||
"version": "0.13.6-next.0",
|
||||
"version": "0.13.6-next.1",
|
||||
"publishConfig": {
|
||||
"access": "public",
|
||||
"main": "dist/index.esm.js",
|
||||
|
||||
@@ -1,5 +1,20 @@
|
||||
# @backstage/create-app
|
||||
|
||||
## 0.5.6-next.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- 8d2e640af4: Added missing `.eslintignore` file
|
||||
|
||||
To apply this change to an existing app, create a new `.eslintignore` file at the root of your project with the following content:
|
||||
|
||||
```diff
|
||||
+ playwright.config.ts
|
||||
```
|
||||
|
||||
- Updated dependencies
|
||||
- @backstage/cli-common@0.1.13-next.0
|
||||
|
||||
## 0.5.6-next.0
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@backstage/create-app",
|
||||
"description": "A CLI that helps you create your own Backstage app",
|
||||
"version": "0.5.6-next.0",
|
||||
"version": "0.5.6-next.1",
|
||||
"publishConfig": {
|
||||
"access": "public"
|
||||
},
|
||||
|
||||
@@ -1,5 +1,20 @@
|
||||
# @backstage/dev-utils
|
||||
|
||||
## 1.0.22-next.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies
|
||||
- @backstage/core-components@0.13.6-next.1
|
||||
- @backstage/core-app-api@1.10.1-next.1
|
||||
- @backstage/app-defaults@1.4.4-next.1
|
||||
- @backstage/test-utils@1.4.4-next.1
|
||||
- @backstage/integration-react@1.1.20-next.1
|
||||
- @backstage/plugin-catalog-react@1.8.5-next.1
|
||||
- @backstage/core-plugin-api@1.7.0-next.0
|
||||
- @backstage/catalog-model@1.4.2
|
||||
- @backstage/theme@0.4.2
|
||||
|
||||
## 1.0.22-next.0
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@backstage/dev-utils",
|
||||
"description": "Utilities for developing Backstage plugins.",
|
||||
"version": "1.0.22-next.0",
|
||||
"version": "1.0.22-next.1",
|
||||
"publishConfig": {
|
||||
"access": "public",
|
||||
"main": "dist/index.esm.js",
|
||||
|
||||
@@ -1,5 +1,14 @@
|
||||
# e2e-test
|
||||
|
||||
## 0.2.8-next.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies
|
||||
- @backstage/create-app@0.5.6-next.1
|
||||
- @backstage/cli-common@0.1.13-next.0
|
||||
- @backstage/errors@1.2.2
|
||||
|
||||
## 0.2.8-next.0
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "e2e-test",
|
||||
"description": "E2E test for verifying Backstage packages",
|
||||
"version": "0.2.8-next.0",
|
||||
"version": "0.2.8-next.1",
|
||||
"private": true,
|
||||
"backstage": {
|
||||
"role": "cli"
|
||||
|
||||
@@ -1,5 +1,21 @@
|
||||
# @backstage/frontend-app-api
|
||||
|
||||
## 0.2.0-next.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- 52366db5b3: Make themes configurable through extensions, and switched default themes to use extensions instead.
|
||||
- e5a2956dd2: Register default api implementations when creating declarative integrated apps.
|
||||
- Updated dependencies
|
||||
- @backstage/frontend-plugin-api@0.1.1-next.1
|
||||
- @backstage/core-components@0.13.6-next.1
|
||||
- @backstage/core-app-api@1.10.1-next.1
|
||||
- @backstage/plugin-graphiql@0.2.55-next.1
|
||||
- @backstage/core-plugin-api@1.7.0-next.0
|
||||
- @backstage/config@1.1.0
|
||||
- @backstage/theme@0.4.2
|
||||
- @backstage/types@1.1.1
|
||||
|
||||
## 0.2.0-next.0
|
||||
|
||||
### Minor Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@backstage/frontend-app-api",
|
||||
"version": "0.2.0-next.0",
|
||||
"version": "0.2.0-next.1",
|
||||
"main": "src/index.ts",
|
||||
"types": "src/index.ts",
|
||||
"license": "Apache-2.0",
|
||||
|
||||
@@ -1,5 +1,15 @@
|
||||
# @backstage/frontend-plugin-api
|
||||
|
||||
## 0.1.1-next.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- d3a37f55c0: Add support for `SidebarGroup` on the sidebar item extension.
|
||||
- 52366db5b3: Added `createThemeExtension` and `coreExtensionData.theme`.
|
||||
- Updated dependencies
|
||||
- @backstage/core-plugin-api@1.7.0-next.0
|
||||
- @backstage/types@1.1.1
|
||||
|
||||
## 0.1.1-next.0
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@backstage/frontend-plugin-api",
|
||||
"version": "0.1.1-next.0",
|
||||
"version": "0.1.1-next.1",
|
||||
"main": "src/index.ts",
|
||||
"types": "src/index.ts",
|
||||
"license": "Apache-2.0",
|
||||
|
||||
@@ -1,5 +1,16 @@
|
||||
# @backstage/integration-react
|
||||
|
||||
## 1.1.20-next.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies
|
||||
- @backstage/core-components@0.13.6-next.1
|
||||
- @backstage/core-plugin-api@1.7.0-next.0
|
||||
- @backstage/config@1.1.0
|
||||
- @backstage/integration@1.7.1-next.0
|
||||
- @backstage/theme@0.4.2
|
||||
|
||||
## 1.1.20-next.0
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@backstage/integration-react",
|
||||
"description": "Frontend package for managing integrations towards external systems",
|
||||
"version": "1.1.20-next.0",
|
||||
"version": "1.1.20-next.1",
|
||||
"main": "src/index.ts",
|
||||
"types": "src/index.ts",
|
||||
"license": "Apache-2.0",
|
||||
|
||||
@@ -1,5 +1,24 @@
|
||||
# techdocs-cli-embedded-app
|
||||
|
||||
## 0.2.87-next.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies
|
||||
- @backstage/plugin-catalog@1.14.0-next.1
|
||||
- @backstage/plugin-techdocs@1.7.1-next.1
|
||||
- @backstage/core-components@0.13.6-next.1
|
||||
- @backstage/core-app-api@1.10.1-next.1
|
||||
- @backstage/app-defaults@1.4.4-next.1
|
||||
- @backstage/test-utils@1.4.4-next.1
|
||||
- @backstage/cli@0.23.0-next.1
|
||||
- @backstage/integration-react@1.1.20-next.1
|
||||
- @backstage/plugin-techdocs-react@1.1.12-next.1
|
||||
- @backstage/core-plugin-api@1.7.0-next.0
|
||||
- @backstage/config@1.1.0
|
||||
- @backstage/catalog-model@1.4.2
|
||||
- @backstage/theme@0.4.2
|
||||
|
||||
## 0.2.87-next.0
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "techdocs-cli-embedded-app",
|
||||
"version": "0.2.87-next.0",
|
||||
"version": "0.2.87-next.1",
|
||||
"private": true,
|
||||
"backstage": {
|
||||
"role": "frontend"
|
||||
|
||||
@@ -1,5 +1,16 @@
|
||||
# @techdocs/cli
|
||||
|
||||
## 1.5.2-next.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies
|
||||
- @backstage/backend-common@0.19.7-next.1
|
||||
- @backstage/plugin-techdocs-node@1.8.2-next.1
|
||||
- @backstage/config@1.1.0
|
||||
- @backstage/catalog-model@1.4.2
|
||||
- @backstage/cli-common@0.1.13-next.0
|
||||
|
||||
## 1.5.2-next.0
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@techdocs/cli",
|
||||
"description": "Utility CLI for managing TechDocs sites in Backstage.",
|
||||
"version": "1.5.2-next.0",
|
||||
"version": "1.5.2-next.1",
|
||||
"publishConfig": {
|
||||
"access": "public"
|
||||
},
|
||||
|
||||
@@ -1,5 +1,19 @@
|
||||
# @backstage/test-utils
|
||||
|
||||
## 1.4.4-next.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- 1a0616fa10: Add missing resource and template app icons
|
||||
- Updated dependencies
|
||||
- @backstage/core-app-api@1.10.1-next.1
|
||||
- @backstage/core-plugin-api@1.7.0-next.0
|
||||
- @backstage/config@1.1.0
|
||||
- @backstage/plugin-permission-react@0.4.16-next.0
|
||||
- @backstage/theme@0.4.2
|
||||
- @backstage/types@1.1.1
|
||||
- @backstage/plugin-permission-common@0.7.8
|
||||
|
||||
## 1.4.4-next.0
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@backstage/test-utils",
|
||||
"description": "Utilities to test Backstage plugins and apps.",
|
||||
"version": "1.4.4-next.0",
|
||||
"version": "1.4.4-next.1",
|
||||
"publishConfig": {
|
||||
"access": "public"
|
||||
},
|
||||
|
||||
@@ -1,5 +1,20 @@
|
||||
# @backstage/plugin-adr-backend
|
||||
|
||||
## 0.4.2-next.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies
|
||||
- @backstage/backend-common@0.19.7-next.1
|
||||
- @backstage/backend-plugin-api@0.6.5-next.1
|
||||
- @backstage/config@1.1.0
|
||||
- @backstage/catalog-client@1.4.4
|
||||
- @backstage/catalog-model@1.4.2
|
||||
- @backstage/errors@1.2.2
|
||||
- @backstage/integration@1.7.1-next.0
|
||||
- @backstage/plugin-adr-common@0.2.16-next.0
|
||||
- @backstage/plugin-search-common@1.2.6
|
||||
|
||||
## 0.4.2-next.0
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@backstage/plugin-adr-backend",
|
||||
"version": "0.4.2-next.0",
|
||||
"version": "0.4.2-next.1",
|
||||
"main": "src/index.ts",
|
||||
"types": "src/index.ts",
|
||||
"license": "Apache-2.0",
|
||||
|
||||
@@ -1,5 +1,22 @@
|
||||
# @backstage/plugin-adr
|
||||
|
||||
## 0.6.8-next.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- 1204e7628e: Create an experimental `AdrSearchResultItemExtension` for declarative integration with Backstage; it can be accessed via the `/alpha` import.
|
||||
- Updated dependencies
|
||||
- @backstage/frontend-plugin-api@0.1.1-next.1
|
||||
- @backstage/core-components@0.13.6-next.1
|
||||
- @backstage/plugin-search-react@1.7.1-next.1
|
||||
- @backstage/integration-react@1.1.20-next.1
|
||||
- @backstage/plugin-catalog-react@1.8.5-next.1
|
||||
- @backstage/core-plugin-api@1.7.0-next.0
|
||||
- @backstage/catalog-model@1.4.2
|
||||
- @backstage/theme@0.4.2
|
||||
- @backstage/plugin-adr-common@0.2.16-next.0
|
||||
- @backstage/plugin-search-common@1.2.6
|
||||
|
||||
## 0.6.8-next.0
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@backstage/plugin-adr",
|
||||
"version": "0.6.8-next.0",
|
||||
"version": "0.6.8-next.1",
|
||||
"main": "src/index.ts",
|
||||
"types": "src/index.ts",
|
||||
"license": "Apache-2.0",
|
||||
|
||||
@@ -1,5 +1,14 @@
|
||||
# @backstage/plugin-airbrake-backend
|
||||
|
||||
## 0.3.2-next.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies
|
||||
- @backstage/backend-common@0.19.7-next.1
|
||||
- @backstage/backend-plugin-api@0.6.5-next.1
|
||||
- @backstage/config@1.1.0
|
||||
|
||||
## 0.3.2-next.0
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@backstage/plugin-airbrake-backend",
|
||||
"version": "0.3.2-next.0",
|
||||
"version": "0.3.2-next.1",
|
||||
"main": "src/index.ts",
|
||||
"types": "src/index.ts",
|
||||
"license": "Apache-2.0",
|
||||
|
||||
@@ -1,5 +1,18 @@
|
||||
# @backstage/plugin-airbrake
|
||||
|
||||
## 0.3.25-next.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies
|
||||
- @backstage/core-components@0.13.6-next.1
|
||||
- @backstage/test-utils@1.4.4-next.1
|
||||
- @backstage/dev-utils@1.0.22-next.1
|
||||
- @backstage/plugin-catalog-react@1.8.5-next.1
|
||||
- @backstage/core-plugin-api@1.7.0-next.0
|
||||
- @backstage/catalog-model@1.4.2
|
||||
- @backstage/theme@0.4.2
|
||||
|
||||
## 0.3.25-next.0
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@backstage/plugin-airbrake",
|
||||
"version": "0.3.25-next.0",
|
||||
"version": "0.3.25-next.1",
|
||||
"main": "src/index.ts",
|
||||
"types": "src/index.ts",
|
||||
"license": "Apache-2.0",
|
||||
|
||||
@@ -1,5 +1,16 @@
|
||||
# @backstage/plugin-allure
|
||||
|
||||
## 0.1.41-next.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies
|
||||
- @backstage/core-components@0.13.6-next.1
|
||||
- @backstage/plugin-catalog-react@1.8.5-next.1
|
||||
- @backstage/core-plugin-api@1.7.0-next.0
|
||||
- @backstage/catalog-model@1.4.2
|
||||
- @backstage/theme@0.4.2
|
||||
|
||||
## 0.1.41-next.0
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@backstage/plugin-allure",
|
||||
"description": "A Backstage plugin that integrates with Allure",
|
||||
"version": "0.1.41-next.0",
|
||||
"version": "0.1.41-next.1",
|
||||
"main": "src/index.ts",
|
||||
"types": "src/index.ts",
|
||||
"license": "Apache-2.0",
|
||||
|
||||
@@ -1,5 +1,15 @@
|
||||
# @backstage/plugin-analytics-module-ga
|
||||
|
||||
## 0.1.34-next.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies
|
||||
- @backstage/core-components@0.13.6-next.1
|
||||
- @backstage/core-plugin-api@1.7.0-next.0
|
||||
- @backstage/config@1.1.0
|
||||
- @backstage/theme@0.4.2
|
||||
|
||||
## 0.1.34-next.0
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@backstage/plugin-analytics-module-ga",
|
||||
"version": "0.1.34-next.0",
|
||||
"version": "0.1.34-next.1",
|
||||
"main": "src/index.ts",
|
||||
"types": "src/index.ts",
|
||||
"license": "Apache-2.0",
|
||||
|
||||
@@ -1,5 +1,15 @@
|
||||
# @backstage/plugin-analytics-module-ga4
|
||||
|
||||
## 0.1.5-next.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies
|
||||
- @backstage/core-components@0.13.6-next.1
|
||||
- @backstage/core-plugin-api@1.7.0-next.0
|
||||
- @backstage/config@1.1.0
|
||||
- @backstage/theme@0.4.2
|
||||
|
||||
## 0.1.5-next.0
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@backstage/plugin-analytics-module-ga4",
|
||||
"version": "0.1.5-next.0",
|
||||
"version": "0.1.5-next.1",
|
||||
"main": "src/index.ts",
|
||||
"types": "src/index.ts",
|
||||
"license": "Apache-2.0",
|
||||
|
||||
@@ -1,5 +1,14 @@
|
||||
# @backstage/plugin-analytics-module-newrelic-browser
|
||||
|
||||
## 0.0.3-next.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies
|
||||
- @backstage/core-components@0.13.6-next.1
|
||||
- @backstage/core-plugin-api@1.7.0-next.0
|
||||
- @backstage/config@1.1.0
|
||||
|
||||
## 0.0.3-next.0
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@backstage/plugin-analytics-module-newrelic-browser",
|
||||
"version": "0.0.3-next.0",
|
||||
"version": "0.0.3-next.1",
|
||||
"main": "src/index.ts",
|
||||
"types": "src/index.ts",
|
||||
"license": "Apache-2.0",
|
||||
|
||||
@@ -1,5 +1,13 @@
|
||||
# @backstage/plugin-apache-airflow
|
||||
|
||||
## 0.2.16-next.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies
|
||||
- @backstage/core-components@0.13.6-next.1
|
||||
- @backstage/core-plugin-api@1.7.0-next.0
|
||||
|
||||
## 0.2.16-next.0
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@backstage/plugin-apache-airflow",
|
||||
"version": "0.2.16-next.0",
|
||||
"version": "0.2.16-next.1",
|
||||
"main": "src/index.ts",
|
||||
"types": "src/index.ts",
|
||||
"license": "Apache-2.0",
|
||||
|
||||
@@ -1,5 +1,17 @@
|
||||
# @backstage/plugin-api-docs
|
||||
|
||||
## 0.9.12-next.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies
|
||||
- @backstage/plugin-catalog@1.14.0-next.1
|
||||
- @backstage/core-components@0.13.6-next.1
|
||||
- @backstage/plugin-catalog-react@1.8.5-next.1
|
||||
- @backstage/core-plugin-api@1.7.0-next.0
|
||||
- @backstage/catalog-model@1.4.2
|
||||
- @backstage/theme@0.4.2
|
||||
|
||||
## 0.9.12-next.0
|
||||
|
||||
### 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.9.12-next.0",
|
||||
"version": "0.9.12-next.1",
|
||||
"main": "src/index.ts",
|
||||
"types": "src/index.ts",
|
||||
"license": "Apache-2.0",
|
||||
|
||||
@@ -1,5 +1,14 @@
|
||||
# @backstage/plugin-apollo-explorer
|
||||
|
||||
## 0.1.16-next.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies
|
||||
- @backstage/core-components@0.13.6-next.1
|
||||
- @backstage/core-plugin-api@1.7.0-next.0
|
||||
- @backstage/theme@0.4.2
|
||||
|
||||
## 0.1.16-next.0
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@backstage/plugin-apollo-explorer",
|
||||
"version": "0.1.16-next.0",
|
||||
"version": "0.1.16-next.1",
|
||||
"main": "src/index.ts",
|
||||
"types": "src/index.ts",
|
||||
"license": "Apache-2.0",
|
||||
|
||||
@@ -1,5 +1,17 @@
|
||||
# @backstage/plugin-app-backend
|
||||
|
||||
## 0.3.53-next.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies
|
||||
- @backstage/backend-common@0.19.7-next.1
|
||||
- @backstage/backend-plugin-api@0.6.5-next.1
|
||||
- @backstage/config@1.1.0
|
||||
- @backstage/config-loader@1.5.1-next.0
|
||||
- @backstage/types@1.1.1
|
||||
- @backstage/plugin-app-node@0.1.5-next.1
|
||||
|
||||
## 0.3.53-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.53-next.0",
|
||||
"version": "0.3.53-next.1",
|
||||
"main": "src/index.ts",
|
||||
"types": "src/index.ts",
|
||||
"license": "Apache-2.0",
|
||||
|
||||
@@ -1,5 +1,12 @@
|
||||
# @backstage/plugin-app-node
|
||||
|
||||
## 0.1.5-next.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies
|
||||
- @backstage/backend-plugin-api@0.6.5-next.1
|
||||
|
||||
## 0.1.5-next.0
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@backstage/plugin-app-node",
|
||||
"description": "Node.js library for the app plugin",
|
||||
"version": "0.1.5-next.0",
|
||||
"version": "0.1.5-next.1",
|
||||
"main": "src/index.ts",
|
||||
"types": "src/index.ts",
|
||||
"license": "Apache-2.0",
|
||||
|
||||
@@ -1,5 +1,15 @@
|
||||
# @backstage/plugin-auth-backend-module-gcp-iap-provider
|
||||
|
||||
## 0.1.2-next.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies
|
||||
- @backstage/backend-plugin-api@0.6.5-next.1
|
||||
- @backstage/plugin-auth-node@0.3.2-next.1
|
||||
- @backstage/errors@1.2.2
|
||||
- @backstage/types@1.1.1
|
||||
|
||||
## 0.1.2-next.0
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@backstage/plugin-auth-backend-module-gcp-iap-provider",
|
||||
"description": "A GCP IAP auth provider module for the Backstage auth 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,14 @@
|
||||
# @backstage/plugin-auth-backend-module-github-provider
|
||||
|
||||
## 0.1.2-next.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies
|
||||
- @backstage/backend-common@0.19.7-next.1
|
||||
- @backstage/backend-plugin-api@0.6.5-next.1
|
||||
- @backstage/plugin-auth-node@0.3.2-next.1
|
||||
|
||||
## 0.1.2-next.0
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@backstage/plugin-auth-backend-module-github-provider",
|
||||
"description": "The github-provider backend module for the auth plugin.",
|
||||
"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,14 @@
|
||||
# @backstage/plugin-auth-backend-module-gitlab-provider
|
||||
|
||||
## 0.1.2-next.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies
|
||||
- @backstage/backend-common@0.19.7-next.1
|
||||
- @backstage/backend-plugin-api@0.6.5-next.1
|
||||
- @backstage/plugin-auth-node@0.3.2-next.1
|
||||
|
||||
## 0.1.2-next.0
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@backstage/plugin-auth-backend-module-gitlab-provider",
|
||||
"description": "The gitlab-provider backend module for the auth plugin.",
|
||||
"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,13 @@
|
||||
# @backstage/plugin-auth-backend-module-google-provider
|
||||
|
||||
## 0.1.2-next.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies
|
||||
- @backstage/backend-plugin-api@0.6.5-next.1
|
||||
- @backstage/plugin-auth-node@0.3.2-next.1
|
||||
|
||||
## 0.1.2-next.0
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@backstage/plugin-auth-backend-module-google-provider",
|
||||
"description": "A Google auth provider module for the Backstage auth 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,14 @@
|
||||
# @backstage/plugin-auth-backend-module-oauth2-provider
|
||||
|
||||
## 0.1.2-next.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies
|
||||
- @backstage/backend-common@0.19.7-next.1
|
||||
- @backstage/backend-plugin-api@0.6.5-next.1
|
||||
- @backstage/plugin-auth-node@0.3.2-next.1
|
||||
|
||||
## 0.1.2-next.0
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@backstage/plugin-auth-backend-module-oauth2-provider",
|
||||
"description": "The oauth2-provider backend module for the auth plugin.",
|
||||
"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,25 @@
|
||||
# @backstage/plugin-auth-backend
|
||||
|
||||
## 0.19.2-next.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies
|
||||
- @backstage/plugin-catalog-node@1.4.6-next.1
|
||||
- @backstage/backend-common@0.19.7-next.1
|
||||
- @backstage/backend-plugin-api@0.6.5-next.1
|
||||
- @backstage/plugin-auth-backend-module-github-provider@0.1.2-next.1
|
||||
- @backstage/plugin-auth-backend-module-gitlab-provider@0.1.2-next.1
|
||||
- @backstage/plugin-auth-backend-module-oauth2-provider@0.1.2-next.1
|
||||
- @backstage/plugin-auth-node@0.3.2-next.1
|
||||
- @backstage/config@1.1.0
|
||||
- @backstage/catalog-client@1.4.4
|
||||
- @backstage/catalog-model@1.4.2
|
||||
- @backstage/errors@1.2.2
|
||||
- @backstage/types@1.1.1
|
||||
- @backstage/plugin-auth-backend-module-gcp-iap-provider@0.1.2-next.1
|
||||
- @backstage/plugin-auth-backend-module-google-provider@0.1.2-next.1
|
||||
|
||||
## 0.19.2-next.0
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@backstage/plugin-auth-backend",
|
||||
"description": "A Backstage backend plugin that handles authentication",
|
||||
"version": "0.19.2-next.0",
|
||||
"version": "0.19.2-next.1",
|
||||
"main": "src/index.ts",
|
||||
"types": "src/index.ts",
|
||||
"license": "Apache-2.0",
|
||||
|
||||
@@ -1,5 +1,18 @@
|
||||
# @backstage/plugin-auth-node
|
||||
|
||||
## 0.3.2-next.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies
|
||||
- @backstage/backend-common@0.19.7-next.1
|
||||
- @backstage/backend-plugin-api@0.6.5-next.1
|
||||
- @backstage/config@1.1.0
|
||||
- @backstage/catalog-client@1.4.4
|
||||
- @backstage/catalog-model@1.4.2
|
||||
- @backstage/errors@1.2.2
|
||||
- @backstage/types@1.1.1
|
||||
|
||||
## 0.3.2-next.0
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@backstage/plugin-auth-node",
|
||||
"version": "0.3.2-next.0",
|
||||
"version": "0.3.2-next.1",
|
||||
"main": "src/index.ts",
|
||||
"types": "src/index.ts",
|
||||
"license": "Apache-2.0",
|
||||
|
||||
@@ -1,5 +1,15 @@
|
||||
# @backstage/plugin-azure-devops-backend
|
||||
|
||||
## 0.4.2-next.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies
|
||||
- @backstage/backend-common@0.19.7-next.1
|
||||
- @backstage/backend-plugin-api@0.6.5-next.1
|
||||
- @backstage/config@1.1.0
|
||||
- @backstage/plugin-azure-devops-common@0.3.1
|
||||
|
||||
## 0.4.2-next.0
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@backstage/plugin-azure-devops-backend",
|
||||
"version": "0.4.2-next.0",
|
||||
"version": "0.4.2-next.1",
|
||||
"main": "src/index.ts",
|
||||
"types": "src/index.ts",
|
||||
"license": "Apache-2.0",
|
||||
|
||||
@@ -1,5 +1,18 @@
|
||||
# @backstage/plugin-azure-devops
|
||||
|
||||
## 0.3.7-next.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies
|
||||
- @backstage/core-components@0.13.6-next.1
|
||||
- @backstage/plugin-catalog-react@1.8.5-next.1
|
||||
- @backstage/core-plugin-api@1.7.0-next.0
|
||||
- @backstage/catalog-model@1.4.2
|
||||
- @backstage/errors@1.2.2
|
||||
- @backstage/theme@0.4.2
|
||||
- @backstage/plugin-azure-devops-common@0.3.1
|
||||
|
||||
## 0.3.7-next.0
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@backstage/plugin-azure-devops",
|
||||
"version": "0.3.7-next.0",
|
||||
"version": "0.3.7-next.1",
|
||||
"main": "src/index.ts",
|
||||
"types": "src/index.ts",
|
||||
"license": "Apache-2.0",
|
||||
|
||||
@@ -1,5 +1,14 @@
|
||||
# @backstage/plugin-azure-sites-backend
|
||||
|
||||
## 0.1.15-next.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies
|
||||
- @backstage/backend-common@0.19.7-next.1
|
||||
- @backstage/config@1.1.0
|
||||
- @backstage/plugin-azure-sites-common@0.1.1
|
||||
|
||||
## 0.1.15-next.0
|
||||
|
||||
### 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