Version Packages (next)

This commit is contained in:
github-actions[bot]
2025-07-08 13:35:26 +00:00
parent 4ab5cf23d2
commit eef10dfb4d
95 changed files with 1041 additions and 47 deletions
+21
View File
@@ -204,37 +204,58 @@
"@backstage/plugin-user-settings-common": "0.0.1"
},
"changesets": [
"beige-ravens-count",
"chubby-dots-kiss",
"clear-bananas-end",
"create-app-1751370514",
"curly-zoos-thank",
"curvy-webs-go",
"cyan-islands-swim",
"dark-cougars-go",
"dry-hornets-stop",
"early-trains-relax",
"eleven-pans-turn",
"empty-mugs-agree",
"empty-poets-give",
"fancy-nails-call",
"fuzzy-cooks-dress",
"gentle-llamas-press",
"giant-taxes-shine",
"huge-taxis-sit",
"loud-turtles-mate",
"mean-lemons-dream",
"odd-clubs-teach",
"petite-paths-remain",
"public-nails-melt",
"red-trams-join",
"rich-eagles-rule",
"salty-hotels-grab",
"seven-sloths-kick",
"shaggy-cobras-rhyme",
"shaky-corners-cough",
"shaky-parents-enter",
"sharp-stars-report",
"silent-vans-tie",
"six-dots-agree",
"sixty-ties-matter",
"social-insects-cheat",
"strong-emus-drive",
"stupid-donuts-sit",
"sweet-donkeys-swim",
"tame-kings-eat",
"tender-dogs-allow",
"tender-wolves-strive",
"thin-eggs-kneel",
"three-shoes-behave",
"tiny-lions-watch",
"tired-bats-attend",
"tired-nails-fry",
"weak-bags-behave",
"whole-buckets-fix",
"wicked-socks-share",
"wise-frogs-talk",
"yellow-bobcats-join",
"yellow-streets-kiss",
"yummy-pugs-battle"
]
}
+488
View File
@@ -0,0 +1,488 @@
# Release v1.41.0-next.2
Upgrade Helper: [https://backstage.github.io/upgrade-helper/?to=1.41.0-next.2](https://backstage.github.io/upgrade-helper/?to=1.41.0-next.2)
## @backstage/canon@0.6.0-next.1
### Minor Changes
- 2e30459: We are moving our Tooltip component to use React Aria under the hood. In doing so, the structure of the component and its prop are changing to follow the new underlying structure.
### Patch Changes
- 76255b8: Add new Card component to Canon.
- b0a6c8e: Add new Header component to Canon.
- be76576: Improve Button, ButtonIcon and ButtonLink styling in Canon.
- 17beb9b: Update return types for Heading & Text components for React 19.
- eac4a4c: Add new tertiary variant to Button, ButtonIcon and ButtonLink in Canon.
- 8f2e82d: Add new Skeleton component in Canon
## @backstage/core-app-api@1.18.0-next.1
### Minor Changes
- 5ddc0fe: if session exists and refresh fails, then create a new session if not instant popup
### Patch Changes
- Updated dependencies
- @backstage/core-plugin-api@1.10.9-next.0
## @backstage/plugin-scaffolder@1.33.0-next.2
### Minor Changes
- c1ce316: BREAKING `/alpha`: Converted `scaffolder.task.read` and `scaffolder.task.cancel` into Resource Permissions.
BREAKING `/alpha`: Added a new scaffolder rule `isTaskOwner` for `scaffolder.task.read` and `scaffolder.task.cancel` to allow for conditional permission policies such as restricting access to tasks and task events based on task creators.
BREAKING `/alpha`: Retrying a task now requires both `scaffolder.task.read` and `scaffolder.task.create` permissions, replacing the previous requirement of `scaffolder.task.read` and `scaffolder.task.cancel`.
### Patch Changes
- Updated dependencies
- @backstage/plugin-scaffolder-react@1.18.0-next.2
- @backstage/core-components@0.17.4-next.2
- @backstage/plugin-scaffolder-common@1.6.0-next.1
- @backstage/core-compat-api@0.4.4-next.1
- @backstage/core-plugin-api@1.10.9-next.0
- @backstage/plugin-catalog-react@1.19.1-next.1
## @backstage/plugin-scaffolder-backend@2.1.0-next.2
### Minor Changes
- c1ce316: BREAKING `/alpha`: Converted `scaffolder.task.read` and `scaffolder.task.cancel` into Resource Permissions.
BREAKING `/alpha`: Added a new scaffolder rule `isTaskOwner` for `scaffolder.task.read` and `scaffolder.task.cancel` to allow for conditional permission policies such as restricting access to tasks and task events based on task creators.
BREAKING `/alpha`: Retrying a task now requires both `scaffolder.task.read` and `scaffolder.task.create` permissions, replacing the previous requirement of `scaffolder.task.read` and `scaffolder.task.cancel`.
### Patch Changes
- Updated dependencies
- @backstage/plugin-scaffolder-common@1.6.0-next.1
- @backstage/plugin-scaffolder-node@0.10.0-next.2
- @backstage/plugin-catalog-backend-module-scaffolder-entity-model@0.2.10-next.1
- @backstage/plugin-scaffolder-backend-module-azure@0.2.11-next.2
- @backstage/plugin-scaffolder-backend-module-bitbucket@0.3.12-next.2
- @backstage/plugin-scaffolder-backend-module-bitbucket-cloud@0.2.11-next.2
- @backstage/plugin-scaffolder-backend-module-bitbucket-server@0.2.11-next.2
- @backstage/plugin-scaffolder-backend-module-gerrit@0.2.11-next.2
- @backstage/plugin-scaffolder-backend-module-gitea@0.2.11-next.2
- @backstage/plugin-scaffolder-backend-module-github@0.8.1-next.2
- @backstage/plugin-scaffolder-backend-module-gitlab@0.9.3-next.2
## @backstage/plugin-scaffolder-common@1.6.0-next.1
### Minor Changes
- c1ce316: BREAKING `/alpha`: Converted `scaffolder.task.read` and `scaffolder.task.cancel` into Resource Permissions.
BREAKING `/alpha`: Added a new scaffolder rule `isTaskOwner` for `scaffolder.task.read` and `scaffolder.task.cancel` to allow for conditional permission policies such as restricting access to tasks and task events based on task creators.
BREAKING `/alpha`: Retrying a task now requires both `scaffolder.task.read` and `scaffolder.task.create` permissions, replacing the previous requirement of `scaffolder.task.read` and `scaffolder.task.cancel`.
## @backstage/plugin-scaffolder-node@0.10.0-next.2
### Minor Changes
- c1ce316: BREAKING `/alpha`: Converted `scaffolder.task.read` and `scaffolder.task.cancel` into Resource Permissions.
BREAKING `/alpha`: Added a new scaffolder rule `isTaskOwner` for `scaffolder.task.read` and `scaffolder.task.cancel` to allow for conditional permission policies such as restricting access to tasks and task events based on task creators.
BREAKING `/alpha`: Retrying a task now requires both `scaffolder.task.read` and `scaffolder.task.create` permissions, replacing the previous requirement of `scaffolder.task.read` and `scaffolder.task.cancel`.
### Patch Changes
- Updated dependencies
- @backstage/plugin-scaffolder-common@1.6.0-next.1
## @backstage/plugin-scaffolder-react@1.18.0-next.2
### Minor Changes
- c1ce316: BREAKING `/alpha`: Converted `scaffolder.task.read` and `scaffolder.task.cancel` into Resource Permissions.
BREAKING `/alpha`: Added a new scaffolder rule `isTaskOwner` for `scaffolder.task.read` and `scaffolder.task.cancel` to allow for conditional permission policies such as restricting access to tasks and task events based on task creators.
BREAKING `/alpha`: Retrying a task now requires both `scaffolder.task.read` and `scaffolder.task.create` permissions, replacing the previous requirement of `scaffolder.task.read` and `scaffolder.task.cancel`.
### Patch Changes
- 94c11a5: Scroll to the top of the page when navigating between steps in template forms.
- Updated dependencies
- @backstage/theme@0.6.7-next.1
- @backstage/core-components@0.17.4-next.2
- @backstage/plugin-scaffolder-common@1.6.0-next.1
- @backstage/core-plugin-api@1.10.9-next.0
- @backstage/plugin-catalog-react@1.19.1-next.1
## @backstage/app-defaults@1.6.4-next.2
### Patch Changes
- Updated dependencies
- @backstage/theme@0.6.7-next.1
- @backstage/core-app-api@1.18.0-next.1
- @backstage/core-components@0.17.4-next.2
- @backstage/core-plugin-api@1.10.9-next.0
## @backstage/backend-dynamic-feature-service@0.7.2-next.2
### Patch Changes
- Updated dependencies
- @backstage/plugin-scaffolder-node@0.10.0-next.2
## @backstage/cli@0.33.1-next.2
### Patch Changes
- 50f0ce6: Fixes a module not found error when running `backstage-cli info`.
## @backstage/core-components@0.17.4-next.2
### Patch Changes
- aa3b054: Added `signIn` and `signOut` analytic events to the `@backstage/core-components` of sign in and sign out.
- Updated dependencies
- @backstage/theme@0.6.7-next.1
- @backstage/core-plugin-api@1.10.9-next.0
## @backstage/create-app@0.7.1-next.2
### Patch Changes
- c4a0830: Removed deprecated 'allowedHosts' field from GitHub Publish action input in default template files to fix validation errors with strict Zod validation.
## @backstage/dev-utils@1.1.12-next.2
### Patch Changes
- Updated dependencies
- @backstage/theme@0.6.7-next.1
- @backstage/core-app-api@1.18.0-next.1
- @backstage/core-components@0.17.4-next.2
- @backstage/app-defaults@1.6.4-next.2
- @backstage/core-plugin-api@1.10.9-next.0
- @backstage/plugin-catalog-react@1.19.1-next.1
## @backstage/frontend-app-api@0.11.4-next.2
### Patch Changes
- Updated dependencies
- @backstage/core-app-api@1.18.0-next.1
- @backstage/core-plugin-api@1.10.9-next.0
## @backstage/test-utils@1.7.10-next.2
### Patch Changes
- Updated dependencies
- @backstage/theme@0.6.7-next.1
- @backstage/core-app-api@1.18.0-next.1
- @backstage/core-plugin-api@1.10.9-next.0
## @backstage/theme@0.6.7-next.1
### Patch Changes
- 373486e: Add a different background colour to focused `MenuItem`s to fix a bug in MUI 4 (which is fixed in MUI 5)
## @backstage/plugin-auth-backend@0.25.2-next.1
### Patch Changes
- e88cb70: Small internal refactor to move out the `userInfo` database from the `tokenIssuer`. Also removes `exp` from being stored in `UserInfo` and it's now replaced with `created_at` and `updated_at` in the database instead.
- 207778c: Internal refactor of OIDC endpoints and `UserInfoDatabase`
## @backstage/plugin-catalog@1.31.1-next.2
### Patch Changes
- Updated dependencies
- @backstage/core-components@0.17.4-next.2
- @backstage/plugin-scaffolder-common@1.6.0-next.1
- @backstage/core-compat-api@0.4.4-next.1
- @backstage/core-plugin-api@1.10.9-next.0
- @backstage/plugin-catalog-react@1.19.1-next.1
- @backstage/plugin-search-react@1.9.2-next.1
## @backstage/plugin-catalog-backend-module-scaffolder-entity-model@0.2.10-next.1
### Patch Changes
- Updated dependencies
- @backstage/plugin-scaffolder-common@1.6.0-next.1
## @backstage/plugin-home@0.8.10-next.2
### Patch Changes
- d52d67f: Added a New Frontend System App Root Element for the `<VisitListener />` component
- Updated dependencies
- @backstage/theme@0.6.7-next.1
- @backstage/core-app-api@1.18.0-next.1
- @backstage/core-components@0.17.4-next.2
- @backstage/core-compat-api@0.4.4-next.1
- @backstage/core-plugin-api@1.10.9-next.0
- @backstage/plugin-catalog-react@1.19.1-next.1
## @backstage/plugin-notifications-backend-module-email@0.3.11-next.1
### Patch Changes
- f92c9fc: Add optional config for `ses` mail options with `sourceArn`, `fromArn`, `configurationSetName`
## @backstage/plugin-scaffolder-backend-module-azure@0.2.11-next.2
### Patch Changes
- Updated dependencies
- @backstage/plugin-scaffolder-node@0.10.0-next.2
## @backstage/plugin-scaffolder-backend-module-bitbucket@0.3.12-next.2
### Patch Changes
- Updated dependencies
- @backstage/plugin-scaffolder-node@0.10.0-next.2
- @backstage/plugin-scaffolder-backend-module-bitbucket-cloud@0.2.11-next.2
- @backstage/plugin-scaffolder-backend-module-bitbucket-server@0.2.11-next.2
## @backstage/plugin-scaffolder-backend-module-bitbucket-cloud@0.2.11-next.2
### Patch Changes
- Updated dependencies
- @backstage/plugin-scaffolder-node@0.10.0-next.2
## @backstage/plugin-scaffolder-backend-module-bitbucket-server@0.2.11-next.2
### Patch Changes
- Updated dependencies
- @backstage/plugin-scaffolder-node@0.10.0-next.2
## @backstage/plugin-scaffolder-backend-module-confluence-to-markdown@0.3.11-next.2
### Patch Changes
- 642282d: Added support for new link format for on-prem Confluence
- Updated dependencies
- @backstage/plugin-scaffolder-node@0.10.0-next.2
## @backstage/plugin-scaffolder-backend-module-cookiecutter@0.3.13-next.2
### Patch Changes
- Updated dependencies
- @backstage/plugin-scaffolder-node@0.10.0-next.2
## @backstage/plugin-scaffolder-backend-module-gcp@0.2.11-next.2
### Patch Changes
- Updated dependencies
- @backstage/plugin-scaffolder-node@0.10.0-next.2
## @backstage/plugin-scaffolder-backend-module-gerrit@0.2.11-next.2
### Patch Changes
- Updated dependencies
- @backstage/plugin-scaffolder-node@0.10.0-next.2
## @backstage/plugin-scaffolder-backend-module-gitea@0.2.11-next.2
### Patch Changes
- Updated dependencies
- @backstage/plugin-scaffolder-node@0.10.0-next.2
## @backstage/plugin-scaffolder-backend-module-github@0.8.1-next.2
### Patch Changes
- Updated dependencies
- @backstage/plugin-scaffolder-node@0.10.0-next.2
## @backstage/plugin-scaffolder-backend-module-gitlab@0.9.3-next.2
### Patch Changes
- Updated dependencies
- @backstage/plugin-scaffolder-node@0.10.0-next.2
## @backstage/plugin-scaffolder-backend-module-notifications@0.1.12-next.2
### Patch Changes
- Updated dependencies
- @backstage/plugin-scaffolder-node@0.10.0-next.2
## @backstage/plugin-scaffolder-backend-module-rails@0.5.11-next.2
### Patch Changes
- Updated dependencies
- @backstage/plugin-scaffolder-node@0.10.0-next.2
## @backstage/plugin-scaffolder-backend-module-sentry@0.2.11-next.2
### Patch Changes
- Updated dependencies
- @backstage/plugin-scaffolder-node@0.10.0-next.2
## @backstage/plugin-scaffolder-backend-module-yeoman@0.4.12-next.2
### Patch Changes
- Updated dependencies
- @backstage/plugin-scaffolder-node@0.10.0-next.2
- @backstage/plugin-scaffolder-node-test-utils@0.3.1-next.2
## @backstage/plugin-scaffolder-node-test-utils@0.3.1-next.2
### Patch Changes
- Updated dependencies
- @backstage/plugin-scaffolder-node@0.10.0-next.2
## @backstage/plugin-signals@0.0.21-next.2
### Patch Changes
- d52d67f: Added a New Frontend System App Root Element for the `<SignalsDisplay />` component
- Updated dependencies
- @backstage/theme@0.6.7-next.1
- @backstage/core-components@0.17.4-next.2
- @backstage/core-compat-api@0.4.4-next.1
- @backstage/core-plugin-api@1.10.9-next.0
## @backstage/plugin-techdocs-addons-test-utils@1.0.51-next.2
### Patch Changes
- Updated dependencies
- @backstage/core-app-api@1.18.0-next.1
- @backstage/core-plugin-api@1.10.9-next.0
- @backstage/test-utils@1.7.10-next.2
- @backstage/plugin-catalog@1.31.1-next.2
- @backstage/plugin-catalog-react@1.19.1-next.1
- @backstage/plugin-search-react@1.9.2-next.1
- @backstage/plugin-techdocs@1.13.2-next.1
## @backstage/plugin-techdocs-node@1.13.5-next.2
### Patch Changes
- 029526c: Updated the error message thrown by parseReferenceAnnotation to reflect the annotation value passed as an argument rather than in correctly assuming location.
## @backstage/plugin-user-settings@0.8.24-next.2
### Patch Changes
- aa3b054: Added `signIn` and `signOut` analytic events to the `@backstage/core-components` of sign in and sign out.
- Updated dependencies
- @backstage/theme@0.6.7-next.1
- @backstage/core-app-api@1.18.0-next.1
- @backstage/core-components@0.17.4-next.2
- @backstage/core-compat-api@0.4.4-next.1
- @backstage/core-plugin-api@1.10.9-next.0
- @backstage/plugin-catalog-react@1.19.1-next.1
## example-app@0.2.111-next.2
### Patch Changes
- Updated dependencies
- @backstage/plugin-home@0.8.10-next.2
- @backstage/canon@0.6.0-next.1
- @backstage/cli@0.33.1-next.2
- @backstage/plugin-scaffolder-react@1.18.0-next.2
- @backstage/theme@0.6.7-next.1
- @backstage/core-app-api@1.18.0-next.1
- @backstage/core-components@0.17.4-next.2
- @backstage/plugin-user-settings@0.8.24-next.2
- @backstage/plugin-scaffolder@1.33.0-next.2
- @backstage/plugin-signals@0.0.21-next.2
- @backstage/app-defaults@1.6.4-next.2
- @backstage/core-plugin-api@1.10.9-next.0
- @backstage/frontend-app-api@0.11.4-next.2
- @backstage/plugin-api-docs@0.12.9-next.1
- @backstage/plugin-catalog@1.31.1-next.2
- @backstage/plugin-catalog-graph@0.4.21-next.1
- @backstage/plugin-catalog-import@0.13.3-next.1
- @backstage/plugin-catalog-react@1.19.1-next.1
- @backstage/plugin-notifications@0.5.7-next.1
- @backstage/plugin-org@0.6.41-next.1
- @backstage/plugin-search@1.4.28-next.1
- @backstage/plugin-search-react@1.9.2-next.1
- @backstage/plugin-techdocs@1.13.2-next.1
## example-app-next@0.0.25-next.2
### Patch Changes
- Updated dependencies
- @backstage/plugin-home@0.8.10-next.2
- @backstage/canon@0.6.0-next.1
- @backstage/cli@0.33.1-next.2
- @backstage/plugin-scaffolder-react@1.18.0-next.2
- @backstage/theme@0.6.7-next.1
- @backstage/core-app-api@1.18.0-next.1
- @backstage/core-components@0.17.4-next.2
- @backstage/plugin-user-settings@0.8.24-next.2
- @backstage/plugin-scaffolder@1.33.0-next.2
- @backstage/plugin-signals@0.0.21-next.2
- @backstage/app-defaults@1.6.4-next.2
- @backstage/core-compat-api@0.4.4-next.1
- @backstage/core-plugin-api@1.10.9-next.0
- @backstage/frontend-app-api@0.11.4-next.2
- @backstage/plugin-api-docs@0.12.9-next.1
- @backstage/plugin-catalog@1.31.1-next.2
- @backstage/plugin-catalog-graph@0.4.21-next.1
- @backstage/plugin-catalog-import@0.13.3-next.1
- @backstage/plugin-catalog-react@1.19.1-next.1
- @backstage/plugin-notifications@0.5.7-next.1
- @backstage/plugin-org@0.6.41-next.1
- @backstage/plugin-search@1.4.28-next.1
- @backstage/plugin-search-react@1.9.2-next.1
- @backstage/plugin-techdocs@1.13.2-next.1
## example-backend@0.0.40-next.2
### Patch Changes
- Updated dependencies
- @backstage/plugin-auth-backend@0.25.2-next.1
- @backstage/plugin-scaffolder-backend@2.1.0-next.2
- @backstage/plugin-catalog-backend-module-scaffolder-entity-model@0.2.10-next.1
- @backstage/plugin-scaffolder-backend-module-github@0.8.1-next.2
- @backstage/plugin-scaffolder-backend-module-notifications@0.1.12-next.2
## @internal/scaffolder@0.0.11-next.1
### Patch Changes
- Updated dependencies
- @backstage/plugin-scaffolder-react@1.18.0-next.2
## techdocs-cli-embedded-app@0.2.110-next.2
### Patch Changes
- Updated dependencies
- @backstage/cli@0.33.1-next.2
- @backstage/theme@0.6.7-next.1
- @backstage/core-app-api@1.18.0-next.1
- @backstage/core-components@0.17.4-next.2
- @backstage/app-defaults@1.6.4-next.2
- @backstage/core-plugin-api@1.10.9-next.0
- @backstage/test-utils@1.7.10-next.2
- @backstage/plugin-catalog@1.31.1-next.2
- @backstage/plugin-techdocs@1.13.2-next.1
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "root",
"version": "1.41.0-next.1",
"version": "1.41.0-next.2",
"backstage": {
"cli": {
"new": {
+10
View File
@@ -1,5 +1,15 @@
# @backstage/app-defaults
## 1.6.4-next.2
### Patch Changes
- Updated dependencies
- @backstage/theme@0.6.7-next.1
- @backstage/core-app-api@1.18.0-next.1
- @backstage/core-components@0.17.4-next.2
- @backstage/core-plugin-api@1.10.9-next.0
## 1.6.4-next.1
### Patch Changes
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@backstage/app-defaults",
"version": "1.6.4-next.1",
"version": "1.6.4-next.2",
"description": "Provides the default wiring of a Backstage App",
"backstage": {
"role": "web-library"
+30
View File
@@ -1,5 +1,35 @@
# example-app-next
## 0.0.25-next.2
### Patch Changes
- Updated dependencies
- @backstage/plugin-home@0.8.10-next.2
- @backstage/canon@0.6.0-next.1
- @backstage/cli@0.33.1-next.2
- @backstage/plugin-scaffolder-react@1.18.0-next.2
- @backstage/theme@0.6.7-next.1
- @backstage/core-app-api@1.18.0-next.1
- @backstage/core-components@0.17.4-next.2
- @backstage/plugin-user-settings@0.8.24-next.2
- @backstage/plugin-scaffolder@1.33.0-next.2
- @backstage/plugin-signals@0.0.21-next.2
- @backstage/app-defaults@1.6.4-next.2
- @backstage/core-compat-api@0.4.4-next.1
- @backstage/core-plugin-api@1.10.9-next.0
- @backstage/frontend-app-api@0.11.4-next.2
- @backstage/plugin-api-docs@0.12.9-next.1
- @backstage/plugin-catalog@1.31.1-next.2
- @backstage/plugin-catalog-graph@0.4.21-next.1
- @backstage/plugin-catalog-import@0.13.3-next.1
- @backstage/plugin-catalog-react@1.19.1-next.1
- @backstage/plugin-notifications@0.5.7-next.1
- @backstage/plugin-org@0.6.41-next.1
- @backstage/plugin-search@1.4.28-next.1
- @backstage/plugin-search-react@1.9.2-next.1
- @backstage/plugin-techdocs@1.13.2-next.1
## 0.0.25-next.1
### Patch Changes
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "example-app-next",
"version": "0.0.25-next.1",
"version": "0.0.25-next.2",
"backstage": {
"role": "frontend"
},
+29
View File
@@ -1,5 +1,34 @@
# example-app
## 0.2.111-next.2
### Patch Changes
- Updated dependencies
- @backstage/plugin-home@0.8.10-next.2
- @backstage/canon@0.6.0-next.1
- @backstage/cli@0.33.1-next.2
- @backstage/plugin-scaffolder-react@1.18.0-next.2
- @backstage/theme@0.6.7-next.1
- @backstage/core-app-api@1.18.0-next.1
- @backstage/core-components@0.17.4-next.2
- @backstage/plugin-user-settings@0.8.24-next.2
- @backstage/plugin-scaffolder@1.33.0-next.2
- @backstage/plugin-signals@0.0.21-next.2
- @backstage/app-defaults@1.6.4-next.2
- @backstage/core-plugin-api@1.10.9-next.0
- @backstage/frontend-app-api@0.11.4-next.2
- @backstage/plugin-api-docs@0.12.9-next.1
- @backstage/plugin-catalog@1.31.1-next.2
- @backstage/plugin-catalog-graph@0.4.21-next.1
- @backstage/plugin-catalog-import@0.13.3-next.1
- @backstage/plugin-catalog-react@1.19.1-next.1
- @backstage/plugin-notifications@0.5.7-next.1
- @backstage/plugin-org@0.6.41-next.1
- @backstage/plugin-search@1.4.28-next.1
- @backstage/plugin-search-react@1.9.2-next.1
- @backstage/plugin-techdocs@1.13.2-next.1
## 0.2.111-next.1
### Patch Changes
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "example-app",
"version": "0.2.111-next.1",
"version": "0.2.111-next.2",
"backstage": {
"role": "frontend"
},
@@ -1,5 +1,12 @@
# @backstage/backend-dynamic-feature-service
## 0.7.2-next.2
### Patch Changes
- Updated dependencies
- @backstage/plugin-scaffolder-node@0.10.0-next.2
## 0.7.2-next.1
### Patch Changes
@@ -1,6 +1,6 @@
{
"name": "@backstage/backend-dynamic-feature-service",
"version": "0.7.2-next.1",
"version": "0.7.2-next.2",
"description": "Backstage dynamic feature service",
"backstage": {
"role": "node-library"
+11
View File
@@ -1,5 +1,16 @@
# example-backend
## 0.0.40-next.2
### Patch Changes
- Updated dependencies
- @backstage/plugin-auth-backend@0.25.2-next.1
- @backstage/plugin-scaffolder-backend@2.1.0-next.2
- @backstage/plugin-catalog-backend-module-scaffolder-entity-model@0.2.10-next.1
- @backstage/plugin-scaffolder-backend-module-github@0.8.1-next.2
- @backstage/plugin-scaffolder-backend-module-notifications@0.1.12-next.2
## 0.0.40-next.1
### Patch Changes
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "example-backend",
"version": "0.0.40-next.1",
"version": "0.0.40-next.2",
"backstage": {
"role": "backend"
},
+15
View File
@@ -1,5 +1,20 @@
# @backstage/canon
## 0.6.0-next.1
### Minor Changes
- 2e30459: We are moving our Tooltip component to use React Aria under the hood. In doing so, the structure of the component and its prop are changing to follow the new underlying structure.
### Patch Changes
- 76255b8: Add new Card component to Canon.
- b0a6c8e: Add new Header component to Canon.
- be76576: Improve Button, ButtonIcon and ButtonLink styling in Canon.
- 17beb9b: Update return types for Heading & Text components for React 19.
- eac4a4c: Add new tertiary variant to Button, ButtonIcon and ButtonLink in Canon.
- 8f2e82d: Add new Skeleton component in Canon
## 0.6.0-next.0
### Minor Changes
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@backstage/canon",
"version": "0.6.0-next.0",
"version": "0.6.0-next.1",
"backstage": {
"role": "web-library"
},
+6
View File
@@ -1,5 +1,11 @@
# @backstage/cli
## 0.33.1-next.2
### Patch Changes
- 50f0ce6: Fixes a module not found error when running `backstage-cli info`.
## 0.33.1-next.1
### Patch Changes
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@backstage/cli",
"version": "0.33.1-next.1",
"version": "0.33.1-next.2",
"description": "CLI for developing Backstage plugins and apps",
"backstage": {
"role": "cli"
+11
View File
@@ -1,5 +1,16 @@
# @backstage/core-app-api
## 1.18.0-next.1
### Minor Changes
- 5ddc0fe: if session exists and refresh fails, then create a new session if not instant popup
### Patch Changes
- Updated dependencies
- @backstage/core-plugin-api@1.10.9-next.0
## 1.17.2-next.0
### Patch Changes
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@backstage/core-app-api",
"version": "1.17.2-next.0",
"version": "1.18.0-next.1",
"description": "Core app API used by Backstage apps",
"backstage": {
"role": "web-library"
+9
View File
@@ -1,5 +1,14 @@
# @backstage/core-components
## 0.17.4-next.2
### Patch Changes
- aa3b054: Added `signIn` and `signOut` analytic events to the `@backstage/core-components` of sign in and sign out.
- Updated dependencies
- @backstage/theme@0.6.7-next.1
- @backstage/core-plugin-api@1.10.9-next.0
## 0.17.4-next.1
### Patch Changes
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@backstage/core-components",
"version": "0.17.4-next.1",
"version": "0.17.4-next.2",
"description": "Core components used by Backstage plugins and apps",
"backstage": {
"role": "web-library"
+6
View File
@@ -1,5 +1,11 @@
# @backstage/create-app
## 0.7.1-next.2
### Patch Changes
- c4a0830: Removed deprecated 'allowedHosts' field from GitHub Publish action input in default template files to fix validation errors with strict Zod validation.
## 0.7.1-next.1
### Patch Changes
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@backstage/create-app",
"version": "0.7.1-next.1",
"version": "0.7.1-next.2",
"description": "A CLI that helps you create your own Backstage app",
"backstage": {
"role": "cli"
+12
View File
@@ -1,5 +1,17 @@
# @backstage/dev-utils
## 1.1.12-next.2
### Patch Changes
- Updated dependencies
- @backstage/theme@0.6.7-next.1
- @backstage/core-app-api@1.18.0-next.1
- @backstage/core-components@0.17.4-next.2
- @backstage/app-defaults@1.6.4-next.2
- @backstage/core-plugin-api@1.10.9-next.0
- @backstage/plugin-catalog-react@1.19.1-next.1
## 1.1.12-next.1
### Patch Changes
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@backstage/dev-utils",
"version": "1.1.12-next.1",
"version": "1.1.12-next.2",
"description": "Utilities for developing Backstage plugins.",
"backstage": {
"role": "web-library"
+8
View File
@@ -1,5 +1,13 @@
# @backstage/frontend-app-api
## 0.11.4-next.2
### Patch Changes
- Updated dependencies
- @backstage/core-app-api@1.18.0-next.1
- @backstage/core-plugin-api@1.10.9-next.0
## 0.11.4-next.1
### Patch Changes
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@backstage/frontend-app-api",
"version": "0.11.4-next.1",
"version": "0.11.4-next.2",
"backstage": {
"role": "web-library"
},
@@ -1,5 +1,12 @@
# @internal/scaffolder
## 0.0.11-next.1
### Patch Changes
- Updated dependencies
- @backstage/plugin-scaffolder-react@1.18.0-next.2
## 0.0.11-next.0
### Patch Changes
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@internal/scaffolder",
"version": "0.0.11-next.0",
"version": "0.0.11-next.1",
"backstage": {
"role": "web-library",
"inline": true
@@ -1,5 +1,20 @@
# techdocs-cli-embedded-app
## 0.2.110-next.2
### Patch Changes
- Updated dependencies
- @backstage/cli@0.33.1-next.2
- @backstage/theme@0.6.7-next.1
- @backstage/core-app-api@1.18.0-next.1
- @backstage/core-components@0.17.4-next.2
- @backstage/app-defaults@1.6.4-next.2
- @backstage/core-plugin-api@1.10.9-next.0
- @backstage/test-utils@1.7.10-next.2
- @backstage/plugin-catalog@1.31.1-next.2
- @backstage/plugin-techdocs@1.13.2-next.1
## 0.2.110-next.1
### Patch Changes
@@ -1,6 +1,6 @@
{
"name": "techdocs-cli-embedded-app",
"version": "0.2.110-next.1",
"version": "0.2.110-next.2",
"backstage": {
"role": "frontend"
},
+9
View File
@@ -1,5 +1,14 @@
# @backstage/test-utils
## 1.7.10-next.2
### Patch Changes
- Updated dependencies
- @backstage/theme@0.6.7-next.1
- @backstage/core-app-api@1.18.0-next.1
- @backstage/core-plugin-api@1.10.9-next.0
## 1.7.10-next.1
### Patch Changes
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@backstage/test-utils",
"version": "1.7.10-next.1",
"version": "1.7.10-next.2",
"description": "Utilities to test Backstage plugins and apps.",
"backstage": {
"role": "web-library"
+6
View File
@@ -1,5 +1,11 @@
# @backstage/theme
## 0.6.7-next.1
### Patch Changes
- 373486e: Add a different background colour to focused `MenuItem`s to fix a bug in MUI 4 (which is fixed in MUI 5)
## 0.6.7-next.0
### Patch Changes
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@backstage/theme",
"version": "0.6.7-next.0",
"version": "0.6.7-next.1",
"description": "material-ui theme for use with Backstage.",
"backstage": {
"role": "web-library"
+7
View File
@@ -1,5 +1,12 @@
# @backstage/plugin-auth-backend
## 0.25.2-next.1
### Patch Changes
- e88cb70: Small internal refactor to move out the `userInfo` database from the `tokenIssuer`. Also removes `exp` from being stored in `UserInfo` and it's now replaced with `created_at` and `updated_at` in the database instead.
- 207778c: Internal refactor of OIDC endpoints and `UserInfoDatabase`
## 0.25.2-next.0
### Patch Changes
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@backstage/plugin-auth-backend",
"version": "0.25.2-next.0",
"version": "0.25.2-next.1",
"description": "A Backstage backend plugin that handles authentication",
"backstage": {
"role": "backend-plugin",
@@ -1,5 +1,12 @@
# @backstage/plugin-catalog-backend-module-scaffolder-entity-model
## 0.2.10-next.1
### Patch Changes
- Updated dependencies
- @backstage/plugin-scaffolder-common@1.6.0-next.1
## 0.2.10-next.0
### Patch Changes
@@ -1,6 +1,6 @@
{
"name": "@backstage/plugin-catalog-backend-module-scaffolder-entity-model",
"version": "0.2.10-next.0",
"version": "0.2.10-next.1",
"description": "Adds support for the scaffolder specific entity model (e.g. the Template kind) to the catalog backend plugin.",
"backstage": {
"role": "backend-plugin-module",
+12
View File
@@ -1,5 +1,17 @@
# @backstage/plugin-catalog
## 1.31.1-next.2
### Patch Changes
- Updated dependencies
- @backstage/core-components@0.17.4-next.2
- @backstage/plugin-scaffolder-common@1.6.0-next.1
- @backstage/core-compat-api@0.4.4-next.1
- @backstage/core-plugin-api@1.10.9-next.0
- @backstage/plugin-catalog-react@1.19.1-next.1
- @backstage/plugin-search-react@1.9.2-next.1
## 1.31.1-next.1
### Patch Changes
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@backstage/plugin-catalog",
"version": "1.31.1-next.1",
"version": "1.31.1-next.2",
"description": "The Backstage plugin for browsing the Backstage catalog",
"backstage": {
"role": "frontend-plugin",
+13
View File
@@ -1,5 +1,18 @@
# @backstage/plugin-home
## 0.8.10-next.2
### Patch Changes
- d52d67f: Added a New Frontend System App Root Element for the `<VisitListener />` component
- Updated dependencies
- @backstage/theme@0.6.7-next.1
- @backstage/core-app-api@1.18.0-next.1
- @backstage/core-components@0.17.4-next.2
- @backstage/core-compat-api@0.4.4-next.1
- @backstage/core-plugin-api@1.10.9-next.0
- @backstage/plugin-catalog-react@1.19.1-next.1
## 0.8.10-next.1
### Patch Changes
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@backstage/plugin-home",
"version": "0.8.10-next.1",
"version": "0.8.10-next.2",
"description": "A Backstage plugin that helps you build a home page",
"backstage": {
"role": "frontend-plugin",
@@ -1,5 +1,11 @@
# @backstage/plugin-notifications-backend-module-email
## 0.3.11-next.1
### Patch Changes
- f92c9fc: Add optional config for `ses` mail options with `sourceArn`, `fromArn`, `configurationSetName`
## 0.3.11-next.0
### Patch Changes
@@ -1,6 +1,6 @@
{
"name": "@backstage/plugin-notifications-backend-module-email",
"version": "0.3.11-next.0",
"version": "0.3.11-next.1",
"description": "The email backend module for the notifications plugin.",
"backstage": {
"role": "backend-plugin-module",
@@ -1,5 +1,12 @@
# @backstage/plugin-scaffolder-backend-module-azure
## 0.2.11-next.2
### Patch Changes
- Updated dependencies
- @backstage/plugin-scaffolder-node@0.10.0-next.2
## 0.2.11-next.1
### Patch Changes
@@ -1,6 +1,6 @@
{
"name": "@backstage/plugin-scaffolder-backend-module-azure",
"version": "0.2.11-next.1",
"version": "0.2.11-next.2",
"description": "The azure module for @backstage/plugin-scaffolder-backend",
"backstage": {
"role": "backend-plugin-module",
@@ -1,5 +1,12 @@
# @backstage/plugin-scaffolder-backend-module-bitbucket-cloud
## 0.2.11-next.2
### Patch Changes
- Updated dependencies
- @backstage/plugin-scaffolder-node@0.10.0-next.2
## 0.2.11-next.1
### Patch Changes
@@ -1,6 +1,6 @@
{
"name": "@backstage/plugin-scaffolder-backend-module-bitbucket-cloud",
"version": "0.2.11-next.1",
"version": "0.2.11-next.2",
"description": "The Bitbucket Cloud module for @backstage/plugin-scaffolder-backend",
"backstage": {
"role": "backend-plugin-module",
@@ -1,5 +1,12 @@
# @backstage/plugin-scaffolder-backend-module-bitbucket-server
## 0.2.11-next.2
### Patch Changes
- Updated dependencies
- @backstage/plugin-scaffolder-node@0.10.0-next.2
## 0.2.11-next.1
### Patch Changes
@@ -1,6 +1,6 @@
{
"name": "@backstage/plugin-scaffolder-backend-module-bitbucket-server",
"version": "0.2.11-next.1",
"version": "0.2.11-next.2",
"description": "The Bitbucket Server module for @backstage/plugin-scaffolder-backend",
"backstage": {
"role": "backend-plugin-module",
@@ -1,5 +1,14 @@
# @backstage/plugin-scaffolder-backend-module-bitbucket
## 0.3.12-next.2
### Patch Changes
- Updated dependencies
- @backstage/plugin-scaffolder-node@0.10.0-next.2
- @backstage/plugin-scaffolder-backend-module-bitbucket-cloud@0.2.11-next.2
- @backstage/plugin-scaffolder-backend-module-bitbucket-server@0.2.11-next.2
## 0.3.12-next.1
### Patch Changes
@@ -1,6 +1,6 @@
{
"name": "@backstage/plugin-scaffolder-backend-module-bitbucket",
"version": "0.3.12-next.1",
"version": "0.3.12-next.2",
"description": "The bitbucket module for @backstage/plugin-scaffolder-backend",
"backstage": {
"role": "backend-plugin-module",
@@ -1,5 +1,13 @@
# @backstage/plugin-scaffolder-backend-module-confluence-to-markdown
## 0.3.11-next.2
### Patch Changes
- 642282d: Added support for new link format for on-prem Confluence
- Updated dependencies
- @backstage/plugin-scaffolder-node@0.10.0-next.2
## 0.3.11-next.1
### Patch Changes
@@ -1,6 +1,6 @@
{
"name": "@backstage/plugin-scaffolder-backend-module-confluence-to-markdown",
"version": "0.3.11-next.1",
"version": "0.3.11-next.2",
"description": "The confluence-to-markdown module for @backstage/plugin-scaffolder-backend",
"backstage": {
"role": "backend-plugin-module",
@@ -1,5 +1,12 @@
# @backstage/plugin-scaffolder-backend-module-cookiecutter
## 0.3.13-next.2
### Patch Changes
- Updated dependencies
- @backstage/plugin-scaffolder-node@0.10.0-next.2
## 0.3.13-next.1
### Patch Changes
@@ -1,6 +1,6 @@
{
"name": "@backstage/plugin-scaffolder-backend-module-cookiecutter",
"version": "0.3.13-next.1",
"version": "0.3.13-next.2",
"description": "A module for the scaffolder backend that lets you template projects using cookiecutter",
"backstage": {
"role": "backend-plugin-module",
@@ -1,5 +1,12 @@
# @backstage/plugin-scaffolder-backend-module-gcp
## 0.2.11-next.2
### Patch Changes
- Updated dependencies
- @backstage/plugin-scaffolder-node@0.10.0-next.2
## 0.2.11-next.1
### Patch Changes
@@ -1,6 +1,6 @@
{
"name": "@backstage/plugin-scaffolder-backend-module-gcp",
"version": "0.2.11-next.1",
"version": "0.2.11-next.2",
"description": "The GCP Bucket module for @backstage/plugin-scaffolder-backend",
"backstage": {
"role": "backend-plugin-module",
@@ -1,5 +1,12 @@
# @backstage/plugin-scaffolder-backend-module-gerrit
## 0.2.11-next.2
### Patch Changes
- Updated dependencies
- @backstage/plugin-scaffolder-node@0.10.0-next.2
## 0.2.11-next.1
### Patch Changes
@@ -1,6 +1,6 @@
{
"name": "@backstage/plugin-scaffolder-backend-module-gerrit",
"version": "0.2.11-next.1",
"version": "0.2.11-next.2",
"description": "The gerrit module for @backstage/plugin-scaffolder-backend",
"backstage": {
"role": "backend-plugin-module",
@@ -1,5 +1,12 @@
# @backstage/plugin-scaffolder-backend-module-gitea
## 0.2.11-next.2
### Patch Changes
- Updated dependencies
- @backstage/plugin-scaffolder-node@0.10.0-next.2
## 0.2.11-next.1
### Patch Changes
@@ -1,6 +1,6 @@
{
"name": "@backstage/plugin-scaffolder-backend-module-gitea",
"version": "0.2.11-next.1",
"version": "0.2.11-next.2",
"description": "The gitea module for @backstage/plugin-scaffolder-backend",
"backstage": {
"role": "backend-plugin-module",
@@ -1,5 +1,12 @@
# @backstage/plugin-scaffolder-backend-module-github
## 0.8.1-next.2
### Patch Changes
- Updated dependencies
- @backstage/plugin-scaffolder-node@0.10.0-next.2
## 0.8.1-next.1
### Patch Changes
@@ -1,6 +1,6 @@
{
"name": "@backstage/plugin-scaffolder-backend-module-github",
"version": "0.8.1-next.1",
"version": "0.8.1-next.2",
"description": "The github module for @backstage/plugin-scaffolder-backend",
"backstage": {
"role": "backend-plugin-module",
@@ -1,5 +1,12 @@
# @backstage/plugin-scaffolder-backend-module-gitlab
## 0.9.3-next.2
### Patch Changes
- Updated dependencies
- @backstage/plugin-scaffolder-node@0.10.0-next.2
## 0.9.3-next.1
### Patch Changes
@@ -1,6 +1,6 @@
{
"name": "@backstage/plugin-scaffolder-backend-module-gitlab",
"version": "0.9.3-next.1",
"version": "0.9.3-next.2",
"backstage": {
"role": "backend-plugin-module",
"pluginId": "scaffolder",
@@ -1,5 +1,12 @@
# @backstage/plugin-scaffolder-backend-module-notifications
## 0.1.12-next.2
### Patch Changes
- Updated dependencies
- @backstage/plugin-scaffolder-node@0.10.0-next.2
## 0.1.12-next.1
### Patch Changes
@@ -1,6 +1,6 @@
{
"name": "@backstage/plugin-scaffolder-backend-module-notifications",
"version": "0.1.12-next.1",
"version": "0.1.12-next.2",
"description": "The notifications backend module for the scaffolder plugin.",
"backstage": {
"role": "backend-plugin-module",
@@ -1,5 +1,12 @@
# @backstage/plugin-scaffolder-backend-module-rails
## 0.5.11-next.2
### Patch Changes
- Updated dependencies
- @backstage/plugin-scaffolder-node@0.10.0-next.2
## 0.5.11-next.1
### Patch Changes
@@ -1,6 +1,6 @@
{
"name": "@backstage/plugin-scaffolder-backend-module-rails",
"version": "0.5.11-next.1",
"version": "0.5.11-next.2",
"description": "A module for the scaffolder backend that lets you template projects using Rails",
"backstage": {
"role": "backend-plugin-module",
@@ -1,5 +1,12 @@
# @backstage/plugin-scaffolder-backend-module-sentry
## 0.2.11-next.2
### Patch Changes
- Updated dependencies
- @backstage/plugin-scaffolder-node@0.10.0-next.2
## 0.2.11-next.1
### Patch Changes
@@ -1,6 +1,6 @@
{
"name": "@backstage/plugin-scaffolder-backend-module-sentry",
"version": "0.2.11-next.1",
"version": "0.2.11-next.2",
"backstage": {
"role": "backend-plugin-module",
"pluginId": "scaffolder",
@@ -1,5 +1,13 @@
# @backstage/plugin-scaffolder-backend-module-yeoman
## 0.4.12-next.2
### Patch Changes
- Updated dependencies
- @backstage/plugin-scaffolder-node@0.10.0-next.2
- @backstage/plugin-scaffolder-node-test-utils@0.3.1-next.2
## 0.4.12-next.1
### Patch Changes
@@ -1,6 +1,6 @@
{
"name": "@backstage/plugin-scaffolder-backend-module-yeoman",
"version": "0.4.12-next.1",
"version": "0.4.12-next.2",
"backstage": {
"role": "backend-plugin-module",
"pluginId": "scaffolder",
+25
View File
@@ -1,5 +1,30 @@
# @backstage/plugin-scaffolder-backend
## 2.1.0-next.2
### Minor Changes
- c1ce316: BREAKING `/alpha`: Converted `scaffolder.task.read` and `scaffolder.task.cancel` into Resource Permissions.
BREAKING `/alpha`: Added a new scaffolder rule `isTaskOwner` for `scaffolder.task.read` and `scaffolder.task.cancel` to allow for conditional permission policies such as restricting access to tasks and task events based on task creators.
BREAKING `/alpha`: Retrying a task now requires both `scaffolder.task.read` and `scaffolder.task.create` permissions, replacing the previous requirement of `scaffolder.task.read` and `scaffolder.task.cancel`.
### Patch Changes
- Updated dependencies
- @backstage/plugin-scaffolder-common@1.6.0-next.1
- @backstage/plugin-scaffolder-node@0.10.0-next.2
- @backstage/plugin-catalog-backend-module-scaffolder-entity-model@0.2.10-next.1
- @backstage/plugin-scaffolder-backend-module-azure@0.2.11-next.2
- @backstage/plugin-scaffolder-backend-module-bitbucket@0.3.12-next.2
- @backstage/plugin-scaffolder-backend-module-bitbucket-cloud@0.2.11-next.2
- @backstage/plugin-scaffolder-backend-module-bitbucket-server@0.2.11-next.2
- @backstage/plugin-scaffolder-backend-module-gerrit@0.2.11-next.2
- @backstage/plugin-scaffolder-backend-module-gitea@0.2.11-next.2
- @backstage/plugin-scaffolder-backend-module-github@0.8.1-next.2
- @backstage/plugin-scaffolder-backend-module-gitlab@0.9.3-next.2
## 2.0.1-next.1
### Patch Changes
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@backstage/plugin-scaffolder-backend",
"version": "2.0.1-next.1",
"version": "2.1.0-next.2",
"description": "The Backstage backend plugin that helps you create new things",
"backstage": {
"role": "backend-plugin",
+10
View File
@@ -1,5 +1,15 @@
# @backstage/plugin-scaffolder-common
## 1.6.0-next.1
### Minor Changes
- c1ce316: BREAKING `/alpha`: Converted `scaffolder.task.read` and `scaffolder.task.cancel` into Resource Permissions.
BREAKING `/alpha`: Added a new scaffolder rule `isTaskOwner` for `scaffolder.task.read` and `scaffolder.task.cancel` to allow for conditional permission policies such as restricting access to tasks and task events based on task creators.
BREAKING `/alpha`: Retrying a task now requires both `scaffolder.task.read` and `scaffolder.task.create` permissions, replacing the previous requirement of `scaffolder.task.read` and `scaffolder.task.cancel`.
## 1.5.12-next.0
### Patch Changes
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@backstage/plugin-scaffolder-common",
"version": "1.5.12-next.0",
"version": "1.6.0-next.1",
"description": "Common functionalities for the scaffolder, to be shared between scaffolder and scaffolder-backend plugin",
"backstage": {
"role": "common-library",
@@ -1,5 +1,12 @@
# @backstage/plugin-scaffolder-node-test-utils
## 0.3.1-next.2
### Patch Changes
- Updated dependencies
- @backstage/plugin-scaffolder-node@0.10.0-next.2
## 0.3.1-next.1
### Patch Changes
@@ -1,6 +1,6 @@
{
"name": "@backstage/plugin-scaffolder-node-test-utils",
"version": "0.3.1-next.1",
"version": "0.3.1-next.2",
"backstage": {
"role": "node-library",
"pluginId": "scaffolder",
+15
View File
@@ -1,5 +1,20 @@
# @backstage/plugin-scaffolder-node
## 0.10.0-next.2
### Minor Changes
- c1ce316: BREAKING `/alpha`: Converted `scaffolder.task.read` and `scaffolder.task.cancel` into Resource Permissions.
BREAKING `/alpha`: Added a new scaffolder rule `isTaskOwner` for `scaffolder.task.read` and `scaffolder.task.cancel` to allow for conditional permission policies such as restricting access to tasks and task events based on task creators.
BREAKING `/alpha`: Retrying a task now requires both `scaffolder.task.read` and `scaffolder.task.create` permissions, replacing the previous requirement of `scaffolder.task.read` and `scaffolder.task.cancel`.
### Patch Changes
- Updated dependencies
- @backstage/plugin-scaffolder-common@1.6.0-next.1
## 0.9.1-next.1
### Patch Changes
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@backstage/plugin-scaffolder-node",
"version": "0.9.1-next.1",
"version": "0.10.0-next.2",
"description": "The plugin-scaffolder-node module for @backstage/plugin-scaffolder-backend",
"backstage": {
"role": "node-library",
+20
View File
@@ -1,5 +1,25 @@
# @backstage/plugin-scaffolder-react
## 1.18.0-next.2
### Minor Changes
- c1ce316: BREAKING `/alpha`: Converted `scaffolder.task.read` and `scaffolder.task.cancel` into Resource Permissions.
BREAKING `/alpha`: Added a new scaffolder rule `isTaskOwner` for `scaffolder.task.read` and `scaffolder.task.cancel` to allow for conditional permission policies such as restricting access to tasks and task events based on task creators.
BREAKING `/alpha`: Retrying a task now requires both `scaffolder.task.read` and `scaffolder.task.create` permissions, replacing the previous requirement of `scaffolder.task.read` and `scaffolder.task.cancel`.
### Patch Changes
- 94c11a5: Scroll to the top of the page when navigating between steps in template forms.
- Updated dependencies
- @backstage/theme@0.6.7-next.1
- @backstage/core-components@0.17.4-next.2
- @backstage/plugin-scaffolder-common@1.6.0-next.1
- @backstage/core-plugin-api@1.10.9-next.0
- @backstage/plugin-catalog-react@1.19.1-next.1
## 1.17.1-next.1
### Patch Changes
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@backstage/plugin-scaffolder-react",
"version": "1.17.1-next.1",
"version": "1.18.0-next.2",
"description": "A frontend library that helps other Backstage plugins interact with the Scaffolder",
"backstage": {
"role": "web-library",
+20
View File
@@ -1,5 +1,25 @@
# @backstage/plugin-scaffolder
## 1.33.0-next.2
### Minor Changes
- c1ce316: BREAKING `/alpha`: Converted `scaffolder.task.read` and `scaffolder.task.cancel` into Resource Permissions.
BREAKING `/alpha`: Added a new scaffolder rule `isTaskOwner` for `scaffolder.task.read` and `scaffolder.task.cancel` to allow for conditional permission policies such as restricting access to tasks and task events based on task creators.
BREAKING `/alpha`: Retrying a task now requires both `scaffolder.task.read` and `scaffolder.task.create` permissions, replacing the previous requirement of `scaffolder.task.read` and `scaffolder.task.cancel`.
### Patch Changes
- Updated dependencies
- @backstage/plugin-scaffolder-react@1.18.0-next.2
- @backstage/core-components@0.17.4-next.2
- @backstage/plugin-scaffolder-common@1.6.0-next.1
- @backstage/core-compat-api@0.4.4-next.1
- @backstage/core-plugin-api@1.10.9-next.0
- @backstage/plugin-catalog-react@1.19.1-next.1
## 1.32.1-next.1
### Patch Changes
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@backstage/plugin-scaffolder",
"version": "1.32.1-next.1",
"version": "1.33.0-next.2",
"description": "The Backstage plugin that helps you create new things",
"backstage": {
"role": "frontend-plugin",
+11
View File
@@ -1,5 +1,16 @@
# @backstage/plugin-signals
## 0.0.21-next.2
### Patch Changes
- d52d67f: Added a New Frontend System App Root Element for the `<SignalsDisplay />` component
- Updated dependencies
- @backstage/theme@0.6.7-next.1
- @backstage/core-components@0.17.4-next.2
- @backstage/core-compat-api@0.4.4-next.1
- @backstage/core-plugin-api@1.10.9-next.0
## 0.0.21-next.1
### Patch Changes
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@backstage/plugin-signals",
"version": "0.0.21-next.1",
"version": "0.0.21-next.2",
"backstage": {
"role": "frontend-plugin",
"pluginId": "signals",
@@ -1,5 +1,18 @@
# @backstage/plugin-techdocs-addons-test-utils
## 1.0.51-next.2
### Patch Changes
- Updated dependencies
- @backstage/core-app-api@1.18.0-next.1
- @backstage/core-plugin-api@1.10.9-next.0
- @backstage/test-utils@1.7.10-next.2
- @backstage/plugin-catalog@1.31.1-next.2
- @backstage/plugin-catalog-react@1.19.1-next.1
- @backstage/plugin-search-react@1.9.2-next.1
- @backstage/plugin-techdocs@1.13.2-next.1
## 1.0.51-next.1
### Patch Changes
@@ -1,6 +1,6 @@
{
"name": "@backstage/plugin-techdocs-addons-test-utils",
"version": "1.0.51-next.1",
"version": "1.0.51-next.2",
"backstage": {
"role": "web-library",
"pluginId": "techdocs-addons",
+6
View File
@@ -1,5 +1,11 @@
# @backstage/plugin-techdocs-node
## 1.13.5-next.2
### Patch Changes
- 029526c: Updated the error message thrown by parseReferenceAnnotation to reflect the annotation value passed as an argument rather than in correctly assuming location.
## 1.13.5-next.1
### Patch Changes
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@backstage/plugin-techdocs-node",
"version": "1.13.5-next.1",
"version": "1.13.5-next.2",
"description": "Common node.js functionalities for TechDocs, to be shared between techdocs-backend plugin and techdocs-cli",
"backstage": {
"role": "node-library",
+13
View File
@@ -1,5 +1,18 @@
# @backstage/plugin-user-settings
## 0.8.24-next.2
### Patch Changes
- aa3b054: Added `signIn` and `signOut` analytic events to the `@backstage/core-components` of sign in and sign out.
- Updated dependencies
- @backstage/theme@0.6.7-next.1
- @backstage/core-app-api@1.18.0-next.1
- @backstage/core-components@0.17.4-next.2
- @backstage/core-compat-api@0.4.4-next.1
- @backstage/core-plugin-api@1.10.9-next.0
- @backstage/plugin-catalog-react@1.19.1-next.1
## 0.8.24-next.1
### Patch Changes
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@backstage/plugin-user-settings",
"version": "0.8.24-next.1",
"version": "0.8.24-next.2",
"description": "A Backstage plugin that provides a settings page",
"backstage": {
"role": "frontend-plugin",