@backstage/plugin-org 0.5.5-next.3 → 0.5.6-next.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/CHANGELOG.md +33 -0
  2. package/package.json +12 -12
package/CHANGELOG.md CHANGED
@@ -1,5 +1,38 @@
1
1
  # @backstage/plugin-org
2
2
 
3
+ ## 0.5.6-next.1
4
+
5
+ ### Patch Changes
6
+
7
+ - 8f7b1835df: Updated dependency `msw` to `^0.41.0`.
8
+ - Updated dependencies
9
+ - @backstage/core-components@0.9.5-next.1
10
+ - @backstage/core-plugin-api@1.0.3-next.0
11
+ - @backstage/catalog-model@1.0.3-next.0
12
+ - @backstage/plugin-catalog-react@1.1.1-next.1
13
+
14
+ ## 0.5.6-next.0
15
+
16
+ ### Patch Changes
17
+
18
+ - Updated dependencies
19
+ - @backstage/plugin-catalog-react@1.1.1-next.0
20
+ - @backstage/core-components@0.9.5-next.0
21
+
22
+ ## 0.5.5
23
+
24
+ ### Patch Changes
25
+
26
+ - dfee1002d7: Fixed overflow bug of name and email on EntitiyMembersListCard component which can occur on specific 'screen width' + ’character length' combinations
27
+ - cb0db62344: Fix linking ownership card to catalog owner filter when namespaces are used
28
+ - 8da4a207dd: Fix ref to filtered catalog table view when using aggregated relations.
29
+ - 2025d7c123: Include namespace in `MyGroupSidebarItem` if not default and remove root item routing if there are multiple groups
30
+ - Updated dependencies
31
+ - @backstage/core-components@0.9.4
32
+ - @backstage/core-plugin-api@1.0.2
33
+ - @backstage/plugin-catalog-react@1.1.0
34
+ - @backstage/catalog-model@1.0.2
35
+
3
36
  ## 0.5.5-next.3
4
37
 
5
38
  ### Patch Changes
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@backstage/plugin-org",
3
3
  "description": "A Backstage plugin that helps you create entity pages for your organization",
4
- "version": "0.5.5-next.3",
4
+ "version": "0.5.6-next.1",
5
5
  "main": "dist/index.esm.js",
6
6
  "types": "dist/index.d.ts",
7
7
  "license": "Apache-2.0",
@@ -29,10 +29,10 @@
29
29
  "clean": "backstage-cli package clean"
30
30
  },
31
31
  "dependencies": {
32
- "@backstage/catalog-model": "^1.0.2-next.0",
33
- "@backstage/core-components": "^0.9.4-next.2",
34
- "@backstage/core-plugin-api": "^1.0.2-next.1",
35
- "@backstage/plugin-catalog-react": "^1.1.0-next.2",
32
+ "@backstage/catalog-model": "^1.0.3-next.0",
33
+ "@backstage/core-components": "^0.9.5-next.1",
34
+ "@backstage/core-plugin-api": "^1.0.3-next.0",
35
+ "@backstage/plugin-catalog-react": "^1.1.1-next.1",
36
36
  "@backstage/theme": "^0.2.15",
37
37
  "@material-ui/core": "^4.12.2",
38
38
  "@material-ui/icons": "^4.9.1",
@@ -48,21 +48,21 @@
48
48
  "react": "^16.13.1 || ^17.0.0"
49
49
  },
50
50
  "devDependencies": {
51
- "@backstage/catalog-client": "^1.0.2-next.0",
52
- "@backstage/cli": "^0.17.1-next.2",
53
- "@backstage/core-app-api": "^1.0.2-next.1",
54
- "@backstage/dev-utils": "^1.0.2-next.2",
55
- "@backstage/test-utils": "^1.1.0-next.2",
51
+ "@backstage/catalog-client": "^1.0.3-next.0",
52
+ "@backstage/cli": "^0.17.2-next.1",
53
+ "@backstage/core-app-api": "^1.0.3-next.0",
54
+ "@backstage/dev-utils": "^1.0.3-next.1",
55
+ "@backstage/test-utils": "^1.1.1-next.0",
56
56
  "@testing-library/jest-dom": "^5.10.1",
57
57
  "@testing-library/react": "^12.1.3",
58
58
  "@testing-library/user-event": "^14.0.0",
59
59
  "@types/jest": "^26.0.7",
60
60
  "@types/node": "^16.11.26",
61
61
  "cross-fetch": "^3.1.5",
62
- "msw": "^0.35.0"
62
+ "msw": "^0.42.0"
63
63
  },
64
64
  "files": [
65
65
  "dist"
66
66
  ],
67
- "gitHead": "586464f803f55325dd11aca1cb4bc014fd80f04d"
67
+ "gitHead": "e15c24ddb5d14034629ced8a5a5d8f12b8f1a7dd"
68
68
  }