Merge pull request #27837 from backstage/changeset-release/master
Version Packages (next)
This commit is contained in:
+29
-2
@@ -192,11 +192,14 @@
|
||||
"@backstage/plugin-techdocs-react": "1.2.10",
|
||||
"@backstage/plugin-user-settings": "0.8.15",
|
||||
"@backstage/plugin-user-settings-backend": "0.2.27",
|
||||
"@backstage/plugin-user-settings-common": "0.0.1"
|
||||
"@backstage/plugin-user-settings-common": "0.0.1",
|
||||
"@backstage/canon": "0.0.0"
|
||||
},
|
||||
"changesets": [
|
||||
"beige-chicken-type",
|
||||
"brave-maps-deliver",
|
||||
"brown-monkeys-ring",
|
||||
"chatty-weeks-impress",
|
||||
"cold-icons-worry",
|
||||
"cold-jeans-stare",
|
||||
"cuddly-chicken-wink",
|
||||
@@ -205,47 +208,71 @@
|
||||
"cyan-rocks-divide",
|
||||
"dry-needles-taste",
|
||||
"empty-bugs-deliver",
|
||||
"empty-ways-push",
|
||||
"fast-cheetahs-deliver",
|
||||
"few-colts-train",
|
||||
"few-pillows-remember",
|
||||
"five-goats-travel",
|
||||
"fluffy-cobras-sort",
|
||||
"fluffy-falcons-shout",
|
||||
"fluffy-zebras-cheer",
|
||||
"forty-apples-complain",
|
||||
"friendly-dots-thank",
|
||||
"gold-stingrays-cross",
|
||||
"great-buttons-cross",
|
||||
"happy-forks-listen",
|
||||
"healthy-years-begin",
|
||||
"heavy-needles-poke",
|
||||
"honest-hornets-double",
|
||||
"hungry-hairs-wait",
|
||||
"itchy-rats-pump",
|
||||
"khaki-ladybugs-swim",
|
||||
"khaki-shrimps-tease",
|
||||
"lazy-pants-attack",
|
||||
"lazy-years-float",
|
||||
"mean-shirts-design",
|
||||
"neat-insects-cough",
|
||||
"new-pandas-perform",
|
||||
"new-rules-teach",
|
||||
"odd-apples-explain",
|
||||
"odd-worms-peel",
|
||||
"old-taxis-exist",
|
||||
"olive-berries-jump",
|
||||
"orange-coins-confess",
|
||||
"orange-moles-kick",
|
||||
"pink-bees-shake",
|
||||
"pink-pets-jump",
|
||||
"polite-foxes-buy",
|
||||
"poor-hounds-jump",
|
||||
"popular-donkeys-rhyme",
|
||||
"real-shirts-cry",
|
||||
"renovate-998a490",
|
||||
"renovate-a5f3bd6",
|
||||
"rich-beers-eat",
|
||||
"rollup-fix-forward",
|
||||
"rollup-release-borked-packages",
|
||||
"seven-bulldogs-count",
|
||||
"short-baboons-search",
|
||||
"shy-teachers-count",
|
||||
"silent-pigs-collect",
|
||||
"sixty-shirts-rescue",
|
||||
"slow-horses-destroy",
|
||||
"slow-singers-jump",
|
||||
"spotty-shoes-exercise",
|
||||
"stale-rats-tease",
|
||||
"strong-papayas-remember",
|
||||
"swift-kangaroos-drop",
|
||||
"tall-comics-heal",
|
||||
"ten-keys-nail",
|
||||
"thick-items-bathe",
|
||||
"tiny-mice-run",
|
||||
"twenty-parents-judge",
|
||||
"violet-snakes-laugh",
|
||||
"warm-pumpkins-bathe",
|
||||
"weak-avocados-suffer",
|
||||
"weak-meals-doubt",
|
||||
"wet-rats-exist",
|
||||
"young-carrots-collect"
|
||||
"young-carrots-collect",
|
||||
"young-months-admire"
|
||||
]
|
||||
}
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
+1
-1
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "root",
|
||||
"version": "1.34.0-next.0",
|
||||
"version": "1.34.0-next.1",
|
||||
"private": true,
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
||||
@@ -1,5 +1,16 @@
|
||||
# @backstage/app-defaults
|
||||
|
||||
## 1.5.15-next.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies
|
||||
- @backstage/core-components@0.16.2-next.1
|
||||
- @backstage/core-app-api@1.15.3-next.0
|
||||
- @backstage/core-plugin-api@1.10.1
|
||||
- @backstage/theme@0.6.3-next.0
|
||||
- @backstage/plugin-permission-react@0.4.28
|
||||
|
||||
## 1.5.15-next.0
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@backstage/app-defaults",
|
||||
"version": "1.5.15-next.0",
|
||||
"version": "1.5.15-next.1",
|
||||
"description": "Provides the default wiring of a Backstage App",
|
||||
"backstage": {
|
||||
"role": "web-library"
|
||||
|
||||
@@ -1,5 +1,13 @@
|
||||
# app-next-example-plugin
|
||||
|
||||
## 0.0.18-next.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies
|
||||
- @backstage/core-components@0.16.2-next.1
|
||||
- @backstage/frontend-plugin-api@0.9.3-next.1
|
||||
|
||||
## 0.0.18-next.0
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "app-next-example-plugin",
|
||||
"version": "0.0.18-next.0",
|
||||
"version": "0.0.18-next.1",
|
||||
"description": "Backstage internal example plugin",
|
||||
"backstage": {
|
||||
"role": "frontend-plugin",
|
||||
|
||||
@@ -1,5 +1,50 @@
|
||||
# example-app-next
|
||||
|
||||
## 0.0.18-next.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies
|
||||
- @backstage/plugin-home@0.8.3-next.1
|
||||
- @backstage/plugin-catalog-react@1.14.3-next.1
|
||||
- @backstage/plugin-scaffolder-react@1.14.2-next.1
|
||||
- @backstage/cli@0.29.3-next.1
|
||||
- @backstage/core-components@0.16.2-next.1
|
||||
- @backstage/plugin-api-docs@0.12.2-next.1
|
||||
- @backstage/plugin-catalog@1.25.2-next.1
|
||||
- @backstage/plugin-catalog-graph@0.4.14-next.1
|
||||
- @backstage/plugin-catalog-import@0.12.8-next.1
|
||||
- @backstage/plugin-kubernetes@0.12.2-next.1
|
||||
- @backstage/plugin-kubernetes-cluster@0.0.20-next.1
|
||||
- @backstage/plugin-org@0.6.34-next.1
|
||||
- @backstage/plugin-scaffolder@1.27.2-next.1
|
||||
- @backstage/plugin-search@1.4.21-next.1
|
||||
- @backstage/plugin-techdocs@1.11.3-next.1
|
||||
- @backstage/plugin-user-settings@0.8.17-next.1
|
||||
- @backstage/app-defaults@1.5.15-next.1
|
||||
- @backstage/catalog-model@1.7.1
|
||||
- @backstage/config@1.3.0
|
||||
- @backstage/core-app-api@1.15.3-next.0
|
||||
- @backstage/core-compat-api@0.3.4-next.1
|
||||
- @backstage/core-plugin-api@1.10.1
|
||||
- @backstage/frontend-app-api@0.10.3-next.1
|
||||
- @backstage/frontend-defaults@0.1.4-next.1
|
||||
- @backstage/frontend-plugin-api@0.9.3-next.1
|
||||
- @backstage/integration-react@1.2.2-next.0
|
||||
- @backstage/theme@0.6.3-next.0
|
||||
- @backstage/plugin-app@0.1.4-next.1
|
||||
- @backstage/plugin-app-visualizer@0.1.14-next.1
|
||||
- @backstage/plugin-auth-react@0.1.10-next.1
|
||||
- @backstage/plugin-catalog-common@1.1.1
|
||||
- @backstage/plugin-catalog-unprocessed-entities@0.2.12-next.1
|
||||
- @backstage/plugin-notifications@0.4.2-next.1
|
||||
- @backstage/plugin-permission-react@0.4.28
|
||||
- @backstage/plugin-search-common@1.2.15
|
||||
- @backstage/plugin-search-react@1.8.4-next.1
|
||||
- @backstage/plugin-signals@0.0.14-next.1
|
||||
- @backstage/plugin-techdocs-module-addons-contrib@1.1.19-next.1
|
||||
- @backstage/plugin-techdocs-react@1.2.12-next.1
|
||||
|
||||
## 0.0.18-next.0
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "example-app-next",
|
||||
"version": "0.0.18-next.0",
|
||||
"version": "0.0.18-next.1",
|
||||
"backstage": {
|
||||
"role": "frontend"
|
||||
},
|
||||
|
||||
@@ -1,5 +1,46 @@
|
||||
# example-app
|
||||
|
||||
## 0.2.104-next.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies
|
||||
- @backstage/plugin-home@0.8.3-next.1
|
||||
- @backstage/plugin-catalog-react@1.14.3-next.1
|
||||
- @backstage/plugin-scaffolder-react@1.14.2-next.1
|
||||
- @backstage/cli@0.29.3-next.1
|
||||
- @backstage/core-components@0.16.2-next.1
|
||||
- @backstage/plugin-api-docs@0.12.2-next.1
|
||||
- @backstage/plugin-catalog@1.25.2-next.1
|
||||
- @backstage/plugin-catalog-graph@0.4.14-next.1
|
||||
- @backstage/plugin-catalog-import@0.12.8-next.1
|
||||
- @backstage/plugin-kubernetes@0.12.2-next.1
|
||||
- @backstage/plugin-kubernetes-cluster@0.0.20-next.1
|
||||
- @backstage/plugin-org@0.6.34-next.1
|
||||
- @backstage/plugin-scaffolder@1.27.2-next.1
|
||||
- @backstage/plugin-search@1.4.21-next.1
|
||||
- @backstage/plugin-techdocs@1.11.3-next.1
|
||||
- @backstage/plugin-user-settings@0.8.17-next.1
|
||||
- @backstage/app-defaults@1.5.15-next.1
|
||||
- @backstage/catalog-model@1.7.1
|
||||
- @backstage/config@1.3.0
|
||||
- @backstage/core-app-api@1.15.3-next.0
|
||||
- @backstage/core-plugin-api@1.10.1
|
||||
- @backstage/frontend-app-api@0.10.3-next.1
|
||||
- @backstage/integration-react@1.2.2-next.0
|
||||
- @backstage/theme@0.6.3-next.0
|
||||
- @backstage/plugin-auth-react@0.1.10-next.1
|
||||
- @backstage/plugin-catalog-common@1.1.1
|
||||
- @backstage/plugin-catalog-unprocessed-entities@0.2.12-next.1
|
||||
- @backstage/plugin-devtools@0.1.22-next.1
|
||||
- @backstage/plugin-notifications@0.4.2-next.1
|
||||
- @backstage/plugin-permission-react@0.4.28
|
||||
- @backstage/plugin-search-common@1.2.15
|
||||
- @backstage/plugin-search-react@1.8.4-next.1
|
||||
- @backstage/plugin-signals@0.0.14-next.1
|
||||
- @backstage/plugin-techdocs-module-addons-contrib@1.1.19-next.1
|
||||
- @backstage/plugin-techdocs-react@1.2.12-next.1
|
||||
|
||||
## 0.2.104-next.0
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "example-app",
|
||||
"version": "0.2.104-next.0",
|
||||
"version": "0.2.104-next.1",
|
||||
"backstage": {
|
||||
"role": "frontend"
|
||||
},
|
||||
|
||||
@@ -1,5 +1,24 @@
|
||||
# @backstage/backend-app-api
|
||||
|
||||
## 1.1.0-next.1
|
||||
|
||||
### Minor Changes
|
||||
|
||||
- 12eac85: **EXPERIMENTAL**: Adds a new `instanceMetadataService` to hold information about a specific backend instance.
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- 5c9cc05: Use native fetch instead of node-fetch
|
||||
- Updated dependencies
|
||||
- @backstage/plugin-auth-node@0.5.5-next.1
|
||||
- @backstage/config-loader@1.9.3-next.0
|
||||
- @backstage/backend-plugin-api@1.1.0-next.1
|
||||
- @backstage/plugin-permission-node@0.8.6-next.1
|
||||
- @backstage/cli-common@0.1.15
|
||||
- @backstage/config@1.3.0
|
||||
- @backstage/errors@1.2.5
|
||||
- @backstage/types@1.2.0
|
||||
|
||||
## 1.0.3-next.0
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@backstage/backend-app-api",
|
||||
"version": "1.0.3-next.0",
|
||||
"version": "1.1.0-next.1",
|
||||
"description": "Core API used by Backstage backend apps",
|
||||
"backstage": {
|
||||
"role": "node-library"
|
||||
|
||||
@@ -1,5 +1,29 @@
|
||||
# @backstage/backend-defaults
|
||||
|
||||
## 0.6.0-next.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- fe87fbf: Add task metrics as two gauges that track the last start and end timestamps as epoch seconds.
|
||||
- 1ac6b72: Support `connection.type: cloudsql` in database client for usage with `@google-cloud/cloud-sql-connector` and `iam` auth
|
||||
- 5c9cc05: Use native fetch instead of node-fetch
|
||||
- cf627c6: Fixed an issue in the WinstonLogger where Errors thrown and given to logger.error with field values that could not be cast to a string would throw a TypeError
|
||||
- Updated dependencies
|
||||
- @backstage/plugin-auth-node@0.5.5-next.1
|
||||
- @backstage/backend-app-api@1.1.0-next.1
|
||||
- @backstage/config-loader@1.9.3-next.0
|
||||
- @backstage/backend-plugin-api@1.1.0-next.1
|
||||
- @backstage/plugin-permission-node@0.8.6-next.1
|
||||
- @backstage/backend-dev-utils@0.1.5
|
||||
- @backstage/cli-common@0.1.15
|
||||
- @backstage/cli-node@0.2.11-next.0
|
||||
- @backstage/config@1.3.0
|
||||
- @backstage/errors@1.2.5
|
||||
- @backstage/integration@1.16.0-next.0
|
||||
- @backstage/integration-aws-node@0.1.13
|
||||
- @backstage/types@1.2.0
|
||||
- @backstage/plugin-events-node@0.4.6-next.1
|
||||
|
||||
## 0.6.0-next.0
|
||||
|
||||
### Minor Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@backstage/backend-defaults",
|
||||
"version": "0.6.0-next.0",
|
||||
"version": "0.6.0-next.1",
|
||||
"description": "Backend defaults used by Backstage backend apps",
|
||||
"backstage": {
|
||||
"role": "node-library"
|
||||
|
||||
@@ -1,5 +1,30 @@
|
||||
# @backstage/backend-dynamic-feature-service
|
||||
|
||||
## 0.5.2-next.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies
|
||||
- @backstage/plugin-auth-node@0.5.5-next.1
|
||||
- @backstage/plugin-catalog-backend@1.29.0-next.1
|
||||
- @backstage/backend-defaults@0.6.0-next.1
|
||||
- @backstage/plugin-events-backend@0.4.0-next.1
|
||||
- @backstage/plugin-scaffolder-node@0.6.2-next.1
|
||||
- @backstage/plugin-search-backend-node@1.3.6-next.1
|
||||
- @backstage/backend-app-api@1.1.0-next.1
|
||||
- @backstage/config-loader@1.9.3-next.0
|
||||
- @backstage/backend-plugin-api@1.1.0-next.1
|
||||
- @backstage/plugin-permission-node@0.8.6-next.1
|
||||
- @backstage/cli-common@0.1.15
|
||||
- @backstage/cli-node@0.2.11-next.0
|
||||
- @backstage/config@1.3.0
|
||||
- @backstage/errors@1.2.5
|
||||
- @backstage/types@1.2.0
|
||||
- @backstage/plugin-app-node@0.1.28-next.1
|
||||
- @backstage/plugin-events-node@0.4.6-next.1
|
||||
- @backstage/plugin-permission-common@0.8.2
|
||||
- @backstage/plugin-search-common@1.2.15
|
||||
|
||||
## 0.5.1-next.0
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@backstage/backend-dynamic-feature-service",
|
||||
"version": "0.5.1-next.0",
|
||||
"version": "0.5.2-next.1",
|
||||
"description": "Backstage dynamic feature service",
|
||||
"backstage": {
|
||||
"role": "node-library"
|
||||
|
||||
@@ -1,5 +1,45 @@
|
||||
# example-backend-legacy
|
||||
|
||||
## 0.2.105-next.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies
|
||||
- @backstage/plugin-search-backend-module-elasticsearch@1.6.3-next.1
|
||||
- @backstage/plugin-auth-backend@0.24.1-next.1
|
||||
- @backstage/plugin-auth-node@0.5.5-next.1
|
||||
- @backstage/plugin-catalog-backend@1.29.0-next.1
|
||||
- @backstage/backend-defaults@0.6.0-next.1
|
||||
- @backstage/plugin-catalog-node@1.15.0-next.1
|
||||
- @backstage/catalog-client@1.9.0-next.1
|
||||
- @backstage/plugin-events-backend@0.4.0-next.1
|
||||
- @backstage/plugin-search-backend@1.8.0-next.1
|
||||
- @backstage/plugin-search-backend-node@1.3.6-next.1
|
||||
- @backstage/plugin-search-backend-module-techdocs@0.3.4-next.1
|
||||
- @backstage/plugin-search-backend-module-explore@0.2.6-next.1
|
||||
- @backstage/plugin-permission-backend@0.5.52-next.1
|
||||
- @backstage/plugin-techdocs-backend@1.11.4-next.1
|
||||
- @backstage/plugin-signals-backend@0.2.4-next.1
|
||||
- @backstage/plugin-proxy-backend@0.5.9-next.1
|
||||
- @backstage/plugin-app-backend@0.4.3-next.1
|
||||
- @backstage/plugin-scaffolder-backend-module-confluence-to-markdown@0.3.4-next.1
|
||||
- @backstage/backend-plugin-api@1.1.0-next.1
|
||||
- @backstage/plugin-catalog-backend-module-unprocessed@0.5.3-next.1
|
||||
- @backstage/plugin-kubernetes-backend@0.19.1-next.1
|
||||
- @backstage/plugin-permission-node@0.8.6-next.1
|
||||
- @backstage/plugin-scaffolder-backend@1.28.0-next.1
|
||||
- @backstage/plugin-signals-node@0.1.15-next.1
|
||||
- @backstage/plugin-catalog-backend-module-scaffolder-entity-model@0.2.3-next.1
|
||||
- @backstage/plugin-search-backend-module-catalog@0.2.6-next.1
|
||||
- @backstage/plugin-scaffolder-backend-module-gitlab@0.7.0-next.1
|
||||
- @backstage/plugin-scaffolder-backend-module-rails@0.5.4-next.1
|
||||
- @backstage/catalog-model@1.7.1
|
||||
- @backstage/config@1.3.0
|
||||
- @backstage/integration@1.16.0-next.0
|
||||
- @backstage/plugin-events-node@0.4.6-next.1
|
||||
- @backstage/plugin-permission-common@0.8.2
|
||||
- @backstage/plugin-search-backend-module-pg@0.5.39-next.1
|
||||
|
||||
## 0.2.105-next.0
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "example-backend-legacy",
|
||||
"version": "0.2.105-next.0",
|
||||
"version": "0.2.105-next.1",
|
||||
"backstage": {
|
||||
"role": "backend"
|
||||
},
|
||||
|
||||
@@ -1,5 +1,14 @@
|
||||
# @backstage/backend-openapi-utils
|
||||
|
||||
## 0.3.1-next.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies
|
||||
- @backstage/backend-plugin-api@1.1.0-next.1
|
||||
- @backstage/errors@1.2.5
|
||||
- @backstage/types@1.2.0
|
||||
|
||||
## 0.3.1-next.0
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@backstage/backend-openapi-utils",
|
||||
"version": "0.3.1-next.0",
|
||||
"version": "0.3.1-next.1",
|
||||
"description": "OpenAPI typescript support.",
|
||||
"backstage": {
|
||||
"role": "node-library"
|
||||
|
||||
@@ -1,5 +1,21 @@
|
||||
# @backstage/backend-plugin-api
|
||||
|
||||
## 1.1.0-next.1
|
||||
|
||||
### Minor Changes
|
||||
|
||||
- 12eac85: **EXPERIMENTAL**: Adds a new `instanceMetadataService` to hold information about a specific backend instance.
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies
|
||||
- @backstage/plugin-auth-node@0.5.5-next.1
|
||||
- @backstage/cli-common@0.1.15
|
||||
- @backstage/config@1.3.0
|
||||
- @backstage/errors@1.2.5
|
||||
- @backstage/types@1.2.0
|
||||
- @backstage/plugin-permission-common@0.8.2
|
||||
|
||||
## 1.0.3-next.0
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@backstage/backend-plugin-api",
|
||||
"version": "1.0.3-next.0",
|
||||
"version": "1.1.0-next.1",
|
||||
"description": "Core API used by Backstage backend plugins",
|
||||
"backstage": {
|
||||
"role": "node-library"
|
||||
|
||||
@@ -1,5 +1,19 @@
|
||||
# @backstage/backend-test-utils
|
||||
|
||||
## 1.2.0-next.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies
|
||||
- @backstage/plugin-auth-node@0.5.5-next.1
|
||||
- @backstage/backend-defaults@0.6.0-next.1
|
||||
- @backstage/backend-app-api@1.1.0-next.1
|
||||
- @backstage/backend-plugin-api@1.1.0-next.1
|
||||
- @backstage/config@1.3.0
|
||||
- @backstage/errors@1.2.5
|
||||
- @backstage/types@1.2.0
|
||||
- @backstage/plugin-events-node@0.4.6-next.1
|
||||
|
||||
## 1.2.0-next.0
|
||||
|
||||
### Minor Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@backstage/backend-test-utils",
|
||||
"version": "1.2.0-next.0",
|
||||
"version": "1.2.0-next.1",
|
||||
"description": "Test helpers library for Backstage backends",
|
||||
"backstage": {
|
||||
"role": "node-library"
|
||||
|
||||
@@ -1,5 +1,43 @@
|
||||
# example-backend
|
||||
|
||||
## 0.0.33-next.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies
|
||||
- @backstage/plugin-auth-backend@0.24.1-next.1
|
||||
- @backstage/plugin-auth-node@0.5.5-next.1
|
||||
- @backstage/plugin-catalog-backend@1.29.0-next.1
|
||||
- @backstage/backend-defaults@0.6.0-next.1
|
||||
- @backstage/plugin-events-backend@0.4.0-next.1
|
||||
- @backstage/plugin-search-backend@1.8.0-next.1
|
||||
- @backstage/plugin-devtools-backend@0.5.0-next.1
|
||||
- @backstage/plugin-search-backend-node@1.3.6-next.1
|
||||
- @backstage/plugin-search-backend-module-techdocs@0.3.4-next.1
|
||||
- @backstage/plugin-search-backend-module-explore@0.2.6-next.1
|
||||
- @backstage/plugin-notifications-backend@0.4.4-next.1
|
||||
- @backstage/plugin-permission-backend@0.5.52-next.1
|
||||
- @backstage/plugin-techdocs-backend@1.11.4-next.1
|
||||
- @backstage/plugin-signals-backend@0.2.4-next.1
|
||||
- @backstage/plugin-proxy-backend@0.5.9-next.1
|
||||
- @backstage/plugin-app-backend@0.4.3-next.1
|
||||
- @backstage/backend-plugin-api@1.1.0-next.1
|
||||
- @backstage/plugin-auth-backend-module-github-provider@0.2.3-next.1
|
||||
- @backstage/plugin-auth-backend-module-guest-provider@0.2.3-next.1
|
||||
- @backstage/plugin-catalog-backend-module-unprocessed@0.5.3-next.1
|
||||
- @backstage/plugin-kubernetes-backend@0.19.1-next.1
|
||||
- @backstage/plugin-permission-backend-module-allow-all-policy@0.2.3-next.1
|
||||
- @backstage/plugin-permission-node@0.8.6-next.1
|
||||
- @backstage/plugin-scaffolder-backend@1.28.0-next.1
|
||||
- @backstage/plugin-catalog-backend-module-openapi@0.2.5-next.1
|
||||
- @backstage/plugin-catalog-backend-module-backstage-openapi@0.4.3-next.1
|
||||
- @backstage/plugin-catalog-backend-module-scaffolder-entity-model@0.2.3-next.1
|
||||
- @backstage/plugin-search-backend-module-catalog@0.2.6-next.1
|
||||
- @backstage/plugin-scaffolder-backend-module-github@0.5.4-next.1
|
||||
- @backstage/plugin-scaffolder-backend-module-notifications@0.1.5-next.1
|
||||
- @backstage/catalog-model@1.7.1
|
||||
- @backstage/plugin-permission-common@0.8.2
|
||||
|
||||
## 0.0.33-next.0
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "example-backend",
|
||||
"version": "0.0.33-next.0",
|
||||
"version": "0.0.33-next.1",
|
||||
"backstage": {
|
||||
"role": "backend"
|
||||
},
|
||||
|
||||
@@ -1,5 +1,17 @@
|
||||
# @backstage/catalog-client
|
||||
|
||||
## 1.9.0-next.1
|
||||
|
||||
### Minor Changes
|
||||
|
||||
- 384e494: Internal updates to generated code.
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies
|
||||
- @backstage/catalog-model@1.7.1
|
||||
- @backstage/errors@1.2.5
|
||||
|
||||
## 1.8.1-next.0
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@backstage/catalog-client",
|
||||
"version": "1.8.1-next.0",
|
||||
"version": "1.9.0-next.1",
|
||||
"description": "An isomorphic client for the catalog backend",
|
||||
"backstage": {
|
||||
"role": "common-library"
|
||||
|
||||
@@ -1,5 +1,23 @@
|
||||
# @backstage/cli
|
||||
|
||||
## 0.29.3-next.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- a49030a: Add support for `--output-file` option from ESLint to `package lint` and `repo lint` commands.
|
||||
- 5c9cc05: Use native fetch instead of node-fetch
|
||||
- Updated dependencies
|
||||
- @backstage/config-loader@1.9.3-next.0
|
||||
- @backstage/release-manifests@0.0.12-next.1
|
||||
- @backstage/catalog-model@1.7.1
|
||||
- @backstage/cli-common@0.1.15
|
||||
- @backstage/cli-node@0.2.11-next.0
|
||||
- @backstage/config@1.3.0
|
||||
- @backstage/errors@1.2.5
|
||||
- @backstage/eslint-plugin@0.1.10
|
||||
- @backstage/integration@1.16.0-next.0
|
||||
- @backstage/types@1.2.0
|
||||
|
||||
## 0.29.3-next.0
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@backstage/cli",
|
||||
"version": "0.29.3-next.0",
|
||||
"version": "0.29.3-next.1",
|
||||
"description": "CLI for developing Backstage plugins and apps",
|
||||
"backstage": {
|
||||
"role": "cli"
|
||||
|
||||
@@ -1,5 +1,16 @@
|
||||
# @backstage/config-loader
|
||||
|
||||
## 1.9.3-next.0
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- 5c9cc05: Use native fetch instead of node-fetch
|
||||
- Updated dependencies
|
||||
- @backstage/cli-common@0.1.15
|
||||
- @backstage/config@1.3.0
|
||||
- @backstage/errors@1.2.5
|
||||
- @backstage/types@1.2.0
|
||||
|
||||
## 1.9.2
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@backstage/config-loader",
|
||||
"version": "1.9.2",
|
||||
"version": "1.9.3-next.0",
|
||||
"description": "Config loading functionality used by Backstage backend, and CLI",
|
||||
"backstage": {
|
||||
"role": "node-library"
|
||||
|
||||
@@ -1,5 +1,14 @@
|
||||
# @backstage/core-compat-api
|
||||
|
||||
## 0.3.4-next.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies
|
||||
- @backstage/core-plugin-api@1.10.1
|
||||
- @backstage/frontend-plugin-api@0.9.3-next.1
|
||||
- @backstage/version-bridge@1.0.10
|
||||
|
||||
## 0.3.4-next.0
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@backstage/core-compat-api",
|
||||
"version": "0.3.4-next.0",
|
||||
"version": "0.3.4-next.1",
|
||||
"backstage": {
|
||||
"role": "web-library"
|
||||
},
|
||||
|
||||
@@ -1,5 +1,17 @@
|
||||
# @backstage/core-components
|
||||
|
||||
## 0.16.2-next.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- e47be38: Added data-testid to placeholder rendered by Progress component to simplify assertions in tests
|
||||
- Updated dependencies
|
||||
- @backstage/config@1.3.0
|
||||
- @backstage/core-plugin-api@1.10.1
|
||||
- @backstage/errors@1.2.5
|
||||
- @backstage/theme@0.6.3-next.0
|
||||
- @backstage/version-bridge@1.0.10
|
||||
|
||||
## 0.16.2-next.0
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@backstage/core-components",
|
||||
"version": "0.16.2-next.0",
|
||||
"version": "0.16.2-next.1",
|
||||
"description": "Core components used by Backstage plugins and apps",
|
||||
"backstage": {
|
||||
"role": "web-library"
|
||||
|
||||
@@ -1,5 +1,13 @@
|
||||
# @backstage/create-app
|
||||
|
||||
## 0.5.23-next.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- 5c9cc05: Use native fetch instead of node-fetch
|
||||
- Updated dependencies
|
||||
- @backstage/cli-common@0.1.15
|
||||
|
||||
## 0.5.23-next.0
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@backstage/create-app",
|
||||
"version": "0.5.23-next.0",
|
||||
"version": "0.5.23-next.1",
|
||||
"description": "A CLI that helps you create your own Backstage app",
|
||||
"backstage": {
|
||||
"role": "cli"
|
||||
|
||||
@@ -1,5 +1,19 @@
|
||||
# @backstage/dev-utils
|
||||
|
||||
## 1.1.5-next.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies
|
||||
- @backstage/plugin-catalog-react@1.14.3-next.1
|
||||
- @backstage/core-components@0.16.2-next.1
|
||||
- @backstage/app-defaults@1.5.15-next.1
|
||||
- @backstage/catalog-model@1.7.1
|
||||
- @backstage/core-app-api@1.15.3-next.0
|
||||
- @backstage/core-plugin-api@1.10.1
|
||||
- @backstage/integration-react@1.2.2-next.0
|
||||
- @backstage/theme@0.6.3-next.0
|
||||
|
||||
## 1.1.5-next.0
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@backstage/dev-utils",
|
||||
"version": "1.1.5-next.0",
|
||||
"version": "1.1.5-next.1",
|
||||
"description": "Utilities for developing Backstage plugins.",
|
||||
"backstage": {
|
||||
"role": "web-library"
|
||||
|
||||
@@ -1,5 +1,14 @@
|
||||
# e2e-test
|
||||
|
||||
## 0.2.23-next.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies
|
||||
- @backstage/create-app@0.5.23-next.1
|
||||
- @backstage/cli-common@0.1.15
|
||||
- @backstage/errors@1.2.5
|
||||
|
||||
## 0.2.23-next.0
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "e2e-test",
|
||||
"version": "0.2.23-next.0",
|
||||
"version": "0.2.23-next.1",
|
||||
"description": "E2E test for verifying Backstage packages",
|
||||
"backstage": {
|
||||
"role": "cli"
|
||||
|
||||
@@ -1,5 +1,19 @@
|
||||
# @backstage/frontend-app-api
|
||||
|
||||
## 0.10.3-next.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies
|
||||
- @backstage/config@1.3.0
|
||||
- @backstage/core-app-api@1.15.3-next.0
|
||||
- @backstage/core-plugin-api@1.10.1
|
||||
- @backstage/errors@1.2.5
|
||||
- @backstage/frontend-defaults@0.1.4-next.1
|
||||
- @backstage/frontend-plugin-api@0.9.3-next.1
|
||||
- @backstage/types@1.2.0
|
||||
- @backstage/version-bridge@1.0.10
|
||||
|
||||
## 0.10.3-next.0
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@backstage/frontend-app-api",
|
||||
"version": "0.10.3-next.0",
|
||||
"version": "0.10.3-next.1",
|
||||
"backstage": {
|
||||
"role": "web-library"
|
||||
},
|
||||
|
||||
@@ -1,5 +1,16 @@
|
||||
# @backstage/frontend-defaults
|
||||
|
||||
## 0.1.4-next.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies
|
||||
- @backstage/config@1.3.0
|
||||
- @backstage/errors@1.2.5
|
||||
- @backstage/frontend-app-api@0.10.3-next.1
|
||||
- @backstage/frontend-plugin-api@0.9.3-next.1
|
||||
- @backstage/plugin-app@0.1.4-next.1
|
||||
|
||||
## 0.1.4-next.0
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@backstage/frontend-defaults",
|
||||
"version": "0.1.4-next.0",
|
||||
"version": "0.1.4-next.1",
|
||||
"backstage": {
|
||||
"role": "web-library"
|
||||
},
|
||||
|
||||
@@ -1,5 +1,14 @@
|
||||
# @internal/frontend
|
||||
|
||||
## 0.0.4-next.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies
|
||||
- @backstage/frontend-plugin-api@0.9.3-next.1
|
||||
- @backstage/types@1.2.0
|
||||
- @backstage/version-bridge@1.0.10
|
||||
|
||||
## 0.0.4-next.0
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@internal/frontend",
|
||||
"version": "0.0.4-next.0",
|
||||
"version": "0.0.4-next.1",
|
||||
"backstage": {
|
||||
"role": "web-library",
|
||||
"inline": true
|
||||
|
||||
@@ -1,5 +1,15 @@
|
||||
# @backstage/frontend-plugin-api
|
||||
|
||||
## 0.9.3-next.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies
|
||||
- @backstage/core-components@0.16.2-next.1
|
||||
- @backstage/core-plugin-api@1.10.1
|
||||
- @backstage/types@1.2.0
|
||||
- @backstage/version-bridge@1.0.10
|
||||
|
||||
## 0.9.3-next.0
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@backstage/frontend-plugin-api",
|
||||
"version": "0.9.3-next.0",
|
||||
"version": "0.9.3-next.1",
|
||||
"backstage": {
|
||||
"role": "web-library"
|
||||
},
|
||||
|
||||
@@ -1,5 +1,18 @@
|
||||
# @backstage/frontend-test-utils
|
||||
|
||||
## 0.2.4-next.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies
|
||||
- @backstage/config@1.3.0
|
||||
- @backstage/frontend-app-api@0.10.3-next.1
|
||||
- @backstage/frontend-plugin-api@0.9.3-next.1
|
||||
- @backstage/test-utils@1.7.3-next.0
|
||||
- @backstage/types@1.2.0
|
||||
- @backstage/version-bridge@1.0.10
|
||||
- @backstage/plugin-app@0.1.4-next.1
|
||||
|
||||
## 0.2.4-next.0
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@backstage/frontend-test-utils",
|
||||
"version": "0.2.4-next.0",
|
||||
"version": "0.2.4-next.1",
|
||||
"backstage": {
|
||||
"role": "web-library"
|
||||
},
|
||||
|
||||
@@ -1,5 +1,11 @@
|
||||
# @backstage/release-manifests
|
||||
|
||||
## 0.0.12-next.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- b29eaea: Allow overriding the fetch function used inside getManifestByVersion
|
||||
|
||||
## 0.0.12-next.0
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@backstage/release-manifests",
|
||||
"version": "0.0.12-next.0",
|
||||
"version": "0.0.12-next.1",
|
||||
"description": "Helper library for receiving release manifests",
|
||||
"backstage": {
|
||||
"role": "common-library"
|
||||
|
||||
@@ -1,5 +1,19 @@
|
||||
# @backstage/repo-tools
|
||||
|
||||
## 0.12.0-next.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- 860e3b5: Generated OpenAPI clients now support paths with tags.
|
||||
- 00058d0: The `generate-patch` command will now add a single resolution entry for all versions of the patched package, rather than separate entries for each version query.
|
||||
- Updated dependencies
|
||||
- @backstage/config-loader@1.9.3-next.0
|
||||
- @backstage/backend-plugin-api@1.1.0-next.1
|
||||
- @backstage/catalog-model@1.7.1
|
||||
- @backstage/cli-common@0.1.15
|
||||
- @backstage/cli-node@0.2.11-next.0
|
||||
- @backstage/errors@1.2.5
|
||||
|
||||
## 0.12.0-next.0
|
||||
|
||||
### Minor Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@backstage/repo-tools",
|
||||
"version": "0.12.0-next.0",
|
||||
"version": "0.12.0-next.1",
|
||||
"description": "CLI for Backstage repo tooling ",
|
||||
"backstage": {
|
||||
"role": "cli"
|
||||
|
||||
@@ -1,5 +1,13 @@
|
||||
# @internal/scaffolder
|
||||
|
||||
## 0.0.4-next.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies
|
||||
- @backstage/plugin-scaffolder-react@1.14.2-next.1
|
||||
- @backstage/frontend-plugin-api@0.9.3-next.1
|
||||
|
||||
## 0.0.4-next.0
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@internal/scaffolder",
|
||||
"version": "0.0.4-next.0",
|
||||
"version": "0.0.4-next.1",
|
||||
"backstage": {
|
||||
"role": "web-library",
|
||||
"inline": true
|
||||
|
||||
@@ -1,5 +1,24 @@
|
||||
# techdocs-cli-embedded-app
|
||||
|
||||
## 0.2.103-next.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies
|
||||
- @backstage/cli@0.29.3-next.1
|
||||
- @backstage/core-components@0.16.2-next.1
|
||||
- @backstage/plugin-catalog@1.25.2-next.1
|
||||
- @backstage/plugin-techdocs@1.11.3-next.1
|
||||
- @backstage/app-defaults@1.5.15-next.1
|
||||
- @backstage/catalog-model@1.7.1
|
||||
- @backstage/config@1.3.0
|
||||
- @backstage/core-app-api@1.15.3-next.0
|
||||
- @backstage/core-plugin-api@1.10.1
|
||||
- @backstage/integration-react@1.2.2-next.0
|
||||
- @backstage/test-utils@1.7.3-next.0
|
||||
- @backstage/theme@0.6.3-next.0
|
||||
- @backstage/plugin-techdocs-react@1.2.12-next.1
|
||||
|
||||
## 0.2.103-next.0
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "techdocs-cli-embedded-app",
|
||||
"version": "0.2.103-next.0",
|
||||
"version": "0.2.103-next.1",
|
||||
"backstage": {
|
||||
"role": "frontend"
|
||||
},
|
||||
|
||||
@@ -1,5 +1,16 @@
|
||||
# @techdocs/cli
|
||||
|
||||
## 1.8.24-next.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies
|
||||
- @backstage/backend-defaults@0.6.0-next.1
|
||||
- @backstage/catalog-model@1.7.1
|
||||
- @backstage/cli-common@0.1.15
|
||||
- @backstage/config@1.3.0
|
||||
- @backstage/plugin-techdocs-node@1.12.15-next.1
|
||||
|
||||
## 1.8.24-next.0
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@techdocs/cli",
|
||||
"version": "1.8.24-next.0",
|
||||
"version": "1.8.24-next.1",
|
||||
"description": "Utility CLI for managing TechDocs sites in Backstage.",
|
||||
"backstage": {
|
||||
"role": "cli"
|
||||
|
||||
@@ -1,5 +1,14 @@
|
||||
# yarn-plugin-backstage
|
||||
|
||||
## 0.0.4-next.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- 48cc7c5: Use yarn's built-in http utilities for fetching release manifests
|
||||
- Updated dependencies
|
||||
- @backstage/release-manifests@0.0.12-next.1
|
||||
- @backstage/cli-common@0.1.15
|
||||
|
||||
## 0.0.4-next.0
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "yarn-plugin-backstage",
|
||||
"version": "0.0.4-next.0",
|
||||
"version": "0.0.4-next.1",
|
||||
"description": "Yarn plugin for working with Backstage monorepos",
|
||||
"backstage": {
|
||||
"role": "node-library"
|
||||
|
||||
@@ -1,5 +1,20 @@
|
||||
# @backstage/plugin-api-docs
|
||||
|
||||
## 0.12.2-next.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies
|
||||
- @backstage/plugin-catalog-react@1.14.3-next.1
|
||||
- @backstage/core-components@0.16.2-next.1
|
||||
- @backstage/plugin-catalog@1.25.2-next.1
|
||||
- @backstage/catalog-model@1.7.1
|
||||
- @backstage/core-compat-api@0.3.4-next.1
|
||||
- @backstage/core-plugin-api@1.10.1
|
||||
- @backstage/frontend-plugin-api@0.9.3-next.1
|
||||
- @backstage/plugin-catalog-common@1.1.1
|
||||
- @backstage/plugin-permission-react@0.4.28
|
||||
|
||||
## 0.12.2-next.0
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@backstage/plugin-api-docs",
|
||||
"version": "0.12.2-next.0",
|
||||
"version": "0.12.2-next.1",
|
||||
"description": "A Backstage plugin that helps represent API entities in the frontend",
|
||||
"backstage": {
|
||||
"role": "frontend-plugin",
|
||||
|
||||
@@ -1,5 +1,19 @@
|
||||
# @backstage/plugin-app-backend
|
||||
|
||||
## 0.4.3-next.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- 5c9cc05: Use native fetch instead of node-fetch
|
||||
- Updated dependencies
|
||||
- @backstage/plugin-auth-node@0.5.5-next.1
|
||||
- @backstage/config-loader@1.9.3-next.0
|
||||
- @backstage/backend-plugin-api@1.1.0-next.1
|
||||
- @backstage/config@1.3.0
|
||||
- @backstage/errors@1.2.5
|
||||
- @backstage/types@1.2.0
|
||||
- @backstage/plugin-app-node@0.1.28-next.1
|
||||
|
||||
## 0.4.3-next.0
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@backstage/plugin-app-backend",
|
||||
"version": "0.4.3-next.0",
|
||||
"version": "0.4.3-next.1",
|
||||
"description": "A Backstage backend plugin that serves the Backstage frontend app",
|
||||
"backstage": {
|
||||
"role": "backend-plugin",
|
||||
|
||||
@@ -1,5 +1,13 @@
|
||||
# @backstage/plugin-app-node
|
||||
|
||||
## 0.1.28-next.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies
|
||||
- @backstage/config-loader@1.9.3-next.0
|
||||
- @backstage/backend-plugin-api@1.1.0-next.1
|
||||
|
||||
## 0.1.28-next.0
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@backstage/plugin-app-node",
|
||||
"version": "0.1.28-next.0",
|
||||
"version": "0.1.28-next.1",
|
||||
"description": "Node.js library for the app plugin",
|
||||
"backstage": {
|
||||
"role": "node-library",
|
||||
|
||||
@@ -1,5 +1,14 @@
|
||||
# @backstage/plugin-app-visualizer
|
||||
|
||||
## 0.1.14-next.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies
|
||||
- @backstage/core-components@0.16.2-next.1
|
||||
- @backstage/core-plugin-api@1.10.1
|
||||
- @backstage/frontend-plugin-api@0.9.3-next.1
|
||||
|
||||
## 0.1.14-next.0
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@backstage/plugin-app-visualizer",
|
||||
"version": "0.1.14-next.0",
|
||||
"version": "0.1.14-next.1",
|
||||
"description": "Visualizes the Backstage app structure",
|
||||
"backstage": {
|
||||
"role": "frontend-plugin",
|
||||
|
||||
@@ -1,5 +1,17 @@
|
||||
# @backstage/plugin-app
|
||||
|
||||
## 0.1.4-next.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies
|
||||
- @backstage/core-components@0.16.2-next.1
|
||||
- @backstage/core-plugin-api@1.10.1
|
||||
- @backstage/frontend-plugin-api@0.9.3-next.1
|
||||
- @backstage/integration-react@1.2.2-next.0
|
||||
- @backstage/theme@0.6.3-next.0
|
||||
- @backstage/plugin-permission-react@0.4.28
|
||||
|
||||
## 0.1.4-next.0
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@backstage/plugin-app",
|
||||
"version": "0.1.4-next.0",
|
||||
"version": "0.1.4-next.1",
|
||||
"backstage": {
|
||||
"role": "frontend-plugin",
|
||||
"pluginId": "app",
|
||||
|
||||
@@ -1,5 +1,13 @@
|
||||
# @backstage/plugin-auth-backend-module-atlassian-provider
|
||||
|
||||
## 0.3.3-next.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies
|
||||
- @backstage/plugin-auth-node@0.5.5-next.1
|
||||
- @backstage/backend-plugin-api@1.1.0-next.1
|
||||
|
||||
## 0.3.3-next.0
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@backstage/plugin-auth-backend-module-atlassian-provider",
|
||||
"version": "0.3.3-next.0",
|
||||
"version": "0.3.3-next.1",
|
||||
"description": "The atlassian-provider backend module for the auth plugin.",
|
||||
"backstage": {
|
||||
"role": "backend-plugin-module",
|
||||
|
||||
@@ -1,5 +1,13 @@
|
||||
# @backstage/plugin-auth-backend-module-auth0-provider
|
||||
|
||||
## 0.1.3-next.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies
|
||||
- @backstage/plugin-auth-node@0.5.5-next.1
|
||||
- @backstage/backend-plugin-api@1.1.0-next.1
|
||||
|
||||
## 0.1.3-next.0
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@backstage/plugin-auth-backend-module-auth0-provider",
|
||||
"version": "0.1.3-next.0",
|
||||
"version": "0.1.3-next.1",
|
||||
"description": "The auth0-provider backend module for the auth plugin.",
|
||||
"backstage": {
|
||||
"role": "backend-plugin-module",
|
||||
|
||||
@@ -1,5 +1,16 @@
|
||||
# @backstage/plugin-auth-backend-module-aws-alb-provider
|
||||
|
||||
## 0.3.1-next.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- 5c9cc05: Use native fetch instead of node-fetch
|
||||
- Updated dependencies
|
||||
- @backstage/plugin-auth-backend@0.24.1-next.1
|
||||
- @backstage/plugin-auth-node@0.5.5-next.1
|
||||
- @backstage/backend-plugin-api@1.1.0-next.1
|
||||
- @backstage/errors@1.2.5
|
||||
|
||||
## 0.3.1-next.0
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@backstage/plugin-auth-backend-module-aws-alb-provider",
|
||||
"version": "0.3.1-next.0",
|
||||
"version": "0.3.1-next.1",
|
||||
"description": "The aws-alb provider module for the Backstage auth backend.",
|
||||
"backstage": {
|
||||
"role": "backend-plugin-module",
|
||||
|
||||
@@ -1,5 +1,15 @@
|
||||
# @backstage/plugin-auth-backend-module-azure-easyauth-provider
|
||||
|
||||
## 0.2.3-next.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies
|
||||
- @backstage/plugin-auth-node@0.5.5-next.1
|
||||
- @backstage/backend-plugin-api@1.1.0-next.1
|
||||
- @backstage/catalog-model@1.7.1
|
||||
- @backstage/errors@1.2.5
|
||||
|
||||
## 0.2.3-next.0
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@backstage/plugin-auth-backend-module-azure-easyauth-provider",
|
||||
"version": "0.2.3-next.0",
|
||||
"version": "0.2.3-next.1",
|
||||
"description": "The azure-easyauth-provider backend module for the auth plugin.",
|
||||
"backstage": {
|
||||
"role": "backend-plugin-module",
|
||||
|
||||
@@ -1,5 +1,13 @@
|
||||
# @backstage/plugin-auth-backend-module-bitbucket-provider
|
||||
|
||||
## 0.2.3-next.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies
|
||||
- @backstage/plugin-auth-node@0.5.5-next.1
|
||||
- @backstage/backend-plugin-api@1.1.0-next.1
|
||||
|
||||
## 0.2.3-next.0
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@backstage/plugin-auth-backend-module-bitbucket-provider",
|
||||
"version": "0.2.3-next.0",
|
||||
"version": "0.2.3-next.1",
|
||||
"description": "The bitbucket-provider backend module for the auth plugin.",
|
||||
"backstage": {
|
||||
"role": "backend-plugin-module",
|
||||
|
||||
@@ -1,5 +1,14 @@
|
||||
# @backstage/plugin-auth-backend-module-bitbucket-server-provider
|
||||
|
||||
## 0.1.3-next.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- 5c9cc05: Use native fetch instead of node-fetch
|
||||
- Updated dependencies
|
||||
- @backstage/plugin-auth-node@0.5.5-next.1
|
||||
- @backstage/backend-plugin-api@1.1.0-next.1
|
||||
|
||||
## 0.1.3-next.0
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@backstage/plugin-auth-backend-module-bitbucket-server-provider",
|
||||
"version": "0.1.3-next.0",
|
||||
"version": "0.1.3-next.1",
|
||||
"description": "The bitbucket-server-provider backend module for the auth plugin.",
|
||||
"backstage": {
|
||||
"role": "backend-plugin-module",
|
||||
|
||||
@@ -1,5 +1,16 @@
|
||||
# @backstage/plugin-auth-backend-module-cloudflare-access-provider
|
||||
|
||||
## 0.3.3-next.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- 5c9cc05: Use native fetch instead of node-fetch
|
||||
- Updated dependencies
|
||||
- @backstage/plugin-auth-node@0.5.5-next.1
|
||||
- @backstage/backend-plugin-api@1.1.0-next.1
|
||||
- @backstage/config@1.3.0
|
||||
- @backstage/errors@1.2.5
|
||||
|
||||
## 0.3.3-next.0
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@backstage/plugin-auth-backend-module-cloudflare-access-provider",
|
||||
"version": "0.3.3-next.0",
|
||||
"version": "0.3.3-next.1",
|
||||
"description": "The cloudflare-access-provider backend module for the auth plugin.",
|
||||
"backstage": {
|
||||
"role": "backend-plugin-module",
|
||||
|
||||
@@ -1,5 +1,15 @@
|
||||
# @backstage/plugin-auth-backend-module-gcp-iap-provider
|
||||
|
||||
## 0.3.3-next.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies
|
||||
- @backstage/plugin-auth-node@0.5.5-next.1
|
||||
- @backstage/backend-plugin-api@1.1.0-next.1
|
||||
- @backstage/errors@1.2.5
|
||||
- @backstage/types@1.2.0
|
||||
|
||||
## 0.3.3-next.0
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@backstage/plugin-auth-backend-module-gcp-iap-provider",
|
||||
"version": "0.3.3-next.0",
|
||||
"version": "0.3.3-next.1",
|
||||
"description": "A GCP IAP auth provider module for the Backstage auth backend",
|
||||
"backstage": {
|
||||
"role": "backend-plugin-module",
|
||||
|
||||
@@ -1,5 +1,13 @@
|
||||
# @backstage/plugin-auth-backend-module-github-provider
|
||||
|
||||
## 0.2.3-next.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies
|
||||
- @backstage/plugin-auth-node@0.5.5-next.1
|
||||
- @backstage/backend-plugin-api@1.1.0-next.1
|
||||
|
||||
## 0.2.3-next.0
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@backstage/plugin-auth-backend-module-github-provider",
|
||||
"version": "0.2.3-next.0",
|
||||
"version": "0.2.3-next.1",
|
||||
"description": "The github-provider backend module for the auth plugin.",
|
||||
"backstage": {
|
||||
"role": "backend-plugin-module",
|
||||
|
||||
@@ -1,5 +1,13 @@
|
||||
# @backstage/plugin-auth-backend-module-gitlab-provider
|
||||
|
||||
## 0.2.3-next.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies
|
||||
- @backstage/plugin-auth-node@0.5.5-next.1
|
||||
- @backstage/backend-plugin-api@1.1.0-next.1
|
||||
|
||||
## 0.2.3-next.0
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@backstage/plugin-auth-backend-module-gitlab-provider",
|
||||
"version": "0.2.3-next.0",
|
||||
"version": "0.2.3-next.1",
|
||||
"description": "The gitlab-provider backend module for the auth plugin.",
|
||||
"backstage": {
|
||||
"role": "backend-plugin-module",
|
||||
|
||||
@@ -1,5 +1,14 @@
|
||||
# @backstage/plugin-auth-backend-module-google-provider
|
||||
|
||||
## 0.2.3-next.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- 79b055a: Pass through `includeGrantedScopes` in order to persist scopes across refresh calls
|
||||
- Updated dependencies
|
||||
- @backstage/plugin-auth-node@0.5.5-next.1
|
||||
- @backstage/backend-plugin-api@1.1.0-next.1
|
||||
|
||||
## 0.2.3-next.0
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@backstage/plugin-auth-backend-module-google-provider",
|
||||
"version": "0.2.3-next.0",
|
||||
"version": "0.2.3-next.1",
|
||||
"description": "A Google auth provider module for the Backstage auth backend",
|
||||
"backstage": {
|
||||
"role": "backend-plugin-module",
|
||||
|
||||
@@ -1,5 +1,15 @@
|
||||
# @backstage/plugin-auth-backend-module-guest-provider
|
||||
|
||||
## 0.2.3-next.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies
|
||||
- @backstage/plugin-auth-node@0.5.5-next.1
|
||||
- @backstage/backend-plugin-api@1.1.0-next.1
|
||||
- @backstage/catalog-model@1.7.1
|
||||
- @backstage/errors@1.2.5
|
||||
|
||||
## 0.2.3-next.0
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@backstage/plugin-auth-backend-module-guest-provider",
|
||||
"version": "0.2.3-next.0",
|
||||
"version": "0.2.3-next.1",
|
||||
"description": "The guest-provider backend module for the auth plugin.",
|
||||
"backstage": {
|
||||
"role": "backend-plugin-module",
|
||||
|
||||
@@ -1,5 +1,14 @@
|
||||
# @backstage/plugin-auth-backend-module-microsoft-provider
|
||||
|
||||
## 0.2.3-next.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- 5c9cc05: Use native fetch instead of node-fetch
|
||||
- Updated dependencies
|
||||
- @backstage/plugin-auth-node@0.5.5-next.1
|
||||
- @backstage/backend-plugin-api@1.1.0-next.1
|
||||
|
||||
## 0.2.3-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