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
+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",