Version Packages (next)

This commit is contained in:
github-actions[bot]
2022-05-10 13:44:38 +00:00
parent df531fbdc9
commit 23e587eadc
68 changed files with 218 additions and 66 deletions
+7
View File
@@ -185,11 +185,13 @@
"fair-pigs-mate",
"fast-stingrays-guess",
"fluffy-poems-sell",
"fluffy-sloths-deliver",
"fresh-panthers-arrive",
"funny-lamps-turn",
"fuzzy-seahorses-teach",
"gentle-penguins-kick",
"giant-cheetahs-thank",
"good-beans-knock",
"grumpy-panthers-peel",
"hip-adults-collect",
"hip-monkeys-hide",
@@ -227,6 +229,7 @@
"renovate-759d9d5",
"renovate-9466904",
"renovate-abcbd6e",
"renovate-abcbd6e2",
"renovate-b063c4b",
"renovate-bf43c44",
"renovate-bf63f74",
@@ -237,7 +240,9 @@
"search-the-worst-of-you",
"serious-apricots-collect",
"seven-deers-rule",
"seven-panthers-pump",
"shiny-apes-design",
"shiny-moles-study",
"shiny-students-approve",
"short-chicken-act",
"short-dodos-sparkle",
@@ -249,6 +254,7 @@
"smart-ghosts-search",
"spotty-plums-rule",
"stale-pigs-reply",
"stale-pugs-kiss",
"strong-mangos-sell",
"swift-bugs-share",
"swift-parrots-hammer",
@@ -275,6 +281,7 @@
"wicked-vans-press",
"wild-pigs-work",
"wise-countries-watch",
"wise-doors-hammer",
"wise-emus-wait",
"witty-lions-reply"
]
+73
View File
@@ -0,0 +1,73 @@
# Release v1.2.0-next.3
## @backstage/core-components@0.9.4-next.2
### Patch Changes
- 52c02ac02b: Don't set the background color on an Avatar component that has a picture.
- 3603014e0e: Add ARIA landmark( <main>), & label and a heading to OAuthRequestDialog. Removed nested interactive control (button).
- 2025d7c123: Properly highlight `SidebarSubmenuItem` dropdown items on hover, use ellipsis styling on long labels in `SidebarSubmenu`, allow `icon` and `to` properties to be optional on `SidebarSubmenuItem`, and fix `SidebarPage` padding to be responsive to pinned state
## @backstage/plugin-home@0.4.21-next.3
### Patch Changes
- 69093c5f91: Display entity titles in `StarredEntities` home page card (if defined) and don't show entities which no longer exist
- Updated dependencies
- @backstage/core-components@0.9.4-next.2
## @backstage/plugin-kubernetes@0.6.5-next.3
### Patch Changes
- 447e060872: Add support for 'oidc' as authProvider for kubernetes authentication
and adds optional 'oidcTokenProvider' config value. This will allow
users to authenticate to kubernetes cluster using id tokens obtained
from the configured auth provider in their backstage instance.
- Updated dependencies
- @backstage/plugin-kubernetes-common@0.2.10-next.1
- @backstage/core-components@0.9.4-next.2
## @backstage/plugin-kubernetes-backend@0.5.1-next.2
### Patch Changes
- 447e060872: Add support for 'oidc' as authProvider for kubernetes authentication
and adds optional 'oidcTokenProvider' config value. This will allow
users to authenticate to kubernetes cluster using id tokens obtained
from the configured auth provider in their backstage instance.
- Updated dependencies
- @backstage/plugin-kubernetes-common@0.2.10-next.1
## @backstage/plugin-kubernetes-common@0.2.10-next.1
### Patch Changes
- 447e060872: Add support for 'oidc' as authProvider for kubernetes authentication
and adds optional 'oidcTokenProvider' config value. This will allow
users to authenticate to kubernetes cluster using id tokens obtained
from the configured auth provider in their backstage instance.
## @backstage/plugin-org@0.5.5-next.3
### Patch Changes
- 2025d7c123: Include namespace in `MyGroupSidebarItem` if not default and remove root item routing if there are multiple groups
- Updated dependencies
- @backstage/core-components@0.9.4-next.2
## @backstage/plugin-scaffolder@1.2.0-next.3
### Patch Changes
- cc8ddd0979: revert dependency `event-source-polyfill` to `1.0.25`
- Updated dependencies
- @backstage/core-components@0.9.4-next.2
## @backstage/plugin-techdocs@1.1.1-next.3
### Patch Changes
- cc8ddd0979: revert dependency `event-source-polyfill` to `1.0.25`
- Updated dependencies
- @backstage/core-components@0.9.4-next.2
+1 -1
View File
@@ -49,7 +49,7 @@
"@types/react": "^17",
"@types/react-dom": "^17"
},
"version": "1.2.0-next.2",
"version": "1.2.0-next.3",
"dependencies": {
"@manypkg/get-packages": "^1.1.3",
"@microsoft/api-documenter": "^7.17.11",
+8
View File
@@ -1,5 +1,13 @@
# @backstage/core-components
## 0.9.4-next.2
### Patch Changes
- 52c02ac02b: Don't set the background color on an Avatar component that has a picture.
- 3603014e0e: Add ARIA landmark( <main>), & label and a heading to OAuthRequestDialog. Removed nested interactive control (button).
- 2025d7c123: Properly highlight `SidebarSubmenuItem` dropdown items on hover, use ellipsis styling on long labels in `SidebarSubmenu`, allow `icon` and `to` properties to be optional on `SidebarSubmenuItem`, and fix `SidebarPage` padding to be responsive to pinned state
## 0.9.4-next.1
### Patch Changes
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "@backstage/core-components",
"description": "Core components used by Backstage plugins and apps",
"version": "0.9.4-next.1",
"version": "0.9.4-next.2",
"private": false,
"publishConfig": {
"access": "public",
+1 -1
View File
@@ -24,7 +24,7 @@
},
"dependencies": {
"@backstage/catalog-model": "^1.0.2-next.0",
"@backstage/core-components": "^0.9.4-next.1",
"@backstage/core-components": "^0.9.4-next.2",
"@backstage/core-plugin-api": "^1.0.2-next.1",
"@backstage/dev-utils": "^1.0.2-next.2",
"@backstage/plugin-catalog-react": "^1.1.0-next.2",
+1 -1
View File
@@ -26,7 +26,7 @@
},
"dependencies": {
"@backstage/catalog-model": "^1.0.2-next.0",
"@backstage/core-components": "^0.9.4-next.1",
"@backstage/core-components": "^0.9.4-next.2",
"@backstage/core-plugin-api": "^1.0.2-next.1",
"@backstage/plugin-catalog-react": "^1.1.0-next.2",
"@backstage/theme": "^0.2.15",
+1 -1
View File
@@ -25,7 +25,7 @@
},
"dependencies": {
"@backstage/config": "^1.0.1-next.0",
"@backstage/core-components": "^0.9.4-next.1",
"@backstage/core-components": "^0.9.4-next.2",
"@backstage/core-plugin-api": "^1.0.2-next.1",
"@backstage/theme": "^0.2.15",
"@material-ui/core": "^4.12.2",
+1 -1
View File
@@ -23,7 +23,7 @@
"clean": "backstage-cli package clean"
},
"dependencies": {
"@backstage/core-components": "^0.9.4-next.1",
"@backstage/core-components": "^0.9.4-next.2",
"@backstage/core-plugin-api": "^1.0.2-next.1",
"@material-ui/core": "^4.12.2",
"@material-ui/icons": "^4.9.1",
+1 -1
View File
@@ -35,7 +35,7 @@
"dependencies": {
"@asyncapi/react-component": "1.0.0-next.38",
"@backstage/catalog-model": "^1.0.2-next.0",
"@backstage/core-components": "^0.9.4-next.1",
"@backstage/core-components": "^0.9.4-next.2",
"@backstage/core-plugin-api": "^1.0.2-next.1",
"@backstage/plugin-catalog": "^1.2.0-next.2",
"@backstage/plugin-catalog-react": "^1.1.0-next.2",
+1 -1
View File
@@ -31,7 +31,7 @@
},
"dependencies": {
"@backstage/catalog-model": "^1.0.2-next.0",
"@backstage/core-components": "^0.9.4-next.1",
"@backstage/core-components": "^0.9.4-next.2",
"@backstage/core-plugin-api": "^1.0.2-next.1",
"@backstage/errors": "^1.0.0",
"@backstage/plugin-azure-devops-common": "^0.2.3-next.0",
+1 -1
View File
@@ -31,7 +31,7 @@
},
"dependencies": {
"@backstage/catalog-model": "^1.0.2-next.0",
"@backstage/core-components": "^0.9.4-next.1",
"@backstage/core-components": "^0.9.4-next.2",
"@backstage/core-plugin-api": "^1.0.2-next.1",
"@backstage/errors": "^1.0.0",
"@backstage/plugin-catalog-react": "^1.1.0-next.2",
+1 -1
View File
@@ -27,7 +27,7 @@
"@backstage/catalog-client": "^1.0.2-next.0",
"@backstage/catalog-model": "^1.0.2-next.0",
"@backstage/cli": "^0.17.1-next.2",
"@backstage/core-components": "^0.9.4-next.1",
"@backstage/core-components": "^0.9.4-next.2",
"@backstage/core-plugin-api": "^1.0.2-next.1",
"@backstage/plugin-catalog": "^1.2.0-next.2",
"@backstage/plugin-catalog-react": "^1.1.0-next.2",
+1 -1
View File
@@ -25,7 +25,7 @@
},
"dependencies": {
"@backstage/catalog-model": "^1.0.2-next.0",
"@backstage/core-components": "^0.9.4-next.1",
"@backstage/core-components": "^0.9.4-next.2",
"@backstage/core-plugin-api": "^1.0.2-next.1",
"@backstage/plugin-catalog-react": "^1.1.0-next.2",
"@backstage/theme": "^0.2.15",
+1 -1
View File
@@ -26,7 +26,7 @@
"dependencies": {
"@backstage/catalog-client": "^1.0.2-next.0",
"@backstage/catalog-model": "^1.0.2-next.0",
"@backstage/core-components": "^0.9.4-next.1",
"@backstage/core-components": "^0.9.4-next.2",
"@backstage/core-plugin-api": "^1.0.2-next.1",
"@backstage/plugin-catalog-react": "^1.1.0-next.2",
"@backstage/theme": "^0.2.15",
+1 -1
View File
@@ -37,7 +37,7 @@
"@backstage/catalog-client": "^1.0.2-next.0",
"@backstage/catalog-model": "^1.0.2-next.0",
"@backstage/config": "^1.0.1-next.0",
"@backstage/core-components": "^0.9.4-next.1",
"@backstage/core-components": "^0.9.4-next.2",
"@backstage/core-plugin-api": "^1.0.2-next.1",
"@backstage/errors": "^1.0.0",
"@backstage/integration": "^1.2.0-next.1",
+1 -1
View File
@@ -36,7 +36,7 @@
"dependencies": {
"@backstage/catalog-client": "^1.0.2-next.0",
"@backstage/catalog-model": "^1.0.2-next.0",
"@backstage/core-components": "^0.9.4-next.1",
"@backstage/core-components": "^0.9.4-next.2",
"@backstage/core-plugin-api": "^1.0.2-next.1",
"@backstage/errors": "^1.0.0",
"@backstage/integration-react": "^1.1.0-next.2",
+1 -1
View File
@@ -36,7 +36,7 @@
},
"dependencies": {
"@backstage/catalog-model": "^1.0.2-next.0",
"@backstage/core-components": "^0.9.4-next.1",
"@backstage/core-components": "^0.9.4-next.2",
"@backstage/core-plugin-api": "^1.0.2-next.1",
"@backstage/plugin-catalog-react": "^1.1.0-next.2",
"@backstage/theme": "^0.2.15",
+1 -1
View File
@@ -35,7 +35,7 @@
},
"dependencies": {
"@backstage/catalog-model": "^1.0.2-next.0",
"@backstage/core-components": "^0.9.4-next.1",
"@backstage/core-components": "^0.9.4-next.2",
"@backstage/core-plugin-api": "^1.0.2-next.1",
"@backstage/plugin-catalog-react": "^1.1.0-next.2",
"@backstage/theme": "^0.2.15",
+1 -1
View File
@@ -24,7 +24,7 @@
},
"dependencies": {
"@backstage/catalog-model": "^1.0.2-next.0",
"@backstage/core-components": "^0.9.4-next.1",
"@backstage/core-components": "^0.9.4-next.2",
"@backstage/core-plugin-api": "^1.0.2-next.1",
"@backstage/plugin-catalog-react": "^1.1.0-next.2",
"@backstage/theme": "^0.2.15",
+1 -1
View File
@@ -26,7 +26,7 @@
"dependencies": {
"@backstage/catalog-model": "^1.0.2-next.0",
"@backstage/config": "^1.0.1-next.0",
"@backstage/core-components": "^0.9.4-next.1",
"@backstage/core-components": "^0.9.4-next.2",
"@backstage/core-plugin-api": "^1.0.2-next.1",
"@backstage/errors": "^1.0.0",
"@backstage/plugin-catalog-react": "^1.1.0-next.2",
+1 -1
View File
@@ -25,7 +25,7 @@
},
"dependencies": {
"@backstage/config": "^1.0.1-next.0",
"@backstage/core-components": "^0.9.4-next.1",
"@backstage/core-components": "^0.9.4-next.2",
"@backstage/core-plugin-api": "^1.0.2-next.1",
"@backstage/errors": "^1.0.0",
"@backstage/theme": "^0.2.15",
+1 -1
View File
@@ -36,7 +36,7 @@
"dependencies": {
"@backstage/catalog-model": "^1.0.2-next.0",
"@backstage/config": "^1.0.1-next.0",
"@backstage/core-components": "^0.9.4-next.1",
"@backstage/core-components": "^0.9.4-next.2",
"@backstage/core-plugin-api": "^1.0.2-next.1",
"@backstage/theme": "^0.2.15",
"@material-ui/core": "^4.12.2",
+1 -1
View File
@@ -21,7 +21,7 @@
"clean": "backstage-cli package clean"
},
"dependencies": {
"@backstage/core-components": "^0.9.4-next.1",
"@backstage/core-components": "^0.9.4-next.2",
"@backstage/core-plugin-api": "^1.0.2-next.1",
"@backstage/theme": "^0.2.15",
"@material-ui/core": "^4.12.2",
+1 -1
View File
@@ -35,7 +35,7 @@
},
"dependencies": {
"@backstage/catalog-model": "^1.0.2-next.0",
"@backstage/core-components": "^0.9.4-next.1",
"@backstage/core-components": "^0.9.4-next.2",
"@backstage/core-plugin-api": "^1.0.2-next.1",
"@backstage/plugin-catalog-react": "^1.1.0-next.2",
"@backstage/plugin-explore-react": "^0.0.17-next.0",
+1 -1
View File
@@ -25,7 +25,7 @@
"clean": "backstage-cli package clean"
},
"dependencies": {
"@backstage/core-components": "^0.9.4-next.1",
"@backstage/core-components": "^0.9.4-next.2",
"@backstage/core-plugin-api": "^1.0.2-next.1",
"@backstage/plugin-catalog-react": "^1.1.0-next.1",
"@backstage/theme": "^0.2.15",
+1 -1
View File
@@ -36,7 +36,7 @@
},
"dependencies": {
"@backstage/catalog-model": "^1.0.2-next.0",
"@backstage/core-components": "^0.9.4-next.1",
"@backstage/core-components": "^0.9.4-next.2",
"@backstage/core-plugin-api": "^1.0.2-next.1",
"@backstage/errors": "^1.0.0",
"@backstage/plugin-catalog-react": "^1.1.0-next.2",
+1 -1
View File
@@ -34,7 +34,7 @@
"clean": "backstage-cli package clean"
},
"dependencies": {
"@backstage/core-components": "^0.9.4-next.1",
"@backstage/core-components": "^0.9.4-next.2",
"@backstage/core-plugin-api": "^1.0.2-next.1",
"@backstage/theme": "^0.2.15",
"@material-ui/core": "^4.12.2",
+1 -1
View File
@@ -24,7 +24,7 @@
"clean": "backstage-cli package clean"
},
"dependencies": {
"@backstage/core-components": "^0.9.4-next.1",
"@backstage/core-components": "^0.9.4-next.2",
"@backstage/core-plugin-api": "^1.0.2-next.1",
"@backstage/integration": "^1.2.0-next.0",
"@backstage/theme": "^0.2.15",
+1 -1
View File
@@ -37,7 +37,7 @@
},
"dependencies": {
"@backstage/catalog-model": "^1.0.2-next.0",
"@backstage/core-components": "^0.9.4-next.1",
"@backstage/core-components": "^0.9.4-next.2",
"@backstage/core-plugin-api": "^1.0.2-next.1",
"@backstage/integration": "^1.2.0-next.1",
"@backstage/plugin-catalog-react": "^1.1.0-next.2",
+1 -1
View File
@@ -25,7 +25,7 @@
},
"dependencies": {
"@backstage/catalog-model": "^1.0.2-next.0",
"@backstage/core-components": "^0.9.4-next.1",
"@backstage/core-components": "^0.9.4-next.2",
"@backstage/core-plugin-api": "^1.0.2-next.1",
"@backstage/errors": "^1.0.0",
"@backstage/integration": "^1.2.0-next.1",
+1 -1
View File
@@ -35,7 +35,7 @@
"clean": "backstage-cli package clean"
},
"dependencies": {
"@backstage/core-components": "^0.9.4-next.1",
"@backstage/core-components": "^0.9.4-next.2",
"@backstage/core-plugin-api": "^1.0.2-next.1",
"@backstage/theme": "^0.2.15",
"@material-ui/core": "^4.12.2",
+1 -1
View File
@@ -32,7 +32,7 @@
},
"dependencies": {
"@backstage/catalog-model": "^1.0.2-next.0",
"@backstage/core-components": "^0.9.4-next.1",
"@backstage/core-components": "^0.9.4-next.2",
"@backstage/core-plugin-api": "^1.0.2-next.1",
"@backstage/errors": "^1.0.0",
"@backstage/plugin-catalog-react": "^1.1.0-next.2",
+1 -1
View File
@@ -34,7 +34,7 @@
"clean": "backstage-cli package clean"
},
"dependencies": {
"@backstage/core-components": "^0.9.4-next.1",
"@backstage/core-components": "^0.9.4-next.2",
"@backstage/core-plugin-api": "^1.0.2-next.1",
"@backstage/theme": "^0.2.15",
"@material-ui/core": "^4.12.2",
+8
View File
@@ -1,5 +1,13 @@
# @backstage/plugin-home
## 0.4.21-next.3
### Patch Changes
- 69093c5f91: Display entity titles in `StarredEntities` home page card (if defined) and don't show entities which no longer exist
- Updated dependencies
- @backstage/core-components@0.9.4-next.2
## 0.4.21-next.2
### Patch Changes
+2 -2
View File
@@ -1,7 +1,7 @@
{
"name": "@backstage/plugin-home",
"description": "A Backstage plugin that helps you build a home page",
"version": "0.4.21-next.2",
"version": "0.4.21-next.3",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
@@ -35,7 +35,7 @@
},
"dependencies": {
"@backstage/catalog-model": "^1.0.2-next.0",
"@backstage/core-components": "^0.9.4-next.1",
"@backstage/core-components": "^0.9.4-next.2",
"@backstage/core-plugin-api": "^1.0.2-next.1",
"@backstage/plugin-catalog-react": "^1.1.0-next.2",
"@backstage/plugin-stack-overflow": "^0.1.1-next.2",
+1 -1
View File
@@ -25,7 +25,7 @@
},
"dependencies": {
"@backstage/catalog-model": "^1.0.2-next.0",
"@backstage/core-components": "^0.9.4-next.1",
"@backstage/core-components": "^0.9.4-next.2",
"@backstage/core-plugin-api": "^1.0.2-next.1",
"@backstage/errors": "^1.0.0",
"@backstage/plugin-catalog-react": "^1.1.0-next.2",
+1 -1
View File
@@ -36,7 +36,7 @@
},
"dependencies": {
"@backstage/catalog-model": "^1.0.2-next.0",
"@backstage/core-components": "^0.9.4-next.1",
"@backstage/core-components": "^0.9.4-next.2",
"@backstage/core-plugin-api": "^1.0.2-next.1",
"@backstage/errors": "^1.0.0",
"@backstage/plugin-catalog-react": "^1.1.0-next.2",
+1 -1
View File
@@ -25,7 +25,7 @@
},
"dependencies": {
"@backstage/catalog-model": "^1.0.2-next.0",
"@backstage/core-components": "^0.9.4-next.1",
"@backstage/core-components": "^0.9.4-next.2",
"@backstage/core-plugin-api": "^1.0.2-next.1",
"@backstage/plugin-catalog-react": "^1.1.0-next.2",
"@backstage/theme": "^0.2.15",
+11
View File
@@ -1,5 +1,16 @@
# @backstage/plugin-kubernetes-backend
## 0.5.1-next.2
### Patch Changes
- 447e060872: Add support for 'oidc' as authProvider for kubernetes authentication
and adds optional 'oidcTokenProvider' config value. This will allow
users to authenticate to kubernetes cluster using id tokens obtained
from the configured auth provider in their backstage instance.
- Updated dependencies
- @backstage/plugin-kubernetes-common@0.2.10-next.1
## 0.5.1-next.1
### Patch Changes
+2 -2
View File
@@ -1,7 +1,7 @@
{
"name": "@backstage/plugin-kubernetes-backend",
"description": "A Backstage backend plugin that integrates towards Kubernetes",
"version": "0.5.1-next.1",
"version": "0.5.1-next.2",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
@@ -40,7 +40,7 @@
"@backstage/catalog-model": "^1.0.2-next.0",
"@backstage/config": "^1.0.1-next.0",
"@backstage/errors": "^1.0.0",
"@backstage/plugin-kubernetes-common": "^0.2.10-next.0",
"@backstage/plugin-kubernetes-common": "^0.2.10-next.1",
"@google-cloud/container": "^3.0.0",
"@kubernetes/client-node": "^0.16.0",
"@types/express": "^4.17.6",
+9
View File
@@ -1,5 +1,14 @@
# @backstage/plugin-kubernetes-common
## 0.2.10-next.1
### Patch Changes
- 447e060872: Add support for 'oidc' as authProvider for kubernetes authentication
and adds optional 'oidcTokenProvider' config value. This will allow
users to authenticate to kubernetes cluster using id tokens obtained
from the configured auth provider in their backstage instance.
## 0.2.10-next.0
### Patch Changes
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "@backstage/plugin-kubernetes-common",
"description": "Common functionalities for kubernetes, to be shared between kubernetes and kubernetes-backend plugin",
"version": "0.2.10-next.0",
"version": "0.2.10-next.1",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
+12
View File
@@ -1,5 +1,17 @@
# @backstage/plugin-kubernetes
## 0.6.5-next.3
### Patch Changes
- 447e060872: Add support for 'oidc' as authProvider for kubernetes authentication
and adds optional 'oidcTokenProvider' config value. This will allow
users to authenticate to kubernetes cluster using id tokens obtained
from the configured auth provider in their backstage instance.
- Updated dependencies
- @backstage/plugin-kubernetes-common@0.2.10-next.1
- @backstage/core-components@0.9.4-next.2
## 0.6.5-next.2
### Patch Changes
+3 -3
View File
@@ -1,7 +1,7 @@
{
"name": "@backstage/plugin-kubernetes",
"description": "A Backstage plugin that integrates towards Kubernetes",
"version": "0.6.5-next.2",
"version": "0.6.5-next.3",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
@@ -36,10 +36,10 @@
"dependencies": {
"@backstage/catalog-model": "^1.0.2-next.0",
"@backstage/config": "^1.0.1-next.0",
"@backstage/core-components": "^0.9.4-next.1",
"@backstage/core-components": "^0.9.4-next.2",
"@backstage/core-plugin-api": "^1.0.2-next.1",
"@backstage/plugin-catalog-react": "^1.1.0-next.2",
"@backstage/plugin-kubernetes-common": "^0.2.10-next.0",
"@backstage/plugin-kubernetes-common": "^0.2.10-next.1",
"@backstage/theme": "^0.2.15",
"@kubernetes/client-node": "^0.16.0",
"@material-ui/core": "^4.12.2",
+1 -1
View File
@@ -37,7 +37,7 @@
"dependencies": {
"@backstage/catalog-model": "^1.0.2-next.0",
"@backstage/config": "^1.0.1-next.0",
"@backstage/core-components": "^0.9.4-next.1",
"@backstage/core-components": "^0.9.4-next.2",
"@backstage/core-plugin-api": "^1.0.2-next.1",
"@backstage/plugin-catalog-react": "^1.1.0-next.2",
"@backstage/theme": "^0.2.15",
+1 -1
View File
@@ -24,7 +24,7 @@
},
"dependencies": {
"@backstage/catalog-model": "^1.0.2-next.0",
"@backstage/core-components": "^0.9.4-next.1",
"@backstage/core-components": "^0.9.4-next.2",
"@backstage/core-plugin-api": "^1.0.2-next.1",
"@backstage/errors": "^1.0.0",
"@backstage/plugin-catalog-react": "^1.1.0-next.2",
+1 -1
View File
@@ -35,7 +35,7 @@
"clean": "backstage-cli package clean"
},
"dependencies": {
"@backstage/core-components": "^0.9.4-next.1",
"@backstage/core-components": "^0.9.4-next.2",
"@backstage/core-plugin-api": "^1.0.2-next.1",
"@backstage/theme": "^0.2.15",
"@material-ui/core": "^4.12.2",
+8
View File
@@ -1,5 +1,13 @@
# @backstage/plugin-org
## 0.5.5-next.3
### Patch Changes
- 2025d7c123: Include namespace in `MyGroupSidebarItem` if not default and remove root item routing if there are multiple groups
- Updated dependencies
- @backstage/core-components@0.9.4-next.2
## 0.5.5-next.2
### Patch Changes
+2 -2
View File
@@ -1,7 +1,7 @@
{
"name": "@backstage/plugin-org",
"description": "A Backstage plugin that helps you create entity pages for your organization",
"version": "0.5.5-next.2",
"version": "0.5.5-next.3",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
@@ -30,7 +30,7 @@
},
"dependencies": {
"@backstage/catalog-model": "^1.0.2-next.0",
"@backstage/core-components": "^0.9.4-next.1",
"@backstage/core-components": "^0.9.4-next.2",
"@backstage/core-plugin-api": "^1.0.2-next.1",
"@backstage/plugin-catalog-react": "^1.1.0-next.2",
"@backstage/theme": "^0.2.15",
+1 -1
View File
@@ -35,7 +35,7 @@
},
"dependencies": {
"@backstage/catalog-model": "^1.0.2-next.0",
"@backstage/core-components": "^0.9.4-next.1",
"@backstage/core-components": "^0.9.4-next.2",
"@backstage/core-plugin-api": "^1.0.2-next.1",
"@backstage/plugin-catalog-react": "^1.1.0-next.2",
"@backstage/theme": "^0.2.15",
+1 -1
View File
@@ -26,7 +26,7 @@
},
"dependencies": {
"@backstage/catalog-model": "^1.0.2-next.0",
"@backstage/core-components": "^0.9.4-next.1",
"@backstage/core-components": "^0.9.4-next.2",
"@backstage/core-plugin-api": "^1.0.2-next.1",
"@backstage/errors": "^1.0.0",
"@backstage/plugin-catalog-react": "^1.1.0-next.2",
+1 -1
View File
@@ -36,7 +36,7 @@
},
"dependencies": {
"@backstage/catalog-model": "^1.0.2-next.0",
"@backstage/core-components": "^0.9.4-next.1",
"@backstage/core-components": "^0.9.4-next.2",
"@backstage/core-plugin-api": "^1.0.2-next.1",
"@backstage/plugin-catalog-react": "^1.1.0-next.2",
"@backstage/theme": "^0.2.15",
+8
View File
@@ -1,5 +1,13 @@
# @backstage/plugin-scaffolder
## 1.2.0-next.3
### Patch Changes
- cc8ddd0979: revert dependency `event-source-polyfill` to `1.0.25`
- Updated dependencies
- @backstage/core-components@0.9.4-next.2
## 1.2.0-next.2
### Patch Changes
+2 -2
View File
@@ -1,7 +1,7 @@
{
"name": "@backstage/plugin-scaffolder",
"description": "The Backstage plugin that helps you create new things",
"version": "1.2.0-next.2",
"version": "1.2.0-next.3",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
@@ -38,7 +38,7 @@
"@backstage/catalog-client": "^1.0.2-next.0",
"@backstage/catalog-model": "^1.0.2-next.0",
"@backstage/config": "^1.0.1-next.0",
"@backstage/core-components": "^0.9.4-next.1",
"@backstage/core-components": "^0.9.4-next.2",
"@backstage/core-plugin-api": "^1.0.2-next.1",
"@backstage/errors": "^1.0.0",
"@backstage/integration": "^1.2.0-next.1",
+2 -2
View File
@@ -35,12 +35,12 @@
"dependencies": {
"@backstage/catalog-model": "^1.0.2-next.0",
"@backstage/config": "^1.0.1-next.0",
"@backstage/core-components": "^0.9.4-next.1",
"@backstage/core-components": "^0.9.4-next.2",
"@backstage/core-plugin-api": "^1.0.2-next.1",
"@backstage/errors": "^1.0.0",
"@backstage/plugin-catalog-react": "^1.1.0-next.2",
"@backstage/plugin-search-react": "^0.2.0-next.2",
"@backstage/plugin-search-common": "^0.3.4-next.0",
"@backstage/plugin-search-react": "^0.2.0-next.2",
"@backstage/theme": "^0.2.15",
"@backstage/types": "^1.0.0",
"@material-ui/core": "^4.12.2",
+1 -1
View File
@@ -36,7 +36,7 @@
},
"dependencies": {
"@backstage/catalog-model": "^1.0.2-next.0",
"@backstage/core-components": "^0.9.4-next.1",
"@backstage/core-components": "^0.9.4-next.2",
"@backstage/core-plugin-api": "^1.0.2-next.1",
"@backstage/plugin-catalog-react": "^1.1.0-next.2",
"@backstage/theme": "^0.2.15",
+1 -1
View File
@@ -24,7 +24,7 @@
"clean": "backstage-cli package clean"
},
"dependencies": {
"@backstage/core-components": "^0.9.4-next.1",
"@backstage/core-components": "^0.9.4-next.2",
"@backstage/core-plugin-api": "^1.0.2-next.1",
"@backstage/theme": "^0.2.15",
"@backstage/types": "^1.0.0",
+1 -1
View File
@@ -37,7 +37,7 @@
},
"dependencies": {
"@backstage/catalog-model": "^1.0.2-next.0",
"@backstage/core-components": "^0.9.4-next.1",
"@backstage/core-components": "^0.9.4-next.2",
"@backstage/core-plugin-api": "^1.0.2-next.1",
"@backstage/plugin-catalog-react": "^1.1.0-next.2",
"@backstage/theme": "^0.2.15",
+1 -1
View File
@@ -35,7 +35,7 @@
},
"dependencies": {
"@backstage/catalog-model": "^1.0.2-next.0",
"@backstage/core-components": "^0.9.4-next.1",
"@backstage/core-components": "^0.9.4-next.2",
"@backstage/core-plugin-api": "^1.0.2-next.1",
"@backstage/plugin-catalog-react": "^1.1.0-next.2",
"@backstage/theme": "^0.2.15",
+1 -1
View File
@@ -24,7 +24,7 @@
},
"dependencies": {
"@backstage/config": "^1.0.1-next.0",
"@backstage/core-components": "^0.9.4-next.1",
"@backstage/core-components": "^0.9.4-next.2",
"@backstage/core-plugin-api": "^1.0.2-next.1",
"@backstage/plugin-home": "^0.4.21-next.2",
"@backstage/plugin-search-common": "^0.3.4-next.0",
+1 -1
View File
@@ -29,7 +29,7 @@
},
"dependencies": {
"@backstage/catalog-model": "^1.0.2-next.0",
"@backstage/core-components": "^0.9.4-next.1",
"@backstage/core-components": "^0.9.4-next.2",
"@backstage/core-plugin-api": "^1.0.2-next.1",
"@backstage/errors": "^1.0.0",
"@backstage/plugin-catalog-react": "^1.1.0-next.2",
+1 -1
View File
@@ -34,7 +34,7 @@
"start": "backstage-cli package start"
},
"dependencies": {
"@backstage/core-components": "^0.9.4-next.1",
"@backstage/core-components": "^0.9.4-next.2",
"@backstage/core-plugin-api": "^1.0.2-next.1",
"@backstage/theme": "^0.2.15",
"@material-ui/core": "^4.12.2",
+8
View File
@@ -1,5 +1,13 @@
# @backstage/plugin-techdocs
## 1.1.1-next.3
### Patch Changes
- cc8ddd0979: revert dependency `event-source-polyfill` to `1.0.25`
- Updated dependencies
- @backstage/core-components@0.9.4-next.2
## 1.1.1-next.2
### Patch Changes
+2 -2
View File
@@ -1,7 +1,7 @@
{
"name": "@backstage/plugin-techdocs",
"description": "The Backstage plugin that renders technical documentation for your components",
"version": "1.1.1-next.2",
"version": "1.1.1-next.3",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
@@ -37,7 +37,7 @@
"dependencies": {
"@backstage/catalog-model": "^1.0.2-next.0",
"@backstage/config": "^1.0.1-next.0",
"@backstage/core-components": "^0.9.4-next.1",
"@backstage/core-components": "^0.9.4-next.2",
"@backstage/core-plugin-api": "^1.0.2-next.1",
"@backstage/errors": "^1.0.0",
"@backstage/integration": "^1.2.0-next.1",
+1 -1
View File
@@ -31,7 +31,7 @@
},
"dependencies": {
"@backstage/catalog-model": "^1.0.2-next.0",
"@backstage/core-components": "^0.9.4-next.1",
"@backstage/core-components": "^0.9.4-next.2",
"@backstage/core-plugin-api": "^1.0.2-next.1",
"@backstage/errors": "^1.0.0",
"@backstage/plugin-catalog-react": "^1.1.0-next.2",
+1 -1
View File
@@ -34,7 +34,7 @@
"clean": "backstage-cli package clean"
},
"dependencies": {
"@backstage/core-components": "^0.9.4-next.1",
"@backstage/core-components": "^0.9.4-next.2",
"@backstage/core-plugin-api": "^1.0.2-next.1",
"@backstage/theme": "^0.2.15",
"@material-ui/core": "^4.12.2",
+1 -1
View File
@@ -24,7 +24,7 @@
"clean": "backstage-cli package clean"
},
"dependencies": {
"@backstage/core-components": "^0.9.4-next.1",
"@backstage/core-components": "^0.9.4-next.2",
"@backstage/core-plugin-api": "^1.0.2-next.1",
"@backstage/errors": "^1.0.0",
"@backstage/theme": "^0.2.15",