Version Packages (next)
This commit is contained in:
+14
-1
@@ -203,5 +203,18 @@
|
||||
"@backstage/plugin-user-settings-backend": "0.3.5",
|
||||
"@backstage/plugin-user-settings-common": "0.0.1"
|
||||
},
|
||||
"changesets": []
|
||||
"changesets": [
|
||||
"brave-bugs-know",
|
||||
"cool-games-rescue",
|
||||
"easy-wings-turn",
|
||||
"giant-zebras-peel",
|
||||
"lemon-terms-cheer",
|
||||
"lucky-glasses-slide",
|
||||
"ripe-plants-pump",
|
||||
"sixty-pans-prove",
|
||||
"sixty-places-push",
|
||||
"slick-lamps-clap",
|
||||
"tricky-buses-lead",
|
||||
"yellow-dragons-float"
|
||||
]
|
||||
}
|
||||
|
||||
@@ -0,0 +1,636 @@
|
||||
# Release v1.43.0-next.0
|
||||
|
||||
Upgrade Helper: [https://backstage.github.io/upgrade-helper/?to=1.43.0-next.0](https://backstage.github.io/upgrade-helper/?to=1.43.0-next.0)
|
||||
|
||||
## @backstage/backend-test-utils@1.9.0-next.0
|
||||
|
||||
### Minor Changes
|
||||
|
||||
- 4e2c237: The `mockServices.rootConfig()` instance now has an `update` method that can be used to test configuration subscriptions and updates.
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies
|
||||
- @backstage/backend-app-api@1.2.6
|
||||
- @backstage/backend-defaults@0.12.0
|
||||
- @backstage/backend-plugin-api@1.4.2
|
||||
- @backstage/config@1.3.3
|
||||
- @backstage/errors@1.2.7
|
||||
- @backstage/types@1.2.1
|
||||
- @backstage/plugin-auth-node@0.6.6
|
||||
- @backstage/plugin-events-node@0.4.14
|
||||
- @backstage/plugin-permission-common@0.9.1
|
||||
|
||||
## @backstage/plugin-catalog-backend-module-msgraph@0.8.0-next.0
|
||||
|
||||
### Minor Changes
|
||||
|
||||
- 577f0ed: **BREAKING**: Encode query filters for requests made to msgraph. If you currently have manually encoded characters in a filter, this is a breaking change and must be updated to avoid requests being double encoded.
|
||||
|
||||
```diff
|
||||
user:
|
||||
- filter: department in('MARKETING', 'RESEARCH %26 DEVELOPMENT')
|
||||
+ filter: department in('MARKETING', 'RESEARCH & DEVELOPMENT')
|
||||
```
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies
|
||||
- @backstage/backend-plugin-api@1.4.2
|
||||
- @backstage/catalog-model@1.7.5
|
||||
- @backstage/config@1.3.3
|
||||
- @backstage/plugin-catalog-common@1.1.5
|
||||
- @backstage/plugin-catalog-node@1.18.0
|
||||
|
||||
## @backstage/cli@0.34.1-next.0
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- 080f252: Fixed the `new-frontend-plugin` template that was incorrectly passing `id` instead of `pluginId` to `createFrontendPlugin` and unnecessarily importing `React`.
|
||||
- 275bda8: Fixed an issue that could cause conflicts of detected modules in workspaces with multiple apps.
|
||||
- Updated dependencies
|
||||
- @backstage/catalog-model@1.7.5
|
||||
- @backstage/cli-common@0.1.15
|
||||
- @backstage/cli-node@0.2.14
|
||||
- @backstage/config@1.3.3
|
||||
- @backstage/config-loader@1.10.2
|
||||
- @backstage/errors@1.2.7
|
||||
- @backstage/eslint-plugin@0.1.11
|
||||
- @backstage/integration@1.17.1
|
||||
- @backstage/release-manifests@0.0.13
|
||||
- @backstage/types@1.2.1
|
||||
|
||||
## @backstage/core-compat-api@0.5.2-next.0
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- dc01d6f: Fix for `compatWrapper` creating many wrapping `Providers` when they should not
|
||||
- Updated dependencies
|
||||
- @backstage/plugin-catalog-react@1.20.2-next.0
|
||||
- @backstage/core-plugin-api@1.10.9
|
||||
- @backstage/frontend-plugin-api@0.11.0
|
||||
- @backstage/version-bridge@1.0.11
|
||||
|
||||
## @backstage/create-app@0.7.4-next.0
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- b2d9fc1: Creates a plugin that redirects from the Home page to the Catalog index page to avoid seeing a not found page error when starting the app.
|
||||
- Updated dependencies
|
||||
- @backstage/cli-common@0.1.15
|
||||
|
||||
## @backstage/dev-utils@1.1.14-next.0
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies
|
||||
- @backstage/plugin-catalog-react@1.20.2-next.0
|
||||
- @backstage/app-defaults@1.6.5
|
||||
- @backstage/catalog-model@1.7.5
|
||||
- @backstage/core-app-api@1.18.0
|
||||
- @backstage/core-components@0.17.5
|
||||
- @backstage/core-plugin-api@1.10.9
|
||||
- @backstage/integration-react@1.2.9
|
||||
- @backstage/theme@0.6.8
|
||||
|
||||
## @backstage/plugin-api-docs@0.12.11-next.0
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies
|
||||
- @backstage/core-compat-api@0.5.2-next.0
|
||||
- @backstage/plugin-catalog@1.31.3-next.0
|
||||
- @backstage/plugin-catalog-react@1.20.2-next.0
|
||||
- @backstage/catalog-model@1.7.5
|
||||
- @backstage/core-components@0.17.5
|
||||
- @backstage/core-plugin-api@1.10.9
|
||||
- @backstage/frontend-plugin-api@0.11.0
|
||||
- @backstage/plugin-catalog-common@1.1.5
|
||||
- @backstage/plugin-permission-react@0.4.36
|
||||
|
||||
## @backstage/plugin-catalog@1.31.3-next.0
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- ce1239e: Auto-focus the first menu item in `EntityContextMenu`, and do not render a divider if an empty array is passed to `UNSTABLE_extraContextMenuItems`.
|
||||
- Updated dependencies
|
||||
- @backstage/core-compat-api@0.5.2-next.0
|
||||
- @backstage/plugin-catalog-react@1.20.2-next.0
|
||||
- @backstage/catalog-client@1.11.0
|
||||
- @backstage/catalog-model@1.7.5
|
||||
- @backstage/core-components@0.17.5
|
||||
- @backstage/core-plugin-api@1.10.9
|
||||
- @backstage/errors@1.2.7
|
||||
- @backstage/frontend-plugin-api@0.11.0
|
||||
- @backstage/integration-react@1.2.9
|
||||
- @backstage/types@1.2.1
|
||||
- @backstage/version-bridge@1.0.11
|
||||
- @backstage/plugin-catalog-common@1.1.5
|
||||
- @backstage/plugin-permission-react@0.4.36
|
||||
- @backstage/plugin-scaffolder-common@1.7.0
|
||||
- @backstage/plugin-search-common@1.2.19
|
||||
- @backstage/plugin-search-react@1.9.3
|
||||
- @backstage/plugin-techdocs-common@0.1.1
|
||||
- @backstage/plugin-techdocs-react@1.3.2
|
||||
|
||||
## @backstage/plugin-catalog-graph@0.4.23-next.0
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies
|
||||
- @backstage/core-compat-api@0.5.2-next.0
|
||||
- @backstage/plugin-catalog-react@1.20.2-next.0
|
||||
- @backstage/catalog-client@1.11.0
|
||||
- @backstage/catalog-model@1.7.5
|
||||
- @backstage/core-components@0.17.5
|
||||
- @backstage/core-plugin-api@1.10.9
|
||||
- @backstage/frontend-plugin-api@0.11.0
|
||||
- @backstage/types@1.2.1
|
||||
|
||||
## @backstage/plugin-catalog-import@0.13.5-next.0
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies
|
||||
- @backstage/core-compat-api@0.5.2-next.0
|
||||
- @backstage/plugin-catalog-react@1.20.2-next.0
|
||||
- @backstage/catalog-client@1.11.0
|
||||
- @backstage/catalog-model@1.7.5
|
||||
- @backstage/config@1.3.3
|
||||
- @backstage/core-components@0.17.5
|
||||
- @backstage/core-plugin-api@1.10.9
|
||||
- @backstage/errors@1.2.7
|
||||
- @backstage/frontend-plugin-api@0.11.0
|
||||
- @backstage/integration@1.17.1
|
||||
- @backstage/integration-react@1.2.9
|
||||
- @backstage/plugin-catalog-common@1.1.5
|
||||
|
||||
## @backstage/plugin-catalog-react@1.20.2-next.0
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- ad0f58d: Support `default*` for older packages as this package is in range for breaking `/alpha` changes
|
||||
- Updated dependencies
|
||||
- @backstage/core-compat-api@0.5.2-next.0
|
||||
- @backstage/catalog-client@1.11.0
|
||||
- @backstage/catalog-model@1.7.5
|
||||
- @backstage/core-components@0.17.5
|
||||
- @backstage/core-plugin-api@1.10.9
|
||||
- @backstage/errors@1.2.7
|
||||
- @backstage/frontend-plugin-api@0.11.0
|
||||
- @backstage/frontend-test-utils@0.3.5
|
||||
- @backstage/integration-react@1.2.9
|
||||
- @backstage/types@1.2.1
|
||||
- @backstage/version-bridge@1.0.11
|
||||
- @backstage/plugin-catalog-common@1.1.5
|
||||
- @backstage/plugin-permission-common@0.9.1
|
||||
- @backstage/plugin-permission-react@0.4.36
|
||||
|
||||
## @backstage/plugin-catalog-unprocessed-entities@0.2.21-next.0
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies
|
||||
- @backstage/core-compat-api@0.5.2-next.0
|
||||
- @backstage/catalog-model@1.7.5
|
||||
- @backstage/core-components@0.17.5
|
||||
- @backstage/core-plugin-api@1.10.9
|
||||
- @backstage/errors@1.2.7
|
||||
- @backstage/frontend-plugin-api@0.11.0
|
||||
|
||||
## @backstage/plugin-devtools@0.1.31-next.0
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies
|
||||
- @backstage/core-compat-api@0.5.2-next.0
|
||||
- @backstage/core-components@0.17.5
|
||||
- @backstage/core-plugin-api@1.10.9
|
||||
- @backstage/errors@1.2.7
|
||||
- @backstage/frontend-plugin-api@0.11.0
|
||||
- @backstage/plugin-devtools-common@0.1.17
|
||||
- @backstage/plugin-permission-react@0.4.36
|
||||
|
||||
## @backstage/plugin-home@0.8.12-next.0
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies
|
||||
- @backstage/core-compat-api@0.5.2-next.0
|
||||
- @backstage/plugin-catalog-react@1.20.2-next.0
|
||||
- @backstage/catalog-client@1.11.0
|
||||
- @backstage/catalog-model@1.7.5
|
||||
- @backstage/config@1.3.3
|
||||
- @backstage/core-app-api@1.18.0
|
||||
- @backstage/core-components@0.17.5
|
||||
- @backstage/core-plugin-api@1.10.9
|
||||
- @backstage/frontend-plugin-api@0.11.0
|
||||
- @backstage/theme@0.6.8
|
||||
- @backstage/plugin-home-react@0.1.29
|
||||
|
||||
## @backstage/plugin-kubernetes@0.12.11-next.0
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies
|
||||
- @backstage/core-compat-api@0.5.2-next.0
|
||||
- @backstage/plugin-catalog-react@1.20.2-next.0
|
||||
- @backstage/catalog-model@1.7.5
|
||||
- @backstage/core-components@0.17.5
|
||||
- @backstage/core-plugin-api@1.10.9
|
||||
- @backstage/frontend-plugin-api@0.11.0
|
||||
- @backstage/plugin-kubernetes-common@0.9.6
|
||||
- @backstage/plugin-kubernetes-react@0.5.10
|
||||
- @backstage/plugin-permission-react@0.4.36
|
||||
|
||||
## @backstage/plugin-kubernetes-backend@0.20.2-next.0
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- 80cf8c9: Fix issue with default objects not being loaded properly
|
||||
- Updated dependencies
|
||||
- @backstage/backend-plugin-api@1.4.2
|
||||
- @backstage/catalog-client@1.11.0
|
||||
- @backstage/catalog-model@1.7.5
|
||||
- @backstage/config@1.3.3
|
||||
- @backstage/errors@1.2.7
|
||||
- @backstage/integration-aws-node@0.1.17
|
||||
- @backstage/types@1.2.1
|
||||
- @backstage/plugin-auth-node@0.6.6
|
||||
- @backstage/plugin-catalog-node@1.18.0
|
||||
- @backstage/plugin-kubernetes-common@0.9.6
|
||||
- @backstage/plugin-kubernetes-node@0.3.3
|
||||
- @backstage/plugin-permission-common@0.9.1
|
||||
- @backstage/plugin-permission-node@0.10.3
|
||||
|
||||
## @backstage/plugin-kubernetes-cluster@0.0.29-next.0
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies
|
||||
- @backstage/plugin-catalog-react@1.20.2-next.0
|
||||
- @backstage/catalog-model@1.7.5
|
||||
- @backstage/core-components@0.17.5
|
||||
- @backstage/core-plugin-api@1.10.9
|
||||
- @backstage/plugin-kubernetes-common@0.9.6
|
||||
- @backstage/plugin-kubernetes-react@0.5.10
|
||||
- @backstage/plugin-permission-react@0.4.36
|
||||
|
||||
## @backstage/plugin-notifications@0.5.9-next.0
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies
|
||||
- @backstage/core-compat-api@0.5.2-next.0
|
||||
- @backstage/core-components@0.17.5
|
||||
- @backstage/core-plugin-api@1.10.9
|
||||
- @backstage/errors@1.2.7
|
||||
- @backstage/frontend-plugin-api@0.11.0
|
||||
- @backstage/theme@0.6.8
|
||||
- @backstage/types@1.2.1
|
||||
- @backstage/plugin-notifications-common@0.1.0
|
||||
- @backstage/plugin-signals-react@0.0.15
|
||||
|
||||
## @backstage/plugin-org@0.6.44-next.0
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- 22b69f2: Fixing issue with extra slash in the routing
|
||||
- Updated dependencies
|
||||
- @backstage/core-compat-api@0.5.2-next.0
|
||||
- @backstage/plugin-catalog-react@1.20.2-next.0
|
||||
- @backstage/catalog-model@1.7.5
|
||||
- @backstage/core-components@0.17.5
|
||||
- @backstage/core-plugin-api@1.10.9
|
||||
- @backstage/frontend-plugin-api@0.11.0
|
||||
- @backstage/plugin-catalog-common@1.1.5
|
||||
|
||||
## @backstage/plugin-org-react@0.1.42-next.0
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies
|
||||
- @backstage/plugin-catalog-react@1.20.2-next.0
|
||||
- @backstage/catalog-client@1.11.0
|
||||
- @backstage/catalog-model@1.7.5
|
||||
- @backstage/core-components@0.17.5
|
||||
- @backstage/core-plugin-api@1.10.9
|
||||
|
||||
## @backstage/plugin-scaffolder@1.34.1-next.0
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies
|
||||
- @backstage/core-compat-api@0.5.2-next.0
|
||||
- @backstage/plugin-catalog-react@1.20.2-next.0
|
||||
- @backstage/catalog-client@1.11.0
|
||||
- @backstage/catalog-model@1.7.5
|
||||
- @backstage/core-components@0.17.5
|
||||
- @backstage/core-plugin-api@1.10.9
|
||||
- @backstage/errors@1.2.7
|
||||
- @backstage/frontend-plugin-api@0.11.0
|
||||
- @backstage/integration@1.17.1
|
||||
- @backstage/integration-react@1.2.9
|
||||
- @backstage/types@1.2.1
|
||||
- @backstage/plugin-catalog-common@1.1.5
|
||||
- @backstage/plugin-permission-react@0.4.36
|
||||
- @backstage/plugin-scaffolder-common@1.7.0
|
||||
- @backstage/plugin-scaffolder-react@1.19.1-next.0
|
||||
|
||||
## @backstage/plugin-scaffolder-backend-module-yeoman@0.4.14-next.0
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies
|
||||
- @backstage/backend-plugin-api@1.4.2
|
||||
- @backstage/types@1.2.1
|
||||
- @backstage/plugin-scaffolder-node@0.11.0
|
||||
- @backstage/plugin-scaffolder-node-test-utils@0.3.3-next.0
|
||||
|
||||
## @backstage/plugin-scaffolder-node-test-utils@0.3.3-next.0
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies
|
||||
- @backstage/backend-test-utils@1.9.0-next.0
|
||||
- @backstage/backend-plugin-api@1.4.2
|
||||
- @backstage/types@1.2.1
|
||||
- @backstage/plugin-scaffolder-node@0.11.0
|
||||
|
||||
## @backstage/plugin-scaffolder-react@1.19.1-next.0
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies
|
||||
- @backstage/plugin-catalog-react@1.20.2-next.0
|
||||
- @backstage/catalog-client@1.11.0
|
||||
- @backstage/catalog-model@1.7.5
|
||||
- @backstage/core-components@0.17.5
|
||||
- @backstage/core-plugin-api@1.10.9
|
||||
- @backstage/frontend-plugin-api@0.11.0
|
||||
- @backstage/theme@0.6.8
|
||||
- @backstage/types@1.2.1
|
||||
- @backstage/version-bridge@1.0.11
|
||||
- @backstage/plugin-permission-react@0.4.36
|
||||
- @backstage/plugin-scaffolder-common@1.7.0
|
||||
|
||||
## @backstage/plugin-search@1.4.30-next.0
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies
|
||||
- @backstage/core-compat-api@0.5.2-next.0
|
||||
- @backstage/plugin-catalog-react@1.20.2-next.0
|
||||
- @backstage/core-components@0.17.5
|
||||
- @backstage/core-plugin-api@1.10.9
|
||||
- @backstage/errors@1.2.7
|
||||
- @backstage/frontend-plugin-api@0.11.0
|
||||
- @backstage/types@1.2.1
|
||||
- @backstage/version-bridge@1.0.11
|
||||
- @backstage/plugin-search-common@1.2.19
|
||||
- @backstage/plugin-search-react@1.9.3
|
||||
|
||||
## @backstage/plugin-search-backend-module-explore@0.3.6-next.0
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- 9a93520: Deprecate and mark explore collator as moved
|
||||
- Updated dependencies
|
||||
- @backstage/backend-plugin-api@1.4.2
|
||||
- @backstage/config@1.3.3
|
||||
- @backstage/plugin-search-backend-node@1.3.14
|
||||
- @backstage/plugin-search-common@1.2.19
|
||||
|
||||
## @backstage/plugin-signals@0.0.23-next.0
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies
|
||||
- @backstage/core-compat-api@0.5.2-next.0
|
||||
- @backstage/core-components@0.17.5
|
||||
- @backstage/core-plugin-api@1.10.9
|
||||
- @backstage/frontend-plugin-api@0.11.0
|
||||
- @backstage/theme@0.6.8
|
||||
- @backstage/types@1.2.1
|
||||
- @backstage/plugin-signals-react@0.0.15
|
||||
|
||||
## @backstage/plugin-techdocs@1.14.2-next.0
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- 1dfee19: Reverts a change in CSS layout that shifted the content of the Techdocs too far to the left.
|
||||
- Updated dependencies
|
||||
- @backstage/core-compat-api@0.5.2-next.0
|
||||
- @backstage/plugin-catalog-react@1.20.2-next.0
|
||||
- @backstage/catalog-client@1.11.0
|
||||
- @backstage/catalog-model@1.7.5
|
||||
- @backstage/config@1.3.3
|
||||
- @backstage/core-components@0.17.5
|
||||
- @backstage/core-plugin-api@1.10.9
|
||||
- @backstage/errors@1.2.7
|
||||
- @backstage/frontend-plugin-api@0.11.0
|
||||
- @backstage/integration@1.17.1
|
||||
- @backstage/integration-react@1.2.9
|
||||
- @backstage/theme@0.6.8
|
||||
- @backstage/plugin-auth-react@0.1.18
|
||||
- @backstage/plugin-search-common@1.2.19
|
||||
- @backstage/plugin-search-react@1.9.3
|
||||
- @backstage/plugin-techdocs-common@0.1.1
|
||||
- @backstage/plugin-techdocs-react@1.3.2
|
||||
|
||||
## @backstage/plugin-techdocs-addons-test-utils@1.0.53-next.0
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies
|
||||
- @backstage/plugin-techdocs@1.14.2-next.0
|
||||
- @backstage/plugin-catalog@1.31.3-next.0
|
||||
- @backstage/plugin-catalog-react@1.20.2-next.0
|
||||
- @backstage/core-app-api@1.18.0
|
||||
- @backstage/core-plugin-api@1.10.9
|
||||
- @backstage/integration-react@1.2.9
|
||||
- @backstage/test-utils@1.7.11
|
||||
- @backstage/plugin-search-react@1.9.3
|
||||
- @backstage/plugin-techdocs-react@1.3.2
|
||||
|
||||
## @backstage/plugin-user-settings@0.8.26-next.0
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies
|
||||
- @backstage/core-compat-api@0.5.2-next.0
|
||||
- @backstage/plugin-catalog-react@1.20.2-next.0
|
||||
- @backstage/catalog-model@1.7.5
|
||||
- @backstage/core-app-api@1.18.0
|
||||
- @backstage/core-components@0.17.5
|
||||
- @backstage/core-plugin-api@1.10.9
|
||||
- @backstage/errors@1.2.7
|
||||
- @backstage/frontend-plugin-api@0.11.0
|
||||
- @backstage/theme@0.6.8
|
||||
- @backstage/types@1.2.1
|
||||
- @backstage/plugin-signals-react@0.0.15
|
||||
- @backstage/plugin-user-settings-common@0.0.1
|
||||
|
||||
## example-app@0.2.113-next.0
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies
|
||||
- @backstage/cli@0.34.1-next.0
|
||||
- @backstage/plugin-org@0.6.44-next.0
|
||||
- @backstage/plugin-techdocs@1.14.2-next.0
|
||||
- @backstage/plugin-catalog@1.31.3-next.0
|
||||
- @backstage/plugin-catalog-react@1.20.2-next.0
|
||||
- @backstage/app-defaults@1.6.5
|
||||
- @backstage/catalog-model@1.7.5
|
||||
- @backstage/config@1.3.3
|
||||
- @backstage/core-app-api@1.18.0
|
||||
- @backstage/core-components@0.17.5
|
||||
- @backstage/core-plugin-api@1.10.9
|
||||
- @backstage/frontend-app-api@0.12.0
|
||||
- @backstage/integration-react@1.2.9
|
||||
- @backstage/theme@0.6.8
|
||||
- @backstage/ui@0.7.0
|
||||
- @backstage/plugin-api-docs@0.12.11-next.0
|
||||
- @backstage/plugin-auth-react@0.1.18
|
||||
- @backstage/plugin-catalog-common@1.1.5
|
||||
- @backstage/plugin-catalog-graph@0.4.23-next.0
|
||||
- @backstage/plugin-catalog-import@0.13.5-next.0
|
||||
- @backstage/plugin-catalog-unprocessed-entities@0.2.21-next.0
|
||||
- @backstage/plugin-devtools@0.1.31-next.0
|
||||
- @backstage/plugin-home@0.8.12-next.0
|
||||
- @backstage/plugin-kubernetes@0.12.11-next.0
|
||||
- @backstage/plugin-kubernetes-cluster@0.0.29-next.0
|
||||
- @backstage/plugin-notifications@0.5.9-next.0
|
||||
- @backstage/plugin-permission-react@0.4.36
|
||||
- @backstage/plugin-scaffolder@1.34.1-next.0
|
||||
- @backstage/plugin-scaffolder-react@1.19.1-next.0
|
||||
- @backstage/plugin-search@1.4.30-next.0
|
||||
- @backstage/plugin-search-common@1.2.19
|
||||
- @backstage/plugin-search-react@1.9.3
|
||||
- @backstage/plugin-signals@0.0.23-next.0
|
||||
- @backstage/plugin-techdocs-module-addons-contrib@1.1.27
|
||||
- @backstage/plugin-techdocs-react@1.3.2
|
||||
- @backstage/plugin-user-settings@0.8.26-next.0
|
||||
|
||||
## example-app-next@0.0.27-next.0
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies
|
||||
- @backstage/cli@0.34.1-next.0
|
||||
- @backstage/plugin-org@0.6.44-next.0
|
||||
- @backstage/plugin-techdocs@1.14.2-next.0
|
||||
- @backstage/core-compat-api@0.5.2-next.0
|
||||
- @backstage/plugin-catalog@1.31.3-next.0
|
||||
- @backstage/plugin-catalog-react@1.20.2-next.0
|
||||
- @backstage/app-defaults@1.6.5
|
||||
- @backstage/catalog-model@1.7.5
|
||||
- @backstage/config@1.3.3
|
||||
- @backstage/core-app-api@1.18.0
|
||||
- @backstage/core-components@0.17.5
|
||||
- @backstage/core-plugin-api@1.10.9
|
||||
- @backstage/frontend-app-api@0.12.0
|
||||
- @backstage/frontend-defaults@0.3.0
|
||||
- @backstage/frontend-plugin-api@0.11.0
|
||||
- @backstage/integration-react@1.2.9
|
||||
- @backstage/theme@0.6.8
|
||||
- @backstage/ui@0.7.0
|
||||
- @backstage/plugin-api-docs@0.12.11-next.0
|
||||
- @backstage/plugin-app@0.2.0
|
||||
- @backstage/plugin-app-visualizer@0.1.22
|
||||
- @backstage/plugin-auth-react@0.1.18
|
||||
- @backstage/plugin-catalog-common@1.1.5
|
||||
- @backstage/plugin-catalog-graph@0.4.23-next.0
|
||||
- @backstage/plugin-catalog-import@0.13.5-next.0
|
||||
- @backstage/plugin-catalog-unprocessed-entities@0.2.21-next.0
|
||||
- @backstage/plugin-home@0.8.12-next.0
|
||||
- @backstage/plugin-kubernetes@0.12.11-next.0
|
||||
- @backstage/plugin-kubernetes-cluster@0.0.29-next.0
|
||||
- @backstage/plugin-notifications@0.5.9-next.0
|
||||
- @backstage/plugin-permission-react@0.4.36
|
||||
- @backstage/plugin-scaffolder@1.34.1-next.0
|
||||
- @backstage/plugin-scaffolder-react@1.19.1-next.0
|
||||
- @backstage/plugin-search@1.4.30-next.0
|
||||
- @backstage/plugin-search-common@1.2.19
|
||||
- @backstage/plugin-search-react@1.9.3
|
||||
- @backstage/plugin-signals@0.0.23-next.0
|
||||
- @backstage/plugin-techdocs-module-addons-contrib@1.1.27
|
||||
- @backstage/plugin-techdocs-react@1.3.2
|
||||
- @backstage/plugin-user-settings@0.8.26-next.0
|
||||
|
||||
## example-backend@0.0.42-next.0
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies
|
||||
- @backstage/plugin-search-backend-module-explore@0.3.6-next.0
|
||||
- @backstage/plugin-kubernetes-backend@0.20.2-next.0
|
||||
- @backstage/backend-defaults@0.12.0
|
||||
- @backstage/backend-plugin-api@1.4.2
|
||||
- @backstage/catalog-model@1.7.5
|
||||
- @backstage/plugin-app-backend@0.5.5
|
||||
- @backstage/plugin-auth-backend@0.25.3
|
||||
- @backstage/plugin-auth-backend-module-github-provider@0.3.6
|
||||
- @backstage/plugin-auth-backend-module-guest-provider@0.2.11
|
||||
- @backstage/plugin-auth-node@0.6.6
|
||||
- @backstage/plugin-catalog-backend@3.0.1
|
||||
- @backstage/plugin-catalog-backend-module-backstage-openapi@0.5.5
|
||||
- @backstage/plugin-catalog-backend-module-openapi@0.2.13
|
||||
- @backstage/plugin-catalog-backend-module-scaffolder-entity-model@0.2.11
|
||||
- @backstage/plugin-catalog-backend-module-unprocessed@0.6.3
|
||||
- @backstage/plugin-devtools-backend@0.5.8
|
||||
- @backstage/plugin-events-backend@0.5.5
|
||||
- @backstage/plugin-events-backend-module-google-pubsub@0.1.3
|
||||
- @backstage/plugin-mcp-actions-backend@0.1.2
|
||||
- @backstage/plugin-notifications-backend@0.5.9
|
||||
- @backstage/plugin-permission-backend@0.7.3
|
||||
- @backstage/plugin-permission-backend-module-allow-all-policy@0.2.11
|
||||
- @backstage/plugin-permission-common@0.9.1
|
||||
- @backstage/plugin-permission-node@0.10.3
|
||||
- @backstage/plugin-proxy-backend@0.6.5
|
||||
- @backstage/plugin-scaffolder-backend@2.2.0
|
||||
- @backstage/plugin-scaffolder-backend-module-github@0.8.2
|
||||
- @backstage/plugin-scaffolder-backend-module-notifications@0.1.13
|
||||
- @backstage/plugin-search-backend@2.0.5
|
||||
- @backstage/plugin-search-backend-module-catalog@0.3.7
|
||||
- @backstage/plugin-search-backend-module-techdocs@0.4.5
|
||||
- @backstage/plugin-search-backend-node@1.3.14
|
||||
- @backstage/plugin-signals-backend@0.3.7
|
||||
- @backstage/plugin-techdocs-backend@2.0.5
|
||||
|
||||
## e2e-test@0.2.32-next.0
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies
|
||||
- @backstage/create-app@0.7.4-next.0
|
||||
- @backstage/cli-common@0.1.15
|
||||
- @backstage/errors@1.2.7
|
||||
|
||||
## @internal/scaffolder@0.0.13-next.0
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies
|
||||
- @backstage/frontend-plugin-api@0.11.0
|
||||
- @backstage/plugin-scaffolder-react@1.19.1-next.0
|
||||
|
||||
## techdocs-cli-embedded-app@0.2.112-next.0
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies
|
||||
- @backstage/cli@0.34.1-next.0
|
||||
- @backstage/plugin-techdocs@1.14.2-next.0
|
||||
- @backstage/plugin-catalog@1.31.3-next.0
|
||||
- @backstage/app-defaults@1.6.5
|
||||
- @backstage/catalog-model@1.7.5
|
||||
- @backstage/config@1.3.3
|
||||
- @backstage/core-app-api@1.18.0
|
||||
- @backstage/core-components@0.17.5
|
||||
- @backstage/core-plugin-api@1.10.9
|
||||
- @backstage/integration-react@1.2.9
|
||||
- @backstage/test-utils@1.7.11
|
||||
- @backstage/theme@0.6.8
|
||||
- @backstage/plugin-techdocs-react@1.3.2
|
||||
+1
-1
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "root",
|
||||
"version": "1.42.0",
|
||||
"version": "1.43.0-next.0",
|
||||
"backstage": {
|
||||
"cli": {
|
||||
"new": {
|
||||
|
||||
@@ -1,5 +1,51 @@
|
||||
# example-app-next
|
||||
|
||||
## 0.0.27-next.0
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies
|
||||
- @backstage/cli@0.34.1-next.0
|
||||
- @backstage/plugin-org@0.6.44-next.0
|
||||
- @backstage/plugin-techdocs@1.14.2-next.0
|
||||
- @backstage/core-compat-api@0.5.2-next.0
|
||||
- @backstage/plugin-catalog@1.31.3-next.0
|
||||
- @backstage/plugin-catalog-react@1.20.2-next.0
|
||||
- @backstage/app-defaults@1.6.5
|
||||
- @backstage/catalog-model@1.7.5
|
||||
- @backstage/config@1.3.3
|
||||
- @backstage/core-app-api@1.18.0
|
||||
- @backstage/core-components@0.17.5
|
||||
- @backstage/core-plugin-api@1.10.9
|
||||
- @backstage/frontend-app-api@0.12.0
|
||||
- @backstage/frontend-defaults@0.3.0
|
||||
- @backstage/frontend-plugin-api@0.11.0
|
||||
- @backstage/integration-react@1.2.9
|
||||
- @backstage/theme@0.6.8
|
||||
- @backstage/ui@0.7.0
|
||||
- @backstage/plugin-api-docs@0.12.11-next.0
|
||||
- @backstage/plugin-app@0.2.0
|
||||
- @backstage/plugin-app-visualizer@0.1.22
|
||||
- @backstage/plugin-auth-react@0.1.18
|
||||
- @backstage/plugin-catalog-common@1.1.5
|
||||
- @backstage/plugin-catalog-graph@0.4.23-next.0
|
||||
- @backstage/plugin-catalog-import@0.13.5-next.0
|
||||
- @backstage/plugin-catalog-unprocessed-entities@0.2.21-next.0
|
||||
- @backstage/plugin-home@0.8.12-next.0
|
||||
- @backstage/plugin-kubernetes@0.12.11-next.0
|
||||
- @backstage/plugin-kubernetes-cluster@0.0.29-next.0
|
||||
- @backstage/plugin-notifications@0.5.9-next.0
|
||||
- @backstage/plugin-permission-react@0.4.36
|
||||
- @backstage/plugin-scaffolder@1.34.1-next.0
|
||||
- @backstage/plugin-scaffolder-react@1.19.1-next.0
|
||||
- @backstage/plugin-search@1.4.30-next.0
|
||||
- @backstage/plugin-search-common@1.2.19
|
||||
- @backstage/plugin-search-react@1.9.3
|
||||
- @backstage/plugin-signals@0.0.23-next.0
|
||||
- @backstage/plugin-techdocs-module-addons-contrib@1.1.27
|
||||
- @backstage/plugin-techdocs-react@1.3.2
|
||||
- @backstage/plugin-user-settings@0.8.26-next.0
|
||||
|
||||
## 0.0.26
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "example-app-next",
|
||||
"version": "0.0.26",
|
||||
"version": "0.0.27-next.0",
|
||||
"backstage": {
|
||||
"role": "frontend"
|
||||
},
|
||||
|
||||
@@ -1,5 +1,47 @@
|
||||
# example-app
|
||||
|
||||
## 0.2.113-next.0
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies
|
||||
- @backstage/cli@0.34.1-next.0
|
||||
- @backstage/plugin-org@0.6.44-next.0
|
||||
- @backstage/plugin-techdocs@1.14.2-next.0
|
||||
- @backstage/plugin-catalog@1.31.3-next.0
|
||||
- @backstage/plugin-catalog-react@1.20.2-next.0
|
||||
- @backstage/app-defaults@1.6.5
|
||||
- @backstage/catalog-model@1.7.5
|
||||
- @backstage/config@1.3.3
|
||||
- @backstage/core-app-api@1.18.0
|
||||
- @backstage/core-components@0.17.5
|
||||
- @backstage/core-plugin-api@1.10.9
|
||||
- @backstage/frontend-app-api@0.12.0
|
||||
- @backstage/integration-react@1.2.9
|
||||
- @backstage/theme@0.6.8
|
||||
- @backstage/ui@0.7.0
|
||||
- @backstage/plugin-api-docs@0.12.11-next.0
|
||||
- @backstage/plugin-auth-react@0.1.18
|
||||
- @backstage/plugin-catalog-common@1.1.5
|
||||
- @backstage/plugin-catalog-graph@0.4.23-next.0
|
||||
- @backstage/plugin-catalog-import@0.13.5-next.0
|
||||
- @backstage/plugin-catalog-unprocessed-entities@0.2.21-next.0
|
||||
- @backstage/plugin-devtools@0.1.31-next.0
|
||||
- @backstage/plugin-home@0.8.12-next.0
|
||||
- @backstage/plugin-kubernetes@0.12.11-next.0
|
||||
- @backstage/plugin-kubernetes-cluster@0.0.29-next.0
|
||||
- @backstage/plugin-notifications@0.5.9-next.0
|
||||
- @backstage/plugin-permission-react@0.4.36
|
||||
- @backstage/plugin-scaffolder@1.34.1-next.0
|
||||
- @backstage/plugin-scaffolder-react@1.19.1-next.0
|
||||
- @backstage/plugin-search@1.4.30-next.0
|
||||
- @backstage/plugin-search-common@1.2.19
|
||||
- @backstage/plugin-search-react@1.9.3
|
||||
- @backstage/plugin-signals@0.0.23-next.0
|
||||
- @backstage/plugin-techdocs-module-addons-contrib@1.1.27
|
||||
- @backstage/plugin-techdocs-react@1.3.2
|
||||
- @backstage/plugin-user-settings@0.8.26-next.0
|
||||
|
||||
## 0.2.112
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "example-app",
|
||||
"version": "0.2.112",
|
||||
"version": "0.2.113-next.0",
|
||||
"backstage": {
|
||||
"role": "frontend"
|
||||
},
|
||||
|
||||
@@ -1,5 +1,24 @@
|
||||
# @backstage/backend-test-utils
|
||||
|
||||
## 1.9.0-next.0
|
||||
|
||||
### Minor Changes
|
||||
|
||||
- 4e2c237: The `mockServices.rootConfig()` instance now has an `update` method that can be used to test configuration subscriptions and updates.
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies
|
||||
- @backstage/backend-app-api@1.2.6
|
||||
- @backstage/backend-defaults@0.12.0
|
||||
- @backstage/backend-plugin-api@1.4.2
|
||||
- @backstage/config@1.3.3
|
||||
- @backstage/errors@1.2.7
|
||||
- @backstage/types@1.2.1
|
||||
- @backstage/plugin-auth-node@0.6.6
|
||||
- @backstage/plugin-events-node@0.4.14
|
||||
- @backstage/plugin-permission-common@0.9.1
|
||||
|
||||
## 1.8.0
|
||||
|
||||
### Minor Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@backstage/backend-test-utils",
|
||||
"version": "1.8.0",
|
||||
"version": "1.9.0-next.0",
|
||||
"description": "Test helpers library for Backstage backends",
|
||||
"backstage": {
|
||||
"role": "node-library"
|
||||
|
||||
@@ -1,5 +1,45 @@
|
||||
# example-backend
|
||||
|
||||
## 0.0.42-next.0
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies
|
||||
- @backstage/plugin-search-backend-module-explore@0.3.6-next.0
|
||||
- @backstage/plugin-kubernetes-backend@0.20.2-next.0
|
||||
- @backstage/backend-defaults@0.12.0
|
||||
- @backstage/backend-plugin-api@1.4.2
|
||||
- @backstage/catalog-model@1.7.5
|
||||
- @backstage/plugin-app-backend@0.5.5
|
||||
- @backstage/plugin-auth-backend@0.25.3
|
||||
- @backstage/plugin-auth-backend-module-github-provider@0.3.6
|
||||
- @backstage/plugin-auth-backend-module-guest-provider@0.2.11
|
||||
- @backstage/plugin-auth-node@0.6.6
|
||||
- @backstage/plugin-catalog-backend@3.0.1
|
||||
- @backstage/plugin-catalog-backend-module-backstage-openapi@0.5.5
|
||||
- @backstage/plugin-catalog-backend-module-openapi@0.2.13
|
||||
- @backstage/plugin-catalog-backend-module-scaffolder-entity-model@0.2.11
|
||||
- @backstage/plugin-catalog-backend-module-unprocessed@0.6.3
|
||||
- @backstage/plugin-devtools-backend@0.5.8
|
||||
- @backstage/plugin-events-backend@0.5.5
|
||||
- @backstage/plugin-events-backend-module-google-pubsub@0.1.3
|
||||
- @backstage/plugin-mcp-actions-backend@0.1.2
|
||||
- @backstage/plugin-notifications-backend@0.5.9
|
||||
- @backstage/plugin-permission-backend@0.7.3
|
||||
- @backstage/plugin-permission-backend-module-allow-all-policy@0.2.11
|
||||
- @backstage/plugin-permission-common@0.9.1
|
||||
- @backstage/plugin-permission-node@0.10.3
|
||||
- @backstage/plugin-proxy-backend@0.6.5
|
||||
- @backstage/plugin-scaffolder-backend@2.2.0
|
||||
- @backstage/plugin-scaffolder-backend-module-github@0.8.2
|
||||
- @backstage/plugin-scaffolder-backend-module-notifications@0.1.13
|
||||
- @backstage/plugin-search-backend@2.0.5
|
||||
- @backstage/plugin-search-backend-module-catalog@0.3.7
|
||||
- @backstage/plugin-search-backend-module-techdocs@0.4.5
|
||||
- @backstage/plugin-search-backend-node@1.3.14
|
||||
- @backstage/plugin-signals-backend@0.3.7
|
||||
- @backstage/plugin-techdocs-backend@2.0.5
|
||||
|
||||
## 0.0.41
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "example-backend",
|
||||
"version": "0.0.41",
|
||||
"version": "0.0.42-next.0",
|
||||
"backstage": {
|
||||
"role": "backend"
|
||||
},
|
||||
|
||||
@@ -1,5 +1,23 @@
|
||||
# @backstage/cli
|
||||
|
||||
## 0.34.1-next.0
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- 080f252: Fixed the `new-frontend-plugin` template that was incorrectly passing `id` instead of `pluginId` to `createFrontendPlugin` and unnecessarily importing `React`.
|
||||
- 275bda8: Fixed an issue that could cause conflicts of detected modules in workspaces with multiple apps.
|
||||
- Updated dependencies
|
||||
- @backstage/catalog-model@1.7.5
|
||||
- @backstage/cli-common@0.1.15
|
||||
- @backstage/cli-node@0.2.14
|
||||
- @backstage/config@1.3.3
|
||||
- @backstage/config-loader@1.10.2
|
||||
- @backstage/errors@1.2.7
|
||||
- @backstage/eslint-plugin@0.1.11
|
||||
- @backstage/integration@1.17.1
|
||||
- @backstage/release-manifests@0.0.13
|
||||
- @backstage/types@1.2.1
|
||||
|
||||
## 0.34.0
|
||||
|
||||
### Minor Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@backstage/cli",
|
||||
"version": "0.34.0",
|
||||
"version": "0.34.1-next.0",
|
||||
"description": "CLI for developing Backstage plugins and apps",
|
||||
"backstage": {
|
||||
"role": "cli"
|
||||
|
||||
@@ -1,5 +1,16 @@
|
||||
# @backstage/core-compat-api
|
||||
|
||||
## 0.5.2-next.0
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- dc01d6f: Fix for `compatWrapper` creating many wrapping `Providers` when they should not
|
||||
- Updated dependencies
|
||||
- @backstage/plugin-catalog-react@1.20.2-next.0
|
||||
- @backstage/core-plugin-api@1.10.9
|
||||
- @backstage/frontend-plugin-api@0.11.0
|
||||
- @backstage/version-bridge@1.0.11
|
||||
|
||||
## 0.5.0
|
||||
|
||||
### Minor Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@backstage/core-compat-api",
|
||||
"version": "0.5.0",
|
||||
"version": "0.5.2-next.0",
|
||||
"backstage": {
|
||||
"role": "web-library"
|
||||
},
|
||||
|
||||
@@ -1,5 +1,13 @@
|
||||
# @backstage/create-app
|
||||
|
||||
## 0.7.4-next.0
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- b2d9fc1: Creates a plugin that redirects from the Home page to the Catalog index page to avoid seeing a not found page error when starting the app.
|
||||
- Updated dependencies
|
||||
- @backstage/cli-common@0.1.15
|
||||
|
||||
## 0.7.2
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@backstage/create-app",
|
||||
"version": "0.7.2",
|
||||
"version": "0.7.4-next.0",
|
||||
"description": "A CLI that helps you create your own Backstage app",
|
||||
"backstage": {
|
||||
"role": "cli"
|
||||
|
||||
@@ -1,5 +1,19 @@
|
||||
# @backstage/dev-utils
|
||||
|
||||
## 1.1.14-next.0
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies
|
||||
- @backstage/plugin-catalog-react@1.20.2-next.0
|
||||
- @backstage/app-defaults@1.6.5
|
||||
- @backstage/catalog-model@1.7.5
|
||||
- @backstage/core-app-api@1.18.0
|
||||
- @backstage/core-components@0.17.5
|
||||
- @backstage/core-plugin-api@1.10.9
|
||||
- @backstage/integration-react@1.2.9
|
||||
- @backstage/theme@0.6.8
|
||||
|
||||
## 1.1.13
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@backstage/dev-utils",
|
||||
"version": "1.1.13",
|
||||
"version": "1.1.14-next.0",
|
||||
"description": "Utilities for developing Backstage plugins.",
|
||||
"backstage": {
|
||||
"role": "web-library"
|
||||
|
||||
@@ -1,5 +1,14 @@
|
||||
# e2e-test
|
||||
|
||||
## 0.2.32-next.0
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies
|
||||
- @backstage/create-app@0.7.4-next.0
|
||||
- @backstage/cli-common@0.1.15
|
||||
- @backstage/errors@1.2.7
|
||||
|
||||
## 0.2.31
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "e2e-test",
|
||||
"version": "0.2.31",
|
||||
"version": "0.2.32-next.0",
|
||||
"description": "E2E test for verifying Backstage packages",
|
||||
"backstage": {
|
||||
"role": "cli"
|
||||
|
||||
@@ -1,5 +1,13 @@
|
||||
# @internal/scaffolder
|
||||
|
||||
## 0.0.13-next.0
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies
|
||||
- @backstage/frontend-plugin-api@0.11.0
|
||||
- @backstage/plugin-scaffolder-react@1.19.1-next.0
|
||||
|
||||
## 0.0.12
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@internal/scaffolder",
|
||||
"version": "0.0.12",
|
||||
"version": "0.0.13-next.0",
|
||||
"backstage": {
|
||||
"role": "web-library",
|
||||
"inline": true
|
||||
|
||||
@@ -1,5 +1,24 @@
|
||||
# techdocs-cli-embedded-app
|
||||
|
||||
## 0.2.112-next.0
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies
|
||||
- @backstage/cli@0.34.1-next.0
|
||||
- @backstage/plugin-techdocs@1.14.2-next.0
|
||||
- @backstage/plugin-catalog@1.31.3-next.0
|
||||
- @backstage/app-defaults@1.6.5
|
||||
- @backstage/catalog-model@1.7.5
|
||||
- @backstage/config@1.3.3
|
||||
- @backstage/core-app-api@1.18.0
|
||||
- @backstage/core-components@0.17.5
|
||||
- @backstage/core-plugin-api@1.10.9
|
||||
- @backstage/integration-react@1.2.9
|
||||
- @backstage/test-utils@1.7.11
|
||||
- @backstage/theme@0.6.8
|
||||
- @backstage/plugin-techdocs-react@1.3.2
|
||||
|
||||
## 0.2.111
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "techdocs-cli-embedded-app",
|
||||
"version": "0.2.111",
|
||||
"version": "0.2.112-next.0",
|
||||
"backstage": {
|
||||
"role": "frontend"
|
||||
},
|
||||
|
||||
@@ -1,5 +1,20 @@
|
||||
# @backstage/plugin-api-docs
|
||||
|
||||
## 0.12.11-next.0
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies
|
||||
- @backstage/core-compat-api@0.5.2-next.0
|
||||
- @backstage/plugin-catalog@1.31.3-next.0
|
||||
- @backstage/plugin-catalog-react@1.20.2-next.0
|
||||
- @backstage/catalog-model@1.7.5
|
||||
- @backstage/core-components@0.17.5
|
||||
- @backstage/core-plugin-api@1.10.9
|
||||
- @backstage/frontend-plugin-api@0.11.0
|
||||
- @backstage/plugin-catalog-common@1.1.5
|
||||
- @backstage/plugin-permission-react@0.4.36
|
||||
|
||||
## 0.12.10
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@backstage/plugin-api-docs",
|
||||
"version": "0.12.10",
|
||||
"version": "0.12.11-next.0",
|
||||
"description": "A Backstage plugin that helps represent API entities in the frontend",
|
||||
"backstage": {
|
||||
"role": "frontend-plugin",
|
||||
|
||||
@@ -1,5 +1,26 @@
|
||||
# @backstage/plugin-catalog-backend-module-msgraph
|
||||
|
||||
## 0.8.0-next.0
|
||||
|
||||
### Minor Changes
|
||||
|
||||
- 577f0ed: **BREAKING**: Encode query filters for requests made to msgraph. If you currently have manually encoded characters in a filter, this is a breaking change and must be updated to avoid requests being double encoded.
|
||||
|
||||
```diff
|
||||
user:
|
||||
- filter: department in('MARKETING', 'RESEARCH %26 DEVELOPMENT')
|
||||
+ filter: department in('MARKETING', 'RESEARCH & DEVELOPMENT')
|
||||
```
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies
|
||||
- @backstage/backend-plugin-api@1.4.2
|
||||
- @backstage/catalog-model@1.7.5
|
||||
- @backstage/config@1.3.3
|
||||
- @backstage/plugin-catalog-common@1.1.5
|
||||
- @backstage/plugin-catalog-node@1.18.0
|
||||
|
||||
## 0.7.3
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@backstage/plugin-catalog-backend-module-msgraph",
|
||||
"version": "0.7.3",
|
||||
"version": "0.8.0-next.0",
|
||||
"description": "A Backstage catalog backend module that helps integrate towards Microsoft Graph",
|
||||
"backstage": {
|
||||
"role": "backend-plugin-module",
|
||||
|
||||
@@ -1,5 +1,19 @@
|
||||
# @backstage/plugin-catalog-graph
|
||||
|
||||
## 0.4.23-next.0
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies
|
||||
- @backstage/core-compat-api@0.5.2-next.0
|
||||
- @backstage/plugin-catalog-react@1.20.2-next.0
|
||||
- @backstage/catalog-client@1.11.0
|
||||
- @backstage/catalog-model@1.7.5
|
||||
- @backstage/core-components@0.17.5
|
||||
- @backstage/core-plugin-api@1.10.9
|
||||
- @backstage/frontend-plugin-api@0.11.0
|
||||
- @backstage/types@1.2.1
|
||||
|
||||
## 0.4.22
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@backstage/plugin-catalog-graph",
|
||||
"version": "0.4.22",
|
||||
"version": "0.4.23-next.0",
|
||||
"backstage": {
|
||||
"role": "frontend-plugin",
|
||||
"pluginId": "catalog-graph",
|
||||
|
||||
@@ -1,5 +1,23 @@
|
||||
# @backstage/plugin-catalog-import
|
||||
|
||||
## 0.13.5-next.0
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies
|
||||
- @backstage/core-compat-api@0.5.2-next.0
|
||||
- @backstage/plugin-catalog-react@1.20.2-next.0
|
||||
- @backstage/catalog-client@1.11.0
|
||||
- @backstage/catalog-model@1.7.5
|
||||
- @backstage/config@1.3.3
|
||||
- @backstage/core-components@0.17.5
|
||||
- @backstage/core-plugin-api@1.10.9
|
||||
- @backstage/errors@1.2.7
|
||||
- @backstage/frontend-plugin-api@0.11.0
|
||||
- @backstage/integration@1.17.1
|
||||
- @backstage/integration-react@1.2.9
|
||||
- @backstage/plugin-catalog-common@1.1.5
|
||||
|
||||
## 0.13.4
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@backstage/plugin-catalog-import",
|
||||
"version": "0.13.4",
|
||||
"version": "0.13.5-next.0",
|
||||
"description": "A Backstage plugin the helps you import entities into your catalog",
|
||||
"backstage": {
|
||||
"role": "frontend-plugin",
|
||||
|
||||
@@ -1,5 +1,26 @@
|
||||
# @backstage/plugin-catalog-react
|
||||
|
||||
## 1.20.2-next.0
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- ad0f58d: Support `default*` for older packages as this package is in range for breaking `/alpha` changes
|
||||
- Updated dependencies
|
||||
- @backstage/core-compat-api@0.5.2-next.0
|
||||
- @backstage/catalog-client@1.11.0
|
||||
- @backstage/catalog-model@1.7.5
|
||||
- @backstage/core-components@0.17.5
|
||||
- @backstage/core-plugin-api@1.10.9
|
||||
- @backstage/errors@1.2.7
|
||||
- @backstage/frontend-plugin-api@0.11.0
|
||||
- @backstage/frontend-test-utils@0.3.5
|
||||
- @backstage/integration-react@1.2.9
|
||||
- @backstage/types@1.2.1
|
||||
- @backstage/version-bridge@1.0.11
|
||||
- @backstage/plugin-catalog-common@1.1.5
|
||||
- @backstage/plugin-permission-common@0.9.1
|
||||
- @backstage/plugin-permission-react@0.4.36
|
||||
|
||||
## 1.20.0
|
||||
|
||||
### Minor Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@backstage/plugin-catalog-react",
|
||||
"version": "1.20.0",
|
||||
"version": "1.20.2-next.0",
|
||||
"description": "A frontend library that helps other Backstage plugins interact with the catalog",
|
||||
"backstage": {
|
||||
"role": "web-library",
|
||||
|
||||
@@ -1,5 +1,17 @@
|
||||
# @backstage/plugin-catalog-unprocessed-entities
|
||||
|
||||
## 0.2.21-next.0
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies
|
||||
- @backstage/core-compat-api@0.5.2-next.0
|
||||
- @backstage/catalog-model@1.7.5
|
||||
- @backstage/core-components@0.17.5
|
||||
- @backstage/core-plugin-api@1.10.9
|
||||
- @backstage/errors@1.2.7
|
||||
- @backstage/frontend-plugin-api@0.11.0
|
||||
|
||||
## 0.2.20
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@backstage/plugin-catalog-unprocessed-entities",
|
||||
"version": "0.2.20",
|
||||
"version": "0.2.21-next.0",
|
||||
"backstage": {
|
||||
"role": "frontend-plugin",
|
||||
"pluginId": "catalog-unprocessed-entities",
|
||||
|
||||
@@ -1,5 +1,30 @@
|
||||
# @backstage/plugin-catalog
|
||||
|
||||
## 1.31.3-next.0
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- ce1239e: Auto-focus the first menu item in `EntityContextMenu`, and do not render a divider if an empty array is passed to `UNSTABLE_extraContextMenuItems`.
|
||||
- Updated dependencies
|
||||
- @backstage/core-compat-api@0.5.2-next.0
|
||||
- @backstage/plugin-catalog-react@1.20.2-next.0
|
||||
- @backstage/catalog-client@1.11.0
|
||||
- @backstage/catalog-model@1.7.5
|
||||
- @backstage/core-components@0.17.5
|
||||
- @backstage/core-plugin-api@1.10.9
|
||||
- @backstage/errors@1.2.7
|
||||
- @backstage/frontend-plugin-api@0.11.0
|
||||
- @backstage/integration-react@1.2.9
|
||||
- @backstage/types@1.2.1
|
||||
- @backstage/version-bridge@1.0.11
|
||||
- @backstage/plugin-catalog-common@1.1.5
|
||||
- @backstage/plugin-permission-react@0.4.36
|
||||
- @backstage/plugin-scaffolder-common@1.7.0
|
||||
- @backstage/plugin-search-common@1.2.19
|
||||
- @backstage/plugin-search-react@1.9.3
|
||||
- @backstage/plugin-techdocs-common@0.1.1
|
||||
- @backstage/plugin-techdocs-react@1.3.2
|
||||
|
||||
## 1.31.2
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@backstage/plugin-catalog",
|
||||
"version": "1.31.2",
|
||||
"version": "1.31.3-next.0",
|
||||
"description": "The Backstage plugin for browsing the Backstage catalog",
|
||||
"backstage": {
|
||||
"role": "frontend-plugin",
|
||||
|
||||
@@ -1,5 +1,18 @@
|
||||
# @backstage/plugin-devtools
|
||||
|
||||
## 0.1.31-next.0
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies
|
||||
- @backstage/core-compat-api@0.5.2-next.0
|
||||
- @backstage/core-components@0.17.5
|
||||
- @backstage/core-plugin-api@1.10.9
|
||||
- @backstage/errors@1.2.7
|
||||
- @backstage/frontend-plugin-api@0.11.0
|
||||
- @backstage/plugin-devtools-common@0.1.17
|
||||
- @backstage/plugin-permission-react@0.4.36
|
||||
|
||||
## 0.1.30
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@backstage/plugin-devtools",
|
||||
"version": "0.1.30",
|
||||
"version": "0.1.31-next.0",
|
||||
"backstage": {
|
||||
"role": "frontend-plugin",
|
||||
"pluginId": "devtools",
|
||||
|
||||
@@ -1,5 +1,22 @@
|
||||
# @backstage/plugin-home
|
||||
|
||||
## 0.8.12-next.0
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies
|
||||
- @backstage/core-compat-api@0.5.2-next.0
|
||||
- @backstage/plugin-catalog-react@1.20.2-next.0
|
||||
- @backstage/catalog-client@1.11.0
|
||||
- @backstage/catalog-model@1.7.5
|
||||
- @backstage/config@1.3.3
|
||||
- @backstage/core-app-api@1.18.0
|
||||
- @backstage/core-components@0.17.5
|
||||
- @backstage/core-plugin-api@1.10.9
|
||||
- @backstage/frontend-plugin-api@0.11.0
|
||||
- @backstage/theme@0.6.8
|
||||
- @backstage/plugin-home-react@0.1.29
|
||||
|
||||
## 0.8.11
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@backstage/plugin-home",
|
||||
"version": "0.8.11",
|
||||
"version": "0.8.12-next.0",
|
||||
"description": "A Backstage plugin that helps you build a home page",
|
||||
"backstage": {
|
||||
"role": "frontend-plugin",
|
||||
|
||||
@@ -1,5 +1,25 @@
|
||||
# @backstage/plugin-kubernetes-backend
|
||||
|
||||
## 0.20.2-next.0
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- 80cf8c9: Fix issue with default objects not being loaded properly
|
||||
- Updated dependencies
|
||||
- @backstage/backend-plugin-api@1.4.2
|
||||
- @backstage/catalog-client@1.11.0
|
||||
- @backstage/catalog-model@1.7.5
|
||||
- @backstage/config@1.3.3
|
||||
- @backstage/errors@1.2.7
|
||||
- @backstage/integration-aws-node@0.1.17
|
||||
- @backstage/types@1.2.1
|
||||
- @backstage/plugin-auth-node@0.6.6
|
||||
- @backstage/plugin-catalog-node@1.18.0
|
||||
- @backstage/plugin-kubernetes-common@0.9.6
|
||||
- @backstage/plugin-kubernetes-node@0.3.3
|
||||
- @backstage/plugin-permission-common@0.9.1
|
||||
- @backstage/plugin-permission-node@0.10.3
|
||||
|
||||
## 0.20.0
|
||||
|
||||
### Minor Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@backstage/plugin-kubernetes-backend",
|
||||
"version": "0.20.0",
|
||||
"version": "0.20.2-next.0",
|
||||
"description": "A Backstage backend plugin that integrates towards Kubernetes",
|
||||
"backstage": {
|
||||
"role": "backend-plugin",
|
||||
|
||||
@@ -1,5 +1,18 @@
|
||||
# @backstage/plugin-kubernetes-cluster
|
||||
|
||||
## 0.0.29-next.0
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies
|
||||
- @backstage/plugin-catalog-react@1.20.2-next.0
|
||||
- @backstage/catalog-model@1.7.5
|
||||
- @backstage/core-components@0.17.5
|
||||
- @backstage/core-plugin-api@1.10.9
|
||||
- @backstage/plugin-kubernetes-common@0.9.6
|
||||
- @backstage/plugin-kubernetes-react@0.5.10
|
||||
- @backstage/plugin-permission-react@0.4.36
|
||||
|
||||
## 0.0.28
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@backstage/plugin-kubernetes-cluster",
|
||||
"version": "0.0.28",
|
||||
"version": "0.0.29-next.0",
|
||||
"description": "A Backstage plugin that shows details of Kubernetes clusters",
|
||||
"backstage": {
|
||||
"role": "frontend-plugin",
|
||||
|
||||
@@ -1,5 +1,20 @@
|
||||
# @backstage/plugin-kubernetes
|
||||
|
||||
## 0.12.11-next.0
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies
|
||||
- @backstage/core-compat-api@0.5.2-next.0
|
||||
- @backstage/plugin-catalog-react@1.20.2-next.0
|
||||
- @backstage/catalog-model@1.7.5
|
||||
- @backstage/core-components@0.17.5
|
||||
- @backstage/core-plugin-api@1.10.9
|
||||
- @backstage/frontend-plugin-api@0.11.0
|
||||
- @backstage/plugin-kubernetes-common@0.9.6
|
||||
- @backstage/plugin-kubernetes-react@0.5.10
|
||||
- @backstage/plugin-permission-react@0.4.36
|
||||
|
||||
## 0.12.10
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@backstage/plugin-kubernetes",
|
||||
"version": "0.12.10",
|
||||
"version": "0.12.11-next.0",
|
||||
"description": "A Backstage plugin that integrates towards Kubernetes",
|
||||
"backstage": {
|
||||
"role": "frontend-plugin",
|
||||
|
||||
@@ -1,5 +1,20 @@
|
||||
# @backstage/plugin-notifications
|
||||
|
||||
## 0.5.9-next.0
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies
|
||||
- @backstage/core-compat-api@0.5.2-next.0
|
||||
- @backstage/core-components@0.17.5
|
||||
- @backstage/core-plugin-api@1.10.9
|
||||
- @backstage/errors@1.2.7
|
||||
- @backstage/frontend-plugin-api@0.11.0
|
||||
- @backstage/theme@0.6.8
|
||||
- @backstage/types@1.2.1
|
||||
- @backstage/plugin-notifications-common@0.1.0
|
||||
- @backstage/plugin-signals-react@0.0.15
|
||||
|
||||
## 0.5.8
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@backstage/plugin-notifications",
|
||||
"version": "0.5.8",
|
||||
"version": "0.5.9-next.0",
|
||||
"backstage": {
|
||||
"role": "frontend-plugin",
|
||||
"pluginId": "notifications",
|
||||
|
||||
@@ -1,5 +1,16 @@
|
||||
# @backstage/plugin-org-react
|
||||
|
||||
## 0.1.42-next.0
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies
|
||||
- @backstage/plugin-catalog-react@1.20.2-next.0
|
||||
- @backstage/catalog-client@1.11.0
|
||||
- @backstage/catalog-model@1.7.5
|
||||
- @backstage/core-components@0.17.5
|
||||
- @backstage/core-plugin-api@1.10.9
|
||||
|
||||
## 0.1.41
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@backstage/plugin-org-react",
|
||||
"version": "0.1.41",
|
||||
"version": "0.1.42-next.0",
|
||||
"backstage": {
|
||||
"role": "web-library",
|
||||
"pluginId": "org",
|
||||
|
||||
@@ -1,5 +1,19 @@
|
||||
# @backstage/plugin-org
|
||||
|
||||
## 0.6.44-next.0
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- 22b69f2: Fixing issue with extra slash in the routing
|
||||
- Updated dependencies
|
||||
- @backstage/core-compat-api@0.5.2-next.0
|
||||
- @backstage/plugin-catalog-react@1.20.2-next.0
|
||||
- @backstage/catalog-model@1.7.5
|
||||
- @backstage/core-components@0.17.5
|
||||
- @backstage/core-plugin-api@1.10.9
|
||||
- @backstage/frontend-plugin-api@0.11.0
|
||||
- @backstage/plugin-catalog-common@1.1.5
|
||||
|
||||
## 0.6.42
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@backstage/plugin-org",
|
||||
"version": "0.6.42",
|
||||
"version": "0.6.44-next.0",
|
||||
"description": "A Backstage plugin that helps you create entity pages for your organization",
|
||||
"backstage": {
|
||||
"role": "frontend-plugin",
|
||||
|
||||
@@ -1,5 +1,15 @@
|
||||
# @backstage/plugin-scaffolder-backend-module-yeoman
|
||||
|
||||
## 0.4.14-next.0
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies
|
||||
- @backstage/backend-plugin-api@1.4.2
|
||||
- @backstage/types@1.2.1
|
||||
- @backstage/plugin-scaffolder-node@0.11.0
|
||||
- @backstage/plugin-scaffolder-node-test-utils@0.3.3-next.0
|
||||
|
||||
## 0.4.13
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@backstage/plugin-scaffolder-backend-module-yeoman",
|
||||
"version": "0.4.13",
|
||||
"version": "0.4.14-next.0",
|
||||
"backstage": {
|
||||
"role": "backend-plugin-module",
|
||||
"pluginId": "scaffolder",
|
||||
|
||||
@@ -1,5 +1,15 @@
|
||||
# @backstage/plugin-scaffolder-node-test-utils
|
||||
|
||||
## 0.3.3-next.0
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies
|
||||
- @backstage/backend-test-utils@1.9.0-next.0
|
||||
- @backstage/backend-plugin-api@1.4.2
|
||||
- @backstage/types@1.2.1
|
||||
- @backstage/plugin-scaffolder-node@0.11.0
|
||||
|
||||
## 0.3.2
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@backstage/plugin-scaffolder-node-test-utils",
|
||||
"version": "0.3.2",
|
||||
"version": "0.3.3-next.0",
|
||||
"backstage": {
|
||||
"role": "node-library",
|
||||
"pluginId": "scaffolder",
|
||||
|
||||
@@ -1,5 +1,22 @@
|
||||
# @backstage/plugin-scaffolder-react
|
||||
|
||||
## 1.19.1-next.0
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies
|
||||
- @backstage/plugin-catalog-react@1.20.2-next.0
|
||||
- @backstage/catalog-client@1.11.0
|
||||
- @backstage/catalog-model@1.7.5
|
||||
- @backstage/core-components@0.17.5
|
||||
- @backstage/core-plugin-api@1.10.9
|
||||
- @backstage/frontend-plugin-api@0.11.0
|
||||
- @backstage/theme@0.6.8
|
||||
- @backstage/types@1.2.1
|
||||
- @backstage/version-bridge@1.0.11
|
||||
- @backstage/plugin-permission-react@0.4.36
|
||||
- @backstage/plugin-scaffolder-common@1.7.0
|
||||
|
||||
## 1.19.0
|
||||
|
||||
### Minor Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@backstage/plugin-scaffolder-react",
|
||||
"version": "1.19.0",
|
||||
"version": "1.19.1-next.0",
|
||||
"description": "A frontend library that helps other Backstage plugins interact with the Scaffolder",
|
||||
"backstage": {
|
||||
"role": "web-library",
|
||||
|
||||
@@ -1,5 +1,26 @@
|
||||
# @backstage/plugin-scaffolder
|
||||
|
||||
## 1.34.1-next.0
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies
|
||||
- @backstage/core-compat-api@0.5.2-next.0
|
||||
- @backstage/plugin-catalog-react@1.20.2-next.0
|
||||
- @backstage/catalog-client@1.11.0
|
||||
- @backstage/catalog-model@1.7.5
|
||||
- @backstage/core-components@0.17.5
|
||||
- @backstage/core-plugin-api@1.10.9
|
||||
- @backstage/errors@1.2.7
|
||||
- @backstage/frontend-plugin-api@0.11.0
|
||||
- @backstage/integration@1.17.1
|
||||
- @backstage/integration-react@1.2.9
|
||||
- @backstage/types@1.2.1
|
||||
- @backstage/plugin-catalog-common@1.1.5
|
||||
- @backstage/plugin-permission-react@0.4.36
|
||||
- @backstage/plugin-scaffolder-common@1.7.0
|
||||
- @backstage/plugin-scaffolder-react@1.19.1-next.0
|
||||
|
||||
## 1.34.0
|
||||
|
||||
### Minor Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@backstage/plugin-scaffolder",
|
||||
"version": "1.34.0",
|
||||
"version": "1.34.1-next.0",
|
||||
"description": "The Backstage plugin that helps you create new things",
|
||||
"backstage": {
|
||||
"role": "frontend-plugin",
|
||||
|
||||
@@ -1,5 +1,16 @@
|
||||
# @backstage/plugin-search-backend-module-explore
|
||||
|
||||
## 0.3.6-next.0
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- 9a93520: Deprecate and mark explore collator as moved
|
||||
- Updated dependencies
|
||||
- @backstage/backend-plugin-api@1.4.2
|
||||
- @backstage/config@1.3.3
|
||||
- @backstage/plugin-search-backend-node@1.3.14
|
||||
- @backstage/plugin-search-common@1.2.19
|
||||
|
||||
## 0.3.5
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@backstage/plugin-search-backend-module-explore",
|
||||
"version": "0.3.5",
|
||||
"version": "0.3.6-next.0",
|
||||
"description": "A module for the search backend that exports explore modules",
|
||||
"backstage": {
|
||||
"moved": "@backstage-community/plugin-search-backend-module-explore",
|
||||
|
||||
@@ -1,5 +1,21 @@
|
||||
# @backstage/plugin-search
|
||||
|
||||
## 1.4.30-next.0
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies
|
||||
- @backstage/core-compat-api@0.5.2-next.0
|
||||
- @backstage/plugin-catalog-react@1.20.2-next.0
|
||||
- @backstage/core-components@0.17.5
|
||||
- @backstage/core-plugin-api@1.10.9
|
||||
- @backstage/errors@1.2.7
|
||||
- @backstage/frontend-plugin-api@0.11.0
|
||||
- @backstage/types@1.2.1
|
||||
- @backstage/version-bridge@1.0.11
|
||||
- @backstage/plugin-search-common@1.2.19
|
||||
- @backstage/plugin-search-react@1.9.3
|
||||
|
||||
## 1.4.29
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@backstage/plugin-search",
|
||||
"version": "1.4.29",
|
||||
"version": "1.4.30-next.0",
|
||||
"description": "The Backstage plugin that provides your backstage app with search",
|
||||
"backstage": {
|
||||
"role": "frontend-plugin",
|
||||
|
||||
@@ -1,5 +1,18 @@
|
||||
# @backstage/plugin-signals
|
||||
|
||||
## 0.0.23-next.0
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies
|
||||
- @backstage/core-compat-api@0.5.2-next.0
|
||||
- @backstage/core-components@0.17.5
|
||||
- @backstage/core-plugin-api@1.10.9
|
||||
- @backstage/frontend-plugin-api@0.11.0
|
||||
- @backstage/theme@0.6.8
|
||||
- @backstage/types@1.2.1
|
||||
- @backstage/plugin-signals-react@0.0.15
|
||||
|
||||
## 0.0.22
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@backstage/plugin-signals",
|
||||
"version": "0.0.22",
|
||||
"version": "0.0.23-next.0",
|
||||
"backstage": {
|
||||
"role": "frontend-plugin",
|
||||
"pluginId": "signals",
|
||||
|
||||
@@ -1,5 +1,20 @@
|
||||
# @backstage/plugin-techdocs-addons-test-utils
|
||||
|
||||
## 1.0.53-next.0
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies
|
||||
- @backstage/plugin-techdocs@1.14.2-next.0
|
||||
- @backstage/plugin-catalog@1.31.3-next.0
|
||||
- @backstage/plugin-catalog-react@1.20.2-next.0
|
||||
- @backstage/core-app-api@1.18.0
|
||||
- @backstage/core-plugin-api@1.10.9
|
||||
- @backstage/integration-react@1.2.9
|
||||
- @backstage/test-utils@1.7.11
|
||||
- @backstage/plugin-search-react@1.9.3
|
||||
- @backstage/plugin-techdocs-react@1.3.2
|
||||
|
||||
## 1.0.52
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@backstage/plugin-techdocs-addons-test-utils",
|
||||
"version": "1.0.52",
|
||||
"version": "1.0.53-next.0",
|
||||
"backstage": {
|
||||
"role": "web-library",
|
||||
"pluginId": "techdocs-addons",
|
||||
|
||||
@@ -1,5 +1,29 @@
|
||||
# @backstage/plugin-techdocs
|
||||
|
||||
## 1.14.2-next.0
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- 1dfee19: Reverts a change in CSS layout that shifted the content of the Techdocs too far to the left.
|
||||
- Updated dependencies
|
||||
- @backstage/core-compat-api@0.5.2-next.0
|
||||
- @backstage/plugin-catalog-react@1.20.2-next.0
|
||||
- @backstage/catalog-client@1.11.0
|
||||
- @backstage/catalog-model@1.7.5
|
||||
- @backstage/config@1.3.3
|
||||
- @backstage/core-components@0.17.5
|
||||
- @backstage/core-plugin-api@1.10.9
|
||||
- @backstage/errors@1.2.7
|
||||
- @backstage/frontend-plugin-api@0.11.0
|
||||
- @backstage/integration@1.17.1
|
||||
- @backstage/integration-react@1.2.9
|
||||
- @backstage/theme@0.6.8
|
||||
- @backstage/plugin-auth-react@0.1.18
|
||||
- @backstage/plugin-search-common@1.2.19
|
||||
- @backstage/plugin-search-react@1.9.3
|
||||
- @backstage/plugin-techdocs-common@0.1.1
|
||||
- @backstage/plugin-techdocs-react@1.3.2
|
||||
|
||||
## 1.14.0
|
||||
|
||||
### Minor Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@backstage/plugin-techdocs",
|
||||
"version": "1.14.0",
|
||||
"version": "1.14.2-next.0",
|
||||
"description": "The Backstage plugin that renders technical documentation for your components",
|
||||
"backstage": {
|
||||
"role": "frontend-plugin",
|
||||
|
||||
@@ -1,5 +1,23 @@
|
||||
# @backstage/plugin-user-settings
|
||||
|
||||
## 0.8.26-next.0
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies
|
||||
- @backstage/core-compat-api@0.5.2-next.0
|
||||
- @backstage/plugin-catalog-react@1.20.2-next.0
|
||||
- @backstage/catalog-model@1.7.5
|
||||
- @backstage/core-app-api@1.18.0
|
||||
- @backstage/core-components@0.17.5
|
||||
- @backstage/core-plugin-api@1.10.9
|
||||
- @backstage/errors@1.2.7
|
||||
- @backstage/frontend-plugin-api@0.11.0
|
||||
- @backstage/theme@0.6.8
|
||||
- @backstage/types@1.2.1
|
||||
- @backstage/plugin-signals-react@0.0.15
|
||||
- @backstage/plugin-user-settings-common@0.0.1
|
||||
|
||||
## 0.8.25
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@backstage/plugin-user-settings",
|
||||
"version": "0.8.25",
|
||||
"version": "0.8.26-next.0",
|
||||
"description": "A Backstage plugin that provides a settings page",
|
||||
"backstage": {
|
||||
"role": "frontend-plugin",
|
||||
|
||||
Reference in New Issue
Block a user